diff --git a/Catalog-SQLS/.gitkeep b/Catalog-SQLS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/Catalog-SQLS/UPDATES/General_Updates.sql b/Catalog-SQLS/UPDATES/General_Updates.sql new file mode 100644 index 00000000..15345be0 --- /dev/null +++ b/Catalog-SQLS/UPDATES/General_Updates.sql @@ -0,0 +1,214 @@ +/* NOTE that these updates are assuming you haven't edited the catalogue. If you have, the pick and choose what you'd like to update from here. */ + +/* Changed order of stadium lights in football */ +UPDATE catalog_items SET order_number=0 WHERE id=3499; + +/* Moved how to play guides for banzai and freeze under banzai and freeze respectively */ +UPDATE catalog_pages SET parent_id=45 WHERE id=227; +UPDATE catalog_pages SET parent_id=38 WHERE id=228; + + +/* Move christmas 2020 category to seasonal */ +UPDATE catalog_pages SET parent_id = '373', order_num = '19' WHERE id = '1224'; +UPDATE catalog_items SET page_id = '1225' WHERE id='11670'; +UPDATE catalog_pages SET caption_save = 'winter_forest_crafting' WHERE id = '1232'; +UPDATE catalog_pages SET caption = 'Winter Forest Crafting' WHERE id = '1232'; +UPDATE catalog_pages SET parent_id = '1232' WHERE id = '1233'; +UPDATE catalog_pages SET icon_image = '1004' WHERE id = '1232'; +UPDATE catalog_pages SET visible = '0' WHERE id = '1231'; +UPDATE catalog_pages SET visible = '0' WHERE id = '1227'; +UPDATE catalog_pages SET parent_id = '373' WHERE id = '1224'; +UPDATE catalog_pages SET order_num = '12' WHERE id = '1224'; +UPDATE catalog_pages SET parent_id = '674', order_num = '25' WHERE id = '1232'; +INSERT INTO catalog_pages VALUES ('1247', '1232', 'winter_forest_ingredients', 'Winter Forest Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, '0', ''); +UPDATE catalog_items SET page_id = '1247' WHERE id='11622'; + +/* Fix hween20 sofa */ +UPDATE items_base SET interaction_type = "pressureplate_group" WHERE id = '11537'; + +/* Add achievement for crafting */ +UPDATE crafting_recipes SET achievement = "Atcg" where achievement = ""; + +/* Change some vending machines to vending machines with no specific sides */ +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 11085; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 11549; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 11623; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 11744; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 11031; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 11032; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 11033; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 11034; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 11035; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 11036; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10794; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10920; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10700; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10738; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10589; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10577; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10297; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10275; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10249; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10166; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10172; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10145; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10146; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 10043; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9960; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9823; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9617; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9591; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9429; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9424; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9409; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9402; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9380; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9381; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9257; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9037; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9015; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9010; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9009; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 9006; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 8537; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 8502; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 8456; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 8310; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 8304; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 8185; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 8188; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 8176; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 8096; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 8031; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 7979; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 7966; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 7949; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 7730; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 6337; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 6335; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 6216; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 6152; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 6062; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 6030; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5984; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5997; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 6000; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5982; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5945; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5833; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5831; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5522; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5498; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5299; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5266; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5238; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5233; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5203; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5169; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5164; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5156; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5153; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5145; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5130; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 5125; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4939; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4940; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4941; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4942; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4943; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4694; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4661; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4376; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4345; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4342; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4314; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4313; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4279; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4266; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 4033; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3848; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3835; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3828; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3738; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3231; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3149; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3130; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3109; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3107; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3104; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3102; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3093; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 3043; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 2980; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 265; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 264; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 232; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 266; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 214; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 212; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 171; +UPDATE `items_base` SET `interaction_type` = 'vendingmachine_no_sides' WHERE `id` = 172; +UPDATE `items_base` SET `vending_ids` = '50' WHERE `id` = 9943; +UPDATE `items_base` SET `vending_ids` = '0' WHERE `id` = 3066; +UPDATE `items_base` SET `interaction_type` = 'default' WHERE `id` = 3066; +UPDATE `items_base` SET `interaction_type` = 'default', `vending_ids` = '0' WHERE `id` = 5943; + +/* More parrot talking texts */ +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.5', 'Arr arr arr, don\'t be silly, we weren\'t talking about mutiny. we were talking about ye booti-ny... don\'t give me that look ye scalywag.'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.6', 'Blow me down! look at that there plank to a watery grave so ye know.'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.7', 'Ho ho and a bottle o\' bubble! hic! rawk!'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.8', 'Can do what ya like with the ship, but when i get it back i\'m throwing all ya things over-board. rawk!'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.9', 'Ye think i\'m ya friend, keep in mind friends can always betray ye, enemies are the ones that stay the same.'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.10', 'Walked a man down that there treasure! it\'ll be mine when i make ye walk the plank...'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.11', 'May \'av a lot ta say but there aint nuttin\' that will make me tell ye where me buried treasure o\' credits is! is that a cracker'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.12', 'Can do what ya like with the ship, but when i make ye walk the plank...'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.13', 'Ye flying the old jolly bobba, better \'av the gaol to be a real pirate matey!'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.14', 'A lot ta say but there aint nuttin\' that will make me tell ye where me buried treasure o\' credits is! is that a cracker ya got'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.15', 'Blow me down! look at that there plank to a watery grave so ye better watch where i be swooping.'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.16', 'Jones aint got nuttin\' on me, bucko, ye can bet ye breeches.'); +UPDATE emulator_settings SET `value` = 15 WHERE `key` = "pirate_parrot.message.count"; + +/* Add missing vending item for Crab Rock Pool */ +UPDATE items_base SET interaction_type = "vendingmachine" WHERE id = 9481; +UPDATE items_base SET vending_ids = 111 WHERE id = 9481; + +/* Update height of Tartan Seat */ +UPDATE items_base SET stack_height = '1.4' WHERE id = 10762; + +/* Add missing vending items for Chocolate Fountain */ +UPDATE items_base SET interaction_type = "vendingmachine" WHERE id = 11014; +UPDATE items_base SET vending_ids = "143,144" WHERE id = 11014; + +/* Add missing effects for vending machines */ +UPDATE items_base SET interaction_type = "effect_vendingmachine" WHERE id = 5236; +UPDATE items_base SET interaction_type = "effect_vendingmachine" WHERE id = 5212; +UPDATE items_base SET interaction_type = "effect_vendingmachine" WHERE id = 7829; +UPDATE items_base SET effect_id_male = "164" WHERE id = 5236; +UPDATE items_base SET effect_id_female = "164" WHERE id = 5236; +UPDATE items_base SET effect_id_male = "162" WHERE id = 5212; +UPDATE items_base SET effect_id_female = "162" WHERE id = 5212; +UPDATE items_base SET effect_id_male = "182" WHERE id = 7829; +UPDATE items_base SET effect_id_female = "182" WHERE id = 7829; + +/* Update interaction type for fireworks */ +UPDATE items_base SET interaction_type = "fireworks" WHERE item_name LIKE "firework%"; + +/* Update interaction type for black hole */ +UPDATE items_base SET interaction_type = "blackhole" WHERE id = 4071; + +/* Update interaction for snowboard patch */ +UPDATE items_base SET interaction_type = "snowboard_slope" WHERE id = 4390; +UPDATE items_base SET multiheight = "0;1.1;2.2;3.3;4.4;5.5;6.6" WHERE id = 4390; + +/* Update interaction for Love Randomizer and Magic Crystal Ball */ +UPDATE items_base SET interaction_type = "random_state" WHERE item_name = "val_randomizer"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val_randomizer"; +UPDATE items_base SET customparams = "states=4,delay=5000" WHERE item_name = "val_randomizer"; +UPDATE items_base SET interaction_type = "random_state" WHERE item_name = "fortune"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "fortune"; +UPDATE items_base SET customparams = "states=8,delay=2000" WHERE item_name = "fortune"; + + + + + diff --git a/Catalog-SQLS/UPDATES/heights.sql b/Catalog-SQLS/UPDATES/heights.sql new file mode 100644 index 00000000..cba8760e --- /dev/null +++ b/Catalog-SQLS/UPDATES/heights.sql @@ -0,0 +1,6940 @@ +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_1800tele"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_711"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "ads_711shelf"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_ag_crate"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ads_antena3_floor"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_background"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_calip_chair"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_calip_cola"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_calip_fan"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_calip_lava"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_calip_parasol"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_calip_pool"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_calip_tele"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "ads_capri_arcade"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "ads_capri_chair"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_capri_lava"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_capri_tree"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_cheetos"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_cheetos_bath"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_cheetos_hotdog"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_chocapic"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_chups"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_clcake"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_cldesk"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "ads_clearasil_tile1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_clearasil_vend"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_clearasil_vend2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_clfloor"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_cllava2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_cltele"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "ads_cl_jukeb"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_cl_moodi"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_cl_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_cp_trophy"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_dave_cns"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_dfrisss"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_disney_tv"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_droetker_paula"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_dtlrare"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_dtlrare_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_dtlrare_rc"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ads_durex_carpet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_durex_vend"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_elisa_gnome"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ads_frankb"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_frank_trophy"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_goldtabl"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_grefusa_cactus"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_grefusa_yum"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_grefu_trophy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_hh_safe"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_honeymonster"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_idol_carpet"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "ads_idol_ch"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_idol_chmpgn"; +UPDATE items_base SET stack_height = "3.0" WHERE item_name = "ads_idol_cork"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ads_idol_desk"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ads_idol_drape"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_idol_floor1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_idol_floor2"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "ads_idol_hotspot"; +UPDATE items_base SET stack_height = "1.37" WHERE item_name = "ads_idol_ichair"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "ads_idol_jukebox"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_idol_lamp"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_idol_l_carpet"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_idol_mic"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_idol_pchair"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_idol_piano"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_idol_tele"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_idol_trax"; +UPDATE items_base SET stack_height = "3.5" WHERE item_name = "ads_idol_trophy"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "ads_idol_tube"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "ads_idol_voting_ch"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ads_igorbrain"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_igorraygun"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_igorswitch"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "ads_igor_dsk"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "ads_igor_flask"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_kelloggs_statue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_kfp2statue"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_leaf_teleport"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_liisu"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_m6_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_mad3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_mad3_edit"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_malaco_gu"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_malaco_rug"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_mall_coffeem"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_mall_elevator"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "ads_mall_kiosk"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_mall_tele"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_mpu_160"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_mpu_300"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_mpu_720"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ads_mtvtrophy_gold"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ads_mtvtrophy_silver"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ads_mtv_floor"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "ads_nick_faketile"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_nick_geyeser"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "ads_ob_pillow"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_oc_soda"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_oc_soda_cherry"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_ontour"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_pepsi0"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_percyrock"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_pib"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_rangocactus"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "ads_reebok_block2"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "ads_spang_sleep"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_spiderman_trophy"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ads_sunnyvend"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_suun"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "ads_twi_chair"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_twi_dvdr1"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "ads_twi_dvdr2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_twi_fountn"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_twi_mist"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_twi_piano"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_twi_roses"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_twi_table"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_twi_toolbx"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_twi_tower"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ads_twi_trophy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_vpiggy_flag"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_vpiggy_pig"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_vpiggy_santapig"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_wowpball"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ads_woz_mpu"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "africa15_meerkat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "african_bones"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "african_fence"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "african_patch"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "african_stage"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "african_tree1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "african_tree2"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "africa_c15_bongos"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "africa_c15_chair"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "africa_c15_table"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "america_r17_armadillo"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "america_r17_beaver"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "america_r17_eagle"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "america_r17_opossum"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "america_r17_raccoon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "america_r17_skunk"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "anc15_pharaohduck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "anc_artifact1"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "anc_artifact2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "anc_artifact3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "anc_bones"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "anc_c15_chair"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "anc_c15_table"; +UPDATE items_base SET stack_height = "3.18" WHERE item_name = "anc_comfy_tree"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "anc_ele_grass"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "anc_ele_rock"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "anc_hot_sands"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "anc_jngl_patch"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "anc_mossyrock"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "anc_pharaoh_tele"; +UPDATE items_base SET stack_height = "1.22" WHERE item_name = "anc_pyramid_block"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "anc_sun"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "anc_talltree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "anc_trophy_marble"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "anc_trophy_obsidian"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "anc_trophy_sstone"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "anc_waterfall"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "anna_chair"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "anna_divider"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "anna_div_crnr"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "anna_div_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "anna_lamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "anna_nt_table_blue"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "anna_pill"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "anna_rug"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "anna_sofa"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "anna_stool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "anna_table"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "anniversary_r18_throne"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "antibully_machine"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "arabian_bigtb"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "arabian_chair"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "arabian_divdr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "arabian_pllw"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "arabian_rug"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "arabian_snake"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "arabian_teamk"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "arabian_tetbl"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "arabian_tile"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "arabian_tray1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "arabian_tray2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "arabian_tray3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "arabian_tray4"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "arcade_cab"; +UPDATE items_base SET stack_height = "9.1" WHERE item_name = "army15_copter"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army15_dog"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army15_ltddesk"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "army15_ltdhumvee"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "army15_scanner"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army15_statue"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "army_c15_bed"; +UPDATE items_base SET stack_height = "3.1" WHERE item_name = "army_c15_bookshelf"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "army_c15_cabinet"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "army_c15_carpet"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "army_c15_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army_c15_compass"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "army_c15_contable"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "army_c15_contable2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army_c15_crate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army_c15_deskcomp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army_c15_deskitem"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "army_c15_doorscan"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army_c15_food"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "army_c15_gate"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "army_c15_glasscrn"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "army_c15_glassdivdr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army_c15_groupflag"; +UPDATE items_base SET stack_height = "0.78" WHERE item_name = "army_c15_guardcub"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army_c15_gunrack"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army_c15_jerrycan"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "army_c15_leatherchr"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "army_c15_light"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "army_c15_locker"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "army_c15_medictent"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army_c15_notice"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "army_c15_officetent"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "army_c15_plant"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "army_c15_sandbag"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "army_c15_screen"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "army_c15_shipcon"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "army_c15_table"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "army_c15_teledoor"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "army_c15_telemine"; +UPDATE items_base SET stack_height = "3.2" WHERE item_name = "army_c15_watchtwr"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "army_c15_wirecrn"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "army_c15_wiredividr"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "art_c20_artstool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "art_c20_bin"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "art_c20_caddy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "art_c20_canvas"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "art_c20_chair"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "art_c20_chair1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "art_c20_chair2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "art_c20_chair3"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "art_c20_chair4"; +UPDATE items_base SET stack_height = "3.1" WHERE item_name = "art_c20_clock"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "art_c20_clotheshanger"; +UPDATE items_base SET stack_height = "0.75" WHERE item_name = "art_c20_coffeetable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "art_c20_desk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "art_c20_drawingtablet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "art_c20_easel"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "art_c20_floor"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "art_c20_gold1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "art_c20_gold2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "art_c20_gold3"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "art_c20_gold4"; +UPDATE items_base SET stack_height = "3.1" WHERE item_name = "art_c20_gold5"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "art_c20_light"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "art_c20_paintings"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "art_c20_pillow"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "art_c20_plant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "art_c20_rolledpaper"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "art_c20_rug"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "art_c20_shelves"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "art_c20_sofa"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ashtree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_bigshelf"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "attic15_bigtable"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "attic15_box"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_cabinet"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "attic15_carpet"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "attic15_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_chest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_clock"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "attic15_cradle"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_crn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_divider"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "attic15_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_lamp"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "attic15_mousetrap"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_oillamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_paintingfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_shelf"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_table"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "attic15_tele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "attic15_telescope"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "attic15_window"; +UPDATE items_base SET stack_height = "2.4" WHERE item_name = "attic_c19_hammock"; +UPDATE items_base SET stack_height = "1.15" WHERE item_name = "autumn_c20_bench"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "autumn_c20_birdfood"; +UPDATE items_base SET stack_height = "3.2" WHERE item_name = "autumn_c20_tree1"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "autumn_c20_tree2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "autumn_c20_tree3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "autumn_c20_tree4"; +UPDATE items_base SET stack_height = "5.8" WHERE item_name = "autumn_c20_tree5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "autumn_c20_tree6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "autumn_r19_maplebonsai"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "autumn_r20_pond"; +UPDATE items_base SET stack_height = "2.05" WHERE item_name = "badge_display"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "badge_display2"; +UPDATE items_base SET stack_height = "2.25" WHERE item_name = "badge_display3"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "badge_display4"; +UPDATE items_base SET stack_height = "2.4" WHERE item_name = "badge_display5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "band_c19_drums"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "band_c19_guitar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "band_c19_synth"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "barchair_silo"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bardeskcorner_polyfon"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bardesk_polyfon"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "barrier"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "bartable_armas"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bar_armas"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bar_basic"; +UPDATE items_base SET stack_height = "1.39375" WHERE item_name = "bar_chair_armas"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bar_polyfon"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "basket"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bath"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "bathroom_bath1"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "bathroom_bath2"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "bathroom_bath3"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "bathroom_bath4"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "bathroom_chamberpot"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "bathroom_floortile1"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "bathroom_floortile2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "bathroom_floortile3"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "bathroom_floortile4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bathroom_poop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bathroom_shampoo"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "bathroom_shower1"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "bathroom_shower2"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "bathroom_shower3"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "bathroom_shower4"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_sinkmodule1"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_sinkmodule2"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_sinkmodule3"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_sinkmodule4"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_tablemodule1"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_tablemodule2"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_tablemodule3"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_tablemodule4"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_toilet1"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_toilet2"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_toilet3"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "bathroom_toilet4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bathroom_toiletroll"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_arch"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_balcony"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_basket"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_bubblejuiceblower"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "bazaar_c17_building"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "bazaar_c17_camel"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_chillies"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_clothroof"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_clothroof2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_colourbucket"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtain"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtainblue"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtainbluepinktrim"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtaingreen"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtaingreenpurpletrim"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtainmystic"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtainpink"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtainpinkbluetrim"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtainpurple"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtainpurpleyellowtrim"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtainyellow"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_curtainyellowbluetrim"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "bazaar_c17_displaytable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_dyeblue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_dyegreen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_dyemystic"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_dyepink"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_dyepurple"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_dyeyellow"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "bazaar_c17_eleengage"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "bazaar_c17_flycarpet"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "bazaar_c17_fruitbasket"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lamp"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lampblue"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lampbluepinktrim"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lampgreen"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lampgreenpurpletrim"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lampmystic"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lamppink"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lamppinkbluetrim"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lamppurple"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lamppurpleyellowtrim"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lampyellow"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_lampyellowbluetrim"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_marketroofbig"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_c17_marketroofsmall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_meat"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillow"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillowblue"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillowbluepinktrim"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillowgreen"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillowgreenpurpletrim"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillowmystic"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillowpink"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillowpinkbluetrim"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillowpurple"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillowpurpleyellowtrim"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillowyellow"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_c17_pillowyellowbluetrim"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_pots"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_rug"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_rugblue"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_rugbluepinktrim"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_ruggreen"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_ruggreenpurpletrim"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_rugmystic"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_rugpink"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_rugpinkbluetrim"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_rugpurple"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_rugpurpleyellowtrim"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_rugrolls"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_rugyellow"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bazaar_c17_rugyellowbluetrim"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_scorpion"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_spice"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_sticklizard"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vase"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vaseblue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vasebluepinktrim"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vasegreen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vasegreenpurpletrim"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vasemystic"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vasepink"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vasepinkbluetrim"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vasepurple"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vasepurpleyellowtrim"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vaseyellow"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_c17_vaseyellowbluetrim"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "bazaar_ltd17_ele"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bazaar_r17_fountain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bazaar_r17_monkey"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bazaar_r17_throne"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "bb_apparatus"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "bb_apparatus_rc1"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bb_cargobox"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "bb_caterbody"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_caterhead"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_counter"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_crchair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_crchair2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_crchair3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_crnr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_dragon"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bb_ducklight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_fnc1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_fnc3"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "bb_gate_b"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "bb_gate_g"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "bb_gate_r"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "bb_gate_y"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_knj1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_knj2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "bb_lightdiv"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bb_lightstrip"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "bb_nt_lightdiv"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "bb_patch1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "bb_puck"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "bb_pyramid"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "bb_rnd_tele"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "bb_robo"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "bb_robo_rc1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bb_score_b"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bb_score_g"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bb_score_r"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bb_score_y"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "bb_tddhead"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "bb_tddhead_rc1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bb_tddhnd"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_a"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_c"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_d"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_e"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_f"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_h"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_i"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_j"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_k"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_l"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_m"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_n"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_num"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_o"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_p"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_q"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_r"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_s"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_t"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_u"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_v"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_w"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_x"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_y"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_alpha1_z"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_blocktrophy_1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_0"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_artdeco1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_glass"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_grass"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_industrial"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_marble"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_metalgrip"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_redbrick"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_sand"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_water"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_block_wool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_cone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_cylinder"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_flowerhedge"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "bc_gift_14days"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "bc_gift_31days"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "bc_glasspanel"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "bc_halfcylinder"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "bc_hemisphere"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_lavarock"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_metalcrate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_pyramidtip"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_quarterring"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_round"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_sphere"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_standinghalfcylinder"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_standingtriangularprism"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_stone"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_terra"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bc_tile"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_triangularprism"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_wedge"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bc_wood"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "beanstalk"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "bed_armas_one"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "bed_armas_two"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "bed_budget"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "bed_budgetb"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "bed_budgetb_one"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "bed_budget_one"; +UPDATE items_base SET stack_height = "1.73125" WHERE item_name = "bed_polyfon"; +UPDATE items_base SET stack_height = "1.73125" WHERE item_name = "bed_polyfon_girl"; +UPDATE items_base SET stack_height = "1.73" WHERE item_name = "bed_polyfon_girl_one"; +UPDATE items_base SET stack_height = "1.73" WHERE item_name = "bed_polyfon_one"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "bed_silo_one"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "bed_silo_two"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "bed_silo_two_notrd"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "bed_trad"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "bed_trad_one"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "bench_armas"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bench_lego"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "bench_puffet"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bigtent_beige"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bigtent_camo"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "birdie"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "birds_r18_cardinal"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "birds_r18_crane"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "birds_r18_peacock"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "birds_r18_puffin"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "birds_r18_quetzal"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "birds_r18_spoonbill"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "black_dino_egg"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "bling11_block"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bling11_dvd"; +UPDATE items_base SET stack_height = "1.45" WHERE item_name = "bling11_dvn"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "bling11_floor"; +UPDATE items_base SET stack_height = "3.23" WHERE item_name = "bling11_pillar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bling11_plant"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "bling11_rug1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "bling11_rug2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "bling11_seat1"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "bling11_seat2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bling11_slot"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "bling11_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bling11_statue1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bling11_statue2"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "bling11_tele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bling11_towels"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bling15_pooltable"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "bling_bed"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bling_c15_chandalier"; +UPDATE items_base SET stack_height = "1.01" WHERE item_name = "bling_chair_a"; +UPDATE items_base SET stack_height = "1.01" WHERE item_name = "bling_chair_b"; +UPDATE items_base SET stack_height = "1.01" WHERE item_name = "bling_chair_c"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bling_fridge"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bling_fridge_restricted"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bling_pool"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "bling_shwr"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "bling_sofa"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "bling_sofa_mu"; +UPDATE items_base SET stack_height = "1.37" WHERE item_name = "bling_toilet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bolly_cherry"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bolly_corner"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bolly_desk"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bolly_drapea"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bolly_drapeb"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bolly_drapec"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bolly_fountain"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bolly_lamp"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bolly_lotus_pool"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bolly_monkey_lamp"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bolly_palm"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bolly_petals"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bolly_phant"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bolly_pillow"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "bolly_swing"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bolly_table"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bolly_tile1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bolly_tile2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bolly_tree"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bolly_vase"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag16_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag16_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag16_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag17_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag17_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag17_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag17_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag18_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag18_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag18_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag18_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag19_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag19_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag19_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag19_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag20_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag20_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag20_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag20_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag21_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag21_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag21_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusbag21_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare16_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare16_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare16_3"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "bonusrare16_4"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "bonusrare16_5"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "bonusrare16_6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare16_7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare17_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare17_2"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bonusrare17_3"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "bonusrare17_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare18_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare18_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare18_3"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "bonusrare18_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare19_1"; +UPDATE items_base SET stack_height = "0.75" WHERE item_name = "bonusrare19_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare19_3"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "bonusrare19_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare20_1a"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "bonusrare20_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare20_3"; +UPDATE items_base SET stack_height = "0.62" WHERE item_name = "bonusrare20_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare21_1a"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare21_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare21_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bonusrare21_4"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "bookpile"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "books_0"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "books_1"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "book_rare"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "booster_c19_box1"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "booster_c19_box2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "booster_c20_box"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "booster_c20_box1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "botnest"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "bottle"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "boutique_cashreg"; +UPDATE items_base SET stack_height = "0.11" WHERE item_name = "boutique_changing1"; +UPDATE items_base SET stack_height = "0.11" WHERE item_name = "boutique_changing2"; +UPDATE items_base SET stack_height = "0.11" WHERE item_name = "boutique_changing3"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "boutique_clothingpile"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "boutique_counter"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "boutique_floor1a"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "boutique_floor1b"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "boutique_floor2a"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "boutique_floor2b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "boutique_hcsign"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "boutique_mannequin1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "boutique_plant1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "boutique_plant2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "boutique_sofa1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "boutique_sofa2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "boutique_table1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "boutique_table2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "boutique_vipsign"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bowl"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "br_phoenix"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bubble_lamp1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "buildarea_sign"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "bump_lights"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bump_road"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "bump_signs"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "bump_tires"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bump_tottero"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "bunny"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "button_green"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "bw_bball"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bw_boat"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bw_boat_g"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "bw_boat_p"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_ccnuts"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_chair_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_chair_p"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_croc"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_fin"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_fnc"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_fnc_crnr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_fnc_crnr_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_fnc_crnr_p"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_fnc_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_fnc_p"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "bw_lgchair"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "bw_mttrss"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "bw_mttrss_g"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "bw_mttrss_p"; +UPDATE items_base SET stack_height = "0.47" WHERE item_name = "bw_nt_pool_a1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "bw_nt_pool_a3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bw_nt_water_2"; +UPDATE items_base SET stack_height = "0.47" WHERE item_name = "bw_pool_a1"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "bw_pool_a2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bw_pool_a3"; +UPDATE items_base SET stack_height = "0.47" WHERE item_name = "bw_pool_b1"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "bw_pool_b2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bw_pool_b3"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "bw_sboard"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "bw_sboard_g"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "bw_sboard_p"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "bw_shower"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_sofa_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_sofa_p"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_table_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_table_p"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "bw_tele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_van"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_van_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "bw_van_p"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bw_water_1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "bw_water_2"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "byesw_hand"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "byesw_hotel"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "calippo"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "camera"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "campfire"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cannon"; +UPDATE items_base SET stack_height = "7" WHERE item_name = "carnival15_hotair_brazil"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "carpet_armas"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "carpet_legocourt"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "carpet_polar"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "carpet_soft"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "carpet_soft_tut"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "carpet_standard"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "carpet_valentine"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "celestial_c19_aurora"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "celestial_c19_dresser"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "celestial_c19_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "celestial_c19_flower"; +UPDATE items_base SET stack_height = "3.1" WHERE item_name = "celestial_c19_moonbed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "celestial_c19_planet"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "celestial_c19_rug"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "celestial_c19_spacebun"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "celestial_c19_starchair"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "celestial_c19_starshower"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "celestial_c19_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "celestial_c19_tree"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "celestial_c19_wardrobe"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "chair_basic"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "chair_china"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "chair_norja"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "chair_nt_polyfon"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "chair_plasto"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "chair_plasto2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "chair_plasto3"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "chair_plasto4"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "chair_plasto_lm1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "chair_plasty"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chair_plasty2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chair_plasty3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chair_plasty4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chair_plasty_lm1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "chair_polyfon"; +UPDATE items_base SET stack_height = "1.1125" WHERE item_name = "chair_silo"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "chess_boardtile"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_b_bishop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_b_king"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_b_knight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_b_pawn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_b_queen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_b_rook"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_w_bishop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_w_king"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_w_knight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_w_pawn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_w_queen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "chess_w_rook"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "china_c21_gong"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "china_c21_orangebasket"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "china_c21_vase"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "china_dog"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "china_goat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "china_goldenox"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "china_goldenpig"; +UPDATE items_base SET stack_height = "2.25" WHERE item_name = "china_goldenrat"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "china_horse"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "china_lantern"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "china_monkey"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "china_moongt"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "china_ox"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "china_pig"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "china_rabbit"; +UPDATE items_base SET stack_height = "2.25" WHERE item_name = "china_rat"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "china_rooster"; +UPDATE items_base SET stack_height = "2.3" WHERE item_name = "china_shelve"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "china_snake"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "china_table"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "china_tiger"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "christmas_poop"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "christmas_reindeer"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "christmas_sleigh"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cine_bench"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cine_bench_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cine_bench_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cine_bigcorn"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cine_curtain"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cine_curtain_red"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cine_glass"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cine_pillarlight"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "cine_platform"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cine_popcorn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cine_projector"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "cine_r18_buggy"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "cine_r18_camera"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "cine_r18_catcopter"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "cine_r18_trailer"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "cine_roof"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cine_screen"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "cine_soda"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "cine_star"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "cine_starchair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cine_teleport1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cine_teleport2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cine_teleport3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cine_teleport4"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "cine_ticket_booth"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "cine_tile"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cine_vipsign"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "cland15_candythrone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cland15_flosstree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cland15_fountain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cland15_ltd1"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "cland15_ltd2"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "cland15_ltd3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cland15_ltd4"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "cland15_tent"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cland15_unicorn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cland15_unipoo"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "cland_c15_cakeblock"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cland_c15_chocorock"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cland_c15_chocostick"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "cland_c15_gate"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "cland_c15_gatepink"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "cland_c15_goofloor"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "cland_c15_grass"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cland_c15_icreamtree"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "cland_c15_jellyseat1"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "cland_c15_jellyseat2"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "cland_c15_jellyseat3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cland_c15_light"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cland_c15_lollytree"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "cland_c15_pavement"; +UPDATE items_base SET stack_height = "4.3" WHERE item_name = "cland_c15_pillar"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "cland_c15_roof"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "cland_c15_swirltree"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "cland_c15_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cland_c15_wafer"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cland_c15_waferblock"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "classic1_chair"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "classic1_desk"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "classic1_floor"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "classic1_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic1_lamp"; +UPDATE items_base SET stack_height = "4.2" WHERE item_name = "classic1_pillar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic1_plant"; +UPDATE items_base SET stack_height = "4.2" WHERE item_name = "classic1_shelf"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "classic1_sofa"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "classic1_table1"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "classic1_table2"; +UPDATE items_base SET stack_height = "4.2" WHERE item_name = "classic1_wall1"; +UPDATE items_base SET stack_height = "4.2" WHERE item_name = "classic1_wall2"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "classic2_burger"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "classic2_corner"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "classic2_counter"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic2_drinkcup"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic2_drinkmach"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic2_drinkmach2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "classic2_floor"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "classic2_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic2_grill"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic2_napkin"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic2_plantdivdr"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "classic2_sofa"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "classic2_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic2_trashcan"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic2_tray"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "classic2_wall"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "classic3_bench"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "classic3_block"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "classic3_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic3_div1"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "classic3_div2"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "classic3_floor1"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "classic3_floor2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "classic3_floor3"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "classic3_pillar1"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "classic3_pillar2"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "classic3_pillar3"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "classic3_plant"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "classic3_sofa"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "classic3_stool"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "classic3_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic3_ticket"; +UPDATE items_base SET stack_height = "5.8" WHERE item_name = "classic3_wall1"; +UPDATE items_base SET stack_height = "5.8" WHERE item_name = "classic3_wall2"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "classic5_chair_blu"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "classic5_chair_yel"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic5_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic5_sofa"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic5_speaker"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic5_stage"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "classic5_stairs"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "classic5_table_blu"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "classic5_table_yel"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "classic5_wall"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "classic6_arch"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "classic6_bigtable"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "classic6_chair"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "classic6_dvdr"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "classic6_endtable"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "classic6_food"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic6_lantern"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic6_lowtable"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic6_mat"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "classic6_sofa"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "classic6_stonecarpet"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "classic6_stool"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "classic6_tearice"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic6_vase"; +UPDATE items_base SET stack_height = "4.9" WHERE item_name = "classic6_wall"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "classic6_woodfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic7_chair"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "classic7_crn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic7_djbooth"; +UPDATE items_base SET stack_height = "3.48" WHERE item_name = "classic7_drinkcabinet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic7_drinkdispenser"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic7_drinks"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "classic7_dvdr"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic7_floor"; +UPDATE items_base SET stack_height = "3.48" WHERE item_name = "classic7_fridge"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic7_gate"; +UPDATE items_base SET stack_height = "1.15" WHERE item_name = "classic7_stage"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "classic7_stairs"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic7_starlight"; +UPDATE items_base SET stack_height = "0.75" WHERE item_name = "classic7_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic7_tree"; +UPDATE items_base SET stack_height = "4.2" WHERE item_name = "classic7_wall"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "classic8_bar"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "classic8_chair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic8_curtains"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic8_disco"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic8_divider"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "classic8_floor"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "classic8_glassfloor"; +UPDATE items_base SET stack_height = "4.2" WHERE item_name = "classic8_pillar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic8_plant"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "classic8_records"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "classic8_rug"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic8_shelf"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "classic8_sign"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "classic8_sofa"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "classic8_stairs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic8_statue"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "classic8_wall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic9_books"; +UPDATE items_base SET stack_height = "5.2" WHERE item_name = "classic9_bookshelf"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "classic9_carpet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic9_chair"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "classic9_counter"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "classic9_floor1"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "classic9_floor2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic9_light"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic9_plant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "classic9_statue"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "classic9_stool"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "classic9_table"; +UPDATE items_base SET stack_height = "7.4" WHERE item_name = "classic9_wall"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_airhelm"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_alluringeyes"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_angry"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_animalprint"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_animehair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_apron"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_archerhat"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_armyskirt"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_backcap"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_badasshelmet"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_baldy"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_bandage"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_bazaarfemale"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_bazaarmale"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_beads"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_bear"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_beard1"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_bearhat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_bearmuffs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_bearscarf"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_beautyface"; +UPDATE items_base SET stack_height = "0.96" WHERE item_name = "clothing_bedhair"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_bffhat"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "clothing_bffshirt"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_bigshades"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_binoculars"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_birdshoes"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_bloodglasses"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_bloodjacket"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_bloodponytail"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_bloodscruffyhair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_bloodshoes"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_bobba"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_bobblehat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_bohobackpack"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_bohobag"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_bohogems"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_bohoheadgems"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_bohopaint"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_bohotiara"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_bohotunic"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_bohovest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_bookbag"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_botface"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_bow"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "clothing_bowtights"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_braidedwavy"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_braidedwavyhair"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_brain"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "clothing_brainjar"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_breton"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_brownglasses"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_bscarf"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_butterflymask"; +UPDATE items_base SET stack_height = "0.12" WHERE item_name = "clothing_buttonpants"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_c18_cutething"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "clothing_c20_goldheartbp"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "clothing_c20_heartbackpack"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_camera"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_camoboots"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_camocap"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_camooutfit"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_camotank"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "clothing_camotuck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_campingbackpack"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_candyboy"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_candygirl"; +UPDATE items_base SET stack_height = ".95" WHERE item_name = "clothing_candyphones"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_casualoutfit1"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cavehair"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_caveman"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_caveshirt"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_cherries"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_cherrybomb"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_chiseledface"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_chocochefoutfit"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_chocodrop"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_cjersey"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_cjumper"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cladydress"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cladyhair"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cladyoutfit"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cladyshoes"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_clownmask"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_cobra"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_crookedhat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_croppedjumper"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_crownbraid"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_cshorts"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "clothing_cumberband"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_cuteglasses"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_cutie"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_cyboots"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_cybuns"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_cychest"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cycircuit"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_cyeyepiece"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cyfins"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_cygasmask"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_cygirl"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cyglass"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cyhair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_cyhelmet"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "clothing_cyhood"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_cyleather"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_cylegs"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cymask"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cyphones"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_cyquif"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_cyskirt"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "clothing_cystrapboots"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_cystraphood"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_cystrappants"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_cytrainers"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_cyzipped"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "clothing_darkelegantset"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_deathmask"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_demoncloak"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_demoneyes"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_demonhood"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "clothing_demonoutfit"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_denimshorts"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_denimvest"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_diafish"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_dialeafcrown"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_dianoblecrown"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_dino"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_dinohat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_disco"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "clothing_dragonplushhat"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_dreadlockstied"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_dress"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_drillserg"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_droopycollar"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_duckhat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_earthhelm"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_elegantponytail"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_excited"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_exoticbeard"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_exoticcape"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_exotictop"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_exoticvest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_explorersash"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_eyecitrus"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_eyecucumber"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_eyemask"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_eyestrawberry"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_eyetomato"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_facehugger"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_fammask"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_featherflower"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_firehelm"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_fishhat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_flapperdress"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_flaredtrench"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "clothing_flipflopsocks"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "clothing_flippers"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_floppyhair"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_floppysunhat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_floralbag"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "clothing_floraloutfit"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_floralskirt"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_flowerbeard"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_flowercrown"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_flowerponytail"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_flowingshirt"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_flowytop"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_frontswirl"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_frostedbeard"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_gardenapron"; +UPDATE items_base SET stack_height = ".95" WHERE item_name = "clothing_gatsby"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_gentcap"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_geometricjumper"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_geometricskirt"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_ghost"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "clothing_glitzypurse"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "clothing_gogglehat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_goggles"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "clothing_goldhatpack1"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_goldpack1"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_goldpack2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_goldpack3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_goldpack4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_grandetail"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "clothing_grandexoticcape"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_grandheadjewel"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_grandsari"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_grandsherwani"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "clothing_greektoga"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_h20th"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_habloompa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_habpods"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_halftiedhair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_halo"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_halter"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_happy"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_harajukubow"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_harajukuhair"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_harempants"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_hat_skulldino"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_hat_space1"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_headband"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_headjewel"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_heartnecklace"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_hermeshat"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_hermesshoes"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_herochest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_herohelmet"; +UPDATE items_base SET stack_height = ".95" WHERE item_name = "clothing_hheadphones"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "clothing_highfade"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_hipoutfit1"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_hipoutfit2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_hipoutfit3"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_hipster2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_hipsterglasses"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_hitchedjumper"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "clothing_hoplitehelm"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_icecrown"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_inmate"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_jacket_twotone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_judgewig"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_kevlar"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_kevlarhat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_kevlaroutfit"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_kilt"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_kilttop"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_kimono1"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_kimono2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_knightoutfit"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "clothing_knighttop"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "clothing_knighttrousers"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_knitalien"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_knitband"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_knithat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_kpop"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_kpopbuns"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_labcoat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_lanternstaff"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_layerbuns"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_layeredlongskirt"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_leafcrown"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_leafearrings"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_leafhair"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_leafmask"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_leatherhoodie"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "clothing_legarmour"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_legwarmershoes"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_longmohawk"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_longscarf"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_longtshirt"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_loosekimono"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_love"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_luscioushair"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "clothing_madhat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_maid"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_maidband"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_manbun"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_maskcharcoal"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_maskcitrus"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_maskmint"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_maskrose"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_medal1"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_medal2"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_medal3"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_meowtfit"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_mercenary"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_mermaid"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "clothing_mermaidoutfit"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_messycurls"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_messyhalfbun"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_microbag"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_militaryhat"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_militaryjacket"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_militarypants"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "clothing_mini_bowlerhat_blue"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "clothing_mini_bowlerhat_cream"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "clothing_mini_bowlerhat_dark"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "clothing_mini_bowlerhat_gold"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "clothing_mini_bowlerhat_green"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "clothing_mini_bowlerhat_purple"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "clothing_mini_bowlerhat_red"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_mittens"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_mockymouse"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_modernshortwave"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_moviestarhair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_moviestarmakeup"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_multieyesface"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "clothing_mushroomhat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_mutton1"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_mutton2"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_mysticcrown"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_mysticrobes"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_napkin"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_necktie"; +UPDATE items_base SET stack_height = ".95" WHERE item_name = "clothing_nightvision"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_noblecrown"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nordicscarf"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_bearmuffs"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_nt_binoculars"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_braidedwavyhair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_campingbackpack"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_chiseledface"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_clownmask"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_explorersash"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_flapperdress"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_flaredtrench"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_flowytop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_frostedbeard"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_gardenapron"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_ghost"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "clothing_nt_glitzypurse"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_habpods"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_nt_hitchedjumper"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_nt_kilt"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_kilttop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_lanternstaff"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_leafearrings"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_leatherhoodie"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_loosekimono"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_nt_microbag"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_modernshortwave"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_moviestarhair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_moviestarmakeup"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_pencilmoustache"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_pompombag"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "clothing_nt_pompomhat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_possessedeyes"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_puffyvest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_pumpkinbag"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_nt_shortcut"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_shortfluffy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_shortscarf"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_silkgloves"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_slickedbackhair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_snowmansuit"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_sportshair"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_sportsshade"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_sprout"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_starearrings"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_nt_studentcap"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_turban"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_nt_wavy3"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_nt_webskirt"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_nt_witchhat2"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_nt_witchrobes"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_nt_yogapants"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_nt_yogatop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_nt_zebratop"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "clothing_octohat"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_offshldrjumper"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_ombrehr"; +UPDATE items_base SET stack_height = "2.75" WHERE item_name = "clothing_oxset"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "clothing_parade"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_party1"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_party2"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_party3"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_party4"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_party5"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_party6"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_party7"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_party8"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_pencilmoustache"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "clothing_penguin"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_pestmask"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_petaldress"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_piglethat"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_pjbottoms1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_pjoutfit1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_pjoutfit2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_pjoutfit3"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_pjtop1"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_pjtop2"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_pjtop3"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "clothing_plaguemask"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_plungebikini"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_poinsettia"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "clothing_pointyshoes"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_polkadress"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_pompombag"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "clothing_pompomhat"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "clothing_poncho"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_poop"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_possessedeyes"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_puffyvest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_pumpkinbag"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "clothing_punkoutfit1"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "clothing_punkoutfit2"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r16_catface"; +UPDATE items_base SET stack_height = "1.45" WHERE item_name = "clothing_r16_cathat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r16_cyclops"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r16_helmhero"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r16_helmprotect"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r16_icetiara"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r16_party10"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r16_party11"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r16_party12"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r16_party13"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r16_party14"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r16_party9"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r16_sloth"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r17_bathat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r17_boxerbraids"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r17_chicken"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r17_cow"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "clothing_r17_cursedmask"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_r17_daveycrockett"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r17_elegantcrown"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r17_explorerhelm"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r17_frontierbraids"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r17_goldfeatherflower"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "clothing_r17_goldtophat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r17_horse"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "clothing_r17_hweencrown"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r17_sentinelhelm"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r17_sharkmask"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_r17_weddingdress"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_r17_weddingset"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r17_wedveil"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r18_antlers"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r18_axe"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "clothing_r18_bunniehat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r18_bunniemask"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r18_catbag"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_diaparty"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_r18_divershelmet"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_r18_dress"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r18_dungarees"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r18_feathercrown"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_r18_featherdress"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r18_frohawk"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "clothing_r18_goldfish"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r18_goldpack4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r18_hyggehair"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_r18_kitsunemask"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_longwavy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r18_seahorse"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_seawreath"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_sparkleparty1"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_sparkleparty2"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_sparkleparty3"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_sparkleparty4"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_sparkleparty5"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_sparkleparty6"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_sparkleparty7"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_sparkleparty8"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_tiedwavylocks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r18_unicorn"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r18_vamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_autumndress"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r19_autumnhairpiece"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_butterflydress"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_celestialdress"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_comedymask"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_demonwings"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r19_elisa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_featheredcowl"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_forrestcrown"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_fox"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_frilledskirt"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r19_frosted"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_longlonghair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_longtwotone"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r19_longwavy2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_medusa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_messybangs"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "clothing_r19_messybun"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_minotaurhorns"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "clothing_r19_punkhat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_puppyacc"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r19_rainbowhair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_rainbowshades"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_r19_rainbowstarjumper"; +UPDATE items_base SET stack_height = "2.72" WHERE item_name = "clothing_r19_raincoat"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "clothing_r19_scuffedboots"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_r19_shortcurly"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_r19_sparklywaist1"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_r19_sparklywaist2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_r19_sparklywaist3"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_r19_sparklywaist4"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_r19_sparklywaist5"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_r19_sparklywaist6"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_r19_sparklywaist7"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_r19_sparklywaist8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_teddygown"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r19_tragedymask"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_r19_waistcoat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r19_warlocks"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_r20_bearset"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_bunnyoutfit"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_cyborgface"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_cyborgwings"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_dragonflywings"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_galaxybackpack"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "clothing_r20_glitzytux"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_r20_gothicset"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_harmonyset"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_inuit"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_jewelbraidhair"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r20_kittyearphones"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r20_mask1"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r20_mask2"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r20_mask3"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r20_mask4"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r20_mask5"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r20_mask6"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r20_mask7"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r20_mask8"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_r20_monkeyfezhat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_neonpunkset"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_ponytailcap"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "clothing_r20_possessedhair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_pumpkinoutfit"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_quinn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_slumberoutfit"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_tattoo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r20_teddybpack"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_r21_sunnycloudhat"; +UPDATE items_base SET stack_height = "1.45" WHERE item_name = "clothing_rainbowegg"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_rank1"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_rank2"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_rank3"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_rank4"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_rank5"; +UPDATE items_base SET stack_height = "2.75" WHERE item_name = "clothing_rat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_rebelchest"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "clothing_regiment"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_reindeer"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_retrohair"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_ribbon"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_ribbonband"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_ribboncurls"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_rippedjeans"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_rippedjeans2"; +UPDATE items_base SET stack_height = "0.12" WHERE item_name = "clothing_rippedtop"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_rolled_jeans"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_rudolphhat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_ruffleshirt"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "clothing_ruggedbackpack"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_sad"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_sailortop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_sakurajacket"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_santabeard"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_santahat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_santaoutfit"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_santapants"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_santatop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_sari"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "clothing_sasquatchmask"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "clothing_satchel"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_shades"; +UPDATE items_base SET stack_height = ".95" WHERE item_name = "clothing_shavedside"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_sherwani"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "clothing_shoearmour"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "clothing_shoestights"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "clothing_shogunhelmet"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_shortcurlhair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_shortcut"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_shortfluffy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_shortscarf"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_shy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_sideflopped"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_sidehat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_sideponytail"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_silkgloves"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_silly"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_skullnecklace"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_slickedbackhair"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_sliponcanvas"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_snake"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "clothing_snood"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "clothing_snowman"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_snowmansuit"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "clothing_sportpants"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_sportshair"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "clothing_sportsjckt"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_sportsshade"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "clothing_spottedoctohat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_sprout"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_squid"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_starearrings"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_straw2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_studentcap"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_surprised"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_swirlskirt"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "clothing_swirltop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_tailedcoat"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_tentaclehead"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "clothing_tie1"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_tiedjumper"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_tiedtop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_topbuttonshirt"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "clothing_tophat"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_towelhair"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_towelwrapfull"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_towelwraphalf"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_toxicfacehugger"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_treepartyhat"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_tshirt_rolled"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_turban"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_tutu"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_tux"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_tuxoutfit"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_tuxshirt"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_twotonecardi"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "clothing_unicornrainbow"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_urbanoutfit"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_vintagejacket"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_waistbag"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_waistcoatsuit"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_walkie"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_warmask"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_waterhelm"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_wavy2"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_wavy3"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_webskirt"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "clothing_wetsuit"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_wingstiara"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_wink"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_witchhat2"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clothing_witchrobes"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "clothing_wolfmask"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_xmas1"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_xmas2"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_xmas3"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_xmas4"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_xmas5"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_xmasbow"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "clothing_yetifeet"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_yogapants"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "clothing_yogatop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "clothing_zebratop"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "clothing_zombieeyes"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cloud_egg"; +UPDATE items_base SET stack_height = "2.4" WHERE item_name = "cloud_throne"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "clrack"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "club_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cmp_fish_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cmp_fish_bk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cmp_fish_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cmp_fish_gr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cmp_fish_r"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cmp_fish_s"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cmp_nobox"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cmp_nobox_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cmp_nobox_3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "cmp_sub"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cny16_monkeyballoon"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cny17_roosterballoon"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cny18_dogballoon"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cny_sheepballoon"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "cn_lamp"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "cn_sofa"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "coco_chair"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "coco_chair_c2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "coco_chair_c3"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "coco_chair_c4"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "coco_divan"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "coco_divan_c2"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "coco_divan_c3"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "coco_divan_c4"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "coco_nt_sofatable_c3"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "coco_patch"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "coco_sofa"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "coco_sofatable"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "coco_sofatable_c2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "coco_sofatable_c3"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "coco_sofatable_c4"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "coco_sofa_c2"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "coco_sofa_c3"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "coco_sofa_c4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coco_stick"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "coco_stool"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "coco_stool_c2"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "coco_stool_c3"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "coco_stool_c4"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "coco_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coco_table2"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "coco_throne"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "coco_throne_c3"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "coco_throne_c4"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "coco_throne__c2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coffee_cup"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "computer_flatscreen"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "computer_laptop"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "computer_old"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "console"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_anchor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "coralking_c18_angelfish"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "coralking_c18_bed"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "coralking_c18_bluesand"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "coralking_c18_boulders1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_boulders2"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "coralking_c18_bubblerock"; +UPDATE items_base SET stack_height = "2.3" WHERE item_name = "coralking_c18_bubbleseat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_bushycoral1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_bushycoral2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_catfish"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "coralking_c18_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_chalice"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "coralking_c18_clamshell1"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "coralking_c18_clamshell2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "coralking_c18_clamshell3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_closedspiral1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_closedspiral2"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "coralking_c18_clownfish"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_cone"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "coralking_c18_coralfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_corner"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_fence"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "coralking_c18_fishnet"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "coralking_c18_gate"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "coralking_c18_gazebo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_goldenfish"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_kelppillar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_neoncoral1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_neoncoral2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_neoncoral3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_openspiral1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_openspiral2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_pearloyster"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "coralking_c18_seafloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_seaweed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_shelltele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_spinycoral1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_spinycoral2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_starfish1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_starfish2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_sunkenpots"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "coralking_c18_table"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "coralking_c18_trash"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_treasurechest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_c18_trident"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "coralking_c18_tropicalfish"; +UPDATE items_base SET stack_height = "2.4" WHERE item_name = "coralking_engageseahorse"; +UPDATE items_base SET stack_height = "2.4" WHERE item_name = "coralking_ltd18_royalseahorse"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "coralking_r18_goldenchest"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "coralking_r18_turtleride"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "coralking_r18_vanitytable"; +UPDATE items_base SET stack_height = "3.0" WHERE item_name = "corner_china"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "costume_gate"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "couch_norja"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "country_corner"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "country_ditch"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "country_fnc1"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "country_fnc2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "country_fnc3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "country_gate"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "country_grass"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "country_log"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "country_nt_rbw"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "country_patio"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "country_rain"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "country_rbw"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "country_scarecrow"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "country_soil"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "country_stage"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "country_trctr"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "country_well"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "country_wheat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cowbox"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cowbox_gold"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "cpunk15_blimp"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "cpunk15_gift"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cpunk15_gunvender"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cpunk15_robo"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "cpunk15_robofrank"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cpunk15_roborat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cpunk15_robosheep"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "cpunk_c15_bar"; +UPDATE items_base SET stack_height = "6.1" WHERE item_name = "cpunk_c15_building1"; +UPDATE items_base SET stack_height = "2.05" WHERE item_name = "cpunk_c15_building2"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "cpunk_c15_door"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cpunk_c15_neoarrow"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cpunk_c15_neoarrowup"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cpunk_c15_neond"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cpunk_c15_neonsk"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cpunk_c15_neonx"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "cpunk_c15_rain"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "cpunk_c15_road"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cpunk_c15_robojunk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cpunk_c15_searchlight"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "cpunk_c15_stage1"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "cpunk_c15_stool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cpunk_c15_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cpunk_c15_tele"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "cpunk_c15_traffic"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cpunk_c15_tubes"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "cpunk_r20_augchair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "crafting_jarhearts"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "crystal_patch"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cubie_beanbag_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cubie_beanbag_p"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "cubie_bed_b"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "cubie_bed_p"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "cubie_bigtable_b"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "cubie_bigtable_p"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "cubie_chair_b"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "cubie_chair_p"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cubie_lamp_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "cubie_lamp_p"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "cubie_nt_shelf_1_b"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "cubie_nt_shelf_2_b"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "cubie_rug_b"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "cubie_rug_p"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "cubie_shelf_0_b"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "cubie_shelf_0_p"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "cubie_shelf_1_b"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "cubie_shelf_1_p"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "cubie_shelf_2_b"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "cubie_shelf_2_p"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "cubie_shelf_3_b"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "cubie_shelf_3_p"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "cubie_shelf_4_b"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "cubie_shelf_4_p"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "cubie_sofaseat_b"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "cubie_sofaseat_p"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "cubie_stool_b"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "cubie_stool_p"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "cubie_table"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "darkelegant_c20_bed"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "darkelegant_c20_carpet"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "darkelegant_c20_cat"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "darkelegant_c20_chair"; +UPDATE items_base SET stack_height = "3.7" WHERE item_name = "darkelegant_c20_cupboard"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "darkelegant_c20_floor"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "darkelegant_c20_flowerpot"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "darkelegant_c20_lamp"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "darkelegant_c20_light"; +UPDATE items_base SET stack_height = "3.2" WHERE item_name = "darkelegant_c20_lionstatue"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "darkelegant_c20_smalltable"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "darkelegant_c20_sofa"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "darkelegant_c20_stool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkelegant_c20_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkelegant_c20_teaset"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "darkelegant_c20_vanity"; +UPDATE items_base SET stack_height = "5" WHERE item_name = "darkelegant_c20_wall"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "darkelegant_c20_walldecor"; +UPDATE items_base SET stack_height = "5" WHERE item_name = "darkelegant_c20_window"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "darkmodern_c20_bed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkmodern_c20_bunnylight"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "darkmodern_c20_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkmodern_c20_creative"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkmodern_c20_desk"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "darkmodern_c20_display"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "darkmodern_c20_endtable"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "darkmodern_c20_floor"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "darkmodern_c20_floorlight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkmodern_c20_folder"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "darkmodern_c20_glassblockwall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkmodern_c20_hoomba"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkmodern_c20_incense"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "darkmodern_c20_lamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkmodern_c20_lowtable"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "darkmodern_c20_neonlight"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "darkmodern_c20_pictures"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "darkmodern_c20_pillow"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkmodern_c20_plant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkmodern_c20_pug"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "darkmodern_c20_reads"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "darkmodern_c20_rug"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "darkmodern_c20_shelf"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "darkmodern_c20_sofa"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "darkmodern_c20_speakers"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "darkmodern_c20_tubelights"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "darkmodern_c20_tv"; +UPDATE items_base SET stack_height = "3.7" WHERE item_name = "darkmodern_c20_wall"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "dark_merdragon"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "deadduck"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "deadduck2"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "deadduck3"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "desk_junk"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "dessertcafe_c17_armchair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dessertcafe_c17_coffeetable"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "dessertcafe_c17_counter"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "dessertcafe_c17_creamrolls"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "dessertcafe_c17_donut"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "dessertcafe_c17_floor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "dessertcafe_c17_froyo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dessertcafe_c17_glass"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "dessertcafe_c17_mochi"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "dessertcafe_c17_rug"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "dessertcafe_c17_shelf"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "dessertcafe_c17_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dessertcafe_c17_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dessertcafe_c17_teaplant"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "dessertcafe_c17_vase"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "dessertcafe_c17_wall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "dessertcafe_c17_windoor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "det_body"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "det_divider"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "diamond_c18_giftbox"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "diamond_c18_giftbox2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "diamond_dragon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "diamond_painting39"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "diamond_painting47"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "diamond_painting48"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "diamond_painting49"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "diamond_painting50"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "diamond_painting54"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "diamond_painting59"; +UPDATE items_base SET stack_height = "2.3" WHERE item_name = "diamond_painting60"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "diamond_painting62"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "diamond_painting8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "diamond_throne"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "dia_podium"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "dia_uplink"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "diner_bardesk"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "diner_bardesk_corner"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "diner_bardesk_gate"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "diner_cashreg"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "diner_chair"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "diner_gumvendor"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "diner_rug"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "diner_shaker"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "diner_sofa_1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "diner_sofa_2"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "diner_table_1"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "diner_table_2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "diner_tray_0"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "diner_tray_1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "diner_tray_2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "diner_tray_3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "diner_tray_4"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "diner_tray_5"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "diner_tray_6"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "diner_tray_7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_amberbug"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_amberduck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_dinoprize1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_dinoprize2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_dinoprize3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_dinoprize4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_dinoprize5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_dinoprize6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_dragonfly"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_fossil1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_fossil2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_fossil3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_fossil4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino15_fossil5"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "dino15_throne"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "dino_c15_blocks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino_c15_crn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino_c15_dilosaur"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino_c15_divdr"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "dino_c15_floor"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "dino_c15_footprint"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "dino_c15_gate"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "dino_c15_log"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "dino_c15_nest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino_c15_plant1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "dino_c15_plant2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "dino_c15_ribcage"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino_c15_rocklarge"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino_c15_rocksmall"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "dino_c15_table"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "dino_c15_tele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino_c15_tree1"; +UPDATE items_base SET stack_height = "12" WHERE item_name = "dino_c15_tree2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dino_c15_tree3"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "dino_c15_venusfly"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "dino_c15_volcano"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "divider_arm1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "divider_arm2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "divider_arm3"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "divider_nor1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "divider_nor2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "divider_nor3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "divider_nor4"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "divider_nor5"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "divider_poly3"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "divider_silo1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "divider_silo2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "divider_silo3"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "djesko_turntable"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "dng_block"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dng_cube"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "dng_floor"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "dng_ground"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dng_pillar"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "dng_stairs"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "dng_throne"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "dng_treasure"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dng_treasure2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "door"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "doormat_love"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "doormat_plain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "dragonlamp_shinobi"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "drago_c15_bed"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "drago_c15_sofa"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "drinks"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "dtl_r20_gold"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "duck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "duck_afro"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "duck_frank"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "duck_hc"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "duck_scuba"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "duck_vip"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "duck_vipwhite"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "duck_zombie"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easel_0"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easel_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easel_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easel_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easel_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easel_5"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter11_basket"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter11_grasspatch"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter11_mushroom1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter11_mushroom2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter11_mushroom3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter11_mushroom4"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "easter11_tag"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter11_tuip_g"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter11_tuip_p"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter11_tuip_y"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter13_arch"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "easter13_bulbs"; +UPDATE items_base SET stack_height = "1.31" WHERE item_name = "easter13_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter13_dinoegg"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter13_egg_0"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter13_egg_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter13_egg_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter13_egg_3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter13_floor_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter13_flower_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter13_flower_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter13_flower_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter13_globe"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter13_sshrooms"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "easter13_stage_1"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter13_stage_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter13_stonefrank"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter13_stonehead"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "easter13_sub"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter13_teleport"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "easter14_block1"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "easter14_block2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_block3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_block4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_bunnysphinx"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "easter14_captainchr"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "easter14_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_chocchestrare"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "easter14_corner"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "easter14_divider"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "easter14_effectgiver"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_eggplant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_eggstar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_eleccrn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_elecdivdr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_flower"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "easter14_gate"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "easter14_grasspatch"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_habberge6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_jar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_lamp"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "easter14_metalfloor"; +UPDATE items_base SET stack_height = "6" WHERE item_name = "easter14_palmtree"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "easter14_pillar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_plant"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter14_roombg"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "easter14_sandfloor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter14_screen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_statue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_techstump"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "easter14_techtreebrkn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter14_teleport"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter16_habberge6ltd"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "easter16_habberge7ltd"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter16_habberge8ltd"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "easter16_habberge9ltd"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "easterduck"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c16_house"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "easter_c16_mallowduck"; +UPDATE items_base SET stack_height = "6.8" WHERE item_name = "easter_c16_nest"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_appletree"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "easter_c17_barn"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_barngate"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "easter_c17_beehive"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_berrycupcake"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "easter_c17_berrytart"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "easter_c17_blkberrybush"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "easter_c17_blkberryjam"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_carrot"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_carrotcake"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "easter_c17_chairs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_chickens"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_choc"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_chocbunny"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_choccupcake"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "easter_c17_choctart"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_collie"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_combistove"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter_c17_coop"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "easter_c17_crn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_egg"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "easter_c17_farmsoil"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "easter_c17_fence"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "easter_c17_fence2"; +UPDATE items_base SET stack_height = "0.75" WHERE item_name = "easter_c17_flour"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "easter_c17_floweringbush"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_fruitsalad"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_leafsprout"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_pastries"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_peachtree"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_peartree"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "easter_c17_raspbush"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "easter_c17_raspjam"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "easter_c17_roof"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "easter_c17_roof2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_sapling"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_seedbag"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_seeds"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_sprinkler"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "easter_c17_strawbsbush"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_strawbscake"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "easter_c17_strawbsjam"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_sweetpastries"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "easter_c17_table"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c17_tree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c17_windmill"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_badflower"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_birchpillar"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "easter_c18_boxplanter"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_ceilingfan"; +UPDATE items_base SET stack_height = "1.38" WHERE item_name = "easter_c18_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_chiaplants"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c18_countryteaset"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_curtains"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_dancingplant"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c18_dragonflies"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_fawn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_glassbrickcnr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_glassbrickwall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c18_glassdoor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c18_hangingplant"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "easter_c18_hutch"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c18_ivybeam"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c18_ivylight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_lemontree"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_lupin1"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_lupin2"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_lupin3"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_lupin4"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c18_patternfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_radiator"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_radio"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "easter_c18_recyclebin"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_rose1"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_rose2"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_rose3"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_rose4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_seedpacklupin"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_seedpackrose"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_seedpacksnowdrop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_seedpacktulip"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "easter_c18_shelfplants"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "easter_c18_slatestack"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c18_snowdrop1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c18_snowdrop2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c18_snowdrop3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c18_snowdrop4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_stackedplants"; +UPDATE items_base SET stack_height = "1.15" WHERE item_name = "easter_c18_table"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "easter_c18_tricyle"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_tulip1"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_tulip2"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_tulip3"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "easter_c18_tulip4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_veg"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_washline"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c18_woodendeco"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter_c19_ancientbook"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter_c19_ancientbook2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_babyent"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_babyent2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_babyhippogriff"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_babyhippogriff2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_babykelpie"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_babykelpie2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_bearowl"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter_c19_book1"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter_c19_book1a"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter_c19_book2"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter_c19_book2a"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter_c19_book3"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter_c19_book3a"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter_c19_book4"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "easter_c19_book4a"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_busybunny"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_chillgnome"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "easter_c19_dirtpath"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_earthdrago"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_ent"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_fairyprince"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "easter_c19_flowerlamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_flowertea"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_forrestegg"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_forrestegg2"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "easter_c19_forrestfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_forrestfood"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_habelina"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_habshirecat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_hippogriff"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_kelpie"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_lilredbonnie"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c19_littlefairies"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "easter_c19_logchair"; +UPDATE items_base SET stack_height = "0.62" WHERE item_name = "easter_c19_logtable"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "easter_c19_magicringtele"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "easter_c19_meadow"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c19_mushrooms"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_springtree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_turnipbuddies"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_waterdrago"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "easter_c19_wisestone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c19_wolf"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c19_woodlandcritters"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "easter_c20_ancientbird"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_ancienthorse"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_ancientstatue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_campingessentials"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "easter_c20_camprug"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_clayrelic"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "easter_c20_climbingropetele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_darkprize1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_darkprize2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_darkprize3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_darkprize4"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "easter_c20_darkrock"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "easter_c20_darkrock1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_energyfood"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "easter_c20_firstaidkit"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c20_fishingpole"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_fishstream"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_forestfriends"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_foresttree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_heather"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "easter_c20_heatherrock"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "easter_c20_jadeguardian"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "easter_c20_kayak"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_lightprize1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_lightprize2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_lightprize3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_lightprize4"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "easter_c20_lightrock"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "easter_c20_lightrock1"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "easter_c20_logwalk"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "easter_c20_mossydivider"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "easter_c20_mountainflats"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "easter_c20_mountainslopes"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_ornamentalrocks"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "easter_c20_picnicfood"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_c20_rapids"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "easter_c20_rockboulders"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "easter_c20_scatteredforestfloor"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "easter_c20_stickteepee"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_c20_waypointrocks"; +UPDATE items_base SET stack_height = "2.12" WHERE item_name = "easter_c20_zenmaster"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_ltd17_harvestgoddess"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_ltd18_habberge10"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "easter_ltd19_flowerthrone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_ltd20_fortuneduck"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "easter_r16_crackable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_r16_gold"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_r16_pot"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "easter_r16_squid"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_r16_throne"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_r17_farmcutout"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "easter_r18_bigbunny"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "easter_r18_bonzaifountain"; +UPDATE items_base SET stack_height = "2.15" WHERE item_name = "easter_r19_mysticalbird"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "easter_r19_treeswing"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_r20_mountaingoat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "easter_r20_mystictree"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "easy_bowl2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "easy_carpet"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ecotron_box"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "eco_cactus1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "eco_cactus2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "eco_cactus3"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "eco_chair1"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "eco_chair2"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "eco_chair3"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "eco_fruits1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "eco_fruits2"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "eco_fruits3"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "eco_lamp1"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "eco_lamp2"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "eco_lamp3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "eco_light1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "eco_light2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "eco_light3"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "eco_mush1"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "eco_mush2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "eco_sofa1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "eco_sofa2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "eco_sofa3"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "eco_table1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "eco_table2"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "eco_table3"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "eco_tree1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "eco_tree2"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "edice"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "edicehc"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "edice_val12_therm"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "effect_faketile"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "eleblock1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "eleblock2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "eleblock3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "eleblock4"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "eleblock5"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "eleblock6"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "eleblock7"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "eleblock8"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "eleblock9"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "elegantp_c17_bed"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "elegantp_c17_carpet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "elegantp_c17_cat"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "elegantp_c17_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "elegantp_c17_flowerpot"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "elegantp_c17_sofa"; +UPDATE items_base SET stack_height = "1.38" WHERE item_name = "elegantp_c17_stool"; +UPDATE items_base SET stack_height = "5" WHERE item_name = "elegantp_c17_window"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "elegant_c17_bed"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "elegant_c17_carpet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "elegant_c17_cat"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "elegant_c17_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "elegant_c17_cupboard"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "elegant_c17_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "elegant_c17_flowerpot"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "elegant_c17_light"; +UPDATE items_base SET stack_height = "1.34" WHERE item_name = "elegant_c17_smalltable"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "elegant_c17_sofa"; +UPDATE items_base SET stack_height = "1.38" WHERE item_name = "elegant_c17_stool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "elegant_c17_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "elegant_c17_teaset"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "elegant_c17_vanity"; +UPDATE items_base SET stack_height = "5" WHERE item_name = "elegant_c17_wall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "elegant_c17_walldecor"; +UPDATE items_base SET stack_height = "5" WHERE item_name = "elegant_c17_window"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "elegrass1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "elerock1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "elmeri"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "env_bushes"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "env_bushes_gate"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "env_grass"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "env_telep"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "env_tree1"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "env_tree2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "env_tree3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "env_tree4"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "es_bench"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "es_box"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_counter"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_epictree"; +UPDATE items_base SET stack_height = "0.03" WHERE item_name = "es_exit"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_fnc_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_fnc_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_fnc_crnr"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "es_gate_b"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "es_gate_g"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "es_gate_r"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "es_gate_y"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "es_geysir"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "es_icestar"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "es_icestar_g"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "es_icestar_r"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "es_icestar_y"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "es_lmppst"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "es_puck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_roaster"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_santa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_score_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_score_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_score_r"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_score_y"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "es_sidewalk"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "es_skating_ice"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_statue"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "es_tagging"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "es_tile"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "es_wpost"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "exe_artlamp"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "exe_bardesk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_c15_desktidy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_c15_printer"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_c15_telephone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_chair"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "exe_chair2"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "exe_copier"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "exe_corner"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "exe_cubelight"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "exe_drinks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_drinks_cabinet"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "exe_elevator"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "exe_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_glassdvdr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_globe"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_icecream"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "exe_light"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "exe_plant"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "exe_rug"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "exe_seccam"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_s_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exe_wrkdesk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exotic_r17_bat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exotic_r17_birds"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exotic_r17_chamele"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "exotic_r17_chinchil"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "exotic_r17_chipmunk"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "exotic_r17_sloth"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exotic_r17_snake"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "exotic_r17_treefrog"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "fball_audbench"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "fball_audbench2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_ball"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_ball2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_ball3"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_ball4"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_ball5"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_ball6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_bench"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fball_cote"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_counter"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_crnr"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_flag_grp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_fnc1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_fnc3"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_gate"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_goal_b"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_goal_g"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_goal_r"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "fball_goal_y"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_goldenboot"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_goldenboot2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_grp_bench"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fball_grp_cote"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_grp_crnr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_grp_fnc1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_grp_fnc3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "fball_light"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_ltd14"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_mascot"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fball_ptch0"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fball_ptch1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fball_ptch2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fball_ptch3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fball_ptch4"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fball_ptch5"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fball_ptch6"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fball_ptch7"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fball_ptch8"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "fball_scales"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_score_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_score_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_score_r"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_score_y"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "fball_trophy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_trophybrasil_bronze"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_trophybrasil_gold"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fball_trophybrasil_silver"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_amp"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_backdrop1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_backdrop2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_backdrop3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_bobbatea"; +UPDATE items_base SET stack_height = "0.56" WHERE item_name = "fest_c19_bongos"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_bprint1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_bprint2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_bprint3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_bprint4"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "fest_c19_bprintcrackable"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "fest_c19_bprintcrackableb"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_brazier"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_coalicecream"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_craft"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "fest_c19_cushion1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "fest_c19_cushion2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "fest_c19_cushion3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_didgeridoo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_dj"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_dreamcatcher"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_dye1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_dye2"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "fest_c19_falafelstall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_flags"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_hangingdecor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_hipdog"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_lamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_loverstent"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_materials"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_palm"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_parasol1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_parasol2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_parasol3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_pole"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_c19_sitar"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_skull1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_skull2"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "fest_c19_skull3"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "fest_c19_skull4"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "fest_c19_skull5"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "fest_c19_skull6"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "fest_c19_stage"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "fest_c19_stool1"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "fest_c19_stool2"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "fest_c19_stool3"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "fest_c19_ticketstall"; +UPDATE items_base SET stack_height = "2.3" WHERE item_name = "fest_ltd19_alpaca"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fest_r19_gemowl"; +UPDATE items_base SET stack_height = "3.25" WHERE item_name = "fest_r19_ladygaia"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "fireplace_armas"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "fireplace_polyfon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_01"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_02"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_03"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_04"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_05"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_06"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_07"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_08"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_09"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_11"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_12"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_13"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_14"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fireworks_15"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "foldablechair_beige"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "foldablechair_camo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "foldabletable_beige"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "foldabletable_camo"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "footylamp"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "footylamp_campaign"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "fortune"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "free_placement_room"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "fridge"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx116"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx123"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx125"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx126"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx127"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fxbox_fx14"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx143"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx147"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx152"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx153"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx16"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx183"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "fxbox_fx192"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "fxbox_fx92"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "fx_bubble"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "fx_explosion"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "fx_flare"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "gaming_c18_chairpro"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gaming_c18_cubelight"; +UPDATE items_base SET stack_height = "3.8" WHERE item_name = "gaming_c18_gamecollection"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gaming_c18_gameplush1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gaming_c18_gameplush2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gaming_c18_hs4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gaming_c18_hswap"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "gaming_c18_rigpro"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gaming_c18_setuppro"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden15_lawnmower"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gardening_box"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_basket"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "garden_basketflower"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "garden_bfly"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "garden_bigpot"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_birdbath"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_boots"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "garden_c15_shroomchr"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "garden_c15_toolshed"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "garden_caterpillar"; +UPDATE items_base SET stack_height = "1.15" WHERE item_name = "garden_chair"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "garden_climber"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_fishgnome"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "garden_flo1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "garden_flo2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "garden_flo3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_flolamp"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "garden_flowerbed"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "garden_flytrap"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "garden_grass"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "garden_jungle"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "garden_jyrki"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "garden_leaves"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_lupin1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_lupin2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_lupin3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_lupin4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_lupin5"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "garden_mursu"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "garden_mursu2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "garden_mursu3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "garden_mursu4"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "garden_orchtree"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "garden_patio"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "garden_pond"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "garden_r21_wisteriaarch"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "garden_rosearch"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "garden_rosefence"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_seed"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "garden_smallpot"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_staringbush"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "garden_stonesteps"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "garden_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "garden_volcano"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "gate_of_eternity"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gh_div_cor"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "gh_div_wall"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "giftflowers"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_bff_a"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_bff_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_c18_cookiejar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_coal"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_handbag0"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_incense"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_jewel0"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_joystick"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_manlystatue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_mdlcar0"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_mypod"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "gift_mysterytrophy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_pbank"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gift_thing"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "gift_vase"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "glass_chair"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "glass_shelf"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "glass_sofa"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "glass_stool"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "glass_table"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "gld_badgewall_tall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gld_carpet"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "gld_gate"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "gld_hangflag1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "gld_hangflag2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gld_pennant"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "gld_sofa1"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "gld_stool1"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "gld_stool2"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "gld_table1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "gld_tile1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "gld_tile2"; +UPDATE items_base SET stack_height = "1.95" WHERE item_name = "gld_wall_tall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gnome_box"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "golden_apple"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "gold_c15_arc_camp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gold_c15_arc_chair"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "gold_c15_arc_div1"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "gold_c15_arc_div2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gold_c15_arc_geysir"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "gold_c15_arc_hole"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "gold_c15_arc_icerug"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "gold_c15_arc_lamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gold_c15_arc_lantern"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "gold_c15_arc_seat"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gold_c15_arc_snow"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gold_c15_arc_statue"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "gold_c15_arc_table"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "gold_c15_arc_tele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gold_c15_arc_tree1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gold_c15_arc_tree2"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "gold_c15_arc_tub"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gold_rare_crackable"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "goodie1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "goodie2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "gothgate"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "gothic15_toilet"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "gothiccafe_c20_armchair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gothiccafe_c20_bookcase"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gothiccafe_c20_coffeetable"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "gothiccafe_c20_counter"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gothiccafe_c20_creamrolls"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gothiccafe_c20_donut"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "gothiccafe_c20_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gothiccafe_c20_glass"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gothiccafe_c20_icetea"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gothiccafe_c20_mochicake"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gothiccafe_c20_rosepainting"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gothiccafe_c20_rug"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "gothiccafe_c20_shelf"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "gothiccafe_c20_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gothiccafe_c20_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gothiccafe_c20_teaplant"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gothiccafe_c20_vase"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "gothiccafe_c20_wall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gothiccafe_c20_windoor"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "gothiccandelabra"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "gothic_bed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gothic_bowl"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "gothic_c15_chandelier"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gothic_c15_crn"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "gothic_c15_dvdr"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "gothic_c15_toilet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gothic_c15_tower"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "gothic_candles"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "gothic_carpet"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "gothic_carpet2"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "gothic_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "gothic_desk"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "gothic_sofa"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "gothic_stool"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "gothrailing"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "goth_table"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "grail_nectar"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "grail_water"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "grand_piano"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "greektrophy"; +UPDATE items_base SET stack_height = "0.51" WHERE item_name = "greek_block"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "greek_c15_bench"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "greek_c15_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "greek_c15_lamp"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "greek_c15_tile"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "greek_c19_chair"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "greek_c19_fruitbowl"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "greek_c19_harp"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "greek_c19_harp2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "greek_c19_pythagorascup"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "greek_c19_scrolls1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "greek_c19_scrolls2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "greek_c19_shield1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "greek_c19_shield2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "greek_c19_statue"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "greek_c19_table"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "greek_c19_vase1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "greek_c19_vase2"; +UPDATE items_base SET stack_height = "3.11" WHERE item_name = "greek_c19_wall"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "greek_corner"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "greek_gate"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "greek_ltd19_harp"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "greek_pillars"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "greek_r19_chariot"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "greek_r19_luxbed"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "greek_r19_tiledbath"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "greek_seat"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "grungelamp"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "grunge_barrel"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "grunge_bench"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "grunge_candle"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "grunge_chair"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "grunge_mattress"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "grunge_radiator"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "grunge_shelf"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "grunge_sign"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "grunge_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "guild_forum"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_birthdaycake"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_comp_blocks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_comp_clothing"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_comp_furni"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_comp_photo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_comp_room"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_comp_video"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "habbo15_crackable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_placeholder"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_pumpkin1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_pumpkin2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "habbo15_rare_crackable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_11"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_12"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_13"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_14"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_15"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_16"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_17"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_18"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_19"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_20"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_21"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_22"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_23"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_24"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_25"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_26"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_27"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_28"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_29"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_30"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_31"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_32"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_33"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_34"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_35"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_36"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_37"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_38"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_39"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_40"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_41"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_42"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_43"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_44"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_45"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo15_win_9"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "habbo20_c20_artdecobackdrop"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "habbo20_c20_artdecocarpet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo20_c20_artdecochair"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "habbo20_c20_balloons"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo20_c20_blackgoldballoon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo20_c20_crackable"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "habbo20_c20_glitzytable"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "habbo20_c20_rosegoldballoon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo20_c20_trophyblock"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo20_c20_trophybronze"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo20_c20_trophydesign"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo20_c20_trophygold"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo20_c20_trophylooks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo20_c20_trophysilver"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo20_c20_trophyvideo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "habbo20_r20_crackable"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "habbocake"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "habboween_crypt"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "habboween_grass"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "habbowood_chair"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hal_cauldron"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hal_grave"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ham"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "ham2"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hblooza14_arch"; +UPDATE items_base SET stack_height = "5" WHERE item_name = "hblooza14_arrowsign"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_ballsign"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hblooza14_bundkiosk"; +UPDATE items_base SET stack_height = "6" WHERE item_name = "hblooza14_cafe_b"; +UPDATE items_base SET stack_height = "6" WHERE item_name = "hblooza14_cafe_p"; +UPDATE items_base SET stack_height = "6" WHERE item_name = "hblooza14_cafe_y"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_candystall"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "hblooza14_dance"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_drinkstall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_duckcrn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_duckdvdr"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hblooza14_duckgate"; +UPDATE items_base SET stack_height = "6" WHERE item_name = "hblooza14_duckhook"; +UPDATE items_base SET stack_height = "6" WHERE item_name = "hblooza14_duckhookhc"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_duck_balloon_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_duck_balloon_p"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_duck_balloon_y"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_flagpole"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_flagpole_p"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hblooza14_flag_b"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hblooza14_flag_p"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hblooza14_flag_y"; +UPDATE items_base SET stack_height = "5" WHERE item_name = "hblooza14_flowerlight"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hblooza14_hctele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_hedgecrn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_hedgediv"; +UPDATE items_base SET stack_height = "2.57" WHERE item_name = "hblooza14_horsecarob"; +UPDATE items_base SET stack_height = "2.57" WHERE item_name = "hblooza14_horsecarop"; +UPDATE items_base SET stack_height = "2.57" WHERE item_name = "hblooza14_horsecaroy"; +UPDATE items_base SET stack_height = "7" WHERE item_name = "hblooza14_hotair_b"; +UPDATE items_base SET stack_height = "7" WHERE item_name = "hblooza14_hotair_p"; +UPDATE items_base SET stack_height = "7" WHERE item_name = "hblooza14_hotair_y"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hblooza14_mud"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hblooza14_pinata1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hblooza14_pinata2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hblooza14_pinata3"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hblooza14_pinata4"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hblooza14_planepadb"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hblooza14_planepadr"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "hblooza14_rollercost"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_shotgall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_stool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza14_table"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hblooza14_tele"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hblooza14_tent"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "hblooza14_track"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "hblooza14_track_crl"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "hblooza14_track_crr"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "hblooza_bbq"; +UPDATE items_base SET stack_height = "4.5" WHERE item_name = "hblooza_bubblejuice"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hblooza_candyfloss"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_chicken"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hblooza_dirtfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_fnc"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_fnc_crnr"; +UPDATE items_base SET stack_height = "6.5" WHERE item_name = "hblooza_guitar1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_guitar10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_guitar11"; +UPDATE items_base SET stack_height = "6.5" WHERE item_name = "hblooza_guitar2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_guitar3"; +UPDATE items_base SET stack_height = "6.5" WHERE item_name = "hblooza_guitar4"; +UPDATE items_base SET stack_height = "6.5" WHERE item_name = "hblooza_guitar5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_guitar6"; +UPDATE items_base SET stack_height = "6.5" WHERE item_name = "hblooza_guitar7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_guitar8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_guitar9"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "hblooza_hotdog"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "hblooza_icecream"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_kiosk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_pillar1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hblooza_pinata1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hblooza_pinata2"; +UPDATE items_base SET stack_height = "4.5" WHERE item_name = "hblooza_popcorn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_sfnc"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_sfnc_crnr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hblooza_sign"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hblooza_spacerent3x4"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hblooza_spacerent5x5"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hblooza_spacerent6x6"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hblooza_spacerent7x7"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hblooza_stage1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hblooza_stage2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hblooza_tfnc_1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hblooza_tfnc_2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hblooza_tgate"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hc16_1"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "hc16_10"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "hc16_11"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc16_12"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hc16_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc16_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc16_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc16_5"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hc16_6"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hc16_7"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hc16_8"; +UPDATE items_base SET stack_height = "1.85" WHERE item_name = "hc16_9"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "hc17_1"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "hc17_10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc17_11"; +UPDATE items_base SET stack_height = "3.23" WHERE item_name = "hc17_12"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc17_2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hc17_3"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "hc17_4"; +UPDATE items_base SET stack_height = "1.45" WHERE item_name = "hc17_5"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hc17_6"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hc17_8"; +UPDATE items_base SET stack_height = "1.37" WHERE item_name = "hc17_9"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_11"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_12"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc19_9"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc20_1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc20_10"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hc20_11"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hc20_12"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc20_2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc20_3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc20_4"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc20_5"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc20_6"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc20_7"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc20_8"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc20_9"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc21_1"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hc21_10"; +UPDATE items_base SET stack_height = "3.1" WHERE item_name = "hc21_11"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hc21_12"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "hc21_2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hc21_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc21_4"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "hc21_5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc21_6"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "hc21_7"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "hc21_8"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hc21_9"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc2_armchair"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "hc2_barchair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc2_biglamp"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hc2_carpet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc2_cart"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc2_coffee"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc2_divider"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "hc2_dvn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc2_frplc"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc2_sofa"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "hc2_sofatbl"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc2_vase"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hc3_bard"; +UPDATE items_base SET stack_height = "1.36" WHERE item_name = "hc3_dc"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc3_divider"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc3_hugelamp"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc3_light"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hc3_shelf"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hc3_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc3_stereo"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "hc3_stool"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "hc3_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc3_vase"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "hcamme"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hcc_chair"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hcc_crnr"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hcc_dvdr"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hcc_minibar"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hcc_shelf"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "hcc_sofa"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hcc_sofachair"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hcc_stool"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "hcc_table"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hcsohva"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hc_arab_bigtb"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hc_arab_chair"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hc_arab_divdr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_arab_pllw"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc_arab_rug"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hc_arab_snake"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hc_arab_teamk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_arab_tetbl"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hc_arab_tray1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hc_arab_tray3"; +UPDATE items_base SET stack_height = "2.15" WHERE item_name = "hc_bigvase"; +UPDATE items_base SET stack_height = "3.0" WHERE item_name = "hc_bkshlf"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "hc_btlr"; +UPDATE items_base SET stack_height = "2.75" WHERE item_name = "hc_cab"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hc_chr"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hc_crpt"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hc_crtn"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hc_djset"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hc_dsk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_exe_chair"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hc_exe_chair2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_exe_cubelight"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc_exe_elevator"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_exe_glassdvdr"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hc_exe_light"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hc_exe_seccam"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_exe_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_exe_s_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_exe_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_exe_wrkdesk"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "hc_frplc"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hc_gift_14days"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hc_gift_31days"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_knight_1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hc_lmp"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "hc_lmpst"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_luggage"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "hc_machine"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hc_radio"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "hc_rllr"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "hc_rntgn"; +UPDATE items_base SET stack_height = "1.03" WHERE item_name = "hc_roundchair"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "hc_roundtable"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hc_tbl"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hc_trll"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hc_tv"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "heart"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "heartsofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hhistory_r16_crackable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hhistory_r17_crackable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hhistory_r18_crackable"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "highscore_classic"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "highscore_mostwin"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "highscore_perteam"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hlympic_bear"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hockey_light"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hockey_score"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hof_parameter_test"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hole"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hole1x1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hole2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hole3"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "hologram"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "holo_dragon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "holo_nelly"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "homework"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "horse_dye_00"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_01"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_02"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_03"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_04"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_05"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_06"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_07"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_08"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_09"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_10"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_11"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_12"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_13"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "horse_dye_14"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "horse_dye_15"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "horse_dye_16"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "horse_dye_17"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "horse_dye_18"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_fin_flag"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_fin_flag2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_fin_flag3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "horse_fin_poster"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "horse_fin_poster2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "horse_fin_poster3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_00"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_01"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_02"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_03"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_04"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_05"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_06"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_07"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_08"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_09"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_11"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_12"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_13"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_14"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_15"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_16"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairdye_17"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairstyle_0"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairstyle_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairstyle_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairstyle_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairstyle_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairstyle_4_hs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairstyle_5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairstyle_6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_hairstyle_7"; +UPDATE items_base SET stack_height = "0.73" WHERE item_name = "horse_hay"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "horse_hayfloor"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "horse_hopper"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_poop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_poop_luxus"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_saddle1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_saddle2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "horse_sawdustfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_stable_fence"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_stable_fence_w"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "horse_stable_gate"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "horse_stable_gate_w"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_stbl_fnc_corner"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_stbl_fnc_corn_w"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "horse_track1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_track_fence"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "horse_track_fence_cor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "horse_track_gate"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "horse_trough"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hosptl_bbag"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "hosptl_bed"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hosptl_cab1"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hosptl_cab2"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hosptl_curtain"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hosptl_defibs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hosptl_light"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "hosptl_seat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hosptl_skele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hosp_c19_drinksvend"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hotel_c18_awning"; +UPDATE items_base SET stack_height = "5.37" WHERE item_name = "hotel_c18_block1"; +UPDATE items_base SET stack_height = "7.6" WHERE item_name = "hotel_c18_block2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hotel_c18_cypress"; +UPDATE items_base SET stack_height = "0.81" WHERE item_name = "hotel_c18_foundation"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hotel_c18_fountain"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "hotel_c18_pool"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hotel_c18_rail"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hotel_c18_roof"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hotel_c18_rooftop"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "hotel_c18_stairs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hotel_c18_tree"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "house"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "house2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "house_sofa"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hs_balcony"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hs_box"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hs_bpass"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hs_carpet"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hs_carpet_blk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hs_chair"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hs_circstage"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hs_dnctile_1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hs_lightstrip_blue"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hs_lightstrip_pink"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hs_marswalk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hs_prop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hs_smoke"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hs_stage_black"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hs_stage_blue"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hs_stage_long_black"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hs_stage_long_blue"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hs_stage_long_pink"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hs_stage_pink"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "hs_stairs_black"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "hs_stairs_blue"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "hs_stairs_pink"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hween08_bath"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hween08_bath2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hween08_bbag"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "hween08_bed"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "hween08_bed2"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hween08_curtain"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hween08_curtain2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hween08_defibs"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hween08_defibs2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hween08_manhole"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hween08_sink"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "hween08_sink2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hween08_trll"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hween09_chair"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hween09_chandelier"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hween09_floor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween09_ghost"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hween09_hatch"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hween09_jar"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "hween09_mirror"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hween09_organ"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hween09_table"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hween09_tv"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween10_bat"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween10_chicken"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hween10_ffly"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween10_fog"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween10_jar"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "hween10_logs"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween10_pond"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "hween10_portch"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween10_skullpost"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween10_swamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween10_tarot"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hween10_tele"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "hween10_throne"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween10_tree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween10_voodoo1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween10_voodoo2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween10_voodoo3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween10_zombie"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween11_disflo"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween11_disflo2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween11_dish1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween11_dish2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween11_dish3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween11_dish4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween11_fountain"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hween11_pumpkin"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween11_punch"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hween11_sofa"; +UPDATE items_base SET stack_height = "0.32" WHERE item_name = "hween12_cage"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "hween12_cart"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hween12_coffin"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween12_costume_hopper"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "hween12_duck"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hween12_entry"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween12_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween12_fortune"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween12_grabby"; +UPDATE items_base SET stack_height = "1.48" WHERE item_name = "hween12_guillotine"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween12_lantern"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween12_mirror"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "hween12_moon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween12_orb"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween12_scarecrow"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hween12_shedskin"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween12_strengthtest"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "hween12_track"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "hween12_track_crl"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "hween12_track_crr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween12_wall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween12_wolf"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_bed"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hween13_bldtrail"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_book"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "hween13_bridgeend"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "hween13_bridgemid"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_c19_frog"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hween13_candle"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween13_cardtable"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hween13_castleblock1"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hween13_castleblock2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween13_castledoor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_castlegarg"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_castlespike"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hween13_castleturret1"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hween13_castleturret2"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hween13_castleturret3"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "hween13_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_crnr_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_dwarfcrn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_dwarfdiv"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_fence_1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween13_floor2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hween13_gate_1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hween13_grass"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween13_gutsfloor"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "hween13_mirror"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween13_monsterpea"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_piglamp"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween13_roombg"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_rose"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_sheep"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_sheepdemon"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hween13_stage_l"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hween13_stage_s"; +UPDATE items_base SET stack_height = "0.92" WHERE item_name = "hween13_teacup"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_teaset"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "hween13_tele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_thorndiv1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween13_thorndiv2"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hween13_throne"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween13_tile1"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween13_tile2"; +UPDATE items_base SET stack_height = "5" WHERE item_name = "hween13_tree"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween14_altarpieces1"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween14_altarpieces2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween14_altarpieces3"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "hween14_bed"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hween14_bench"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween14_candletrail"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween14_carnivalbg"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween14_carpet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_catrina"; +UPDATE items_base SET stack_height = "1.55" WHERE item_name = "hween14_chair"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "hween14_crn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_demon"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "hween14_divdr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_doll1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_doll10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_doll2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_doll3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_doll4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_doll5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_doll6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_doll7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_doll8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_doll9"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween14_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_flowerpot"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween14_flowertrail"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_food"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "hween14_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_goat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_grossfood"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween14_hangskull"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "hween14_hccoffin"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "hween14_hctele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_lovelock"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween14_ltdalter"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_mariachi"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "hween14_mirror"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween14_rare1"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween14_rare2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween14_skelepieces"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_skullcandle"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween14_skulllight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween14_table"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween14_teleport"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween15_evilfrank"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween15_evilraider"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween15_horseman1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween15_horseman2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween15_horseman3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween15_horseman4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween15_horseman5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween15_ltdhorseman1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween15_ltdhorseman2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween15_ltdhorseman3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween15_ltdhorseman4"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween15_saintini"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween15_saintta"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c15_altar"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "hween_c15_altarbed"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c15_angel"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hween_c15_building"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "hween_c15_busstop"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "hween_c15_car"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "hween_c15_corner"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c15_demoncat"; +UPDATE items_base SET stack_height = "0.84" WHERE item_name = "hween_c15_dump"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c15_evilcloud"; +UPDATE items_base SET stack_height = "0.48" WHERE item_name = "hween_c15_evilcrystal1"; +UPDATE items_base SET stack_height = "0.48" WHERE item_name = "hween_c15_evilcrystal2"; +UPDATE items_base SET stack_height = "0.49" WHERE item_name = "hween_c15_evilcrystal3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c15_fire"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c15_fog"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c15_lamp"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween_c15_pavement"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c15_phone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c15_pumpkin1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c15_pumpkin2"; +UPDATE items_base SET stack_height = "0.48" WHERE item_name = "hween_c15_purecrystal1"; +UPDATE items_base SET stack_height = "0.48" WHERE item_name = "hween_c15_purecrystal2"; +UPDATE items_base SET stack_height = "0.49" WHERE item_name = "hween_c15_purecrystal3"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween_c15_road"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c15_rubbish"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween_c15_sdcrack"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c15_sdwater"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c15_shinycarpet"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "hween_c15_stage"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "hween_c15_stagecorner"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "hween_c15_stairs"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c15_tele"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c15_telewire"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c15_tree"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c16_balcony"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c16_balcony2"; +UPDATE items_base SET stack_height = "1.48" WHERE item_name = "hween_c16_bar"; +UPDATE items_base SET stack_height = "1.48" WHERE item_name = "hween_c16_bar2"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hween_c16_barchair"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hween_c16_barchair2"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "hween_c16_bed"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "hween_c16_bed2"; +UPDATE items_base SET stack_height = "3.55" WHERE item_name = "hween_c16_bkcase"; +UPDATE items_base SET stack_height = "3.55" WHERE item_name = "hween_c16_bkcase2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c16_bust"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c16_bust2"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "hween_c16_cabinet"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "hween_c16_cabinet2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hween_c16_chair"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hween_c16_chair2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c16_crackable1"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "hween_c16_endtable"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "hween_c16_endtable2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c16_fireplace"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c16_fireplace2"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c16_floor"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c16_floor2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c16_ghostash"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c16_ghostmchn"; +UPDATE items_base SET stack_height = "0.48" WHERE item_name = "hween_c16_ghostorb"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c16_ghostvial"; +UPDATE items_base SET stack_height = "1.12" WHERE item_name = "hween_c16_glasstable"; +UPDATE items_base SET stack_height = "1.12" WHERE item_name = "hween_c16_glasstable2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hween_c16_ladder"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hween_c16_ladder2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c16_lamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c16_lamp2"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hween_c16_roundtable"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hween_c16_roundtable2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hween_c16_teleport"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "hween_c16_vanity"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "hween_c16_vanity2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c16_vase"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c16_vase2"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "hween_c16_wall"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "hween_c16_wall2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c16_webs"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c17_bonfire"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c17_cavefloor"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c17_fallingrocks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c17_flamingknight"; +UPDATE items_base SET stack_height = "2.6" WHERE item_name = "hween_c17_gibbet"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "hween_c17_handstrap"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c17_hangingroots"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c17_hidewall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c17_lichen"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c17_mimic"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "hween_c17_monstertele"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "hween_c17_pillar"; +UPDATE items_base SET stack_height = "3.8" WHERE item_name = "hween_c17_pillarsmall"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c17_portcullis"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c17_rat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c17_rock"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c17_rock2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c17_rockdrip"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "hween_c17_shroomthing"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "hween_c17_spiketrap"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hween_c17_tent"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c17_thefallen"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "hween_c17_torturebed"; +UPDATE items_base SET stack_height = "3.3" WHERE item_name = "hween_c17_wall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c17_zombiegrunt"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c17_zombiesleep"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_bloodcurtains"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c18_bloodfloorstreak"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_brokenglasswall"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c18_ceilingfan"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c18_ceilingmould"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_ceilingrays"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_complexmchn1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_complexmchn2"; +UPDATE items_base SET stack_height = "2.25" WHERE item_name = "hween_c18_complexmchn3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_deskitems1"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween_c18_deskitems2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c18_dimlights"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c18_flashlight"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c18_floormould"; +UPDATE items_base SET stack_height = "1.55" WHERE item_name = "hween_c18_labbed"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "hween_c18_labcage"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hween_c18_labchair"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_labcurtains"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hween_c18_labdesk"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_labglasswall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_labglovebox"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_labjar1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_labjar2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c18_lablocker"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_labmchn1"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_labmchn2"; +UPDATE items_base SET stack_height = "2.25" WHERE item_name = "hween_c18_labmchn3"; +UPDATE items_base SET stack_height = "3.1" WHERE item_name = "hween_c18_labshelf"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween_c18_labsteelfloor"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "hween_c18_labstool"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "hween_c18_labstoolold"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween_c18_labtilefloor"; +UPDATE items_base SET stack_height = "4.5" WHERE item_name = "hween_c18_labtilewall"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "hween_c18_labtooltable"; +UPDATE items_base SET stack_height = "3.1" WHERE item_name = "hween_c18_medicineshelf"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_oldceilingrays"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c18_olddocs1"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_olddocs2"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hween_c18_oldlabdesk"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c18_oldlablocker"; +UPDATE items_base SET stack_height = "4.5" WHERE item_name = "hween_c18_oldlabtilewall"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hween_c18_retropc"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_rustyceilingfan"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_spareparts"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c18_staffoftheyr"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_toy1new"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_toy1old"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_toy2new"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_toy2old"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hween_c18_toy3new"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "hween_c18_toy3old"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "hween_c18_toy4new"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "hween_c18_toy4old"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_toy5new"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_toy5old"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c18_washliquid"; +UPDATE items_base SET stack_height = "1.85" WHERE item_name = "hween_c18_washmchn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c18_washpowder"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween_c18_zaptele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_angleroof"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c19_archway"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween_c19_autumnfloor"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "hween_c19_bewitchedbed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_bewitchedcandles"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_bewitchedcauldron"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hween_c19_bewitchedchair"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "hween_c19_bewitchedskull"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "hween_c19_bewitchedtable"; +UPDATE items_base SET stack_height = "1.29" WHERE item_name = "hween_c19_bigroof"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_birchtree"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c19_broomstaffstand"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "hween_c19_claddedwall"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween_c19_crookedfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_crystal"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_crystalball"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_darkwerewolf"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_feathers"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_firechild"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_fireplace"; +UPDATE items_base SET stack_height = "2.3" WHERE item_name = "hween_c19_flameon"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "hween_c19_herbs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_potions"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_pumpkinpatch"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_roofcorner"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_slimeblob"; +UPDATE items_base SET stack_height = "1.29" WHERE item_name = "hween_c19_smallroof"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_spiritowl"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_steeproof"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "hween_c19_stonewall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_tarot"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_witchcraft"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_witchsatchel"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c19_witchsatchel2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_aspentree"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "hween_c20_brokenfloor"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "hween_c20_candyapple"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c20_creepyshadow"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_crookedclock"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hween_c20_crookedtree"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c20_cursedmirror"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c20_door"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_duckgoddess"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_duckgoddessb"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c20_evilscarecrow"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c20_evilscarecrowb"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_eyedemon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_eyedemonb"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hween_c20_eyesofa"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hween_c20_eyetv"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_floatingbed"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c20_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_floorstage"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "hween_c20_floortrap"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_goddesscrystal"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "hween_c20_goddessthrone"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c20_hallway"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "hween_c20_housewall"; +UPDATE items_base SET stack_height = "2.3" WHERE item_name = "hween_c20_hwall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c20_infinitywall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_lamp"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hween_c20_lrstairs"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "hween_c20_madpaper"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c20_madwall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_mannequin"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "hween_c20_octobath"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_octodemon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_octodemonb"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_c20_otherdimension"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "hween_c20_pandorabox"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c20_porchawning"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c20_porchdvdr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_c20_porchfloor"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "hween_c20_porchstairs"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_c20_secretbkshelf"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "hween_c20_tentacletable"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "hween_c20_tentaclethrone"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "hween_c20_udstairs"; +UPDATE items_base SET stack_height = "3.9" WHERE item_name = "hween_c20_vwall"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hween_c20_warpedsofa"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_c20_window"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "hween_dragengage"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_ltd16_ghostcar"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "hween_ltd17_dragon"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "hween_ltd18_cosplaycat"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "hween_ltd19_skullthrone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_ltd20_tearfountain"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_r16_chandelier"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "hween_r16_chandelier2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_r16_crackable2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_r16_grandpiano"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_r16_grandpiano2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_r17_ancdrago"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hween_r17_lichthrone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_r18_antiquechemset"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_r18_pupbot"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "hween_r19_weepingwillow"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hween_r19_witchfamiliar"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "hween_r20_evilpandorabox"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "hween_r20_hourglass"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "hween_r20_meltingpainting"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hyacinth1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "hyacinth2"; +UPDATE items_base SET stack_height = "1.15" WHERE item_name = "hygge_c18_chair"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "hygge_c18_cushion"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "hygge_c18_shelf"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "hygge_c18_stove"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "hygge_r18_fox"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "icedblk_c16_chair"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "icedblk_c16_couch"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "icedblk_c16_div1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "icedblk_c16_div2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "icedblk_c16_div3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "icedblk_c16_div4"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "icedblk_c16_div5"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "icedblk_c16_shelves"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "icedblk_c16_sofa"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "icedblk_c16_sofachair"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "icedblk_c16_solarium"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "icedblk_c16_table"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "igor_seat"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "india_c20_archway"; +UPDATE items_base SET stack_height = "4.3" WHERE item_name = "india_c20_balconydoor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "india_c20_beadbellsdeco"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "india_c20_blueprint"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "india_c20_blueprintb"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_c20_capebp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_c20_cloth"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "india_c20_curries"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_c20_dessert"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_c20_dye"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "india_c20_eleseat"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "india_c20_eletable"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "india_c20_flowerbelldeco"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_c20_headjewelbp"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "india_c20_incense"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_c20_jewellerybox"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "india_c20_light"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "india_c20_longpillow"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "india_c20_palmvase"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_c20_saribp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_c20_sewingmachine"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_c20_sherwanibp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_c20_snakebp"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "india_c20_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_c20_teaset"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "india_c20_tiledfloor"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "india_ltd20_sultanthrone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "india_r20_bengaltiger"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "india_r20_exotictent"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "info_terminal"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "info_terminal_test"; +UPDATE items_base SET stack_height = "3.3" WHERE item_name = "jetset_landhigh"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "jetset_landlow"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jetset_moneypatch"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "jetset_stonejetty"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jetset_tent"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "jetset_tub"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "jetset_vault_crnr"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jetset_vault_door"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "jetset_vault_wall"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jetset_vipscreen"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jetset_vipscreencr"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "jetset_yacht_back"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "jetset_yacht_front"; +UPDATE items_base SET stack_height = "4.4" WHERE item_name = "jetset_yacht_mid_1"; +UPDATE items_base SET stack_height = "3.5" WHERE item_name = "jetset_yacht_mid_2"; +UPDATE items_base SET stack_height = "3.15" WHERE item_name = "jetset_yacht_mid_3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "joulutahti"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "joulutahti_notrd"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "jp15_luckycat"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jp_bamboo"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "jp_bed"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "jp_c15_daruma"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "jp_c15_dresser"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "jp_c15_teapot"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jp_ceiling_lamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jp_divider"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jp_drawer"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jp_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jp_irori"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "jp_katana1"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "jp_katana2"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "jp_katana3"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "jp_lantern"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "jp_pillow"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jp_r18_asiandoll"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "jp_rare"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "jp_table"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jp_tatami"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jp_tatami2"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "jp_teamaker"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "jp_tray1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "jp_tray2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "jp_tray3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "jp_tray4"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "jp_tray5"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "jp_tray6"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "js_bling11_sofa"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "js_bling_bed"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "js_bling_fridge"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "js_bouncer"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "js_c16_bed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "js_c16_cat"; +UPDATE items_base SET stack_height = "2.25" WHERE item_name = "js_c16_drkcab"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "js_c16_lounger"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "js_chandelier"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "js_coins"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "js_exe_bardesk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "js_exe_chair"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "js_exe_chair2"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "js_exe_corner"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "js_exe_gate"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "js_exe_rug"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "js_exe_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "js_exe_s_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "js_jetski"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "js_jetski2"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "js_r16_boat"; +UPDATE items_base SET stack_height = "9.1" WHERE item_name = "js_r16_heli"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "js_r16_jelly"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "js_r16_shark"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "jukebox"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "jukebox_big"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "jukebox_ptv"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "jungle_c16_berry"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "jungle_c16_berry2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_bkcase"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_bkcase2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_bkcase3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_bridgeend"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_bridgeend2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_bridgeend3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_bridgemid"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_bridgemid2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_bridgemid3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_bush"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_ctrick"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_dvdr"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_dvdr2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_dvdr3"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_floor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowera1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowera2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowera3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowerb1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowerb2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowerb3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowerc1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowerc2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowerc3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowerd1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowerd2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_flowerd3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_fruits"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_gate"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_gate2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_gate3"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_light"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_mat"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_mat2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_mat3"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "jungle_c16_plant"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_pot"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_pot2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_pot3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_radio"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "jungle_c16_rafflesia"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "jungle_c16_rocks"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_roof"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_roof2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_roof3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_sacks"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "jungle_c16_stairs"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "jungle_c16_stairs2"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "jungle_c16_stairs3"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "jungle_c16_swingsofa"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "jungle_c16_swingsofa2"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "jungle_c16_swingsofa3"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "jungle_c16_table"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "jungle_c16_table2"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "jungle_c16_table3"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "jungle_c16_tallgrass"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "jungle_c16_tele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_tree"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "jungle_c16_treestage"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "jungle_c16_treestage2"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "jungle_c16_treestage3"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_wall"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_wall2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "jungle_c16_wall3"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "jungle_c16_watertile"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "jungle_c16_watertrap"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_c16_worktable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_ltd16_orangutan"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_r16_basket"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "jungle_r16_pitcherplant"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "jungle_r16_raft"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ktchn10_block"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ktchn10_pot"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ktchn10_sink"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "ktchn10_stove"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ktchn10_tea"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "ktchn15_bubblejuicerack"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "ktchn15_cabinet"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "ktchn15_coffeemaker"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ktchn15_fridge"; +UPDATE items_base SET stack_height = "0.74" WHERE item_name = "ktchn_c15_bread"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ktchn_c15_cereal"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ktchn_c15_chair_b"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ktchn_c15_chair_g"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ktchn_c15_chair_p"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ktchn_c15_chopboard"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ktchn_c15_crn"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "ktchn_c15_dishwasher"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ktchn_c15_divdr"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "ktchn_c15_drinks"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "ktchn_c15_floor"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "ktchn_c15_food"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "ktchn_c15_gate"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "ktchn_c15_lamp_b"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "ktchn_c15_lamp_g"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "ktchn_c15_lamp_p"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "ktchn_c15_microwave"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ktchn_c15_sink"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "ktchn_c15_stove"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ktchn_c15_table_b"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ktchn_c15_table_g"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "ktchn_c15_table_p"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ktchn_c15_tele"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ktchn_cornr"; +UPDATE items_base SET stack_height = ".99" WHERE item_name = "ktchn_countr_1"; +UPDATE items_base SET stack_height = ".99" WHERE item_name = "ktchn_countr_2"; +UPDATE items_base SET stack_height = ".99" WHERE item_name = "ktchn_desk"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ktchn_dvdr"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "ktchn_fridge"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ktchn_gate"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ktchn_inspctr"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ktchn_light"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ktchn_plates"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ktchn_pots"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ktchn_sink"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ktchn_stove"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "ktchn_trash"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "kuurna_chair"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "kuurna_chair1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "kuurna_lamp"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "kuurna_mat"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "kuurna_red_chair"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "kuurna_red_chair1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "kuurna_red_lamp"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "kuurna_red_sofa"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "kuurna_red_table"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "kuurna_red_table1"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "kuurna_sofa"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "kuurna_table"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "kuurna_table1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "lamp2_armas"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "lamp_armas"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "lamp_basic"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "laptopdesk"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "laundry_c18_basket"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "laundry_c18_dryingrack"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "laundry_c18_dustpan"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "laundry_c18_ironing"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "laundry_c18_products"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "laundry_c18_washmachine"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "laundry_r18_vacuum"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_anemone"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "lc_chair"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_coral_divider_hi"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_coral_divider_low"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lc_corner"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_crab1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_crab2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lc_desk"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_glass_floor"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_medusa1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_medusa2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "lc_nt_tile2"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "lc_stool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lc_table"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_tile1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_tile2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_tubes_corners"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lc_tubes_straight"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "legotrophy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "leprechaun_box"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "lidodoor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lidofence"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "lidostage"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lidostairs"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "lidotile"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lidotree1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "lidowall1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "lidowall2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "lidowall3"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "lido_bench"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "lido_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lido_kiosk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lido_kiosk_block"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lido_parasol"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lido_table"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "limo_b_back"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "limo_b_front"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "limo_b_mid"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "limo_b_mid2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "limo_b_mid3"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "limo_r_back"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "limo_r_front"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "limo_r_mid"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "limo_r_mid2"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "limo_w_back"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "limo_w_front"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "limo_w_mid"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "limo_w_mid2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lm_bananadrink"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lm_bigrock"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lm_crystal_skull"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lm_jackbox"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lm_palm1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lm_palm2"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "lm_pond"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "lm_pumpkin"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lm_totem"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "lodge_c15_floor"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "lon_base"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lon_block1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lon_block2"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "lon_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lon_roof"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "lon_window"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lostc_merdragon"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lostc_octopus"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lostc_teleport"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "loyalty_dolphin"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "loyalty_mouse"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "loyalty_pig"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "loyalty_toad"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "lt15_tele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ltd21_unicornpup"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ltd_habberge1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ltd_habberge2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ltd_habberge3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ltd_habberge4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ltd_habberge5"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lt_bughill"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "lt_c15_bush"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "lt_c15_tree"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lt_gate"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lt_lava"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "lt_lavac"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "lt_patch"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lt_spider"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "lt_stage1"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "lt_stage2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "lt_statue"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "lt_stone1"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "lt_stone2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "magazines"; +UPDATE items_base SET stack_height = "3.2" WHERE item_name = "mall_c17_kiosk"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "mall_c17_tele"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "mall_r17_coffeem"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "market_c19_antitheftalarm"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "market_c19_banner"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "market_c19_basket"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "market_c19_checkoutdesk"; +UPDATE items_base SET stack_height = "2.6" WHERE item_name = "market_c19_dairyfridge"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "market_c19_deli1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "market_c19_deli2"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "market_c19_drygoods"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "market_c19_dvds"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "market_c19_floor"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "market_c19_icecreamfreezer"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "market_c19_icecreamtubs"; +UPDATE items_base SET stack_height = "2.25" WHERE item_name = "market_c19_meat"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "market_c19_selfcheckout"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "market_c19_signboard"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "market_c19_spill"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "market_c19_stationary"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "market_c19_trolley"; +UPDATE items_base SET stack_height = "2.6" WHERE item_name = "market_c19_vegfruit"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "marquee"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "marsrug"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "matic_box"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "matic_brainjar"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "matic_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "matic_cont_alien"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "matic_cont_duck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "matic_cont_frank"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "matic_dispenser"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "matic_door"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "matic_light_cam_blue"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "matic_light_cam_green"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "matic_light_cam_orange"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "matic_light_cam_red"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "matic_mech"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "matic_probe"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "matic_sanitizer"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "matic_slime_duck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "matic_tree_blue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "matic_tree_green"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "matic_tree_red"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "matic_tree_silver"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "matic_tree_yellow"; +UPDATE items_base SET stack_height = "4.1" WHERE item_name = "matic_walkway_blue"; +UPDATE items_base SET stack_height = "4.1" WHERE item_name = "matic_walkway_green"; +UPDATE items_base SET stack_height = "4.1" WHERE item_name = "matic_walkway_red"; +UPDATE items_base SET stack_height = "4.1" WHERE item_name = "matic_walkway_silver"; +UPDATE items_base SET stack_height = "4.1" WHERE item_name = "matic_walkway_yellow"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "matic_water_dispenser"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "matic_wirerig"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "md_limukaappi"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "md_rug"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "md_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "memorial_size"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "menorah"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "merger_chest"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "messy_c21_clothespile"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "messy_c21_forgottenvase"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "messy_c21_kitchencorner"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "messy_c21_kitchenette"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "messy_c21_magazines"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "messy_c21_messybed"; +UPDATE items_base SET stack_height = "3.2" WHERE item_name = "messy_c21_messycloset"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "messy_c21_messydrawers"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "messy_c21_messyendtable"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "messy_c21_messyfootwear"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "messy_c21_messyhifi"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "messy_c21_messyrug"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "messy_c21_messysofa"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "messy_c21_oldwall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "messy_c21_plushcarpet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "messy_c21_stackedletters"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "messy_c21_stepladder"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "messy_c21_trashbags"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "messy_c21_wonkychair"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "messy_c21_wonkydoormat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "messy_c21_wonkylamp"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "messy_c21_wonkylowtable"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "messy_c21_wonkytable"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "messy_c21_wonkywallitems"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "milkbowl"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mm_lamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mm_lemon_drink"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mm_tub"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "mnstr_compost"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mnstr_fert"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mnstr_rebreed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mnstr_rebreed_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mnstr_rebreed_3"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "mnstr_revival"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mnstr_seed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mnstr_seed_rare"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "mnstr_waterfall"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "mocchamaster"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "modern_c17_bed"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "modern_c17_chair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "modern_c17_creative"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "modern_c17_desk"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "modern_c17_display"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "modern_c17_endtable"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "modern_c17_floor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "modern_c17_floorlamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "modern_c17_folder"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "modern_c17_incense"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "modern_c17_iscreen"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "modern_c17_lamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "modern_c17_lowtable"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "modern_c17_photos"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "modern_c17_pictures"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "modern_c17_pillow"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "modern_c17_plant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "modern_c17_pug"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "modern_c17_reads"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "modern_c17_rug"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "modern_c17_shelf"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "modern_c17_sofa"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "modern_c17_speakers"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "modern_c17_tv"; +UPDATE items_base SET stack_height = "3.8" WHERE item_name = "modern_c17_wall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mutearea_sign"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "mutearea_sign2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mysterious_trophy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mystery_box"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "mystics_barch"; +UPDATE items_base SET stack_height = "1.44" WHERE item_name = "mystics_bbed"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "mystics_bbench"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "mystics_bfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mystics_bspike1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "mystics_bspike2"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "mystics_bstool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mystics_btable"; +UPDATE items_base SET stack_height = "2.45" WHERE item_name = "mystics_bthrone"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "mystics_btile1"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "mystics_btile2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mystics_crystal_l"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mystics_crystal_m"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mystics_crystal_s"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mystics_duck"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "mystics_garch"; +UPDATE items_base SET stack_height = "1.44" WHERE item_name = "mystics_gbed"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "mystics_gbench"; +UPDATE items_base SET stack_height = "0.76" WHERE item_name = "mystics_gblock1"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "mystics_gblock2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "mystics_gfloor"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "mystics_gstool"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "mystics_gtable"; +UPDATE items_base SET stack_height = "2.55" WHERE item_name = "mystics_gthrone"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "mystics_gtile1"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "mystics_gtree"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "mystics_ltstatue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "mystics_rfountain"; +UPDATE items_base SET stack_height = "3.5" WHERE item_name = "mystics_rpillar"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "neonpunk_c20_bed"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "neonpunk_c20_bedsidetable"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "neonpunk_c20_bows"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "neonpunk_c20_candylights"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "neonpunk_c20_carpet"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "neonpunk_c20_cubeseat"; +UPDATE items_base SET stack_height = "2.65" WHERE item_name = "neonpunk_c20_cupboard"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "neonpunk_c20_dresser"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "neonpunk_c20_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "neonpunk_c20_food"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "neonpunk_c20_lamp"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "neonpunk_c20_lights"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "neonpunk_c20_plushie1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "neonpunk_c20_plushie2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "neonpunk_c20_plushie3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "neonpunk_c20_plushiepile"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "neonpunk_c20_sofa"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "neonpunk_c20_stardeco"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "neonpunk_c20_stool"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "neonpunk_c20_storage"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "neonpunk_c20_strawberries"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "neonpunk_c20_table"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "neonpunk_c20_unicornposter"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "neonpunk_c20_wall"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "nest"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "nest_basket"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "nest_bed"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "nest_box"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "nest_bunny"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "nest_bunny_blue"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "nest_bunny_dep"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "nest_bunny_evil"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "nest_bunny_green"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "nest_bunny_love"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "nest_chick"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "nest_dirt"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "nest_dragon"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "nest_frog"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "nest_gnome"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "nest_ice"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "nest_leprechaun"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "nest_lion"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "nest_lion2"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "nest_monkey"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "nest_nails"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "nest_nest"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "nest_pig"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "nest_plow_blu"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "nest_plow_bro"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "nest_plow_red"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "nest_plow_reg"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "nest_plow_skl"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "nest_pterosaur"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "nest_raptor"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "nest_rhino"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "nest_snug_bla"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "nest_snug_blu"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "nest_snug_grn"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "nest_snug_prp"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "nest_snug_red"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "nest_snug_yel"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "nest_terrarium"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "nest_turtle"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "nest_with_egg"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "nest_with_statue"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "netari_carpet"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "newbie_eleblock1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "newbie_eleblock5"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "newbie_nest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "newbie_present"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "newbie_present_2014"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "newbie_stairs_black"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "newbie_stairs_pink"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "noob_chair"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "noob_chair_tradeable"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "noob_lamp"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "noob_lamp_tradeable"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "noob_plant"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "noob_rug"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "noob_rug_tradeable"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "noob_stool"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "noob_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "note_tag"; +UPDATE items_base SET stack_height = "3.0" WHERE item_name = "noticeboard"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "nouvelle_trax"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ny16_crackable"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "ny16_stars"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "ny17_crackable"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "ny18_crackable"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "ny2013_aftermath"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "ny2013_block"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "ny2013_calendar"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "ny2013_chair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ny2013_clock"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "ny2013_cup"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ny2013_extrares"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "ny2013_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ny2013_res"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "ny2015_archway"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ny2015_balloons"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ny2015_bar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ny2015_cctray"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ny2015_chocfountain"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "ny2015_conball"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ny2015_drktray"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "ny2015_floor1"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "ny2015_floor2"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "ny2015_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ny_c16_sign"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "ny_r18_crackable"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "ny_r19_crackable"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "ny_r20_crackable"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "obstacle_bush"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "obstacle_fring"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "obstacle_oxer"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "obstacle_oxer2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "obstacle_oxer3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "obstacle_water"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "obstacle_water2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "obstacle_water3"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "olympics_c16_adsboard"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "olympics_c16_banner"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "olympics_c16_bbeam"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "olympics_c16_cadorack"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "olympics_c16_chair"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "olympics_c16_counter"; +UPDATE items_base SET stack_height = "0.37" WHERE item_name = "olympics_c16_crosstrainer"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "olympics_c16_emptrack"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "olympics_c16_fitnessduck"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "olympics_c16_glssdvdr"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "olympics_c16_graperack"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "olympics_c16_light"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "olympics_c16_mannequin"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "olympics_c16_merch"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "olympics_c16_merchdisplay"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "olympics_c16_nanarack"; +UPDATE items_base SET stack_height = "5.25" WHERE item_name = "olympics_c16_pillar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "olympics_c16_plantdvdr"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "olympics_c16_pommel"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "olympics_c16_rug"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "olympics_c16_saladbar"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "olympics_c16_sofa"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "olympics_c16_softmat"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "olympics_c16_sportsbag"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "olympics_c16_swissball"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "olympics_c16_table"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "olympics_c16_trampoline"; +UPDATE items_base SET stack_height = "0.13" WHERE item_name = "olympics_c16_treadmill"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "olympics_c16_veggiething"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "olympics_c16_weightrack"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "olympics_c16_yogamat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "olympics_ltd16_missolympus"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "olympics_r16_cheerleader"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "olympics_r16_gymfreak"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "olympics_r16_smoothie"; +UPDATE items_base SET stack_height = "2.7" WHERE item_name = "olympics_r16_vendingmchn"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "one_way_door"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "org_chairblk"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "org_chairpnk"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "org_chrblk"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "org_chrpnk"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "org_lampblk"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "org_lamppnk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "org_table"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "org_tblblk"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "org_tblpnk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris15_bicycle"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "paris15_cake"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris15_giftsnails"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris15_ltdfountain"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "paris15_paintings"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris15_pigeon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris15_poodle"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "paris_c15_arch"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "paris_c15_awning"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris_c15_breadstall"; +UPDATE items_base SET stack_height = "8.1" WHERE item_name = "paris_c15_building1"; +UPDATE items_base SET stack_height = "8.1" WHERE item_name = "paris_c15_building2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "paris_c15_chair"; +UPDATE items_base SET stack_height = "8.1" WHERE item_name = "paris_c15_crn"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "paris_c15_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris_c15_flowerpot"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "paris_c15_flowerstl"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "paris_c15_food1"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "paris_c15_food2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "paris_c15_food3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris_c15_menu"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris_c15_parasol"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "paris_c15_pavement"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "paris_c15_roof"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "paris_c15_shadow"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "paris_c15_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris_c15_vegstall1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris_c15_vegstall2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "paris_c15_vegstall3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "party_ball"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "party_barcorn"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "party_bardesk"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "party_beamer"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "party_block"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "party_block2"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "party_chair"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "party_crate1_1"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "party_crate1_2"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "party_crate1_3"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "party_crate1_4"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "party_crate2_1"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "party_crate2_2"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "party_crate2_3"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "party_crate2_4"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "party_discol"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "party_djset"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "party_djtable"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "party_floor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "party_lantern"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "party_mic"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "party_nt_barcorn"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "party_nt_bardesk"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "party_nt_chair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "party_nt_floor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "party_nt_tube_bubble"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "party_nt_tube_lava"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "party_ravel"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "party_seat"; +UPDATE items_base SET stack_height = "0.98" WHERE item_name = "party_table"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "party_tray"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "party_tube_bubble"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "party_tube_lava"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "pastel_c19_bed"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "pastel_c19_bedsidetable"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "pastel_c19_carpet"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "pastel_c19_cubeseat"; +UPDATE items_base SET stack_height = "2.65" WHERE item_name = "pastel_c19_cupboard"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pastel_c19_cupcake"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "pastel_c19_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pastel_c19_lamp"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "pastel_c19_lights"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pastel_c19_plushie1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pastel_c19_plushie2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pastel_c19_plushie3"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "pastel_c19_plushiepile"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pastel_c19_shootingstar"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "pastel_c19_sofa"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pastel_c19_stardeco"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "pastel_c19_starlights"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "pastel_c19_stool"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "pastel_c19_table"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "pastel_c19_unicornposter"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "pastel_c19_wall"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "patch_cloud"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pcnc_bbq"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pcnc_carp"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pcnc_carrot"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pcnc_door"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pcnc_dvdrtile"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pcnc_fountain"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pcnc_gazebo"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pcnc_gazebohack"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "pcnc_redbench"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pcnc_shrub"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "pcnc_swing"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pcnc_tiledirt"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pcnc_tilegrass"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pcnc_tilestone"; +UPDATE items_base SET stack_height = "7.5" WHERE item_name = "pcnc_tree"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pcnc_wall1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pcnc_wall2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pcnc_wbench"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pcnc_wood"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pcnc_wtable"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "pencils"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_ballet"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_basic"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_boxer"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_bunny"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_clown"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_cowboy"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_elf"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "penguin_frank"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_glow"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_hunchback"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_icehockey"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_infected"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_magician"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_musketeer"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_ninja"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_pilot"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_pirate"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_punk"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_robot"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_rock"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_skater"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "penguin_skele"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_ski"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_suit"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_sumo"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_super"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_swim"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "penguin_tribal"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "penguin_wip"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "penguin_wrestler"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "petbox_epic"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood10"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood11"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood12"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood13"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood14"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood15"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood16"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood17"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood18"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "petfood19"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "petfood20"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood21"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood22"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood23"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "petfood24"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "petfood25"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "petfood26"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "petfood27"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "petfood28"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "petfood29"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood3"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "petfood30"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "petfood31"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood4"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood5"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood6"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood7"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood7_horseshoe"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood8"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood9"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "petfood_19"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "pet_basket_blue"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "pet_basket_pink"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "pet_blanket_blue"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "pet_blanket_pink"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pet_breeding_bear"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pet_breeding_cat"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pet_breeding_dog"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pet_breeding_pig"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pet_breeding_terrier"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pet_food_corn"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pet_puppy_toy"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pet_toy_ball"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "pet_toy_trampoline"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pet_ufo_toy"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pet_waterbottle"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pframe"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "picnic_3brds"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "picnic_basket"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "picnic_blanket"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "picnic_blanket_blu"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "picnic_blanket_yel"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "picnic_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "picnic_food1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "picnic_food2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "picnic_food3"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "picnic_pillow"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "picnic_pillow_blu"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "picnic_pillow_yel"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "picnic_tele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "picnic_wfall"; +UPDATE items_base SET stack_height = "3.5" WHERE item_name = "pillar"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "pillow"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "pillow_bronze"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "pillow_silver"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pink_flamingo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_anchor"; +UPDATE items_base SET stack_height = "1.72" WHERE item_name = "pirate_barrel1"; +UPDATE items_base SET stack_height = "1.72" WHERE item_name = "pirate_barrel2"; +UPDATE items_base SET stack_height = "1.72" WHERE item_name = "pirate_barrel3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_bottle_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_bottle_10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_bottle_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_bottle_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_bottle_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_bottle_5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_bottle_6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_bottle_7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_bottle_8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_bottle_9"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_cannon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_cannonballs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_chest1"; +UPDATE items_base SET stack_height = "1.23" WHERE item_name = "pirate_crate"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "pirate_dvdr1"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "pirate_dvdr1_g"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "pirate_dvdr2"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "pirate_dvdr2_g"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pirate_dvdr3"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pirate_dvdr3_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_flag"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_flag_g"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pirate_gate"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pirate_gate_g"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pirate_grate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_gunrack"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_kraken"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "pirate_mast1"; +UPDATE items_base SET stack_height = "6" WHERE item_name = "pirate_mast2"; +UPDATE items_base SET stack_height = "6" WHERE item_name = "pirate_mast2grp"; +UPDATE items_base SET stack_height = "4.7" WHERE item_name = "pirate_mast3"; +UPDATE items_base SET stack_height = "4.7" WHERE item_name = "pirate_mast3grp"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "pirate_mast4"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "pirate_mast4grp"; +UPDATE items_base SET stack_height = "14.5" WHERE item_name = "pirate_mast_g"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pirate_navdesk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_parrot"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "pirate_plank"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "pirate_plank_g"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "pirate_poseidon"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "pirate_roombg"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "pirate_sandtrap"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pirate_side1"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "pirate_stage"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "pirate_stage2"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "pirate_stage2_g"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "pirate_stage3"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "pirate_stage3_g"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "pirate_stage_g"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "pirate_stairs"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "pirate_stairs_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pirate_swordrack"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "pirate_teleport"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "pixel_bed_black"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "pixel_bed_blue"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "pixel_bed_green"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "pixel_bed_pink"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "pixel_bed_red"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_carpet_black"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_carpet_blue"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_carpet_green"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_carpet_pink"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_carpet_red"; +UPDATE items_base SET stack_height = "1.58" WHERE item_name = "pixel_chair_black"; +UPDATE items_base SET stack_height = "1.58" WHERE item_name = "pixel_chair_blue"; +UPDATE items_base SET stack_height = "1.58" WHERE item_name = "pixel_chair_green"; +UPDATE items_base SET stack_height = "1.58" WHERE item_name = "pixel_chair_pink"; +UPDATE items_base SET stack_height = "1.58" WHERE item_name = "pixel_chair_red"; +UPDATE items_base SET stack_height = "1.33" WHERE item_name = "pixel_couch_blue"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_floor_blue"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_floor_brown"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_floor_green"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_floor_pink"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_floor_silver"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_floor_yellow"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pixel_light_black"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pixel_light_blue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pixel_light_green"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pixel_light_pink"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pixel_light_red"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "pixel_memorial"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "pixel_nt_floor_silver"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pixel_plantblack"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pixel_plantblue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pixel_plantgreen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pixel_plantpink"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pixel_plantred"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "pixel_smalltable_black"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "pixel_smalltable_blue"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "pixel_smalltable_green"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "pixel_smalltable_pink"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "pixel_smalltable_red"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "pixel_table_black"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "pixel_table_blue"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "pixel_table_green"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "pixel_table_pink"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "pixel_table_red"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pix_asteroid"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "pizza"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "planet_of_love"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_big_cactus"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_bonsai"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "plant_bulrush"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_cruddy"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_fruittree"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_maze"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "plant_mazegate"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "plant_mazegate_snow"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_maze_snow"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_pineapple"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_rose"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_rose_black"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_small_cactus"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_sunflower"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_valentinerose"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "plant_yukka"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluebear"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluebear1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluebear2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluebear3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluebunny"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluebunny1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluebunny2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluebunny3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluelion"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluelion1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluelion2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_bluelion3"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "plushie_c20_bow"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownbear"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownbear1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownbear2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownbear3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownbunny"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownbunny1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownbunny2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownbunny3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownlion"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownlion1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownlion2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_brownlion3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_crackable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_dyeblue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_dyeneutral"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_dyepink"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_dyerainbow"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "plushie_c20_fabric1"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "plushie_c20_fabric2"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "plushie_c20_fabric3"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "plushie_c20_flowercrown"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_fluffmachine"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinkbear"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinkbear1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinkbear2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinkbear3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinkbunny"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinkbunny1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinkbunny2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinkbunny3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinklion"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinklion1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinklion2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_pinklion3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowbear"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowbear1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowbear2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowbear3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowbunny"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowbunny1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowbunny2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowbunny3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowlion"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowlion1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowlion2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_rainbowlion3"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "plushie_c20_scarf"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_c20_stuffing"; +UPDATE items_base SET stack_height = "2.3" WHERE item_name = "plushie_r20_hammock"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_r20_picnictree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "plushie_r21_kingbear"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pond"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "portabandeira"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "present_firework"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "present_gen"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "present_gen1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "present_gen2"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "present_gen3"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "present_gen4"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "present_gen5"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "present_gen6"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "present_wrap"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prison_crnr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prison_dvdr1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prison_dvdr2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "prison_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prison_stone"; +UPDATE items_base SET stack_height = "2.9" WHERE item_name = "prison_tower"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prize1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prize2"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prize3"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy2"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy3"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy4"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy5"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy6"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy7"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy8"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy9"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_2011_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_2011_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_2011_p"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_2011_r"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_2011_w"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_2011_y"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "prizetrophy_bb"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy_breed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_cake"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "prizetrophy_cine"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "prizetrophy_cool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_fballbrazil"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "prizetrophy_football"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_frank"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "prizetrophy_freeze"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_habboway"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_hblooza"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "prizetrophy_hockey"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "prizetrophy_hot"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_hotel1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_hween11"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_mastercard"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_niko1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_niko2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "prizetrophy_nrj"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "prizetrophy_nrj_2011"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy_nurture"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "prizetrophy_roller"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_room2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_room_1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "prizetrophy_skate"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "prizetrophy_snow"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_storieshero"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "prizetrophy_thumb"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "prizetrophy_track12"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "prize_alienplush"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "pstack"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pterosaur_egg"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "pudding"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "pumpkin"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "purablk_c16_bar"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "purablk_c16_bed"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "purablk_c16_bedone"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "purablk_c16_chair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "purablk_c16_eleblock"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "purablk_c16_fridge"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "purablk_c16_lamp1"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "purablk_c16_lamp2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "purablk_c16_lamp3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "purablk_c16_mdl1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "purablk_c16_mdl2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "purablk_c16_mdl3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "purablk_c16_mdl4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "purablk_c16_mdl5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "purablk_c16_round"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "purablk_c16_shelve"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_block_lamp1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "pura_c16_eleblock10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_c16_roundpad10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_mdl1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_mdl2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_mdl3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_mdl4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_mdl5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_nt_mdl16"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_nt_mdl26"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_nt_mdl36"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_roundpad1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_roundpad2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_roundpad3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_roundpad4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_roundpad5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_roundpad6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_roundpad7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_roundpad8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "pura_roundpad9"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "pwad"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "qt_penguin_ballet"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "qt_penguin_icehockey"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "qt_sum11_chair"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "qt_sum11_dragon"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "qt_sum11_ictrolley"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "qt_sum11_petfood"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "qt_sum11_platfrm"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_sum11_shell1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_sum11_shell2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_sum11_shell3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_sum11_shell4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_sum11_shell5"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "qt_val11_discoball"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_val11_duckformer"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_val11_holoduck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_val11_holoheart"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "qt_val11_jellychair"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "qt_val11_jellyheart"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "qt_val11_nest"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "qt_xm10_bench"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_elephant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_gnome"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_iceclubsofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_icedragon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_iceduck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_iceelephant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_icelupin"; +UPDATE items_base SET stack_height = "3.5" WHERE item_name = "qt_xm10_icepillar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_iceplasto"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_icesilotable"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "qt_xm10_iceteddy"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "qt_xm10_icetiger"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_ice_fish"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_monkey_lamp"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "qt_xm10_nest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_palm_tree"; +UPDATE items_base SET stack_height = "1.06" WHERE item_name = "qt_xm10_stone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_trex"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "qt_xm10_xmduck"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "queue_tile1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "race_trophy"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "rainbow_c19_bed"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "rainbow_c19_chair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rainbow_c19_flags"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rainbow_c19_lights"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "rainbow_c19_rug"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainbow_c19_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainbow_ltd19_parasol"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainbow_r19_flamingofloat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainbow_r19_peacockfloat"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "rainbow_r19_pineapplefloat"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "rainbow_r19_rainbowfloat"; +UPDATE items_base SET stack_height = "0.75" WHERE item_name = "rainyday_c19_beanbag"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_c19_boardgames"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_c19_cocoa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_c19_lamp"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "rainyday_c19_pillowfort"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rainyday_c19_rainwindows"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "rainyday_c19_rugblanket"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "rainyday_c19_tartanseat"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rainyday_c20_coathanger"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_c20_cosywhippet"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "rainyday_c20_craftset"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rainyday_c20_glowstars"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_c20_homebakes"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_c20_paintset"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rainyday_c20_rainceilingwindow"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "rainyday_c20_raindropwall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_c20_retrogames"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_c20_scentedcandles"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "rainyday_c20_snugblanket"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "rainyday_c20_stackoflogs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_c20_typewriter"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_c20_woodendesk"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "rainyday_c20_woodenfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_c20_woodentable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_r19_fluffbun"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rainyday_r19_rainbear"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rare_beehive_bulb"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "rare_blackrosegold_barrier"; +UPDATE items_base SET stack_height = "2.4" WHERE item_name = "rare_blackrosegold_beehive_bulb"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_blackrosegold_dragonlamp"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "rare_blackrosegold_elephant_statue"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "rare_blackrosegold_fan"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "rare_blackrosegold_fountain"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "rare_blackrosegold_icecream"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_blackrosegold_marquee"; +UPDATE items_base SET stack_height = "2.4" WHERE item_name = "rare_blackrosegold_parasol"; +UPDATE items_base SET stack_height = "3.5" WHERE item_name = "rare_blackrosegold_pillar"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "rare_blackrosegold_pillow"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "rare_blackrosegold_scifidoor"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_blackrosegold_scifiport"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "rare_blackrosegold_scifirocket"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "rare_blackrosegold_sleepingbag"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "rare_blackrosegold_wooden_screen"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "rare_chinahorse"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_colourable_barrier"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_colourable_beehive_bulb"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_colourable_dragonlamp"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_colourable_elephant_statue"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_colourable_fan"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_colourable_fountain"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_colourable_icecream"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rare_colourable_marquee"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_colourable_parasol"; +UPDATE items_base SET stack_height = "3.5" WHERE item_name = "rare_colourable_pillar"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "rare_colourable_pillow"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rare_colourable_scifidoor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rare_colourable_scifiport"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_colourable_scifirocket"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "rare_colourable_sleepingbag"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_colourable_wooden_screen"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rare_daffodil_rug"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rare_dragonlamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_dragonlamp_pink"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "rare_elephant_statue"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rare_fan"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "rare_fountain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_fountain_niko"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "rare_globe"; +UPDATE items_base SET stack_height = "1.57" WHERE item_name = "rare_hammock"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rare_icecream"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rare_icecream_campaign"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rare_ironmaiden"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_mmmth"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "rare_mnstr"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rare_moonrug"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "rare_parasol"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_pbag"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_prize15"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_prize16"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_prize17"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_prize17xmas"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_prize18"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_prize18_xmas"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_prize19"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_prize19_xmas"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_prize20"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_prize20_xmas"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_r19_car1"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "rare_r20_balloonchair"; +UPDATE items_base SET stack_height = "3.2" WHERE item_name = "rare_r20_candle"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_r20_corgi"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rare_r20_grandebackdrop"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "rare_r20_marimo"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "rare_r20_throne"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "rare_r20_treehouse"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "rare_r20_wardrobe"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "rare_r21_coffeesiphon"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "rare_royalchair"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "rare_royalsofa"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "rare_sage"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rare_snowrug"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "rare_stand"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_stpat14"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_trex"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rare_vdoll"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "rare_venusstatue"; +UPDATE items_base SET stack_height = "0.656" WHERE item_name = "rare_xmas_screen"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rcandle"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rcandleset"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rclr_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rclr_garden"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rclr_lamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "rclr_sofa"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "redhologram"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "red_tv"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "reef_aquarium"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rela_candle1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rela_candle2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rela_candle3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rela_candles1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rela_candles2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rela_candles3"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "rela_hchair"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "rela_nt_hchair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "rela_nt_plant"; +UPDATE items_base SET stack_height = "1.01" WHERE item_name = "rela_nt_rock"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "rela_nt_stone"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rela_orchid"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rela_plant"; +UPDATE items_base SET stack_height = "1.01" WHERE item_name = "rela_rock"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rela_stick"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "rela_stone"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "romantique_c15_dresser"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "romantique_c15_table"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "romantique_chair"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "romantique_clock"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "romantique_divan"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "romantique_divider"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "romantique_mirrortabl"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "romantique_pianochair"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "romantique_smalltabl"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "romantique_tray1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "romantique_tray2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rom_lamp"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "roombg_aurora"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "roombg_city1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "roombg_city2"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "roombg_cloud"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "roombg_cloud_dark"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "roombg_color"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "roombg_hween12"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "roombg_jetset"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "roombg_mountains1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "roombg_stars"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "room_cof15_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_cof15_counter1"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "room_cof15_counter2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_cof15_counter3"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "room_cof15_cup"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "room_cof15_cup2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_cof15_door"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_cof15_espresso"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_cof15_lamp1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_cof15_lamp2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_cof15_pillar1"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "room_cof15_planter"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_cof15_press"; +UPDATE items_base SET stack_height = "3.2" WHERE item_name = "room_cof15_shelf"; +UPDATE items_base SET stack_height = "2.3" WHERE item_name = "room_cof15_shelf2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "room_cof15_sofa1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "room_cof15_sofa2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_cof15_table1"; +UPDATE items_base SET stack_height = "0.62" WHERE item_name = "room_cof15_table2"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "room_cof15_table3"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "room_cof15_tree1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_gh15_ball"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_gh15_cab1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_gh15_cab2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_gh15_cab3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_gh15_cab4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_gh15_cab5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_gh15_cab6"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "room_gh15_desk"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_gh15_light"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_gh15_rtele"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_hall15_arch"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_hall15_barch"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hall15_dish1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hall15_dish2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_hall15_ele"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_hall15_light1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hall15_pillar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hall15_plant1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "room_hall15_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hall15_wfall"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_hall15_window"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "room_hall_trophy1"; +UPDATE items_base SET stack_height = "2.03" WHERE item_name = "room_hall_trophy2"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "room_hcl15_amp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hcl15_bar"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "room_hcl15_barchair"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_hcl15_div"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hcl15_dj"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hcl15_djtable"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_hcl15_floor"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_hcl15_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hcl15_sofa"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "room_hcl15_table1"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "room_hcl15_table2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hcl15_tree1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hcl15_tree2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_hcl15_tube"; +UPDATE items_base SET stack_height = "1.105" WHERE item_name = "room_info15_bench"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_info15_bg"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "room_info15_bridge1"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "room_info15_bridge2"; +UPDATE items_base SET stack_height = "3.2" WHERE item_name = "room_info15_bus"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_info15_clouds"; +UPDATE items_base SET stack_height = "1.78" WHERE item_name = "room_info15_counter1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "room_info15_counter2"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "room_info15_counter3"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "room_info15_counter4"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_info15_div"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_info15_fridge"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_info15_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_info15_lamp1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_info15_reed"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_info15_roller"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "room_info15_shrub1"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "room_info15_shrub2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_info15_shrub3"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "room_info15_sofa1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "room_info15_sofa2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_info15_statue1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_info15_statue2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_info15_tree1"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "room_invisible_block"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_noob_bar"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "room_noob_barchair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "room_noob_bargate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_noob_barside"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "room_noob_carpet1"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "room_noob_chair"; +UPDATE items_base SET stack_height = "2.9" WHERE item_name = "room_noob_div"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "room_noob_exit"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "room_noob_floor1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "room_noob_floor2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "room_noob_floor3"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "room_noob_fx1"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "room_noob_fx2"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "room_noob_fx3"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "room_noob_fx4"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "room_noob_fxremove"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_noob_glow"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "room_noob_hanglight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_noob_plant"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "room_noob_pool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_noob_sofa"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "room_noob_stairs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_noob_stairside"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "room_noob_table1"; +UPDATE items_base SET stack_height = "0.77" WHERE item_name = "room_noob_table2"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "room_noob_tallfloor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "room_noob_wallbl1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_noob_wallbl2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_noob_wallbl3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_noob_wallcrnr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_noob_walltl"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_noob_walltr1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_noob_walltr2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_pcnc15_awn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_pcnc15_bbq"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_pcnc15_blanket"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_pcnc15_carrot"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "room_pcnc15_chair1"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "room_pcnc15_dvd1"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "room_pcnc15_dvd2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "room_pcnc15_gzb"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_pcnc15_hotdog"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_pcnc15_soda"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_pcnc15_table1"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "room_pcnc15_table2"; +UPDATE items_base SET stack_height = "0.75" WHERE item_name = "room_pcnc15_table3"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "room_pcnc15_wbench"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_pcnc15_wood"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "room_thr15_block"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_thr15_bubjuice"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "room_thr15_candy"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "room_thr15_chair1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "room_thr15_chair2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_thr15_cover"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_thr15_curtain1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_thr15_div1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_thr15_div2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_thr15_div3"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_thr15_frontcur"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_thr15_hotdog"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_thr15_icecream"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_thr15_popcorn"; +UPDATE items_base SET stack_height = "0.575" WHERE item_name = "room_thr15_ramp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_thr15_sofa"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_thr15_spot"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "room_thr15_stage"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_thr15_stair"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_wl15_bthdoor"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "room_wl15_deskfront"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_wl15_deskgate"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_wl15_ele"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "room_wl15_infolink"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_wl15_mag1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "room_wl15_mirror"; +UPDATE items_base SET stack_height = "5.9" WHERE item_name = "room_wl15_pillar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_wl15_sink"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_wl15_sofa"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "room_wl15_table1"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "room_wl15_table2"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "room_wl15_table3"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "room_wl15_teleblock"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "room_wl15_telehc"; +UPDATE items_base SET stack_height = "1.22" WHERE item_name = "room_wl15_toilet"; +UPDATE items_base SET stack_height = "2.9" WHERE item_name = "room_wl15_toiletbroke"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "room_wl15_trashbin"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_wl15_tree"; +UPDATE items_base SET stack_height = "1.65" WHERE item_name = "room_wlof15_bed"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "room_wlof15_bookcase"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "room_wlof15_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "room_wlof15_wardrobe"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "rope_divider"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "rubberchair"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "runway_bench"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "runway_bigchr_1"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "runway_bigchr_2"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "runway_bigchr_3"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "runway_bigchr_4"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "runway_bigchr_5"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "runway_block_1"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "runway_block_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "runway_camera"; +UPDATE items_base SET stack_height = "1.71" WHERE item_name = "runway_chair_1"; +UPDATE items_base SET stack_height = "1.71" WHERE item_name = "runway_chair_2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "runway_changing"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "runway_changingrare"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "runway_display"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "runway_dvdr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "runway_fan"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "runway_hangingb"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "runway_head"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "runway_manqn_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "runway_manqn_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "runway_oldecamera"; +UPDATE items_base SET stack_height = "1.33" WHERE item_name = "runway_stool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "runway_table_1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "runway_table_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "runway_umbrellalight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "s12_bonfire"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "safe_silo"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "safe_silo_pb"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "samovar"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "sandrug"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "sand_cstl_gate"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "sand_cstl_twr"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "sand_cstl_wall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "santorini_c17_arch"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_artefact1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_artefact2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_artefact3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_artefact4"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "santorini_c17_artefact5"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "santorini_c17_bar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_belltop"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "santorini_c17_chair"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "santorini_c17_divider"; +UPDATE items_base SET stack_height = "5.3" WHERE item_name = "santorini_c17_dividerend"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_dolphin"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "santorini_c17_donkey"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "santorini_c17_flowerdivider"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "santorini_c17_food1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "santorini_c17_food2"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "santorini_c17_gate"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "santorini_c17_house"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "santorini_c17_lighthouse"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "santorini_c17_mosaicfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_ornatepots"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "santorini_c17_pebblefloor"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "santorini_c17_pierend"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "santorini_c17_piermid"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_pottedplants"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_pottedshrub"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "santorini_c17_rockcave"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "santorini_c17_rockfloat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_rockpool"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "santorini_c17_rockroof"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_rocks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_rockstage"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_roof"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "santorini_c17_sand"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "santorini_c17_stairs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_c17_table"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "santorini_c17_trellis"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "santorini_ltd17_lighthouse"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_r17_centaur"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_r17_chest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_r17_chimera"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_r17_hydra"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "santorini_r17_minotaur"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "saturn"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "sb_block"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sb_cans"; +UPDATE items_base SET stack_height = "0.35" WHERE item_name = "sb_rail"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sb_ramp"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "sb_tile"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "school_bench"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "school_bus"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "school_cafe"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "school_chair"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "school_chairgold"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "school_chair_b"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "school_chair_g"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "school_coatrack_b"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "school_coatrack_g"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "school_coatrack_r"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "school_console"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "school_consolegold"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "school_console_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "school_console_g"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "school_floor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "school_fountain"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "school_gate"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "school_locker_b"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "school_locker_b_nosale"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "school_locker_b_notele"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "school_locker_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "school_locker_g_notele"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "school_locker_r"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "school_locker_r_nosale"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "school_locker_r_notele"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "school_platform"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "school_stuff_01"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "school_stuff_02"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "school_stuff_03"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "school_stuff_04"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "school_stuff_05"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "school_stuff_06"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "school_table"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "school_toilet_stall"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "scifidoor"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "scifiport"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "scifirocket"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "scifi_c17_airlock"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "scifi_c17_xcannon"; +UPDATE items_base SET stack_height = "1.12" WHERE item_name = "scifi_ltd17_mech"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "scifi_r17_bed"; +UPDATE items_base SET stack_height = "9" WHERE item_name = "scifi_r17_cruiser"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_bass1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_bass_dbl"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_bells"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_bigfinish_jamesbrown"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_drumloop"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_dubstep1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_dubstep2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_dubstep3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_dubstep3_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_duck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_funkhorn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_glass"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_highhatintro"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_jamesbrown_hey"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_lazer"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_onetwo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_pad1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_pad2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_pad3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_rare_duck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_rare_lazer"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_sqrpad_dbldotted"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_strange_echoes_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_strange_echoes_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_strange_echoes_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_whistle"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_xylo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_xylo2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_xylopattern"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sfx_xylo_high"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "sf_floor"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "sf_gate"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "sf_mbar"; +UPDATE items_base SET stack_height = "1.36" WHERE item_name = "sf_pod"; +UPDATE items_base SET stack_height = "1.36" WHERE item_name = "sf_pod_dark"; +UPDATE items_base SET stack_height = "0.45" WHERE item_name = "sf_roller"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "sf_roof"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "sf_stick"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "sf_tele"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "shallow"; +UPDATE items_base SET stack_height = "3.1" WHERE item_name = "shelves_armas"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "shelves_basic"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "shelves_norja"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "shelves_polyfon"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "shelves_silo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ship_wheel"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "ship_wheel_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "shome_hamster"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "shome_keys"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "silo_studydesk"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "sink"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "skullcandle"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "sleepingbag"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "small_chair_armas"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "small_table_armas"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "smooth_table_polyfon"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "snowb_divider"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "snowb_jump"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "snowb_light1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "snowb_rail"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "snowb_slope"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "snowb_snowpuff"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "snst_ballpile"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "snst_block1"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "snst_fence"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "snst_fireplace"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "snst_fireplace_nfs"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "snst_iceblock"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "snst_tree1"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "snst_tree1_d"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "sob_carpet"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "sofachair_polyfon"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "sofachair_polyfon_girl"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "sofachair_silo"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "sofa_polyfon"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "sofa_polyfon_girl"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "sofa_silo"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "soft_sofachair_norja"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "soft_sofa_norja"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "solarium_norja"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "song_disk"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "sound_machine"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "sound_machine_pro"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_1"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_10"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_11"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_12"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_13"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_14"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_15"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_16"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_17"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_18"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_19"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_2"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_20"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_21"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_22"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_23"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_24"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_25"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_26"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_27"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_28"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_29"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_3"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_30"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_31"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_32"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_33"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_34"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_35"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_36"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_37"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_38"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_39"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_4"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_40"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_41"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_42"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_43"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_44"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_45"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_46"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_47"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_48"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_49"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_5"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_50"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_51"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_52"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_53"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_54"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_55"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_56"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_57"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_58"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_59"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_6"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_60"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_61"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_62"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_63"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_64"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_65"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_66"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_67"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_68"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_69"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_7"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_70"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_71"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_72"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_73"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_74"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_75"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_76"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_77"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_78"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_79"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_8"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "sound_set_9"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "spacerent_room"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "spa_c20_bath"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "spa_c20_bbcharcoal"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "spa_c20_bbcitrus"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "spa_c20_bbmint"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "spa_c20_bbrose"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "spa_c20_incense"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "spa_c20_lavendersalt"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "sporttrack1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "sporttrack2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "sporttrack3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "spotlight"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "spyro"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sp_statue"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "stand_polyfon_z"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "starting_position"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "statue"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "statue_dragon"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "statue_elk"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "statue_griffin"; +UPDATE items_base SET stack_height = "3.25" WHERE item_name = "steampunk15_plane"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "steampunk_arch"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "steampunk_c15_bed"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "steampunk_c15_door"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "steampunk_c15_stage"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "steampunk_carpet"; +UPDATE items_base SET stack_height = "1.38" WHERE item_name = "steampunk_chair"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "steampunk_chand"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "steampunk_computer"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "steampunk_floor1"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "steampunk_floor2"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "steampunk_gear_1"; +UPDATE items_base SET stack_height = "0.17" WHERE item_name = "steampunk_gear_2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "steampunk_globe"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "steampunk_gramophone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "steampunk_lamp"; +UPDATE items_base SET stack_height = "4.4" WHERE item_name = "steampunk_pillar_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "steampunk_pillar_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "steampunk_rack"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "steampunk_sofachair"; +UPDATE items_base SET stack_height = "0.73" WHERE item_name = "steampunk_table_1"; +UPDATE items_base SET stack_height = "1.55" WHERE item_name = "steampunk_table_2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "steampunk_tele"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "steampunk_timemach"; +UPDATE items_base SET stack_height = "8" WHERE item_name = "steampunk_zep"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "stone_flowerbed"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "stone_platform"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "stone_stairs"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "stories_football_board"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "stories_football_screen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "stories_football_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "stories_oldmusic_guitarcase"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "stories_oldmusic_mike"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "stories_oldmusic_neon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "stories_oldmusic_vinyl"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "stories_sch_book"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "stories_sch_bookshelf"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "stories_sch_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "stories_sch_hourglass"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "stories_shakespeare_bench"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "stories_shakespeare_fairy"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "stories_shakespeare_swing"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "stories_shakespeare_tree"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "studio_amp1"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "studio_amp2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "studio_camera"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "studio_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "studio_drums"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "studio_fence"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "studio_fencecr"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "studio_floorlight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "studio_guitar"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "studio_lights1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "studio_lights2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "studio_lights3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "studio_mixingdesk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "studio_monitor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "studio_stool"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "studio_tv"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_hween14_closet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_hween14_fireplace"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "st_hween14_horse"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_hween14_jack"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_hween14_mbox"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_hween14_skulls"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_palooza_balloons"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_palooza_cake"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_palooza_cupcakes"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "st_palooza_pool"; +UPDATE items_base SET stack_height = "0.95" WHERE item_name = "st_palooza_screen"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "st_palooza_unicorn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_uni_dnamodel"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_uni_labtable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_uni_ooze"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "st_uni_solarsystem"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_uni_testtubes"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_wildwest_barrel"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_wildwest_buffalo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_wildwest_canteen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_wildwest_cards"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_wildwest_goldpick"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "st_wildwest_tnt"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "summer_blaster"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "summer_c17_astrotelescope"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "summer_c17_burgertruck"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "summer_c17_merchstall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "summer_c17_promenadelamp"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "summer_chair"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "summer_grill"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "summer_icebox"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "summer_pool"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "summer_r17_fishingboat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "summer_r17_sealion"; +UPDATE items_base SET stack_height = "1.01" WHERE item_name = "summer_raft1"; +UPDATE items_base SET stack_height = "1.01" WHERE item_name = "summer_raft2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "suncity_c19_awning"; +UPDATE items_base SET stack_height = "4.6" WHERE item_name = "suncity_c19_balcony"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_c19_biokit"; +UPDATE items_base SET stack_height = "4.6" WHERE item_name = "suncity_c19_botshop"; +UPDATE items_base SET stack_height = "4.6" WHERE item_name = "suncity_c19_building"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "suncity_c19_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_c19_clock"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "suncity_c19_divider"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "suncity_c19_floor"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "suncity_c19_flora"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "suncity_c19_gazebo"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "suncity_c19_glass"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "suncity_c19_glasswall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "suncity_c19_jellyfood"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_c19_lamp"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "suncity_c19_minibridge"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_c19_munchling"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "suncity_c19_paper"; +UPDATE items_base SET stack_height = "4.6" WHERE item_name = "suncity_c19_perfumeshop"; +UPDATE items_base SET stack_height = "2.6" WHERE item_name = "suncity_c19_plantpillar"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "suncity_c19_plastic"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "suncity_c19_solarpanel"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_c19_streetlight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_c19_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_c19_trashboy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_c19_tree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_c19_vase"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_c19_wateroutlet"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "suncity_c19_waterway"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "suncity_c19_waterwaycrnr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_ltd19_duckpond"; +UPDATE items_base SET stack_height = "2.3" WHERE item_name = "suncity_r19_biosphere"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "suncity_r19_glassfountain"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "sunsetcafe_c20_bar"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "sunsetcafe_c20_barcorner"; +UPDATE items_base SET stack_height = "0.75" WHERE item_name = "sunsetcafe_c20_bench"; +UPDATE items_base SET stack_height = "0.75" WHERE item_name = "sunsetcafe_c20_benchcornerconcave"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sunsetcafe_c20_coffeemachine"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sunsetcafe_c20_drinks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sunsetcafe_c20_duck"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "sunsetcafe_c20_floor"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "sunsetcafe_c20_lightupfloor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sunsetcafe_c20_logdecor"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "sunsetcafe_c20_logsteppingstones"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "sunsetcafe_c20_plant"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "sunsetcafe_c20_shallow"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "sunsetcafe_c20_swordfish"; +UPDATE items_base SET stack_height = "0.73" WHERE item_name = "sunsetcafe_c20_table"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "sunsetcafe_c20_wall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "sunsetcafe_c20_wallcorner"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "super_r16_adamskele"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "super_r16_herodisplay"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "svnr_aus"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "svnr_de"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "svnr_fi"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "svnr_it"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "svnr_nl"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "svnr_uk"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "sw_chest"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "sw_raven"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "sw_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "s_snowball_machine"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tablet_vendor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tablet_vendorg"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "table_armas"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "table_norja_med"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "table_plasto2_4leg"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "table_plasto2_bigsq"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "table_plasto2_round"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "table_plasto2_sq"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "table_plasto3_4leg"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "table_plasto3_bigsq"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "table_plasto3_round"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "table_plasto3_sq"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "table_plasto4_4leg"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "table_plasto4_bigsq"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "table_plasto4_round"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "table_plasto4_sq"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "table_plasto_4leg"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "table_plasto_4leg_lm1"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "table_plasto_bigsquare"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "table_plasto_bigsq_lm1"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "table_plasto_round"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "table_plasto_round_lm1"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "table_plasto_square"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "table_plasto_sq_lm1"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "table_polyfon"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "table_polyfon_med"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "table_polyfon_small"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "table_silo_med"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "table_silo_small"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tampax_rug"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "teddy_basic"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "teddy_bear"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "teddy_pendergrass"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "teddy_pink"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "teleport_door"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "teleport_dragon"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "tent_beige"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "tent_blue"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "tent_camo"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "tent_orange"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "test_ltd"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "test_ltd2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "theatre_carpet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "theatre_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "theatre_curtain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "theatre_edge"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "theatre_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "theatre_lights"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "theatre_mask"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "theatre_plant"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "theatre_rug"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "theatre_seat"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "theatre_seat_b"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "theatre_seat_g"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "theatre_spotlight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "theatre_stage"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "theatre_stool"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "theatre_switch"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "theatre_wall"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "throne"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "tiki_bardesk"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "tiki_bench"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tiki_bflies"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tiki_c15_leigiver"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "tiki_c15_tele"; +UPDATE items_base SET stack_height = "0.99" WHERE item_name = "tiki_corner"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tiki_gate"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tiki_junglerug"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tiki_nt_bflies"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tiki_nt_tray2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tiki_parasol"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tiki_sand"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tiki_statue"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tiki_torch"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "tiki_toucan"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tiki_tray0"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tiki_tray1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tiki_tray2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tiki_tray3"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tiki_tray4"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "tiki_waterfall"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tile"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "tile_brown"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "tile_fxprovider_nfs"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "tile_marble"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tile_red"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tile_stackmagic"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tile_stackmagic1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tile_stackmagic2"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "tile_stella"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tile_yell"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "toaster"; +UPDATE items_base SET stack_height = "1.16875" WHERE item_name = "toilet"; +UPDATE items_base SET stack_height = "1.16875" WHERE item_name = "toilet_red"; +UPDATE items_base SET stack_height = "1.16875" WHERE item_name = "toilet_yell"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_adposters"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_adposters2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_bigbillboard"; +UPDATE items_base SET stack_height = "2.4" WHERE item_name = "tokyo_c18_bugsmachine"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tokyo_c18_craftbot"; +UPDATE items_base SET stack_height = "2.4" WHERE item_name = "tokyo_c18_drinksmachine"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tokyo_c18_gacha"; +UPDATE items_base SET stack_height = "2.52" WHERE item_name = "tokyo_c18_gacha2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_gamesign"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "tokyo_c18_jpmerchshop"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_lanterns"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_lights"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_magazinerack"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "tokyo_c18_motorbike"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "tokyo_c18_neonsign1"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "tokyo_c18_neonsign2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tokyo_c18_pole"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "tokyo_c18_racearcade"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_railing"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "tokyo_c18_residential"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_retroarcade"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_retroarcade2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_road"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_sakura"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tokyo_c18_scarydino"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "tokyo_c18_shopdisplay"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "tokyo_c18_shopfront"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tokyo_c18_snackdisplay"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tokyo_c18_snackdisplay2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_snackroof"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "tokyo_c18_snackroof2"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "tokyo_c18_toy1"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "tokyo_c18_toy10"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "tokyo_c18_toy2"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "tokyo_c18_toy3"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "tokyo_c18_toy4"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "tokyo_c18_toy5"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "tokyo_c18_toy6"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "tokyo_c18_toy7"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "tokyo_c18_toy8"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "tokyo_c18_toy9"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "tokyo_c18_trellis"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tokyo_ltd18_shiba"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tokyo_r18_koikite"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tokyo_r18_mapletree"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "totem_head"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "totem_leg"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "totem_planet"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "toy1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "toy2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "track12_circle"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "track12_ele_podium1"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "track12_ele_podium2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "track12_hammer"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "track12_hcauldron"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "track12_hurdle"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "track12_javstatue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "track12_mini_torch"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "track12_tea_mother"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "track12_ujack_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "track12_weight"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "traffic_light"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "transparent_floor"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "trapkeep"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "traxbronze"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "traxgold"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "traxsilver"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tray_cake"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tray_champagne"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tray_glasstower"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "tree1"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "tree2"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "tree3"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "tree4"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "tree5"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "tree6"; +UPDATE items_base SET stack_height = "1.5625" WHERE item_name = "tree7"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "triplecandle"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "trophy_display"; +UPDATE items_base SET stack_height = "1.85" WHERE item_name = "trophy_ltd18_wcup"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "trophy_netsafety_0"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "trophy_torch"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "turkey"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "tv_flat"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "tv_luxus"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "typingmachine"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_alarm"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "uni_bed"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "uni_bookshelf"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_brotein"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_c15_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_c15_lamp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_c15_shelvescrn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_cafeterie"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "uni_catrug"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "uni_chair"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "uni_desk"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "uni_doorhanging"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "uni_drinks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_dumbells"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_einstein"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_fridge"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "uni_gamerbed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_gamerdesk"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "uni_gamershelf"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "uni_games"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "uni_girlbed"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "uni_girlchair"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "uni_hipbed"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "uni_hipbookcase"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "uni_jewellery"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "uni_laptop"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "uni_lectern"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "uni_manga"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "uni_messbed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_messwardrobe"; +UPDATE items_base SET stack_height = "1.45" WHERE item_name = "uni_nstand"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "uni_ottoman"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "uni_owl"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_pizza"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_plush1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_plush2"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "uni_plushpile"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "uni_projector"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_rubik"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "uni_snacks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "uni_trashcan"; +UPDATE items_base SET stack_height = "3.1" WHERE item_name = "uni_wardrobe"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "uni_wobench"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "urban_bench"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "urban_bench_plain"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "urban_bin"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "urban_blocker"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "urban_bsktbll"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "urban_carsofa"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "urban_fence"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "urban_fence_corner"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "urban_lamp"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "urban_sidewalk"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "urban_wpost"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "uservoice_soapbox"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva2_chair"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "usva2_lamble"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva2_lamp"; +UPDATE items_base SET stack_height = "0.6875" WHERE item_name = "usva2_nt_shelf"; +UPDATE items_base SET stack_height = "0.6875" WHERE item_name = "usva2_nt_shelf2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva2_rug"; +UPDATE items_base SET stack_height = "0.6875" WHERE item_name = "usva2_shelf"; +UPDATE items_base SET stack_height = "0.6875" WHERE item_name = "usva2_shelf2"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva2_sofa"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "usva2_table"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva3_chair"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "usva3_lamble"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva3_lamp"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva3_rug"; +UPDATE items_base SET stack_height = "0.6875" WHERE item_name = "usva3_shelf"; +UPDATE items_base SET stack_height = "0.6875" WHERE item_name = "usva3_shelf2"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva3_sofa"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "usva3_table"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva4_chair"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "usva4_lamble"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva4_lamp"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva4_rug"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva4_sofa"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "usva4_table"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva5_chair"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "usva5_lamble"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva5_lamp"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva5_nt_chair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva5_nt_lamp"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva5_nt_rug"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva5_nt_sofa"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva5_rug"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva5_sofa"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "usva5_table"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva_chair"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "usva_lamble"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva_lamp"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva_nt_rug"; +UPDATE items_base SET stack_height = "0.6875" WHERE item_name = "usva_nt_shelf"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "usva_rug"; +UPDATE items_base SET stack_height = "0.6875" WHERE item_name = "usva_shelf"; +UPDATE items_base SET stack_height = "0.6875" WHERE item_name = "usva_shelf2"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "usva_sofa"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "usva_table"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "val09_floor"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "val09_floor2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "val11_chair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val11_floor"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "val11_playa"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "val11_present"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "val11_rail"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val12_carpet"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "val12_elevine"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "val12_flower"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val12_hopper1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val12_hopper2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val12_hopper_3"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "val12_kbooth"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "val12_lantern"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val12_marble1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val12_marble2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val12_nt_pillar1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val12_pillar1"; +UPDATE items_base SET stack_height = "4.55" WHERE item_name = "val12_pillar2"; +UPDATE items_base SET stack_height = "0.12" WHERE item_name = "val12_shocker"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "val12_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val12_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val12_therm_nfs"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "val12_vines"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "val12_xray"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "val13_archway"; +UPDATE items_base SET stack_height = "5.8" WHERE item_name = "val13_build_1"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "val13_build_2"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "val13_build_3"; +UPDATE items_base SET stack_height = "1.15" WHERE item_name = "val13_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_div_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_div_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_div_3"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "val13_div_3_crnr"; +UPDATE items_base SET stack_height = "1.32" WHERE item_name = "val13_div_3_crnr2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_easel_1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_easel_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_easel_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_easel_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_easel_5"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "val13_floor1"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "val13_flower"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "val13_gazebo"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "val13_gond_back"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "val13_gond_front"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "val13_gond_mid1"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "val13_gond_mid2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "val13_gond_post"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "val13_grass"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_lamp"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "val13_light"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_pillar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_roses"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_shrub_circ"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_shrub_duck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_statue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val13_table"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "val13_water"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val14_archway"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "val14_bed_b"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "val14_bed_g"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "val14_bed_o"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_bench"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val14_bigplant1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val14_bigplant2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_b_roof"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "val14_b_wall"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "val14_door"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "val14_fbath"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_fountain"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "val14_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_g_roof"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "val14_g_wall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_lamp"; +UPDATE items_base SET stack_height = "0.08" WHERE item_name = "val14_largetile"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_lovelock1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_lovelock2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_lovelock3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_pot1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_recchair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_rosebook"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_stool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_table"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "val14_tile1"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "val14_tile2"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "val14_tile3"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "val14_wchair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val14_y_roof"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "val14_y_wall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val15_armour"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "val15_bench"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "val15_bridge1"; +UPDATE items_base SET stack_height = "0.75" WHERE item_name = "val15_bridge2"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "val15_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val15_corner"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val15_crane"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val15_divider"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val15_dogstat"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "val15_gate"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "val15_gazebo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val15_gift1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val15_gift2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val15_gift3"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "val15_hottub"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val15_koipond"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "val15_lantern"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "val15_lilys"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "val15_petals"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "val15_rock1"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "val15_rock2"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "val15_sakura"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "val15_shamisen"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "val15_shinto_arch"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "val15_shrub"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "val15_stage1"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "val15_stage2"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "val15_table"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "val15_tea"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "val15_tele"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "val15_tree"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val15_water"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "val15_zen"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "val16_float1"; +UPDATE items_base SET stack_height = "0.25" WHERE item_name = "val16_float2"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "val16_float3"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "val16_float4"; +UPDATE items_base SET stack_height = "0.4375" WHERE item_name = "valeduck"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "valentinescreen"; +UPDATE items_base SET stack_height = "1.53" WHERE item_name = "valentines_lovelock"; +UPDATE items_base SET stack_height = "1.53" WHERE item_name = "valentines_lovelock10"; +UPDATE items_base SET stack_height = "1.53" WHERE item_name = "valentines_lovelock2"; +UPDATE items_base SET stack_height = "1.53" WHERE item_name = "valentines_lovelock3"; +UPDATE items_base SET stack_height = "1.53" WHERE item_name = "valentines_lovelock4"; +UPDATE items_base SET stack_height = "1.53" WHERE item_name = "valentines_lovelock5"; +UPDATE items_base SET stack_height = "1.53" WHERE item_name = "valentines_lovelock6"; +UPDATE items_base SET stack_height = "1.53" WHERE item_name = "valentines_lovelock7"; +UPDATE items_base SET stack_height = "1.53" WHERE item_name = "valentines_lovelock8"; +UPDATE items_base SET stack_height = "1.53" WHERE item_name = "valentines_lovelock9"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "val_basket"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "val_c16_lovebirds"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c16_shellfountain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c16_tikicat"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c16_tikicat2"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "val_c16_vase"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "val_c17_bandstand"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "val_c17_chair"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "val_c17_rosedivider"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c17_roseplant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c17_vase"; +UPDATE items_base SET stack_height = "1.55" WHERE item_name = "val_c18_chest"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c18_swan"; +UPDATE items_base SET stack_height = "2.9" WHERE item_name = "val_c18_wardrobe"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val_c19_awning"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c19_bottle"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c19_bottlewall"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "val_c19_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c19_food"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val_c19_petals"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "val_c19_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c19_tableacc"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c19_till"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val_c20_blackboard"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c20_cake"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "val_c20_cakedisplay"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c20_cakestand"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "val_c20_chair"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "val_c20_chocfountain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_c20_chocgift"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "val_c20_floor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "val_c20_lights"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "val_c20_seats"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "val_c20_table"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "val_c20_tablecounter"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "val_c20_wall"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "val_c20_window"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "val_cauldron"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "val_choco"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "val_r17_organltd"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "val_r18_bed"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "val_r19_bath"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_r19_puppy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_r19_recordplayer"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_r19_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "val_r19_unicorn"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "val_randomizer"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "val_table1"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "val_teddy"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "velociraptor_egg"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "vikings_animal_g"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "vikings_animal_r"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_basket1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_basket2"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "vikings_bed"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "vikings_chair_g"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "vikings_chair_r"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_chesspiece"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "vikings_flag_g"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "vikings_flag_r"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "vikings_floor"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "vikings_gondola1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "vikings_gondola2a"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "vikings_gondola2b"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "vikings_gondola2c"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "vikings_gondola3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "vikings_house"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_indoorstove"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_outdoorstove"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_pillar"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "vikings_roof_g"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "vikings_roof_r"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_runestone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_spike"; +UPDATE items_base SET stack_height = "1.33" WHERE item_name = "vikings_stonecrn"; +UPDATE items_base SET stack_height = "1.15" WHERE item_name = "vikings_stonedivdr"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "vikings_stonegate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_stool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_stove"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "vikings_table_g"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "vikings_table_r"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "vikings_teleport"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_thor"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "vikings_throne"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "vikings_tombstone"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_torch"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_weapon"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "vikings_woodcrn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_wooddivdr"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "vikings_woodgate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vikings_yggdrasil"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "vip_gate"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "vip_hopper"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "virus_r16_angtank"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "virus_r16_crabtank"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "virus_r16_eeltank"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "virus_r16_piratank"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "virus_r16_pufftank"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "virus_r16_troptank"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "virus_r16_turttank"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "vote_count_add"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "voting_ch"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "waasa_aquarium"; +UPDATE items_base SET stack_height = "3.4" WHERE item_name = "waasa_bunk_bed"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "waasa_chair"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "waasa_chair_wood"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "waasa_desk"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "waasa_rug1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "waasa_rug2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "waasa_rug3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "waasa_rug4"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "waasa_rug5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "waasa_ship1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "waasa_ship2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "waasa_table1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "waasa_table2"; +UPDATE items_base SET stack_height = "3.0" WHERE item_name = "wall_china"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "waterbowl"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "waterbowl_basic"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "watering_can"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "water_backdrop"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "water_bowl1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "wcandle"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "wcandleset"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wed_arch"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "wed_carsofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wed_icesculp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wed_plant"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_bot_clothes"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_bot_follow_avatar"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_bot_give_handitem"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_bot_move"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_bot_talk"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_bot_talk_to_avatar"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_bot_teleport"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_call_stacks"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_chase"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_flee"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_give_reward"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_give_score"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_give_score_tm"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_join_team"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_kick_user"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_leave_team"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_match_to_sshot"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_move_rotate"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_move_to_dir"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_mute_triggerer"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_reset_timers"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_show_message"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_teleport_to"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_act_toggle_state"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "wf_arrowplate"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "wf_blob"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "wf_blob2"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "wf_blob2_vis"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "wf_blob_invis"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wf_box"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_actor_in_group"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_actor_in_team"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_date_rng_active"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_furnis_hv_avtrs"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_has_furni_on"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_has_handitem"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_match_snapshot"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_not_furni_on"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_not_hv_avtrs"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_not_in_group"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_not_in_team"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_not_match_snap"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_not_stuff_is"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_not_trggrer_on"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_not_user_count"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_not_wearing_b"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_not_wearing_fx"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_stuff_is"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_time_less_than"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_time_more_than"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_trggrer_on_frn"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_user_count_in"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_wearing_badge"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_cnd_wearing_effect"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "wf_colortile"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wf_colorwheel"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wf_firegate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wf_floor_switch1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wf_floor_switch2"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "wf_glassdoor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wf_glowball"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wf_maze"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "wf_pressureplate"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "wf_pyramid"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "wf_ringplate"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_at_given_time"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_bot_reached_avtr"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_bot_reached_stf"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_collision"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_enter_room"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_game_ends"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_game_starts"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_periodically"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_period_long"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_says_something"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_score_achieved"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_state_changed"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_walks_off_furni"; +UPDATE items_base SET stack_height = "0.65" WHERE item_name = "wf_trg_walks_on_furni"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wf_wire1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wf_wire2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wf_wire3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wf_wire4"; +UPDATE items_base SET stack_height = "0.37" WHERE item_name = "wf_xtra_random"; +UPDATE items_base SET stack_height = "0.37" WHERE item_name = "wf_xtra_unseen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_bank"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "wildwest_bench"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "wildwest_bgland"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "wildwest_bgland2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "wildwest_bgtrain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_cabinet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_cactus1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_cactus2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "wildwest_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_clothesline"; +UPDATE items_base SET stack_height = "1.23" WHERE item_name = "wildwest_crate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_crn"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "wildwest_desk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_divdr"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "wildwest_floor"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "wildwest_floor2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_gallows"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "wildwest_gate"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "wildwest_light"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_longhorn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_milkcan"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_minecart"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "wildwest_piano"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_pump"; +UPDATE items_base SET stack_height = "0.33" WHERE item_name = "wildwest_roofb"; +UPDATE items_base SET stack_height = "0.33" WHERE item_name = "wildwest_roofr"; +UPDATE items_base SET stack_height = "0.33" WHERE item_name = "wildwest_roofw"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_saloon"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "wildwest_salooncrn"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "wildwest_saloondr"; +UPDATE items_base SET stack_height = "2" WHERE item_name = "wildwest_saloonwall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_sheriff"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "wildwest_snake"; +UPDATE items_base SET stack_height = "1.05" WHERE item_name = "wildwest_sofa"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "wildwest_spittoon"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "wildwest_spittoon2"; +UPDATE items_base SET stack_height = "0.33" WHERE item_name = "wildwest_stageb"; +UPDATE items_base SET stack_height = "0.33" WHERE item_name = "wildwest_stageb2"; +UPDATE items_base SET stack_height = "0.33" WHERE item_name = "wildwest_stager"; +UPDATE items_base SET stack_height = "0.33" WHERE item_name = "wildwest_stager2"; +UPDATE items_base SET stack_height = "0.33" WHERE item_name = "wildwest_stagew"; +UPDATE items_base SET stack_height = "0.33" WHERE item_name = "wildwest_stagew2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_stocks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_store"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "wildwest_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_tarbucket"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "wildwest_teleport"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_till"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_tree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_vulture"; +UPDATE items_base SET stack_height = "2.5" WHERE item_name = "wildwest_wagon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wildwest_wanted_poster"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "wildwest_weed"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "winter15_fnc_crnr"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "winter15_freeze"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "winter15_icehockey"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "winter15_iceskater"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "winter15_lmppst"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "winter15_snowboard"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "winter15_tree4"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "winter15_wpost"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wintercabin_c19_antlerlight"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "wintercabin_c19_bed"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "wintercabin_c19_cabinchair"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "wintercabin_c19_cabinrug"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "wintercabin_c19_cabintable"; +UPDATE items_base SET stack_height = "5.1" WHERE item_name = "wintercabin_c19_corner"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "wintercabin_c19_drawers"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wintercabin_c19_fence"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "wintercabin_c19_fireplace"; +UPDATE items_base SET stack_height = "0.05" WHERE item_name = "wintercabin_c19_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wintercabin_c19_glasstable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wintercabin_c19_items"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wintercabin_c19_lamp"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "wintercabin_c19_sofa"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "wintercabin_c19_stage"; +UPDATE items_base SET stack_height = "0.55" WHERE item_name = "wintercabin_c19_stairs"; +UPDATE items_base SET stack_height = "5" WHERE item_name = "wintercabin_c19_wall"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wintercabin_c19_window"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "wl_chair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wl_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wl_rdesk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wl_shelf"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "wl_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wl_table1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "wl_table2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wl_wall1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "wl_wall2"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "wooden_screen"; +UPDATE items_base SET stack_height = "1.9" WHERE item_name = "wood_tv"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xm09_bench"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xm09_cocoa"; +UPDATE items_base SET stack_height = "0.8" WHERE item_name = "xm09_man_a"; +UPDATE items_base SET stack_height = "0.75" WHERE item_name = "xm09_man_b"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "xm09_man_c"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xm09_table"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "xm09_trophy"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas08_chair"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas08_cubetree"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas08_dvdr1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas08_dvdr2"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas08_geysir"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas08_hole"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "xmas08_hottub"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas08_icerug"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas08_icetree"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas08_lantern"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas08_snowpl"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "xmas08_table"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas08_telep"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas08_trph1"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas08_trph2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas10_fireplace"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas10_present"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas10_surprise"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_balloon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_balloon1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_balloon2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_balloon3"; +UPDATE items_base SET stack_height = "2.0" WHERE item_name = "xmas11_btlr"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "xmas11_chair"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "xmas11_chair_2"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "xmas11_chair_3"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "xmas11_chair_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_comfy_bench"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_comfy_bench_2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_comfy_bench_3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_comfy_bench_4"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "xmas11_comfy_chair"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "xmas11_comfy_chair_2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "xmas11_comfy_chair_3"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "xmas11_comfy_chair_4"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas11_elewood"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_firewood"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "xmas11_flag"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas11_footstool"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas11_footstool_2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas11_footstool_3"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas11_footstool_4"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas11_luxchair1"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas11_luxchair2"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas11_luxchair3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_luxdish1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_luxdish2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_luxdish3"; +UPDATE items_base SET stack_height = "0.002" WHERE item_name = "xmas11_luxfloor1"; +UPDATE items_base SET stack_height = "0.002" WHERE item_name = "xmas11_luxfloor2"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas11_luxsofa1"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas11_luxsofa2"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas11_luxsofa3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_luxtable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_nghtstnd"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "xmas11_petfood"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "xmas11_sofatable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_stonedivider"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas11_stonefloor"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas11_stool"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas11_stool_2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas11_stool_3"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas11_stool_4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas11_stove"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "xmas11_throne"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas11_woodfloor"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "xmas11_yetifeet"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "xmas12_bardesk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas12_barrel"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas12_cfloor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas12_cfloorbig"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "xmas12_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas12_fireplace"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas12_floortile"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas12_floortile2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas12_npole"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas12_nutcracker"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas12_pillar1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas12_pillar2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas12_pillar3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas12_pork"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas12_santathrone"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas12_snack"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "xmas12_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas12_worktable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_block1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_block2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_bucket1"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "xmas13_candycane1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_candycane2"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas13_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_eggnogbowl"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_eggnogglass"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "xmas13_floor"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_gingerbread"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_icecream"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_jack"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas13_light"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "xmas13_machine1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_mincepies"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas13_paintsplat1"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas13_paintsplat2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas13_paintsplat3"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas13_paintsplat4"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "xmas13_pillar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_robotdino"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas13_rug"; +UPDATE items_base SET stack_height = "3.48" WHERE item_name = "xmas13_shelves"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_snack"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_snowflake1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_snowflake10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_snowflake2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_snowflake3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_snowflake4"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas13_snowflake5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_snowflake6"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "xmas13_snowflake7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_snowflake8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_snowflake9"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "xmas13_table"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_terminal"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas13_throne"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_toolbox"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_tools1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas13_toyblock1"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas13_toyblock2"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas13_toyblock3"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas13_toyblock4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_toyhorse"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas13_workdesk"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "xmas14_beachhut"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_boomboxman"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_corner1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_corner2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_divider"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_elf1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_elf10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_elf2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_elf3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_elf4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_elf5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_elf6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_elf7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_elf8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_elf9"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "xmas14_festivehut"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas14_gate1"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas14_gate2"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "xmas14_hammock"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_inflatabletree"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "xmas14_lights1"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "xmas14_lights2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_lobsterdin"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "xmas14_mermaid"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_octosanta"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_palm"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas14_recliner"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "xmas14_rudolph_ring"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas14_sand"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_santastuck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_santateller"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas14_sharkthrone"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas14_snowglobe"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas14_snowman"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "xmas14_stages1"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "xmas14_stages2"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "xmas14_starfish"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "xmas14_sunbeams"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas14_table"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "xmas14_tele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_tikibar"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_tikibar2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas14_tubeman"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas15_clocktower"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas15_fountainltd"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas15_glowdeerltd"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas15_nutcrackerltd"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas15_rudolf"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "xmas15_sleigh"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "xmas15_stand"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas15_wishltd"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "xmas2011_aurora1"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "xmas2011_aurora2"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "xmas2011_balrail"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas2011_icefall"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "xmas2011_rock1"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "xmas2011_rock2"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "xmas2011_snowlog"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas2011_tree1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas2011_tree2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas2011_tree3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas2011_tree4"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "xmasduck"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c15_advent1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c15_advent2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c15_advent3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c15_advent4"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_advent5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c15_advent6"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "xmas_c15_advent7"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "xmas_c15_advent8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c15_alpinetree"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c15_arch"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "xmas_c15_bndstnd"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "xmas_c15_buildbase1"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "xmas_c15_buildbase2"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "xmas_c15_buildmid1"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "xmas_c15_buildmid2"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_bushy1"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_bushy2"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_bushy3"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_bushy4"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_bushy5"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_bushy6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c15_crnr"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_decotree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c15_fnc"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_mlight"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_mntn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c15_poinsettia"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c15_reindeer"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "xmas_c15_roof1"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "xmas_c15_roof2"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "xmas_c15_snow"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas_c15_snwbush"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_stall"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_stone"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_store1"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c15_store2"; +UPDATE items_base SET stack_height = "1.25" WHERE item_name = "xmas_c15_store3"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c15_store4"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "xmas_c16_balcony"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c16_banner"; +UPDATE items_base SET stack_height = "0.00001" WHERE item_name = "xmas_c16_candles"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "xmas_c16_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_creature1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_creature2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_creature3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_creature4"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "xmas_c16_creature5"; +UPDATE items_base SET stack_height = "2.25" WHERE item_name = "xmas_c16_creature6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_creature7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_creature8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_creature9"; +UPDATE items_base SET stack_height = "1.3" WHERE item_name = "xmas_c16_desk"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_deskcandles"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_deskitems"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "xmas_c16_diningbench"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "xmas_c16_diningtable"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c16_door"; +UPDATE items_base SET stack_height = "1.8" WHERE item_name = "xmas_c16_dresser"; +UPDATE items_base SET stack_height = "1.85" WHERE item_name = "xmas_c16_dvdr"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_egg"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_elf1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_elf10"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c16_elf2"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c16_elf3"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c16_elf4"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c16_elf5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_elf6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_elf7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_elf8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_elf9"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c16_fireplace"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_food1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_food2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_food3"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "xmas_c16_mailshelf"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c16_pillarlight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_presentstack"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "xmas_c16_roundtable"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c16_rug"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "xmas_c16_sofa"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_stocking"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c16_tele"; +UPDATE items_base SET stack_height = "1.6" WHERE item_name = "xmas_c16_tinybed"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c16_tinychair"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "xmas_c16_wall"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c16_woodfloor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c16_woodtile"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "xmas_c16_wreathdeco"; +UPDATE items_base SET stack_height = "1.2" WHERE item_name = "xmas_c17_bench"; +UPDATE items_base SET stack_height = "4.22" WHERE item_name = "xmas_c17_bigwindows1"; +UPDATE items_base SET stack_height = "4.22" WHERE item_name = "xmas_c17_bigwindows2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_blueprint1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_blueprint2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_blueprint3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_blueprint4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_blueprint5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_blueprint6"; +UPDATE items_base SET stack_height = "0.3" WHERE item_name = "xmas_c17_book"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_boy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_britishbulldog"; +UPDATE items_base SET stack_height = "4.22" WHERE item_name = "xmas_c17_candyshop"; +UPDATE items_base SET stack_height = "1.15" WHERE item_name = "xmas_c17_chair"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_chestnutstall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_cloth"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c17_cobbleroad"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_doll1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_doll2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_doll3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_doll4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_doll5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_doll6"; +UPDATE items_base SET stack_height = "4.22" WHERE item_name = "xmas_c17_door"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c17_drain"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "xmas_c17_engage_ted"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c17_fence"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_fencecorner"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_frizzycat"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c17_gate"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_girl"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "xmas_c17_hangingbasket"; +UPDATE items_base SET stack_height = "4.22" WHERE item_name = "xmas_c17_hatshop"; +UPDATE items_base SET stack_height = "2.4" WHERE item_name = "xmas_c17_horse"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_lamp"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c17_man"; +UPDATE items_base SET stack_height = "0.12" WHERE item_name = "xmas_c17_pavement"; +UPDATE items_base SET stack_height = "4.22" WHERE item_name = "xmas_c17_pillar"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "xmas_c17_pram"; +UPDATE items_base SET stack_height = "4.22" WHERE item_name = "xmas_c17_pub1"; +UPDATE items_base SET stack_height = "4.22" WHERE item_name = "xmas_c17_pub2"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "xmas_c17_robins"; +UPDATE items_base SET stack_height = "4" WHERE item_name = "xmas_c17_roof"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_sewingmchn"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "xmas_c17_smallpavement"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c17_snowybasket"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "xmas_c17_snowygrass"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "xmas_c17_snowypot"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_stove"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "xmas_c17_table"; +UPDATE items_base SET stack_height = "4.22" WHERE item_name = "xmas_c17_teashop"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "xmas_c17_thread"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_tree"; +UPDATE items_base SET stack_height = "4.22" WHERE item_name = "xmas_c17_wall"; +UPDATE items_base SET stack_height = "4.22" WHERE item_name = "xmas_c17_window"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c17_woman"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_babushka"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c18_balllight"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "xmas_c18_bearlight"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c18_booth"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_borscht"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "xmas_c18_bounceycastle"; +UPDATE items_base SET stack_height = "5.3" WHERE item_name = "xmas_c18_building"; +UPDATE items_base SET stack_height = "5.3" WHERE item_name = "xmas_c18_buildingpillar"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c18_candycane"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c18_curtaintopper"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_deer_blitzen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_deer_comet"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_deer_cupid"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_deer_dancer"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_deer_dasher"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_deer_donna"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_deer_prancer"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_deer_rudolph"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_deer_vixen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_doll1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_doll10"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_doll2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_doll3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_doll4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_doll5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_doll6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_doll7"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_doll8"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_doll9"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_fairylightree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_fatherfrost"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_food"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "xmas_c18_groundlight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_harp"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c18_iciclelight"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c18_metro"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_nutcracker"; +UPDATE items_base SET stack_height = "1.55" WHERE item_name = "xmas_c18_penguin"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_piano"; +UPDATE items_base SET stack_height = "3" WHERE item_name = "xmas_c18_presentelf"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_presents"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c18_rainlightfloor"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "xmas_c18_snowballpit"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "xmas_c18_snowfootball"; +UPDATE items_base SET stack_height = "2.1" WHERE item_name = "xmas_c18_snowman"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_souvenir"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas_c18_stage"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c18_stagebackdrop"; +UPDATE items_base SET stack_height = "1.38" WHERE item_name = "xmas_c18_stagechair"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c18_stagecurtains"; +UPDATE items_base SET stack_height = "0.6" WHERE item_name = "xmas_c18_stagestairs"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c18_stagewindow"; +UPDATE items_base SET stack_height = "0.01" WHERE item_name = "xmas_c18_stallroof"; +UPDATE items_base SET stack_height = "0.85" WHERE item_name = "xmas_c18_stalltable"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_stocking_boo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_stocking_cinnamon"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_stocking_cleo"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_stocking_crusoe"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c18_stocking_norbert"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c18_stocking_snoopy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_stocking_tiger"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "xmas_c18_stool"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_streetlight"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c18_xmastree"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_angelfigure"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_angelfigure2"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c19_archwall"; +UPDATE items_base SET stack_height = "5.5" WHERE item_name = "xmas_c19_balcony"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box1"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box1b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box2b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box3b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box4"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box4b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box5"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box5b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box6"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_box6b"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "xmas_c19_catplushie"; +UPDATE items_base SET stack_height = "0.001" WHERE item_name = "xmas_c19_chandelier"; +UPDATE items_base SET stack_height = "1.35" WHERE item_name = "xmas_c19_crystalchair"; +UPDATE items_base SET stack_height = "0.002" WHERE item_name = "xmas_c19_crystalfloor"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas_c19_crystaltable"; +UPDATE items_base SET stack_height = "5.7" WHERE item_name = "xmas_c19_curtain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_dragonfigure"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_dragonfigure2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_elfeskimo"; +UPDATE items_base SET stack_height = "2.2" WHERE item_name = "xmas_c19_elffairy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_elfguard"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_elfmage"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c19_furbanner"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "xmas_c19_hamsterplushie"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_icefood"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c19_iceshards"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_icetree"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c19_icicles"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_jarofgold"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_lamp"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "xmas_c19_pugplushie"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_reindeerfigure"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_reindeerfigure2"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "xmas_c19_robinfigure"; +UPDATE items_base SET stack_height = "1.7" WHERE item_name = "xmas_c19_robinfigure2"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_snowcraft"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_snowsprites"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_stackedicedrinks"; +UPDATE items_base SET stack_height = "0.9" WHERE item_name = "xmas_c19_terrierplushie"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_unicornfigure"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c19_unicornfigure2"; +UPDATE items_base SET stack_height = "5.7" WHERE item_name = "xmas_c19_windowwall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_beadgame"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "xmas_c20_bigstump"; +UPDATE items_base SET stack_height = "0.75" WHERE item_name = "xmas_c20_bridge"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_crafter"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_earthguy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_fireguy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_flowerguy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_frostedfungi"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas_c20_frostedholly"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c20_frostedweeds"; +UPDATE items_base SET stack_height = "5" WHERE item_name = "xmas_c20_frostytree"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "xmas_c20_frozenstream"; +UPDATE items_base SET stack_height = "2.8" WHERE item_name = "xmas_c20_frozenwaterfall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_iceguy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_magicguy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_nutcracker"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_pebblepeeps"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_rockguy"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_runerock"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_runerockblue"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_runerockgreen"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_runerockpurple"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_runerockred"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_runerockyellow"; +UPDATE items_base SET stack_height = "0.2" WHERE item_name = "xmas_c20_runetele"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_shrine"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_smallrunestones"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "xmas_c20_smallstump"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_snowbush"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_c20_snowdrops"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_snowguy"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "xmas_c20_stage"; +UPDATE items_base SET stack_height = "0.0001" WHERE item_name = "xmas_c20_stonearch"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_stonecauldron"; +UPDATE items_base SET stack_height = "0.7" WHERE item_name = "xmas_c20_treestump"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_woodenbird"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_woodenblocks"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_woodendog"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_woodenhouse"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_woodenplane"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_c20_woodentrain"; +UPDATE items_base SET stack_height = "0.0" WHERE item_name = "xmas_cstl_gate"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "xmas_cstl_twr"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "xmas_cstl_wall"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_giftbag"; +UPDATE items_base SET stack_height = "1.0" WHERE item_name = "xmas_icelamp"; +UPDATE items_base SET stack_height = "1.52" WHERE item_name = "xmas_ltd16_bearbed"; +UPDATE items_base SET stack_height = "0.5" WHERE item_name = "xmas_ltd17_ted"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_ltd18_snowhabberge"; +UPDATE items_base SET stack_height = "1.1" WHERE item_name = "xmas_ltd19_icethrone"; +UPDATE items_base SET stack_height = "2.4" WHERE item_name = "xmas_ltd20_yak"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_r16_owl"; +UPDATE items_base SET stack_height = "1.4" WHERE item_name = "xmas_r16_throne"; +UPDATE items_base SET stack_height = "1.5" WHERE item_name = "xmas_r17_carriage"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_r17_lion"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_r17_musicbox"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_r18_lightfountain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_r18_snowyowl"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_r19_crystalfountain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_r19_crystalharp"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_r20_icefountain"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "xmas_r20_magicsword"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "xmas_snow"; +UPDATE items_base SET stack_height = "0.000001" WHERE item_name = "yarn"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "year2011_waver_b"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "year2011_waver_g"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "year2011_waver_r"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "year2011_waver_y"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "yttv1"; +UPDATE items_base SET stack_height = "2.45" WHERE item_name = "yttv2"; +UPDATE items_base SET stack_height = "2.45" WHERE item_name = "yttv2b"; +UPDATE items_base SET stack_height = "2.45" WHERE item_name = "yttv2n"; +UPDATE items_base SET stack_height = "3.5" WHERE item_name = "yttv3"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "yttv_retro"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c18_bamboo"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c18_divider"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c18_door"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "zengarden_c18_glasspond"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c18_light"; +UPDATE items_base SET stack_height = "0.15" WHERE item_name = "zengarden_c18_moss"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "zengarden_c18_peacefrog"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c18_pebbles"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "zengarden_c18_plankfloor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c18_roof"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c18_roofcorner"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "zengarden_c18_rootplant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "zengarden_c18_spikeyplant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "zengarden_c18_stonebench"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "zengarden_c18_stonetable"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c20_bamboo"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c20_divider"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c20_door"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c20_glasspond"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c20_goldenmobile"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c20_light"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c20_moss"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "zengarden_c20_peacedog"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c20_pebbles"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "zengarden_c20_plankfloor"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c20_roof"; +UPDATE items_base SET stack_height = "0" WHERE item_name = "zengarden_c20_roofcorner"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "zengarden_c20_rootplant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "zengarden_c20_spikeyplant"; +UPDATE items_base SET stack_height = "1" WHERE item_name = "zengarden_c20_stonebench"; +UPDATE items_base SET stack_height = "0.4" WHERE item_name = "zengarden_c20_stonetable"; +UPDATE items_base SET stack_height = "0.1" WHERE item_name = "zengarden_r18_fountain"; \ No newline at end of file diff --git a/Catalog-SQLS/UPDATES/interaction_modes_count.sql b/Catalog-SQLS/UPDATES/interaction_modes_count.sql new file mode 100644 index 00000000..7a02cf96 --- /dev/null +++ b/Catalog-SQLS/UPDATES/interaction_modes_count.sql @@ -0,0 +1,6414 @@ +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ads_1800tele"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_ag_crate"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_alvinsurf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_antena3_floor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ads_background"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_bigtv_missmix"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_calip_fan"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_calip_parasol"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ads_calip_tele"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_cchups_screen"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_cheetos_bath"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_clearasil_tile1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ads_cltele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_cl_jukeb"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_cp_trophy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_disney_tv"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_durex_carpet"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_durex_screen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_durex_vend"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_elisa_gnome"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_frankb"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_frank_trophy"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_grefu_trophy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_idol_drape"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ads_idol_floor1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ads_idol_floor2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_idol_hotspot"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_idol_ichair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_idol_jukebox"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_idol_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ads_idol_logo"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ads_idol_l_logo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_idol_l_tv"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_idol_mirror"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_idol_piano"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ads_idol_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_idol_trax"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_idol_tube"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_idol_tv"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ads_idol_voting_ch"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "ads_idol_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_igorbrain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_igorevilb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_igorraygun"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_igorswitch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_igor_dsk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_igor_flask"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_kelloggs_statue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_kfp2statue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_kfp2_tv"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_kfp2_wall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ads_leaf_teleport"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "ads_lin_wh_c"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_m6_floor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_mad3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_mad3_edit"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ads_mall_elevator"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ads_mall_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_mirror"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_mpu_160"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_mpu_300"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_mpu_720"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_mtv_bigtv"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_mtv_bigtv2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_mtv_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_mtv_tv2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_mtv_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_nick_faketile"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_nick_geyeser"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_nokiax3_phn"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_nokiax3_wall1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_nokiax3_wall2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_nokiax3_wall3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_nokia_logo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_nokia_phone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_nokia_x6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_ob_pillow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_ontour"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_percyrock"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_pib"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_r7logo"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_rangocactus"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_spiderman_trophy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_super_pop"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_suunvuorow"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_target_wall"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "ads_tlc_wheel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_tv_chocapic_01"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_tv_chocapic_02"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_tv_jaapuisto"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_tv_yle"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ads_twi_bwall1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_twi_bwall2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_twi_dvdr2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_twi_fountn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_twi_mist"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_twi_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_twi_toolbx"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_twi_windw"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ads_veet"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_volkswagen_poster"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ads_vpiggy_flag"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_vpiggy_pig"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_vpiggy_santapig"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ads_wowpball"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ads_woz_mpu"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "africa15_meerkat"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "african_bones"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "african_fence"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "african_patch"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "african_stage"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "african_tree1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "african_tree2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "africa_c15_bongos"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "africa_c15_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "africa_c15_table"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "america_r17_armadillo"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "america_r17_beaver"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "america_r17_eagle"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "america_r17_opossum"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "america_r17_raccoon"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "america_r17_skunk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anc15_pharaohduck"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "anc_artifact1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anc_artifact2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "anc_artifact3"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "anc_bones"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anc_c15_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anc_c15_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "anc_c15_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anc_comfy_tree"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "anc_ele_grass"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "anc_ele_rock"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "anc_jngl_patch"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anc_mossyrock"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "anc_pharaoh_tele"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anc_pyramid_block"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "anc_savanna_wall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "anc_sun"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "anc_sunset_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anc_talltree"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anc_trophy_marble"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anc_trophy_obsidian"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anc_trophy_sstone"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "anc_waterfall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "anna_div_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "anna_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anna_nt_table_blue"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "anna_rug"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "anna_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "anna_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "anniversary_r18_throne"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "arabian_snake"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "arabian_tray2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "arabian_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "arcade_cab"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army15_copter"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "army15_dog"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army15_largescreen"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army15_ltddesk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army15_ltdhumvee"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army15_poster"; +UPDATE items_base SET interaction_modes_count = "11" WHERE item_name = "army15_scanner"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army15_statue"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "army_c15_bed"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "army_c15_bookshelf"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "army_c15_cabinet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_carpet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army_c15_contable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "army_c15_contable2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "army_c15_crate"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "army_c15_deskcomp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "army_c15_deskitem"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army_c15_doorscan"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "army_c15_food"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army_c15_gate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_glasscrn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_glassdivdr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army_c15_guardcub"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army_c15_gunrack"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_insig"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army_c15_jerrycan"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_leatherchr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army_c15_light"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army_c15_locker"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "army_c15_medictent"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army_c15_notice"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army_c15_officetent"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_plant"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_sandbag"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "army_c15_screen"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "army_c15_shipcon"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "army_c15_teledoor"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "army_c15_telemine"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "army_c15_watchtwr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_wirecrn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "army_c15_wiredividr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "art_c20_artstool"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "art_c20_bin"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_caddy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "art_c20_canvas"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_chair1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_chair2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_chair3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_chair4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_clock"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "art_c20_clotheshanger"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "art_c20_coffeetable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_desk"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "art_c20_drawingtablet"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "art_c20_easel"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_floor"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "art_c20_gold1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "art_c20_gold2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "art_c20_gold3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "art_c20_gold4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "art_c20_gold5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "art_c20_light"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "art_c20_paintings"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_pillow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_plant"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "art_c20_rolledpaper"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_rug"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "art_c20_shelves"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "art_c20_wall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "art_c20_window"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ashtree"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "attic15_bigshelf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_bigtable"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "attic15_box"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "attic15_cabinet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_carpet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_chair"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "attic15_clock"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_cradle"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_crn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_divider"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "attic15_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "attic15_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "attic15_mousetrap"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "attic15_oillamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_painting"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_paintingfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_shelf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "attic15_tele"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "attic15_telescope"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "attic15_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "attic15_window"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "attic_c19_hammock"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "autumn_c20_bench"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "autumn_c20_birdfood"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "autumn_c20_tree1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "autumn_c20_tree2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "autumn_c20_tree3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "autumn_c20_tree4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "autumn_c20_tree5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "autumn_c20_tree6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "autumn_r19_maplebonsai"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "autumn_r20_pond"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "badge_display"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "badge_display2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "badge_display3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "badge_display4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "badge_display5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "band_c19_drums"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "band_c19_guitar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "band_c19_synth"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "barrier"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bath"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "bathroom_bath1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "bathroom_bath2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "bathroom_bath3"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "bathroom_bath4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bathroom_chamberpot"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_floortile1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_floortile2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_floortile3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_floortile4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bathroom_poop"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "bathroom_shampoo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_shower1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_shower2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_shower3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_shower4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bathroom_tablemodule1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bathroom_tablemodule2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bathroom_tablemodule3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bathroom_tablemodule4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_toilet1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_toilet2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_toilet3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bathroom_toilet4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bathroom_wall1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bathroom_wall2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bathroom_wall3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bathroom_wall4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_arch"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_balcony"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_basket"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "bazaar_c17_building"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_camel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_clothroof"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_clothroof2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bazaar_c17_colourbucket"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtainblue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtainbluepinktrim"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtaingreen"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtaingreenpurpletrim"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtainmystic"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtainpink"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtainpinkbluetrim"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtainpurple"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtainpurpleyellowtrim"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtainyellow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_curtainyellowbluetrim"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bazaar_c17_displaytable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_dyeblue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_dyegreen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_dyemystic"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_dyepink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_dyepurple"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_dyeyellow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_eleengage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_flycarpet"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bazaar_c17_fruitbasket"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lamp"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lampblue"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lampbluepinktrim"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lampgreen"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lampgreenpurpletrim"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lampmystic"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lamppink"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lamppinkbluetrim"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lamppurple"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lamppurpleyellowtrim"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lampyellow"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_c17_lampyellowbluetrim"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_marketroofbig"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_marketroofsmall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_meat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillowblue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillowbluepinktrim"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillowgreen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillowgreenpurpletrim"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillowmystic"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillowpink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillowpinkbluetrim"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillowpurple"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillowpurpleyellowtrim"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillowyellow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_pillowyellowbluetrim"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bazaar_c17_pots"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_rug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_rugblue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_rugbluepinktrim"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_ruggreen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_ruggreenpurpletrim"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_rugmystic"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_rugpink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_rugpinkbluetrim"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_rugpurple"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_rugpurpleyellowtrim"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_rugrolls"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_rugyellow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_rugyellowbluetrim"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_c17_scorpion"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "bazaar_c17_spice"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vase"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vaseblue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vasebluepinktrim"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vasegreen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vasegreenpurpletrim"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vasemystic"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vasepink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vasepinkbluetrim"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vasepurple"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vasepurpleyellowtrim"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vaseyellow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bazaar_c17_vaseyellowbluetrim"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bazaar_ltd17_ele"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bazaar_r17_monkey"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bazaar_r17_throne"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "bb_apparatus"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "bb_apparatus_rc1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bb_cargobox"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bb_caterbody"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bb_caterhead"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_counter"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_crchair"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_crchair2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_crchair3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_crnr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bb_dragon"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "bb_ducklight"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_fnc1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_fnc3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_gate_b"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_gate_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_gate_r"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_gate_y"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bb_knj1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bb_knj2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "bb_lightdiv"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bb_lightstrip"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "bb_nt_lightdiv"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bb_painimies1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bb_painimies2"; +UPDATE items_base SET interaction_modes_count = "16" WHERE item_name = "bb_patch1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "bb_puck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bb_pyramid"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bb_rnd_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bb_robo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bb_robo_rc1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_score_b"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_score_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_score_r"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_score_y"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_tddhead"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bb_tddhead_rc1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bb_tddhnd"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_a"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_c"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_d"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_e"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_f"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_h"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_i"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_j"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_k"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_l"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_m"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_n"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "bc_alpha1_num"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_o"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_p"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_q"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_r"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_s"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_t"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_u"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_v"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_w"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_x"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_y"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_alpha1_z"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_blocktrophy_1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "bc_block_0"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "bc_block_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_block_artdeco1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_block_glass"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_block_grass"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_block_industrial"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_block_marble"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_block_metalgrip"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_block_redbrick"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_block_sand"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_block_water"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_block_wool"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "bc_cone"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "bc_cylinder"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_flowerhedge"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bc_gift_14days"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bc_gift_31days"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_glasspanel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bc_halfcylinder"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "bc_hemisphere"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_lavarock"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_metalcrate"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bc_pyramidtip"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "bc_quarterring"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "bc_round"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_sphere"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "bc_standinghalfcylinder"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "bc_standingtriangularprism"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_stone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bc_terra"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_tile"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bc_triangularprism"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bc_wedge"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bc_wood"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "beanstalk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bigtent_beige"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bigtent_camo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "birdie"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "birds_r18_cardinal"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "birds_r18_crane"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "birds_r18_peacock"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "birds_r18_puffin"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "birds_r18_quetzal"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "birds_r18_spoonbill"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling11_big1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bling11_block"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bling11_dvd"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bling11_dvn"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "bling11_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling11_pillar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling11_plant"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling11_rug1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bling11_rug2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bling11_seat1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bling11_seat2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bling11_sofa"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bling11_statue1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling11_statue2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bling11_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling11_towels"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "bling15_pooltable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling_bed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling_c15_chandalier"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bling_c15_wall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bling_cabinet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling_chair_a"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling_chair_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling_chair_c"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling_pool"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling_shwr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling_sink"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling_sofa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bling_sofa_mu"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bolly_cherry"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bolly_corner"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bolly_desk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bolly_drapea"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bolly_drapeb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bolly_drapec"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bolly_fountain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bolly_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bolly_lotus_pool"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bolly_monkey_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bolly_palm"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bolly_petals"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bolly_tree"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bolly_wdw_wd"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag16_1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag16_2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag16_3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag17_1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag17_2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag17_3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag17_4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag18_1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag18_2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag18_3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag18_4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag19_1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag19_2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag19_3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag19_4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag20_1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag20_2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag20_3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag20_4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag21_1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag21_2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag21_3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusbag21_4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusrare16_1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusrare16_2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusrare16_3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bonusrare16_4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bonusrare16_5"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bonusrare16_6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bonusrare16_7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare17_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare17_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare17_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare17_4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bonusrare18_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare18_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare18_4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bonusrare19_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare19_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare19_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare19_4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bonusrare20_1a"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare20_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare20_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare21_1a"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bonusrare21_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare21_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bonusrare21_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bookpile"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "books_0"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "books_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "book_rare"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "booster_c19_box1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "booster_c19_box2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "booster_c20_box"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "booster_c20_box1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "boutique_cashreg"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "boutique_changing1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "boutique_changing2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "boutique_changing3"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "boutique_clothingpile"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "boutique_clrack1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "boutique_clrack2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "boutique_counter"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "boutique_floor1a"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "boutique_floor1b"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "boutique_floor2a"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "boutique_floor2b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "boutique_hcsign"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "boutique_lampwall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "boutique_mannequin1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "boutique_plant1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "boutique_plant2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "boutique_shrack1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "boutique_shrack2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "boutique_sofa1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "boutique_sofa2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "boutique_speakers"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "boutique_table1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "boutique_table2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "boutique_vipsign"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bowl"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "br_phoenix"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bubble_lamp1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "buildarea_sign"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bump_lights"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "bump_road"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "bump_signs"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bump_tires"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "button_green"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "bw_bball"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_boat"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_boat_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_boat_p"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_ccnuts"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_chair"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_chair_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_chair_p"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_croc"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_fin"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_fnc"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_fnc_crnr"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_fnc_crnr_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_fnc_crnr_p"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_fnc_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_fnc_p"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_jaws"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_lgchair"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_mttrss"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_mttrss_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_mttrss_p"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bw_nt_pool_a1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "bw_nt_pool_a3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bw_pool_a1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bw_pool_b1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_sboard"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_sboard_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_sboard_p"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "bw_shower"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_sofa"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_sofa_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_sofa_p"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_table"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_table_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_table_p"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "bw_tele"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_van"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_van_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "bw_van_p"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "byesw_hand"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "byesw_hotel"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "byesw_loadscreen"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "campfire"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cannon"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "carnival15_hotair_brazil"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "carnival15_wallmask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "celestial_c19_aurora"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "celestial_c19_constellations"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "celestial_c19_dresser"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "celestial_c19_floor"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "celestial_c19_flower"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "celestial_c19_moonbed"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "celestial_c19_planet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "celestial_c19_rug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "celestial_c19_spacebun"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "celestial_c19_starchair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "celestial_c19_starshower"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "celestial_c19_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "celestial_c19_tree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "celestial_c19_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "celestial_c19_wardrobe"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chair_plasty2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chair_plasty3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chair_plasty4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_boardtile"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_b_bishop"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_b_king"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_b_knight"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_b_pawn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_b_queen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_b_rook"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_w_bishop"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_w_king"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_w_knight"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_w_pawn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_w_queen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "chess_w_rook"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "china_c21_gong"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "china_c21_vase"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_dog"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_goat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_goldenox"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_goldenpig"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_goldenrat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "china_lantern"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "china_light"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_monkey"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "china_moongt"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pig"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pstr1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pstr10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pstr11"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pstr2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pstr3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pstr4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pstr5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pstr6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pstr7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pstr8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_pstr9"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "china_rabbit"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_rat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_rooster"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "china_snake"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "christmas_reindeer"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "cine_bench"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "cine_bench_b"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "cine_bench_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_bigcorn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cine_curtain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cine_curtain_red"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_glass"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cine_light1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cine_light2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cine_nt_light1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "cine_pillarlight"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cine_platform"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cine_projector"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_0"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_11"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_12"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_13"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_14"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_15"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_16"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_17"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_18"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_19"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_20"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_pstr_9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cine_r18_buggy"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cine_r18_camera"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cine_r18_catcopter"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cine_r18_trailer"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_roof"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "cine_screen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_soda"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cine_starchair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cine_teleport1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cine_teleport2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cine_teleport3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cine_teleport4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_ticket_booth"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cine_tile"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cine_vipsign"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cland15_candythrone"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "cland15_fountain"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cland15_ltd1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cland15_ltd2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cland15_ltd3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cland15_ltd4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland15_tent"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland15_unicorn"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "cland_c15_cakeblock"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "cland_c15_chocorock"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "cland_c15_chocostick"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_gatepink"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_goofloor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "cland_c15_grass"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cland_c15_icreamtree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_jellyseat1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_jellyseat2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_jellyseat3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_light"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cland_c15_lollytree"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "cland_c15_pavement"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_pillar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_roof"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cland_c15_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_wafer"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_waferblock"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cland_c15_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic1_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic1_desk"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "classic1_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic1_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic1_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic1_pillar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic1_plant"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "classic1_shelf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic1_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic1_table1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic1_table2"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "classic1_wall1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic1_wall2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic2_corner"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic2_counter"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic2_drinkcup"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic2_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic2_gate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic2_napkin"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic2_plantdivdr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic2_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic2_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic2_trashcan"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "classic2_tray"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "classic2_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic3_bench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic3_block"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic3_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic3_div1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic3_div2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic3_floor1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic3_floor2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic3_floor3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic3_pillar1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "classic3_pillar2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "classic3_pillar3"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "classic3_plant"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic3_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic3_stool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic3_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic3_wall1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic3_wall2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic5_chair_blu"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic5_chair_yel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic5_floor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic5_sofa"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "classic5_speaker"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic5_stage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic5_stairs"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic5_table_blu"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic5_table_yel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic5_wall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "classic5_window"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic6_arch"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic6_bigtable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic6_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic6_dvdr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic6_endtable"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "classic6_food"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic6_lantern"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic6_lowtable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic6_mat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic6_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic6_stonecarpet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic6_stool"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "classic6_tearice"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "classic6_vase"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "classic6_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic6_woodfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic7_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic7_crn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic7_djbooth"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "classic7_drinks"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic7_dvdr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic7_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic7_gate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic7_stage"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic7_stairs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic7_starlight"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic7_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic7_tree"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "classic7_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic8_bar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic8_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic8_curtains"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic8_disco"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic8_divider"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic8_floor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "classic8_glassfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic8_pillar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic8_plant"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "classic8_records"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic8_rug"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "classic8_shelf"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "classic8_sign"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic8_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic8_stairs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic8_statue"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "classic8_wall"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "classic9_books"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "classic9_bookshelf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic9_carpet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic9_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic9_counter"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic9_floor1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic9_floor2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic9_light"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic9_plant"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic9_statue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic9_stool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "classic9_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "classic9_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_airhelm"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_alluringeyes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_angry"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_animalprint"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_animehair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_apron"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_archerhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_armyskirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_backcap"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_badasshelmet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_baldy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bandage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bazaarfemale"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bazaarmale"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_beads"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bear"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_beard1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_bearhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bearmuffs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bearscarf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_beautyface"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bedhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bffhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bffshirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bigshades"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_binoculars"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_birdshoes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bloodglasses"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bloodjacket"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bloodponytail"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bloodscruffyhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bloodshoes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bobba"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bobblehat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bohobackpack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bohobag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bohogems"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bohoheadgems"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bohopaint"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_bohotiara"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bohotunic"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bohovest"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bookbag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_botface"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bowtights"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_braidedwavy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_braidedwavyhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_brain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_brainjar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_breton"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_brownglasses"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_bscarf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_butterflymask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_buttonpants"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_c18_cutething"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_c20_goldheartbp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_c20_heartbackpack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_camera"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_camoboots"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_camocap"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_camooutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_camotank"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_camotuck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_campingbackpack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_candyboy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_candygirl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_candyphones"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_casualoutfit1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cavehair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_caveman"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_caveshirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cherries"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cherrybomb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_chiseledface"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_chocochefoutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_chocodrop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cjersey"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cjumper"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cladydress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cladyhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cladyoutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cladyshoes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_clownmask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cobra"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cool"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_crookedhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_croppedjumper"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_crownbraid"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cshorts"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_cumberband"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cuteglasses"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cutie"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyboots"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cybuns"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cychest"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cycircuit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyeyepiece"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyfins"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cygasmask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cygirl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyglass"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyhelmet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyhood"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyleather"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cylegs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cymask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyphones"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyquif"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyskirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cystrapboots"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cystraphood"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cystrappants"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cytrainers"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_cyzipped"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_darkelegantset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_deathmask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_demoncloak"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_demoneyes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_demonhood"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_demonoutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_denimshorts"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_denimvest"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_diafish"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_dialeafcrown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_dianoblecrown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_dino"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_dinohat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_disco"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_dragonplushhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_dreadlockstied"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_dress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_drillserg"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_droopycollar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_duckhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_earthhelm"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_elegantponytail"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_excited"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_exoticbeard"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_exoticcape"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_exotictop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_exoticvest"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_explorersash"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_eyecitrus"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_eyecucumber"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_eyemask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_eyestrawberry"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_eyetomato"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_facehugger"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_fammask"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_featherflower"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_firehelm"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_fishhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_flapperdress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_flaredtrench"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_flipflopsocks"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_flippers"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_floppyhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_floppysunhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_floralbag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_floraloutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_floralskirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_flowerbeard"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_flowercrown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_flowerponytail"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_flowingshirt"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_flowytop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_frontswirl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_frostedbeard"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_gardenapron"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_gatsby"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_gentcap"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_geometricjumper"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_geometricskirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_ghost"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_glitzypurse"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_gogglehat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_goggles"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_goldhatpack1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_goldpack1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_goldpack2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_goldpack3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_goldpack4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_grandetail"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_grandexoticcape"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_grandheadjewel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_grandsari"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_grandsherwani"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_greektoga"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_h20th"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_habloompa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_habpods"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_halftiedhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_halo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_halter"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_happy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_harajukubow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_harajukuhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_harempants"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_hat_skulldino"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_hat_space1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_headband"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_headjewel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_heartnecklace"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_hermeshat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_hermesshoes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_herochest"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_herohelmet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_hheadphones"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_highfade"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_hipoutfit1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_hipoutfit2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_hipoutfit3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_hipster2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_hipsterglasses"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_hitchedjumper"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_hoplitehelm"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_icecrown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_inmate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_jacket_twotone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_judgewig"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_kevlar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_kevlarhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_kevlaroutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_kilt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_kilttop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_kimono1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_kimono2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_knightoutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_knighttop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_knighttrousers"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_knitalien"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_knitband"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_knithat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_kpop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_kpopbuns"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_labcoat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_lanternstaff"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_layerbuns"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_layeredlongskirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_leafcrown"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_leafearrings"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_leafhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_leafmask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_leatherhoodie"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_legarmour"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_legwarmershoes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_longmohawk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_longscarf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_longtshirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_loosekimono"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_love"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_luscioushair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_madhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_maid"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_maidband"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_manbun"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_maskcharcoal"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_maskcitrus"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_maskmint"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_maskrose"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_medal1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_medal2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_medal3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_meowtfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mercenary"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mermaid"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mermaidoutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_messycurls"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_messyhalfbun"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_microbag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_militaryhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_militaryjacket"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_militarypants"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mini_bowlerhat_blue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mini_bowlerhat_cream"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mini_bowlerhat_dark"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mini_bowlerhat_gold"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mini_bowlerhat_green"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mini_bowlerhat_purple"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mini_bowlerhat_red"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mittens"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mockymouse"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_modernshortwave"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_moviestarhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_moviestarmakeup"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_multieyesface"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mushroomhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mutton1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mutton2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mysticcrown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_mysticrobes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_napkin"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_necktie"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nightvision"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_noblecrown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nordicscarf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_bearmuffs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_binoculars"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_braidedwavyhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_campingbackpack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_chiseledface"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_clownmask"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_nt_explorersash"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_flapperdress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_flaredtrench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_nt_flowytop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_frostedbeard"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_gardenapron"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_ghost"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_glitzypurse"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_habpods"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_hitchedjumper"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_kilt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_kilttop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_lanternstaff"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_leafearrings"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_leatherhoodie"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_loosekimono"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_microbag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_modernshortwave"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_moviestarhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_moviestarmakeup"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_pencilmoustache"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_pompombag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_pompomhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_possessedeyes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_puffyvest"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_pumpkinbag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_shortcut"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_shortfluffy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_shortscarf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_silkgloves"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_slickedbackhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_snowmansuit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_sportshair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_sportsshade"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_sprout"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_starearrings"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_studentcap"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_turban"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_wavy3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_webskirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_witchhat2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_witchrobes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_yogapants"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_yogatop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_nt_zebratop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_octohat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_offshldrjumper"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_ombrehr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_oxset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_parade"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_party1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_party2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_party3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_party4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_party5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_party6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_party7"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_party8"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pencilmoustache"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_penguin"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pestmask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_petaldress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_piglethat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pjbottoms1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pjoutfit1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pjoutfit2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pjoutfit3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pjtop1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pjtop2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pjtop3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_plaguemask"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_plungebikini"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_poinsettia"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pointyshoes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_polkadress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pompombag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pompomhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_poncho"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_poop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_possessedeyes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_puffyvest"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_pumpkinbag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_punkoutfit1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_punkoutfit2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_catface"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_cathat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_cyclops"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_helmhero"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_helmprotect"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_icetiara"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_party10"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_party11"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_party12"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_party13"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_party14"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_party9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r16_sloth"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_bathat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_boxerbraids"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_chicken"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_cow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_r17_cursedmask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_daveycrockett"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_elegantcrown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_explorerhelm"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_frontierbraids"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_r17_goldfeatherflower"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_goldtophat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_horse"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_hweencrown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_sentinelhelm"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_sharkmask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_weddingdress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_weddingset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r17_wedveil"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_antlers"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_axe"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_bunniehat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_bunniemask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_catbag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_diaparty"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_divershelmet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_dress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_dungarees"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_feathercrown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_featherdress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_frohawk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_goldfish"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_goldpack4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_hyggehair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_kitsunemask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_longwavy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_seahorse"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_seawreath"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_sparkleparty1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_sparkleparty2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_sparkleparty3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_sparkleparty4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_sparkleparty5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_sparkleparty6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_sparkleparty7"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_sparkleparty8"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_tiedwavylocks"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r18_unicorn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_r18_vamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_autumndress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_autumnhairpiece"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_r19_butterflydress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_celestialdress"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_comedymask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_demonwings"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_elisa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_featheredcowl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_forrestcrown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_fox"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_frilledskirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_frosted"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_longlonghair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_longtwotone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_longwavy2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_medusa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_messybangs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_messybun"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_minotaurhorns"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_punkhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_puppyacc"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_rainbowhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_rainbowshades"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_rainbowstarjumper"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_raincoat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_scuffedboots"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_shortcurly"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_sparklywaist1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_sparklywaist2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_sparklywaist3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_sparklywaist4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_sparklywaist5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_sparklywaist6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_sparklywaist7"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_sparklywaist8"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_teddygown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_tragedymask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_waistcoat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r19_warlocks"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_bearset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_bunnyoutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_cyborgface"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_cyborgwings"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_dragonflywings"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_galaxybackpack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_glitzytux"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_gothicset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_harmonyset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_inuit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_jewelbraidhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_kittyearphones"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_mask1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_mask2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_mask3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_mask4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_mask5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_mask6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_mask7"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_mask8"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_monkeyfezhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_neonpunkset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_ponytailcap"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_possessedhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_pumpkinoutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_quinn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_slumberoutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_tattoo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r20_teddybpack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_r21_sunnycloudhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rainbowegg"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rank1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rank2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rank3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rank4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rank5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rebelchest"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_regiment"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_reindeer"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_retrohair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_ribbon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_ribbonband"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_ribboncurls"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rippedjeans"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rippedjeans2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rippedtop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rolled_jeans"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_rudolphhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_ruffleshirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_ruggedbackpack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sad"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sailortop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sakurajacket"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_santabeard"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_santahat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_santaoutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_santapants"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_santatop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sari"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sasquatchmask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_satchel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_shades"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_shavedside"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_sherwani"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_shoearmour"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_shoestights"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_shogunhelmet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_shortcurlhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_shortcut"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_shortfluffy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_shortscarf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_shy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sideflopped"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sidehat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_sideponytail"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_silkgloves"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_silly"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_skullnecklace"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_slickedbackhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sliponcanvas"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_snake"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_snood"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_snowman"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_snowmansuit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sportpants"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sportshair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sportsjckt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sportsshade"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_spottedoctohat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_sprout"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_squid"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_starearrings"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_straw2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_studentcap"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_surprised"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_swirlskirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_swirltop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_tailedcoat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_tentaclehead"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_tie1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_tiedjumper"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_tiedtop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_topbuttonshirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_tophat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_towelhair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_towelwrapfull"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_towelwraphalf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_toxicfacehugger"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_treepartyhat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_tshirt_rolled"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_turban"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_tutu"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_tux"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_tuxoutfit"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "clothing_tuxshirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_twotonecardi"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_unicornrainbow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_urbanoutfit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_vintagejacket"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_waistbag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_waistcoatsuit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_walkie"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_warmask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_waterhelm"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_wavy2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_wavy3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_webskirt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_wetsuit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_wingstiara"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_wink"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_witchhat2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_witchrobes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_wolfmask"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_xmas1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_xmas2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_xmas3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_xmas4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_xmas5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_xmasbow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_yetifeet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_yogapants"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_yogatop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_zebratop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "clothing_zombieeyes"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cloud_egg"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cloud_throne"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cmp_fish_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cmp_fish_bk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cmp_fish_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cmp_fish_gr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cmp_fish_r"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cmp_fish_s"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cmp_nobox"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cmp_nobox_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cmp_nobox_3"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "cmp_sub"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cny16_monkeyballoon"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "cny17_roosterballoon"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "cny18_dogballoon"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "cny_sheepballoon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cn_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_chair_c2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_chair_c3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_chair_c4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_divan"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_divan_c2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_divan_c3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_divan_c4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_nt_sofatable_c3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_patch"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_sofatable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_sofatable_c2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_sofatable_c3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_sofatable_c4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_sofa_c2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_sofa_c3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_sofa_c4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_stick"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_stool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_stool_c2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_stool_c3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_stool_c4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_table2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_throne"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_throne_c3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_throne_c4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coco_throne__c2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "coffee_cup"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "computer_flatscreen"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "computer_laptop"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "computer_old"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "console"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "coralking_c18_anchor"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "coralking_c18_angelfish"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_bed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_bluesand"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "coralking_c18_boulders1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_boulders2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_bubblerock"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_bubbleseat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_bushycoral1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_bushycoral2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "coralking_c18_catfish"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_chalice"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_clamshell1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_clamshell2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_clamshell3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_closedspiral1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_closedspiral2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_clownfish"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_cone"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "coralking_c18_coralfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_corner"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_fence"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "coralking_c18_fishnet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_gazebo"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_goldenfish"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_kelppillar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_neoncoral1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_neoncoral2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_neoncoral3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_openspiral1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_openspiral2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_pearloyster"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "coralking_c18_seabg"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_c18_seafloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_seaweed"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "coralking_c18_shelltele"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_spinycoral1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_spinycoral2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_starfish1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_starfish2"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "coralking_c18_sunkenpots"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_trash"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "coralking_c18_treasurechest"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "coralking_c18_trident"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "coralking_c18_tropicalfish"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_engageseahorse"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_ltd18_royalseahorse"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "coralking_r18_goldenchest"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_r18_turtleride"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "coralking_r18_vanitytable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "costume_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "country_ditch"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "country_fp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "country_gate"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "country_grass"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "country_lantern"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "country_nt_rbw"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "country_rain"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "country_scarecrow"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "country_soil"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "country_trctr"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "country_wall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "cowbox"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "cowbox_gold"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cpunk15_blimp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cpunk15_gift"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk15_gunvender"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk15_robo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk15_robofrank"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk15_roborat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk15_robosheep"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "cpunk_c15_building1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "cpunk_c15_building2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_door"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_neoarrow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_neoarrowup"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_neond"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_neonsk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_neonx"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_rain"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "cpunk_c15_road"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_robojunk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_searchlight"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cpunk_c15_stage1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "cpunk_c15_stool"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cpunk_c15_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_traffic"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "cpunk_c15_tubes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_c15_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cpunk_r20_augchair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "crafting_jarhearts"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "crystal_patch"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cubie_beanbag_b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cubie_beanbag_p"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cubie_bed_b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cubie_bed_p"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cubie_bigtable_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cubie_bigtable_p"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cubie_chair_b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cubie_chair_p"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cubie_decal_0"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cubie_decal_1_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cubie_decal_1_p"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cubie_decal_2_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cubie_decal_2_p"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cubie_decal_3"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "cubie_decal_3_b"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "cubie_decal_3_p"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cubie_decklight_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cubie_decklight_p"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "cubie_lamp_b"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "cubie_lamp_p"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cubie_nt_decal_1_p"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cubie_nt_decal_2_p"; +UPDATE items_base SET interaction_modes_count = "14" WHERE item_name = "cubie_nt_shelf_1_b"; +UPDATE items_base SET interaction_modes_count = "17" WHERE item_name = "cubie_nt_shelf_2_b"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cubie_rug_b"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cubie_rug_p"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cubie_shelf_0_b"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cubie_shelf_0_p"; +UPDATE items_base SET interaction_modes_count = "14" WHERE item_name = "cubie_shelf_1_b"; +UPDATE items_base SET interaction_modes_count = "14" WHERE item_name = "cubie_shelf_1_p"; +UPDATE items_base SET interaction_modes_count = "17" WHERE item_name = "cubie_shelf_2_b"; +UPDATE items_base SET interaction_modes_count = "17" WHERE item_name = "cubie_shelf_2_p"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "cubie_shelf_3_b"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "cubie_shelf_3_p"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "cubie_shelf_4_b"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "cubie_shelf_4_p"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cubie_sofaseat_b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cubie_sofaseat_p"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cubie_stool_b"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "cubie_stool_p"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "cubie_table"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "cubie_wallshelf_b"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "cubie_wallshelf_p"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "cypunk_c15_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_bed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_carpet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "darkelegant_c20_cat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_cupboard"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_floor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_flowerpot"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "darkelegant_c20_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "darkelegant_c20_light"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_lionstatue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_smalltable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_stool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "darkelegant_c20_teaset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "darkelegant_c20_vanity"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_walldecor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkelegant_c20_window"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkmodern_c20_bed"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "darkmodern_c20_bunnylight"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkmodern_c20_chair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "darkmodern_c20_creative"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkmodern_c20_desk"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "darkmodern_c20_display"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "darkmodern_c20_endtable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkmodern_c20_floor"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "darkmodern_c20_floorlight"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "darkmodern_c20_folder"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkmodern_c20_glassblockwall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "darkmodern_c20_hoomba"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "darkmodern_c20_incense"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "darkmodern_c20_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "darkmodern_c20_lowtable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "darkmodern_c20_neonlight"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "darkmodern_c20_pictures"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "darkmodern_c20_pillow"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "darkmodern_c20_plant"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "darkmodern_c20_pug"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "darkmodern_c20_reads"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkmodern_c20_rug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "darkmodern_c20_shelf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "darkmodern_c20_sofa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "darkmodern_c20_speakers"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "darkmodern_c20_tubelights"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "darkmodern_c20_tv"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "darkmodern_c20_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dark_merdragon"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "desk_junk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dessertcafe_c17_armchair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dessertcafe_c17_coffeetable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dessertcafe_c17_counter"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "dessertcafe_c17_creamrolls"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "dessertcafe_c17_donut"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dessertcafe_c17_floor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "dessertcafe_c17_froyo"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dessertcafe_c17_glass"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "dessertcafe_c17_mochi"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dessertcafe_c17_rug"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dessertcafe_c17_shelf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dessertcafe_c17_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dessertcafe_c17_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dessertcafe_c17_teaplant"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dessertcafe_c17_vase"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dessertcafe_c17_wall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "dessertcafe_c17_windoor"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "det_bhole"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "det_divider"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "diamond_c18_giftbox"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_c18_giftbox2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "diamond_dragon"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting11"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting12"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting13"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting14"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting15"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting16"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting17"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting18"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting19"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting20"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting21"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting22"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting23"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "diamond_painting24"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "diamond_painting25"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "diamond_painting26"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "diamond_painting27"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting28"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting29"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "diamond_painting3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting30"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting31"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting32"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting33"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting34"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "diamond_painting35"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting36"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting37"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting38"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting39"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "diamond_painting4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting40"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting41"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting42"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting43"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting44"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting45"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting46"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting47"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting48"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting49"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "diamond_painting50"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting51"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting52"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting53"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting54"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting55"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting56"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting57"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting58"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting59"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting60"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting61"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "diamond_painting62"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting63"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_painting9"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "diamond_throne"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dia_podium"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dia_uplink"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dimmer_buttn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dimmer_fuse2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dimmer_fuse6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dimmer_steampunk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dimmer_swtch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "diner_bardesk_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "diner_cashreg"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "diner_shaker"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "diner_tray_7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino15_amberbug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino15_amberduck"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino15_dinoprize1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino15_dinoprize2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino15_dinoprize3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino15_dinoprize4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino15_dinoprize5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino15_dinoprize6"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "dino15_dragonfly"; +UPDATE items_base SET interaction_modes_count = "19" WHERE item_name = "dino15_fossil1"; +UPDATE items_base SET interaction_modes_count = "19" WHERE item_name = "dino15_fossil2"; +UPDATE items_base SET interaction_modes_count = "19" WHERE item_name = "dino15_fossil3"; +UPDATE items_base SET interaction_modes_count = "19" WHERE item_name = "dino15_fossil4"; +UPDATE items_base SET interaction_modes_count = "19" WHERE item_name = "dino15_fossil5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino15_throne"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "dino_c15_blocks"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dino_c15_crn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dino_c15_dilosaur"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino_c15_divdr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dino_c15_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dino_c15_footprint"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dino_c15_gate"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "dino_c15_log"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "dino_c15_plant1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino_c15_plant2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "dino_c15_ribcage"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "dino_c15_rocklarge"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "dino_c15_rocksmall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino_c15_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "dino_c15_tele"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino_c15_tree1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dino_c15_tree2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "dino_c15_tree3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "dino_c15_venusfly"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dino_c15_volcano"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "dino_c15_wallpiece"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "divider_arm3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "divider_nor3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "divider_nor4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "divider_nor5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "divider_poly3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "divider_silo3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dng_block"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dng_cube"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dng_floor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dng_ground"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dng_pillar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "dng_stairs"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "dng_throne"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "dng_treasure"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "dng_treasure2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "door"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "dragonlamp_shinobi"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "drago_c15_bed"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "drago_c15_flag"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "drago_c15_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "duck_afro"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "duck_frank"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "duck_hc"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "duck_scuba"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "duck_vip"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "duck_vipwhite"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "duck_zombie"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easel_0"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easel_1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easel_2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "easel_3"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "easel_4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter11_basket"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter11_grasspatch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter11_mushroom1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter11_mushroom2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter11_mushroom3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter11_mushroom4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter11_tuip_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter11_tuip_p"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter11_tuip_y"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter11_wall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter13_arch"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter13_bulbs"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter13_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter13_dinoegg"; +UPDATE items_base SET interaction_modes_count = "15" WHERE item_name = "easter13_egg_0"; +UPDATE items_base SET interaction_modes_count = "15" WHERE item_name = "easter13_egg_1"; +UPDATE items_base SET interaction_modes_count = "15" WHERE item_name = "easter13_egg_2"; +UPDATE items_base SET interaction_modes_count = "15" WHERE item_name = "easter13_egg_3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter13_floor_1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter13_flower_1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter13_flower_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter13_flower_3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter13_globe"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "easter13_sshrooms"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "easter13_stage_1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter13_stage_2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter13_stonefrank"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter13_stonehead"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easter13_sub"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter13_teleport"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "easter13_wall1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "easter13_wall2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "easter13_wall3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter13_window"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter14_block1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter14_block2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_block3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_block4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter14_bunnysphinx"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_captainchr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter14_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_chocchestrare"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_corner"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_divider"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_effectgiver"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter14_eggplant"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter14_eggstar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_eleccrn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_elecdivdr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_flower"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_grasspatch"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter14_habberge6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_jar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter14_metalfloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_pillar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter14_plant"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter14_roombg"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "easter14_sandfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter14_screen"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter14_statue"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter14_table"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter14_techstump"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter14_techtreebrkn"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter14_teleport"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easter14_wall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter16_habberge6ltd"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter16_habberge7ltd"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter16_habberge8ltd"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter16_habberge9ltd"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "easter_c16_house"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c16_mallowduck"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c16_nest"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "easter_c17_barn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c17_barngate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c17_beehive"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_berrycupcake"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_berrytart"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_blkberrybush"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_blkberryjam"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_carrot"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_carrotcake"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_chairs"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c17_chickens"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_choc"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_chocbunny"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_choccupcake"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_choctart"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c17_collie"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c17_combistove"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easter_c17_coop"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "easter_c17_countrybg"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_crn"; +UPDATE items_base SET interaction_modes_count = "21" WHERE item_name = "easter_c17_egg"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c17_farmsoil"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_fence"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_fence2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_flour"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c17_floweringbush"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_fruitsalad"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c17_gate"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c17_leafsprout"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_pastries"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_raspbush"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_raspjam"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_roof"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_roof2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c17_sapling"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c17_seedbag"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c17_seeds"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "easter_c17_sprinkler"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_strawbsbush"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_strawbscake"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_strawbsjam"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c17_sweetpastries"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c17_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c17_tree"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c17_windmill"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c18_badflower"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c18_birchpillar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c18_boxplanter"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easter_c18_ceilingfan"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c18_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_chiaplants"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_countryteaset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_curtains"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_dancingplant"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_dragonflies"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_fawn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c18_glassbrickcnr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c18_glassbrickwall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_glassdoor"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c18_hangingplant"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_hutch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_ivybeam"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_ivylight"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_lupin1"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_lupin2"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_lupin3"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_lupin4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c18_patternfloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_radiator"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_radio"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_recyclebin"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_rose1"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_rose2"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_rose3"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_rose4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c18_seedpacklupin"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c18_seedpackrose"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c18_seedpacksnowdrop"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c18_seedpacktulip"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_shelfplants"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easter_c18_slatestack"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_snowdrop1"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_snowdrop2"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_snowdrop3"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_snowdrop4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_stackedplants"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c18_tricyle"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_tulip1"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_tulip2"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_tulip3"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "easter_c18_tulip4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c18_washline"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c18_woodendeco"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c19_ancientbook"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c19_ancientbook2"; +UPDATE items_base SET interaction_modes_count = "25" WHERE item_name = "easter_c19_babyent"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_babyent2"; +UPDATE items_base SET interaction_modes_count = "25" WHERE item_name = "easter_c19_babyhippogriff"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_babyhippogriff2"; +UPDATE items_base SET interaction_modes_count = "25" WHERE item_name = "easter_c19_babykelpie"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_babykelpie2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_bearowl"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c19_book1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c19_book1a"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c19_book2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c19_book2a"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c19_book3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c19_book3a"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c19_book4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c19_book4a"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_busybunny"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_chillgnome"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c19_dirtpath"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c19_earthdrago"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c19_ent"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_fairyprince"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c19_flowerlamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c19_flowertea"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c19_forrestbg"; +UPDATE items_base SET interaction_modes_count = "25" WHERE item_name = "easter_c19_forrestegg"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c19_forrestegg2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easter_c19_forrestfloor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easter_c19_forrestfood"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c19_habelina"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_habshirecat"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_hippogriff"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_kelpie"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_lilredbonnie"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c19_littlefairies"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c19_logchair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c19_logtable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c19_magicringtele"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c19_meadow"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easter_c19_mushrooms"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c19_springtree"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easter_c19_turnipbuddies"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_waterdrago"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c19_wisestone"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_wolf"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_c19_woodlandcritters"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_ancientbird"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_ancienthorse"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_ancientstatue"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_campingessentials"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_camprug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_clayrelic"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_climbingropetele"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_darkprize1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_darkprize2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_darkprize3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_darkprize4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_darkrock"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_darkrock1"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "easter_c20_energyfood"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c20_firstaidkit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c20_fishstream"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_forestfriends"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_foresttree"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "easter_c20_heather"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easter_c20_heatherrock"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_jadeguardian"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_kayak"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_lightprize1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_lightprize2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_lightprize3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_lightprize4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_lightrock"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_lightrock1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "easter_c20_logwalk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_mossydivider"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "easter_c20_mountainflats"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "easter_c20_mountainslopes"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_ornamentalrocks"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_c20_picnicfood"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c20_rockboulders"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "easter_c20_scatteredforestfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_stickteepee"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_c20_waypointrocks"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_c20_zenmaster"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_ltd17_harvestgoddess"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_ltd18_habberge10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_ltd19_flowerthrone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_ltd20_fortuneduck"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "easter_r16_crackable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_r16_gold"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_r16_pot"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_r16_squid"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_r16_throne"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_r17_farmcutout"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_r18_bigbunny"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_r18_bonzaifountain"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "easter_r19_mysticalbird"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_r19_treeswing"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "easter_r20_mountaingoat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "easter_r20_mystictree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "eco_curtains1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "eco_curtains2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "eco_curtains3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "eco_lamp1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "eco_lamp2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "eco_lamp3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "eco_light1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "eco_light2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "eco_light3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "effect_faketile"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "eleblock1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "eleblock2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "eleblock3"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "eleblock4"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "eleblock5"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "eleblock6"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "eleblock7"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "eleblock8"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "eleblock9"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegantp_c17_bed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegantp_c17_carpet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "elegantp_c17_cat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegantp_c17_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegantp_c17_flowerpot"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegantp_c17_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegantp_c17_stool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegantp_c17_window"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_bed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_carpet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "elegant_c17_cat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_cupboard"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_floor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_flowerpot"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "elegant_c17_light"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_smalltable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_stool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "elegant_c17_teaset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "elegant_c17_vanity"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_walldecor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elegant_c17_window"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "elegrass1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "elerock1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "elmeri"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "env_bushes_gate"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "env_tree4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "es_bench"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "es_big1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "es_big2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "es_big3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "es_box"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "es_build1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "es_build2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "es_build3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "es_build4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "es_counter"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "es_epictree"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "es_exit"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "es_fnc_1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "es_fnc_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "es_fnc_crnr"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "es_gate_b"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "es_gate_g"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "es_gate_r"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "es_gate_y"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "es_geysir"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "es_icestar"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "es_icestar_g"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "es_icestar_r"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "es_icestar_y"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "es_lmppst"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "es_puck"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "es_santa"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "es_score_b"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "es_score_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "es_score_r"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "es_score_y"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "es_sidewalk"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "es_skating_ice"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "es_statue"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "es_tile"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "es_window"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "es_wpost"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_artlamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "exe_c15_desktidy"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "exe_c15_printer"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_c15_telephone"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "exe_c15_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_copier"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "exe_cubelight"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "exe_elevator"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_glassdvdr"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "exe_globe"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "exe_light"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_map"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_plant"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_seccam"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_sensor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_s_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "exe_wfall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exe_wrkdesk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exotic_r17_bat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exotic_r17_birds"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exotic_r17_chamele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exotic_r17_chinchil"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exotic_r17_chipmunk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exotic_r17_sloth"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exotic_r17_snake"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "exotic_r17_treefrog"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "external_image_wallitem"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "external_image_wallitem_photo"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "external_image_wallitem_poster"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "external_image_wallitem_poster_small"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fball_audbench"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fball_audbench2"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "fball_ball"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "fball_ball2"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "fball_ball3"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "fball_ball4"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "fball_ball5"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "fball_ball6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fball_cote"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fball_counter"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_crnr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fball_flag_grp"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_fnc1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_fnc3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_gate"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_goal_b"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_goal_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_goal_r"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_goal_y"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_goldenboot"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_goldenboot2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fball_grp_bench"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fball_grp_cote"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fball_grp_crnr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fball_grp_fnc1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fball_grp_fnc3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fball_light"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fball_ltd14"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fball_mascot"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_ptch0"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_ptch1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_ptch2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_ptch3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_ptch4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_ptch5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_ptch6"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_ptch7"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_ptch8"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fball_scales"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_score_b"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_score_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_score_r"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fball_score_y"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fball_trophybrasil_bronze"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fball_trophybrasil_gold"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fball_trophybrasil_silver"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fest_c19_amp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_backdrop1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_backdrop2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_backdrop3"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "fest_c19_bgwall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_bongos"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fest_c19_bprint1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fest_c19_bprint2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fest_c19_bprint3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "fest_c19_bprint4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fest_c19_bprintcrackable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_bprintcrackableb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fest_c19_brazier"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fest_c19_craft"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_cushion1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_cushion2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_cushion3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_didgeridoo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fest_c19_dj"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_dreamcatcher"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_dye1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_dye2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_falafelstall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "fest_c19_flags"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_hangingdecor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fest_c19_hipdog"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "fest_c19_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fest_c19_loverstent"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_materials"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fest_c19_palm"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_parasol1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_parasol2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_parasol3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fest_c19_pole"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_sitar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_skull1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_skull2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_skull3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_skull4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_skull5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_skull6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fest_c19_stage"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_stool1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_stool2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_stool3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "fest_c19_ticketstall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "fest_ltd19_alpaca"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fest_r19_gemowl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fest_r19_ladygaia"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fireplace_armas"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fireplace_polyfon"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_01"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_02"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_03"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_04"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_05"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_06"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_07"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_08"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_09"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_10"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_11"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_12"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_13"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_14"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "fireworks_15"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "foldablechair_beige"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "foldablechair_camo"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "foldabletable_beige"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "foldabletable_camo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "football12_de"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "football12_es"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "football12_it"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "football12_pt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "footylamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "footylamp_campaign"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "fortune"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "free_placement_room"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx116"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx123"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx125"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx126"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx127"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx14"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx143"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx147"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx152"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx153"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx16"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx183"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx192"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fxbox_fx92"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fx_bubble"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fx_explosion"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "fx_flare"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gaming_c18_chairpro"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gaming_c18_cubelight"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gaming_c18_gamecollection"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gaming_c18_gameplush1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gaming_c18_gameplush2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gaming_c18_hs4"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gaming_c18_hswap"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gaming_c18_rigpro"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gaming_c18_setuppro"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden15_lawnmower"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gardening_box"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "gardenshed_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "garden_basket"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "garden_basketflower"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "garden_bfly"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "garden_bigpot"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_birdbath"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden_boots"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden_c15_shroomchr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden_c15_toolshed"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_caterpillar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "garden_chair"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "garden_climber"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "garden_fishgnome"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden_flolamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_flowerbed"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_flytrap"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_grass"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "garden_jungle"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "garden_jyrki"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_leaves"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_lupin1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_lupin2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_lupin3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_lupin4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_lupin5"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_mursu"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_mursu2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_mursu3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_mursu4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden_orchtree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden_patio"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden_pond"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden_r21_wisteriaarch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden_rosearch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden_rosefence"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "garden_seed"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "garden_smallpot"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_staringbush"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "garden_stonesteps"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "garden_table"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "garden_volcano"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "garden_wall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gate_of_eternity"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gh_div_cor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gh_div_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gift_bff_a"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gift_bff_b"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "gift_coal"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gift_handbag0"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "gift_hhome"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gift_incense"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "gift_jewel0"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gift_joystick"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gift_manlystatue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gift_mdlcar0"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gift_mypod"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gift_mysterytrophy"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gift_pbank"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gift_thing"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gift_vase"; +UPDATE items_base SET interaction_modes_count = "11" WHERE item_name = "gld_badgewall_tall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gld_carpet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gld_gate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gld_hangflag1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gld_hangflag2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gld_pennant"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gld_sofa1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gld_stool1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gld_stool2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gld_table1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gld_tile1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gld_tile2"; +UPDATE items_base SET interaction_modes_count = "11" WHERE item_name = "gld_wall_tall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "gnome_box"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "golden_apple"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gold_c15_arc_camp"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "gold_c15_arc_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gold_c15_arc_div1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gold_c15_arc_div2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "gold_c15_arc_geysir"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gold_c15_arc_icerug"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gold_c15_arc_icewall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gold_c15_arc_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gold_c15_arc_lantern"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gold_c15_arc_seat"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "gold_c15_arc_snow"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "gold_c15_arc_statue"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "gold_c15_arc_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "gold_c15_arc_tele"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "gold_c15_arc_tree1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gold_c15_arc_tree2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "gold_c15_arc_tub"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "gold_rare_crackable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothgate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothic15_toilet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gothiccafe_c20_armchair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gothiccafe_c20_bookcase"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gothiccafe_c20_coffeetable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gothiccafe_c20_counter"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gothiccafe_c20_creamrolls"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gothiccafe_c20_donut"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gothiccafe_c20_floor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gothiccafe_c20_glass"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gothiccafe_c20_icetea"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "gothiccafe_c20_mochicake"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gothiccafe_c20_rosepainting"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gothiccafe_c20_rug"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothiccafe_c20_shelf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gothiccafe_c20_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gothiccafe_c20_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "gothiccafe_c20_teaplant"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothiccafe_c20_vase"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothiccafe_c20_wall"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "gothiccafe_c20_windoor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothiccandelabra"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothicfountain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothicfountain2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothic_bed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothic_c15_chandelier"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothic_c15_crn"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "gothic_c15_dvdr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothic_c15_toilet"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "gothic_c15_tower"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothic_candles"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "gothic_desk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothic_r16_fountain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "gothic_st_glass"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "grail_nectar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "grail_water"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "grand_piano"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_c15_bench"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "greek_c15_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "greek_c15_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_c15_tile"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_c19_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "greek_c19_fruitbowl"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_c19_harp"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "greek_c19_harp2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "greek_c19_pythagorascup"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "greek_c19_scrolls1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "greek_c19_scrolls2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_c19_shield1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_c19_shield2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_c19_statue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_c19_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_c19_vase1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_c19_vase2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "greek_c19_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "greek_gate"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "greek_ltd19_harp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_r19_chariot"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "greek_r19_luxbed"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "greek_r19_tiledbath"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "grungelamp"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "grungewall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "grunge_barrel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "grunge_candle"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "guild_forum"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "habbo15_birthdaycake"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_comp_blocks"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "habbo15_comp_clothing"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "habbo15_comp_furni"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_comp_photo"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_comp_room"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_comp_video"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "habbo15_crackable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_placeholder"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "habbo15_pumpkin1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "habbo15_pumpkin2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "habbo15_rare_crackable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_11"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_12"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_13"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_14"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_15"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_16"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_17"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_18"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_19"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_20"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_21"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_22"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_23"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_24"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_25"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_26"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_27"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_28"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_29"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_30"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_31"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_32"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_33"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_34"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_35"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_36"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_37"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_38"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_39"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_40"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_41"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_42"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_43"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_44"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_45"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo15_win_9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "habbo20_c20_artdecobackdrop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "habbo20_c20_artdecocarpet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo20_c20_artdecochair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "habbo20_c20_balloons"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "habbo20_c20_blackgoldballoon"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "habbo20_c20_crackable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "habbo20_c20_glitzytable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "habbo20_c20_rosegoldballoon"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "habbo20_c20_trophyblock"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "habbo20_c20_trophybronze"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "habbo20_c20_trophydesign"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "habbo20_c20_trophygold"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "habbo20_c20_trophylooks"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "habbo20_c20_trophysilver"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "habbo20_c20_trophyvideo"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "habbo20_r20_crackable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "habbocake"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "habboween_crypt"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "habbowheel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "habw_mirror"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hal_grave"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_arch"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_arrowsign"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_ballsign"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_bundkiosk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_dance"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_duckcrn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_duckdvdr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_duckgate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_duck_balloon_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_duck_balloon_p"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_duck_balloon_y"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_flagpole"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_flagpole_p"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hblooza14_flag_b"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hblooza14_flag_p"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hblooza14_flag_y"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_flowerlight"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hblooza14_hctele"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_hedgecrn"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hblooza14_hedgediv"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_horsecarob"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_horsecarop"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_horsecaroy"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hblooza14_hotair_b"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hblooza14_hotair_p"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hblooza14_hotair_y"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_mud"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "hblooza14_pinata1"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "hblooza14_pinata2"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "hblooza14_pinata3"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "hblooza14_pinata4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_planepadb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_planepadr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_rollercost"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_shotgall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_stool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hblooza14_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza14_tent"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_track"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_track_crl"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_track_crr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza14_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza_bbq"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_dirtfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_fnc"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_fnc_crnr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_guitar1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_guitar10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_guitar11"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_guitar2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_guitar3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_guitar4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_guitar5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_guitar6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_guitar7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_guitar8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_guitar9"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hblooza_pillar1"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "hblooza_pinata1"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "hblooza_pinata2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_sfnc"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_sfnc_crnr"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "hblooza_sign"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hblooza_spacerent3x4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hblooza_spacerent5x5"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hblooza_spacerent6x6"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hblooza_spacerent7x7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_stage1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hblooza_stage2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hblooza_tfnc_1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hblooza_tfnc_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hblooza_tgate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc16_1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hc16_10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc16_11"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hc16_12"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc16_2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hc16_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc16_5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc16_6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc16_7"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc16_8"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hc16_9"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc17_1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc17_10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc17_12"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc17_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc17_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc17_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc17_5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc17_6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc17_7"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc17_8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc17_9"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_11"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_12"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc19_9"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_11"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_12"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc20_9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc21_10"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc21_12"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc21_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc21_3"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hc21_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc21_5"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hc21_6"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hc21_7"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hc21_8"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc21_9"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hc2_armchair"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hc2_barchair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc2_biglamp"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hc2_carpet"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hc2_cart"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hc2_divider"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hc2_dvn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc2_frplc"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hc2_sofa"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hc2_sofatbl"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hc2_vase"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc3_bard"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc3_dc"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hc3_divider"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc3_hugelamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc3_light"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc3_shelf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc3_stereo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc3_vase"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "hc3_walldeco"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hcamme"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_arab_bigtb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_arab_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_arab_divdr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_arab_pllw"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_arab_rug"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_arab_snake"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_arab_swords"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_arab_tetbl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_arab_tray1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_arab_wndw"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_bigvase"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc_cab"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_crtn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_dsk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc_exe_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc_exe_chair2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hc_exe_cubelight"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hc_exe_elevator"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_exe_glassdvdr"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hc_exe_light"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_exe_seccam"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc_exe_sofa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_exe_s_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_exe_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hc_exe_wfall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_exe_wrkdesk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_frplc"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hc_gift_14days"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hc_gift_31days"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc_knight_1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_lmp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_lmpst"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hc_luggage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_machine"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_radio"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc_roundchair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hc_roundtable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_tv"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hc_wall_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hhistory_r16_crackable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hhistory_r17_crackable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hhistory_r18_crackable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "highscore_classic"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "highscore_mostwin"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "highscore_perteam"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hlympic_bear"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hockey_light"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hof_parameter_test"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hole"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hole1x1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hole2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hole3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hologram"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "holo_dragon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "holo_nelly"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "homework"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_00"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_01"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_02"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_03"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_04"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_05"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_06"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_07"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_08"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_09"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_11"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_12"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_13"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_14"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_15"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_16"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_17"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_dye_18"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "horse_fin_flag"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "horse_fin_flag2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "horse_fin_flag3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "horse_fin_poster"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "horse_fin_poster2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "horse_fin_poster3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_00"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_01"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_02"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_03"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_04"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_05"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_06"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_07"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_08"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_09"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_11"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_12"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_13"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_14"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_15"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_16"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairdye_17"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairstyle_0"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairstyle_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairstyle_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairstyle_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairstyle_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairstyle_4_hs"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairstyle_5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairstyle_6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hairstyle_7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_hay"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "horse_hayfloor"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "horse_hopper"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_pitchfork_wall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "horse_poop"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "horse_poop_luxus"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_saddle1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_saddle2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_sawdustfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "horse_shoe_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "horse_stable_fence"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "horse_stable_fence_w"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "horse_stable_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "horse_stable_gate_w"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "horse_stable_wall"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "horse_stable_wall_w"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "horse_stbl_fnc_corner"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "horse_stbl_fnc_corn_w"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "horse_track1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "horse_track_fence"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "horse_track_fence_cor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "horse_track_gate"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "horse_trough"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hosptl_bbag"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hosptl_curtain"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hosptl_defibs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hosptl_light"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hosptl_seat"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hosptl_skele"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hosptl_xray"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hotel_c18_awning"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hotel_c18_block1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hotel_c18_block2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hotel_c18_cypress"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hotel_c18_foundation"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hotel_c18_fountain"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hotel_c18_pool"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hotel_c18_rail"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hotel_c18_roof"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hotel_c18_rooftop"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hotel_c18_stairs"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hotel_c18_tree"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "house_sofa"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_applause"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_balcony"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_bpass"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hs_carpet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hs_carpet_blk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hs_chair"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hs_circstage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hs_dnctile_1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_lightstrip_blue"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_lightstrip_pink"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hs_marswalk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hs_prop"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hs_smoke"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_stage_black"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_stage_blue"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_stage_long_black"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_stage_long_blue"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_stage_long_pink"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_stage_pink"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_stairs_black"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_stairs_blue"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hs_stairs_pink"; +UPDATE items_base SET interaction_modes_count = "11" WHERE item_name = "hs_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hs_wlight"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hw08_xray"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween08_bath"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween08_bath2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween08_bed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween08_manhole"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween08_wndw"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween08_wndwb"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween09_chandelier"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween09_crnr1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween09_curt"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween09_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween09_ghost"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween09_hatch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween09_jar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween09_mirror"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween09_organ"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween09_paint"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hween09_stonewall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween09_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween09_treewall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween09_tv"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween09_wall1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween09_win"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween10_bat"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween10_card_1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween10_card_2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween10_card_3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween10_card_4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween10_card_5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween10_card_6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween10_chicken"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween10_ffly"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween10_fog"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween10_fogwall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween10_jar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween10_logs"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween10_pond"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "hween10_portch"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween10_skullpost"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween10_swamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween10_tele"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween10_throne"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween10_tree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween10_voodoo1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween10_voodoo2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween10_voodoo3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween10_wallskull"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween11_disflo"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween11_disflo2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween11_dish1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween11_dish2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween11_dish3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween11_dish4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween11_fountain"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween11_pumpkin"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween11_sofa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween11_window"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween12_cage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween12_cart"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween12_coffin"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween12_costume_hopper"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween12_duck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween12_entry"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween12_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween12_guillotine"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween12_lantern"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween12_mirror"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween12_moon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween12_orb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween12_scarecrow"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween12_shedskin"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween12_wall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween12_wolf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween13_bed"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween13_bldtrail"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_book"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween13_bridgeend"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween13_bridgemid"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween13_c19_frog"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween13_candle"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween13_cardtable"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween13_castleblock1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween13_castleblock2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_castledoor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_castlegarg"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween13_castlespike"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_castleturret1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_castleturret2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween13_castleturret3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween13_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_crnr_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween13_dwarfcrn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween13_dwarfdiv"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_fence_1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween13_floor2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_gate_1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_grass"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_gutsfloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_mirror"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween13_monsterpea"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_piglamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween13_roombg"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween13_rose"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_sheep"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_sheepdemon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_stage_l"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_stage_s"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_teacup"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween13_teaset"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween13_tele"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween13_thorndiv1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween13_thorndiv2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween13_throne"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_tile1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween13_tile2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_altarpieces1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_altarpieces2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_bed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_bench"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_candletrail"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_carnivalbg"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_carpet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_catrina"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_chair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween14_crn"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween14_demon"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween14_divdr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_doll1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_doll10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_doll2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_doll3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_doll4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_doll5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_doll6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_doll7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_doll8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_doll9"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween14_floor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween14_flowerpot"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_flowertrail"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hween14_food"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_goat"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hween14_grossfood"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween14_hangskull"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween14_hccoffin"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_hcglass"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween14_hctele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_lovelock"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween14_ltdalter"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween14_mariachi"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_mirror"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween14_rare1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_rare2"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween14_skelepieces"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_skullcandle"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_skulllight"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_stainglass"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween14_teleport"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween14_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween15_evilfrank"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween15_evilraider"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween15_horseman1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween15_horseman2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween15_horseman3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween15_horseman4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween15_horseman5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween15_ltdhorseman1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween15_ltdhorseman2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween15_ltdhorseman3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween15_ltdhorseman4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween15_saintini"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween15_saintta"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c15_altar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_altarbed"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c15_angel"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c15_building"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_busstop"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween_c15_car"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_corner"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_demoncat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_dump"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_evilcloud"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c15_evilcrystal1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c15_evilcrystal2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c15_evilcrystal3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c15_fire"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c15_fog"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c15_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_pavement"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_phone"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c15_pumpkin1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c15_pumpkin2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c15_purecrystal1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c15_purecrystal2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c15_purecrystal3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c15_road"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_rubbish"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_sdcrack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_shinycarpet"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween_c15_sky"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c15_stage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_stagecorner"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_stairs"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c15_tele"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hween_c15_telewire"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c15_tree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_balcony"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_balcony2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_bar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_bar2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_barchair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_barchair2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_bed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_bed2"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween_c16_bkcase"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_bkcase2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c16_bust"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c16_bust2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_cabinet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_cabinet2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_chair2"; +UPDATE items_base SET interaction_modes_count = "21" WHERE item_name = "hween_c16_crackable1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_endtable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_endtable2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_fireplace"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c16_fireplace2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_floor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_floor2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_ghostash"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c16_ghostmchn"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c16_ghostorb"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c16_ghostvial"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_glasstable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_glasstable2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_ladder"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_ladder2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_lamp2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_roundtable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_roundtable2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c16_teleport"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c16_vanity"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_vanity2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_vase"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c16_vase2"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween_c16_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_wall2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c16_webs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_bonfire"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hween_c17_cavefloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_fallingrocks"; +UPDATE items_base SET interaction_modes_count = "21" WHERE item_name = "hween_c17_flamingknight"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c17_gibbet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_handstrap"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween_c17_hangingroots"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c17_hidewall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c17_lichen"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_mimic"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c17_monstertele"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c17_pillar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_pillarsmall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_portcullis"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_rat"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "hween_c17_rock"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "hween_c17_rock2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c17_rockdrip"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_shroomthing"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_spiketrap"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_tent"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c17_thefallen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c17_torturebed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_wall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c17_zombiegrunt"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c17_zombiesleep"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_bloodcurtains"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c18_bloodfloorstreak"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_brokenglasswall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c18_ceilingfan"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_ceilingmould"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c18_ceilingrays"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c18_complexmchn1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c18_complexmchn2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c18_complexmchn3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c18_deskitems1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c18_deskitems2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_dimlights"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c18_flashlight"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c18_floormould"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_labbed"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hween_c18_labcage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_labchair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_labcurtains"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_labdesk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_labglasswall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_labglovebox"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_labjar1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_labjar2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_lablocker"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c18_labmchn1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c18_labmchn2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c18_labmchn3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c18_labsteelfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_labstool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_labstoolold"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c18_labtilefloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_labtilewall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c18_labtooltable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c18_labwallpanel"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c18_oldceilingrays"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "hween_c18_olddocs1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c18_olddocs2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_oldlabdesk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_oldlablocker"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_oldlabtilewall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c18_retropc"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_rustyceilingfan"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "hween_c18_staffoftheyr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_toy1new"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_toy1old"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_toy2new"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_toy2old"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_toy3new"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_toy3old"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_toy4new"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_toy4old"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_toy5new"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_toy5old"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_washliquid"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_washmchn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c18_washpowder"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c18_zaptele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_angleroof"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c19_archway"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c19_autumnfloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_bewitchedbed"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c19_bewitchedcandles"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_bewitchedcauldron"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c19_bewitchedchair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_bewitchedskull"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c19_bewitchedtable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_bigroof"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c19_birchtree"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c19_broomstaffstand"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween_c19_claddedwall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c19_crookedfloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_crystal"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_crystalball"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c19_darkwerewolf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_feathers"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c19_firechild"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_fireplace"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c19_flameon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_herbs"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hween_c19_mistywoodsbg"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "hween_c19_potions"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_roofcorner"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c19_slimeblob"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_smallroof"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c19_spiritowl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c19_steeproof"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween_c19_stonewall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c19_tarot"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c19_witchcraft"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c19_witchsatchel"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c19_witchsatchel2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c20_aspentree"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c20_brokenfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c20_candyapple"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween_c20_creepyshadow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_crookedclock"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_crookedtree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_cursedmirror"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween_c20_door"; +UPDATE items_base SET interaction_modes_count = "23" WHERE item_name = "hween_c20_duckgoddess"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c20_duckgoddessb"; +UPDATE items_base SET interaction_modes_count = "23" WHERE item_name = "hween_c20_evilscarecrow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_evilscarecrowb"; +UPDATE items_base SET interaction_modes_count = "23" WHERE item_name = "hween_c20_eyedemon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_eyedemonb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_eyesofa"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_c20_eyetv"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_floatingbed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c20_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_floorstage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_floortrap"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c20_floorwallb"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c20_goddesscrystal"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_goddessthrone"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c20_hallway"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c20_housewall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c20_hwall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c20_infinitywall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c20_lrstairs"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween_c20_madpaper"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c20_madwall"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "hween_c20_mannequin"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c20_octobath"; +UPDATE items_base SET interaction_modes_count = "23" WHERE item_name = "hween_c20_octodemon"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c20_octodemonb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_otherdimension"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c20_pandorabox"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c20_porchawning"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_porchdvdr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_porchfloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_porchstairs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_secretbkshelf"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_c20_tentacletable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c20_tentaclethrone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_udstairs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_c20_vwall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_c20_warpedsofa"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_c20_window"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_dragengage"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_ltd16_ghostcar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_ltd17_dragon"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "hween_ltd18_cosplaycat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_ltd19_skullthrone"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_ltd20_tearfountain"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_r16_chandelier"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_r16_chandelier2"; +UPDATE items_base SET interaction_modes_count = "21" WHERE item_name = "hween_r16_crackable2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_r16_grandpiano"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "hween_r16_grandpiano2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_r17_ancdrago"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_r17_lichthrone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_r18_pupbot"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_r19_weepingwillow"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hween_r19_witchfamiliar"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hween_r20_evilpandorabox"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hween_r20_hourglass"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "hween_r20_meltingpainting"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hw_08_xray"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hygge_c18_chair"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hygge_c18_cushion"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "hygge_c18_shelf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "hygge_c18_stove"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "hygge_r18_fox"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "icedblk_c16_div3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "icedblk_c16_div4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "icedblk_c16_div5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "icedblk_c16_solarium"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "igor_seat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "india_c20_archway"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "india_c20_balconydoor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "india_c20_beadbellsdeco"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "india_c20_blueprint"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "india_c20_blueprintb"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "india_c20_capebp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "india_c20_cloth"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "india_c20_curries"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "india_c20_dessert"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "india_c20_dye"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "india_c20_eleseat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "india_c20_eletable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "india_c20_flowerbelldeco"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "india_c20_headjewelbp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "india_c20_incense"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "india_c20_jewellerybox"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "india_c20_light"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "india_c20_longpillow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "india_c20_palmvase"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "india_c20_saribp"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "india_c20_sewingmachine"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "india_c20_sherwanibp"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "india_c20_snakebp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "india_c20_sofa"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "india_c20_sunsetbg"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "india_c20_teaset"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "india_c20_tiledfloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "india_ltd20_sultanthrone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "india_r20_bengaltiger"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "india_r20_exotictent"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "industrialfan"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "info_terminal"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "info_terminal_test"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jetset_landhigh"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jetset_landlow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jetset_moneypatch"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jetset_stonejetty"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jetset_tent"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jetset_tub"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jetset_vault_crnr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jetset_vault_door"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jetset_vault_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jetset_vipscreen"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jetset_vipscreencr"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jetset_yacht_back"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jetset_yacht_front"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jetset_yacht_mid_1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jetset_yacht_mid_2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jetset_yacht_mid_3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jp15_luckycat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jp_bed"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "jp_c15_daruma"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "jp_c15_dresser"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "jp_c15_teapot"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jp_ceiling_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jp_divider"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jp_drawer"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jp_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jp_irori"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jp_lantern"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jp_r18_asiandoll"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jp_rare"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "jp_table"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "jp_wall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "jp_window"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "js_bling11_sofa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "js_bling_bed"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "js_bouncer"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "js_c16_bed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "js_c16_cat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "js_c16_lounger"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "js_chandelier"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "js_coins"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "js_exe_bardesk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "js_exe_corner"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "js_exe_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "js_exe_s_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "js_exe_wfall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "js_jetski"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "js_jetski2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "js_r16_boat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "js_r16_heli"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "js_r16_jelly"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "js_r16_shark"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jukebox"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jukebox_big"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jukebox_ptv"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_berry"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_berry2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "jungle_c16_bkcase"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "jungle_c16_bkcase2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "jungle_c16_bkcase3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jungle_c16_bridgeend"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jungle_c16_bridgeend2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jungle_c16_bridgeend3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jungle_c16_bridgemid"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jungle_c16_bridgemid2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jungle_c16_bridgemid3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jungle_c16_ctrick"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_dvdr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_dvdr2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_dvdr3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_floor"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowera1"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowera2"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowera3"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowerb1"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowerb2"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowerb3"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowerc1"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowerc2"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowerc3"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowerd1"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowerd2"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "jungle_c16_flowerd3"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "jungle_c16_fruits"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jungle_c16_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jungle_c16_gate2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jungle_c16_gate3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jungle_c16_light"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_mat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_mat2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_mat3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_plant"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_pot"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_pot2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_pot3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_rafflesia"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "jungle_c16_rocks"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_roof"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_roof2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_roof3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "jungle_c16_sacks"; +UPDATE items_base SET interaction_modes_count = "11" WHERE item_name = "jungle_c16_stairs"; +UPDATE items_base SET interaction_modes_count = "11" WHERE item_name = "jungle_c16_stairs2"; +UPDATE items_base SET interaction_modes_count = "11" WHERE item_name = "jungle_c16_stairs3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_swingsofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_swingsofa2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_swingsofa3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_table2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "jungle_c16_table3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jungle_c16_tallgrass"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "jungle_c16_tele"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "jungle_c16_tree"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "jungle_c16_treestage"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "jungle_c16_treestage2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "jungle_c16_treestage3"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "jungle_c16_wall"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "jungle_c16_wall2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "jungle_c16_wall3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jungle_c16_watertile"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jungle_c16_watertrap"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "jungle_c16_worktable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jungle_ltd16_orangutan"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jungle_r16_basket"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "jungle_r16_pitcherplant"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "jungle_r16_raft"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ktchn10_block"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn10_cabnt"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ktchn10_pot"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ktchn10_sink"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn10_stove"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn10_tea"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ktchn15_cabinet"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ktchn_c15_bread"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ktchn_c15_cereal"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ktchn_c15_chair_b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ktchn_c15_chair_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ktchn_c15_chair_p"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "ktchn_c15_chopboard"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "ktchn_c15_crn"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "ktchn_c15_cupboard"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ktchn_c15_dishwasher"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ktchn_c15_divdr"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ktchn_c15_drinks"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ktchn_c15_floor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ktchn_c15_food"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn_c15_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn_c15_lamp_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn_c15_lamp_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn_c15_lamp_p"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "ktchn_c15_microwave"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "ktchn_c15_sink"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "ktchn_c15_stove"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn_c15_table_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn_c15_table_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn_c15_table_p"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ktchn_c15_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn_gate"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ktchn_knives"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn_light"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn_oven"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ktchn_plates"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ktchn_sink"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ktchn_stove"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ktchn_trash"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "kuurna_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "kuurna_chair1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "kuurna_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "kuurna_mat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "kuurna_red_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "kuurna_red_chair1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "kuurna_red_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "kuurna_red_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "kuurna_red_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "kuurna_red_table1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "kuurna_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "kuurna_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "kuurna_table1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lamp2_armas"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lamp_armas"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lamp_basic"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "laundry_c18_basket"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "laundry_c18_dryingrack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "laundry_c18_dustpan"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "laundry_c18_ironing"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "laundry_c18_products"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "laundry_c18_washmachine"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "laundry_r18_vacuum"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "lc_anemone"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "lc_medusa1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "lc_medusa2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "lc_nt_tile2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lc_window1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lc_window2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "legotrophy"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "leprechaun_box"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lidodoor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lidofence"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "lidostage"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "lidostairs"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "lidotile"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "lidotree1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "lidowall1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "lidowall2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "lidowall3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "lido_bench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "lido_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lido_kiosk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "lido_kiosk_block"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lido_parasol"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "lido_table"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "limo_b_back"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "limo_b_front"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "limo_b_mid"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "limo_b_mid2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "limo_r_back"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "limo_r_front"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "limo_r_mid"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "limo_r_mid2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "limo_w_back"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "limo_w_front"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "limo_w_mid"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "limo_w_mid2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lm_bigrock"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lm_jackbox"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "lm_palm1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "lm_palm2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lm_pond"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "lm_pumpkin"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "lm_totem"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "lodge_c15_floor"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "lodge_c15_wall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "lodge_c15_window"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lon_base"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lon_block1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "lon_block2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lon_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lon_roof"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "lon_skyline"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lon_window"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lostc_merdragon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lostc_octopus"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "lostc_teleport"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "loyalty_dolphin"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "loyalty_mouse"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "loyalty_pig"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "loyalty_toad"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "lt15_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ltd21_unicornpup"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ltd_habberge1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ltd_habberge2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ltd_habberge3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ltd_habberge4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ltd_habberge5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lt_bughill"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lt_c15_bush"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "lt_c15_tree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lt_gate"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "lt_jngl_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lt_lava"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "lt_nt_jngl_wall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "lt_patch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lt_statue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lt_stone1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "lt_stone2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "lt_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "magazines"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "mall_c17_tele"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "mall_c17_winclo"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "mall_c17_winpet"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "mall_c17_winspo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "market_c19_antitheftalarm"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "market_c19_banner"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "market_c19_basket"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "market_c19_checkoutdesk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "market_c19_floor"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "market_c19_selfcheckout"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "market_c19_signboard"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "market_c19_spill"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "market_c19_trolley"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "marquee"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "marsrug"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_brainjar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "matic_chair"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "matic_cont_alien"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "matic_cont_duck"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "matic_cont_frank"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_door"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_light_cam_blue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_light_cam_green"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_light_cam_orange"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_light_cam_red"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_mech"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_probe"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_sanitizer"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_tree_blue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_tree_green"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_tree_red"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_tree_silver"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "matic_tree_yellow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "matic_walkway_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "matic_walkway_green"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "matic_walkway_red"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "matic_walkway_silver"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "matic_walkway_yellow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "matic_wirerig"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "md_can"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "md_logo_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "memorial_size"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "menorah"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "merger_chest"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "messy_c21_clothespile"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "messy_c21_forgottenvase"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "messy_c21_kitchencorner"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "messy_c21_kitchenette"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "messy_c21_magazines"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "messy_c21_messybed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "messy_c21_messycloset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "messy_c21_messydrawers"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "messy_c21_messyendtable"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "messy_c21_messyfootwear"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "messy_c21_messyhifi"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "messy_c21_messyrug"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "messy_c21_messysofa"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "messy_c21_oldwall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "messy_c21_plushcarpet"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "messy_c21_stackedletters"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "messy_c21_stepladder"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "messy_c21_trashbags"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "messy_c21_wonkychair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "messy_c21_wonkydoormat"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "messy_c21_wonkylamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "messy_c21_wonkylowtable"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "messy_c21_wonkytable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "messy_c21_wonkywallitems"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "milkbowl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mm_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mm_tub"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "mnstr_compost"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mnstr_fert"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mnstr_rebreed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mnstr_rebreed_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mnstr_rebreed_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mnstr_revival"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mnstr_seed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mnstr_seed_rare"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "mnstr_waterfall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "modern_c17_bed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "modern_c17_chair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "modern_c17_creative"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "modern_c17_desk"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "modern_c17_display"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "modern_c17_endtable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "modern_c17_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "modern_c17_floorlamp"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "modern_c17_folder"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "modern_c17_incense"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "modern_c17_iscreen"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "modern_c17_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "modern_c17_lowtable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "modern_c17_photos"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "modern_c17_pictures"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "modern_c17_pillow"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "modern_c17_plant"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "modern_c17_pug"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "modern_c17_reads"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "modern_c17_rug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "modern_c17_shelf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "modern_c17_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "modern_c17_speakers"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "modern_c17_tv"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "modern_c17_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mutearea_sign"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mutearea_sign2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mysterious_trophy"; +UPDATE items_base SET interaction_modes_count = "25" WHERE item_name = "mystery_box"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_barch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_bbed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mystics_bbench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mystics_bfloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_bspike1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "mystics_bspike2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mystics_bstool"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "mystics_btable"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "mystics_bthrone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_btile1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_btile2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mystics_bwall"; +UPDATE items_base SET interaction_modes_count = "15" WHERE item_name = "mystics_crystal_l"; +UPDATE items_base SET interaction_modes_count = "15" WHERE item_name = "mystics_crystal_m"; +UPDATE items_base SET interaction_modes_count = "15" WHERE item_name = "mystics_crystal_s"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mystics_duck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_garch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_gbed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mystics_gbench"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_gblock1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mystics_gblock2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_gfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mystics_gstool"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_gtable"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "mystics_gthrone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_gtile1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_gtree"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mystics_gwall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "mystics_ltstatue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "mystics_rfountain"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "mystics_rpillar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_bed"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "neonpunk_c20_bedsidetable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_bows"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "neonpunk_c20_candylights"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_carpet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "neonpunk_c20_cubeseat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_cupboard"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "neonpunk_c20_dresser"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "neonpunk_c20_food"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "neonpunk_c20_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "neonpunk_c20_lights"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "neonpunk_c20_plushie1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_plushie2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_plushie3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_plushiepile"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_stardeco"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "neonpunk_c20_stool"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "neonpunk_c20_storage"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_strawberries"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "neonpunk_c20_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "neonpunk_c20_unicornposter"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "neonpunk_c20_wall"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "nest"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "nest_basket"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "nest_bed"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "nest_box"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "nest_bunny"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "nest_bunny_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "nest_bunny_dep"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "nest_bunny_evil"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "nest_bunny_green"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "nest_bunny_love"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "nest_chick"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "nest_dragon"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "nest_frog"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "nest_gnome"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "nest_leprechaun"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "nest_lion"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "nest_lion2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "nest_monkey"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "nest_nails"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "nest_pig"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "nest_plow_skl"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "nest_pterosaur"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "nest_raptor"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "nest_rhino"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "nest_terrarium"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "nest_turtle"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "nest_with_egg"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "nest_with_statue"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "newbie_eleblock1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "newbie_eleblock5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "newbie_present"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "newbie_present_2014"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "newbie_stairs_black"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "newbie_stairs_pink"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "noob_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "noob_lamp_tradeable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "note_tag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "nouvelle_trax"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ny16_crackable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ny16_stars"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ny17_crackable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ny18_crackable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ny2013_aftermath"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ny2013_block"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ny2013_calendar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ny2013_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ny2013_clock"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ny2013_cup"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ny2013_extrares"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ny2013_floor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ny2013_res"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ny2013_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ny2015_archway"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "ny2015_balloons"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ny2015_chocfountain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ny2015_conball"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ny2015_floor1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "ny2015_floor2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ny2015_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "ny_c16_sign"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ny_r18_crackable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ny_r19_crackable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "ny_r20_crackable"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "obstacle_bush"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "obstacle_fring"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "obstacle_oxer"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "obstacle_oxer2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "obstacle_oxer3"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "obstacle_water"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "obstacle_water2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "obstacle_water3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "olympics_c16_adsboard"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "olympics_c16_banner"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "olympics_c16_bbeam"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "olympics_c16_chair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "olympics_c16_counter"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "olympics_c16_crosstrainer"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "olympics_c16_emptrack"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "olympics_c16_fitnessduck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "olympics_c16_glssdvdr"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "olympics_c16_light"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "olympics_c16_mannequin"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "olympics_c16_merchdisplay"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "olympics_c16_pillar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "olympics_c16_plantdvdr"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "olympics_c16_pommel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "olympics_c16_rug"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "olympics_c16_saladbar"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "olympics_c16_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "olympics_c16_softmat"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "olympics_c16_sportsbag"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "olympics_c16_swissball"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "olympics_c16_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "olympics_c16_trampoline"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "olympics_c16_treadmill"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "olympics_c16_veggiething"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "olympics_c16_walldecal"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "olympics_c16_yogamat"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "olympics_ltd16_missolympus"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "olympics_r16_cheerleader"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "olympics_r16_gymfreak"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "one_way_door"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "org_lampblk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "org_lamppnk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "org_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "paris15_bicycle"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "paris15_giftsnails"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "paris15_ltdfountain"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "paris15_paintings"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "paris15_pigeon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "paris15_poodle"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "paris_c15_arch"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "paris_c15_awning"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "paris_c15_building1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "paris_c15_building2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "paris_c15_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "paris_c15_crn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "paris_c15_floor"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "paris_c15_flowerpot"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "paris_c15_food1"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "paris_c15_food2"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "paris_c15_food3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "paris_c15_menu"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "paris_c15_parasol"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "paris_c15_pavement"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "paris_c15_roof"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "paris_c15_shadow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "paris_c15_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "paris_c15_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_ball"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_barcorn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_bardesk"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "party_beamer"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_chair"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "party_crate1_1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "party_crate1_2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "party_crate1_3"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "party_crate1_4"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "party_crate2_1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "party_crate2_2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "party_crate2_3"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "party_crate2_4"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "party_discol"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_djset"; +UPDATE items_base SET interaction_modes_count = "11" WHERE item_name = "party_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_lantern"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "party_led"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_lights"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "party_neon1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "party_neon2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_neon3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "party_neon4"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "party_neon5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_nt_barcorn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_nt_bardesk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_nt_chair"; +UPDATE items_base SET interaction_modes_count = "11" WHERE item_name = "party_nt_floor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "party_nt_led"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "party_nt_neon4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_nt_shelf"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "party_nt_tube_bubble"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "party_nt_tube_lava"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "party_ravel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_shelf"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "party_table"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "party_tube_bubble"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "party_tube_lava"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_wc_boy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "party_wc_girl"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pastel_c19_bed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pastel_c19_bedsidetable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pastel_c19_carpet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pastel_c19_cubeseat"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pastel_c19_cupboard"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pastel_c19_cupcake"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pastel_c19_floor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "pastel_c19_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pastel_c19_lights"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pastel_c19_plushie1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pastel_c19_plushie2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pastel_c19_plushie3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pastel_c19_plushiepile"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pastel_c19_shootingstar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pastel_c19_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pastel_c19_stardeco"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pastel_c19_starlights"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pastel_c19_stool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pastel_c19_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pastel_c19_unicornposter"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pastel_c19_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "patch_cloud"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pcnc_bbq"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pcnc_carp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pcnc_door"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "pcnc_dvdrtile"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pcnc_fountain"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pcnc_gazebo"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pcnc_gazebohack"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pcnc_redbench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pcnc_shrub"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pcnc_swing"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pcnc_tiledirt"; +UPDATE items_base SET interaction_modes_count = "11" WHERE item_name = "pcnc_tilegrass"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "pcnc_tilestone"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pcnc_tree"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "pcnc_wall1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pcnc_wall2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pcnc_wbench"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "pcnc_wood"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pcnc_wtable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pencils"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "penguin_frank"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "penguin_skele"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "penguin_tribal"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "penguin_wip"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "petbox_epic"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "petfood18"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "petfood19"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "petfood20"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "petfood24"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "petfood25"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "petfood26"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "petfood27"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "petfood28"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "petfood29"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "petfood30"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "petfood31"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "petfood_19"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pet_basket_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pet_basket_pink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pet_blanket_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pet_blanket_pink"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pet_breeding_bear"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pet_breeding_cat"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pet_breeding_dog"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pet_breeding_pig"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pet_breeding_terrier"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "pet_food_corn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pet_puppy_toy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pet_toy_ball"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pet_toy_trampoline"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pet_ufo_toy"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "pet_waterbottle"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pframe"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "picnic_3brds"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "picnic_basket"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "picnic_blanket"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "picnic_blanket_blu"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "picnic_blanket_yel"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "picnic_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "picnic_food1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "picnic_food2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "picnic_food3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "picnic_pillow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "picnic_pillow_blu"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "picnic_pillow_yel"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "picnic_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "picnic_wfall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "picture_car"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pillow_bronze"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pillow_silver"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pink_flamingo"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_anchor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_barrel1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_bottle_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_bottle_10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_bottle_2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pirate_bottle_3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pirate_bottle_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_bottle_5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pirate_bottle_6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_bottle_7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_bottle_8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_bottle_9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_cannon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_chest1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_crate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_dvdr1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_dvdr1_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_dvdr2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_dvdr2_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_dvdr3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_dvdr3_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_flag"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pirate_flag_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_gate_g"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "pirate_grate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_gunrack"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pirate_kraken"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_mast1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_mast2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_mast2grp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_mast3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_mast3grp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pirate_mast4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_mast4grp"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pirate_mast_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_plank"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_plank_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pirate_poseidon"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_roombg"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_sandtrap"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_side1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "pirate_stage"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pirate_stage2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pirate_stage2_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pirate_stage3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pirate_stage3_g"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "pirate_stage_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_stairs"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pirate_stairs_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pirate_swordrack"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pirate_teleport"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixelduck_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_bed_black"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_bed_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_bed_green"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_bed_pink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_bed_red"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_carpet_black"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_carpet_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_carpet_green"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_carpet_pink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_carpet_red"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_chair_black"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_chair_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_chair_green"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_chair_pink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_chair_red"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_clock_black"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_clock_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_clock_green"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_clock_pink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_clock_red"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_couch_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_floor_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_floor_brown"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_floor_green"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_floor_pink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_floor_silver"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_floor_yellow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pixel_light_black"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pixel_light_blue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pixel_light_green"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pixel_light_pink"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pixel_light_red"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pixel_memorial"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_mirror"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_nt_floor_silver"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pixel_painting_black"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pixel_painting_blue"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pixel_painting_green"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pixel_painting_pink"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pixel_painting_red"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_plantblack"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_plantblue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_plantgreen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_plantpink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_plantred"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_poster2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_smalltable_black"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_smalltable_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_smalltable_green"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_smalltable_pink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_smalltable_red"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_table_black"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_table_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_table_green"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_table_pink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_table_red"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_walldeco"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_wall_black"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_wall_blue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_wall_green"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_wall_pink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pixel_wall_red"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pix_asteroid"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "plant_mazegate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "plant_mazegate_snow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "plant_valentinerose"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluebear"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluebear1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluebear2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluebear3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluebunny"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluebunny1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluebunny2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluebunny3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluelion"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluelion1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluelion2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bluelion3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_bow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownbear"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownbear1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownbear2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownbear3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownbunny"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownbunny1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownbunny2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownbunny3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownlion"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownlion1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownlion2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_brownlion3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "plushie_c20_crackable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "plushie_c20_dyeblue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "plushie_c20_dyeneutral"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "plushie_c20_dyepink"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "plushie_c20_dyerainbow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_fabric1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_fabric2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_fabric3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_flowercrown"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "plushie_c20_fluffmachine"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinkbear"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinkbear1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinkbear2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinkbear3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinkbunny"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinkbunny1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinkbunny2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinkbunny3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinklion"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinklion1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinklion2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_pinklion3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowbear"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowbear1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowbear2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowbear3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowbunny"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowbunny1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowbunny2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowbunny3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowlion"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowlion1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowlion2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_rainbowlion3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_scarf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "plushie_c20_stuffing"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "plushie_r20_hammock"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "plushie_r20_picnictree"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "plushie_r21_kingbear"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pond"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "portabandeira"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "poster_duck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "present_firework"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "present_wrap"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "prison_crnr"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "prison_dvdr1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "prison_dvdr2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "prison_gate"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "prison_stone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "prison_tower"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "prizetrophy_frank"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "prizetrophy_habboway"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "prizetrophy_hween11"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "prizetrophy_mastercard"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "prizetrophy_niko1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "prizetrophy_niko2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "prizetrophy_room_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "prizetrophy_storieshero"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "prize_alienplush"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pstack"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "pterosaur_egg"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pumpkin"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "purablk_c16_eleblock"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "purablk_c16_lamp1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "purablk_c16_lamp2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "purablk_c16_lamp3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "purablk_c16_round"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "pura_block_lamp1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "pura_c16_eleblock10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_c16_roundpad10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_nt_mdl16"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_nt_mdl26"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_nt_mdl36"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_roundpad1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_roundpad2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_roundpad3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_roundpad4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_roundpad5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_roundpad6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_roundpad7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_roundpad8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "pura_roundpad9"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "pwad"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_calendar0"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_calendar1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_calendar2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_sum11_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_sum11_dragon"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "qt_sum11_petfood"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_sum11_platfrm"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "qt_sum11_shell1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "qt_sum11_shell2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "qt_sum11_shell3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "qt_sum11_shell4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "qt_sum11_shell5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_val11_discoball"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_val11_duckformer"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_val11_heartlights"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_val11_holoduck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_val11_holoheart"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_val11_jellychair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_val11_jellyheart"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_val11_nest"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_bauble1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_bauble2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_bauble3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_bench"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_xm10_gnome"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_iceclubsofa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_xm10_icedragon"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_iceduck"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_iceelephant"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "qt_xm10_icelupin"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_icepillar"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_iceplasto"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_icesilotable"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_icestar"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_iceteddy"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_icetiger"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_xm10_ice_fish"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "qt_xm10_monkey_lamp"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_palm_tree"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_stone"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_trex"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "qt_xm10_xmduck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainbow_c19_bed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainbow_c19_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainbow_c19_lights"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainbow_c19_rug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rainbow_c19_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainbow_ltd19_parasol"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainbow_r19_flamingofloat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainbow_r19_peacockfloat"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "rainbow_r19_pineapplefloat"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "rainbow_r19_rainbowfloat"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rainyday_c19_beanbag"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rainyday_c19_boardgames"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rainyday_c19_cocoa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainyday_c19_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rainyday_c19_pillowfort"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainyday_c19_rainwindows"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rainyday_c19_rugblanket"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "rainyday_c19_tartanseat"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rainyday_c20_coathanger"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainyday_c20_cosywhippet"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "rainyday_c20_craftset"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "rainyday_c20_glowstars"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainyday_c20_homebakes"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rainyday_c20_paintset"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "rainyday_c20_rainceilingwindow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainyday_c20_raindropwall"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "rainyday_c20_retrogames"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "rainyday_c20_scentedcandles"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainyday_c20_snugblanket"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rainyday_c20_stackoflogs"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rainyday_c20_typewriter"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rainyday_c20_woodendesk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainyday_c20_woodenfloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rainyday_c20_woodentable"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "rainyday_r19_fluffbun"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "rainyday_r19_rainbear"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_beehive_bulb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_blackrosegold_barrier"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_blackrosegold_beehive_bulb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_blackrosegold_dragonlamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_blackrosegold_elephant_statue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_blackrosegold_fan"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_blackrosegold_fountain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_blackrosegold_marquee"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_blackrosegold_parasol"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_blackrosegold_pillar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_blackrosegold_pillow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_blackrosegold_scifidoor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_blackrosegold_scifiport"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_blackrosegold_scifirocket"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_blackrosegold_sleepingbag"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_blackrosegold_wooden_screen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_chinahorse"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_colourable_barrier"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_colourable_beehive_bulb"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_colourable_dragonlamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_colourable_elephant_statue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_colourable_fan"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_colourable_fountain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_colourable_marquee"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_colourable_parasol"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_colourable_pillar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_colourable_pillow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_colourable_scifidoor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_colourable_scifiport"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_colourable_scifirocket"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_colourable_sleepingbag"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_colourable_wooden_screen"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_dragonlamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_dragonlamp_pink"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_fan"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_fountain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_fountain_niko"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_globe"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rare_ironmaiden"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_mmmth"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_parasol"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_pbag"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_prize15"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_prize16"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_prize17"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "rare_prize17xmas"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_prize18"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_prize18_xmas"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_prize19"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_prize19_xmas"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_prize20"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_prize20_xmas"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_r19_car1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_r20_balloonchair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_r20_candle"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_r20_corgi"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_r20_grandebackdrop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_r20_marimo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rare_r20_throne"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_r20_treehouse"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "rare_r20_wardrobe"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_royalchair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_royalsofa"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "rare_sage"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "rare_stpat14"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_trex"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "rare_vdoll"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rare_venusstatue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rcandle"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rcandleset"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rclr_garden"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rclr_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "redhologram"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "red_tv"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "reef_aquarium"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rela_candle1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rela_candle2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rela_candle3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rela_candles1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rela_candles2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rela_candles3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rela_nt_hchair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "rela_nt_plant"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rela_nt_rock"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rela_nt_stone"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "rela_nt_wall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rela_rock"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rela_stick"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "rela_stone"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "rela_wall"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "romantique_c15_dresser"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "romantique_c15_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "romantique_c15_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "romantique_clock"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rom_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "roombg_aurora"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "roombg_city1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "roombg_city2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "roombg_cloud"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "roombg_cloud_dark"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "roombg_color"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "roombg_hween12"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "roombg_jetset"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "roombg_mountains1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "roombg_stars"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "roomdimmer"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_cof15_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_cof15_counter2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_cof15_counter3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "room_cof15_door"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_cof15_espresso"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_cof15_lamp1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_cof15_lamp2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_cof15_pillar1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_cof15_planter"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_cof15_press"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_cof15_shelf2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_cof15_sofa1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_cof15_sofa2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_cof15_table1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_cof15_table2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_cof15_table3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_cof15_tree1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_gh15_ball"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_gh15_cab1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_gh15_cab2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_gh15_cab3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_gh15_cab4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_gh15_cab5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_gh15_cab6"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "room_gh15_desk"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "room_gh15_light"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_gh15_rtele"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_hall15_arch"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "room_hall15_barch"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "room_hall15_dish1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "room_hall15_dish2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_hall15_ele"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "room_hall15_light1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "room_hall15_pillar"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "room_hall15_plant1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_hall15_sofa"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "room_hall15_wfall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "room_hall15_window"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_hall_trophy2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_hcl15_amp"; +UPDATE items_base SET interaction_modes_count = "14" WHERE item_name = "room_hcl15_bar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_hcl15_barchair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_hcl15_div"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_hcl15_dj"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_hcl15_djtable"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "room_hcl15_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_hcl15_gate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_hcl15_sofa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_hcl15_table1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_hcl15_table2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "room_hcl15_tree1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "room_hcl15_tree2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "room_hcl15_tube"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_bench"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_info15_bg"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_bridge1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_bridge2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_bus"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "room_info15_clouds"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_counter1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_counter2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "room_info15_counter3"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "room_info15_counter4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_div"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_info15_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_info15_lamp1"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "room_info15_reed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_shrub1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_shrub2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "room_info15_shrub3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_sofa1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_sofa2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_info15_statue1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_info15_statue2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "room_info15_tree1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_invisible_block"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_bar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_barchair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_bargate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_barside"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_carpet1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_div"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_exit"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "room_noob_floor1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "room_noob_floor2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_floor3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_fx1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_fx2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_fx3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_fx4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_fxremove"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_glow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_hanglight"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_plant"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_pool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_sofa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_noob_stairs"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_stairside"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_table1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_table2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_tallfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_wallbl1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_wallbl2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_wallbl3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_wallcrnr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_walltl"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_walltr1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_noob_walltr2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_pcnc15_awn"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "room_pcnc15_bbq"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_pcnc15_blanket"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_pcnc15_chair1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_pcnc15_dvd1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_pcnc15_dvd2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_pcnc15_gzb"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "room_pcnc15_table1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_pcnc15_table2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_pcnc15_table3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_pcnc15_wbench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_pcnc15_wood"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_thr15_block"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_thr15_chair1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_thr15_chair2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_thr15_cover"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_thr15_curtain1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_thr15_div1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_thr15_div2"; +UPDATE items_base SET interaction_modes_count = "12" WHERE item_name = "room_thr15_div3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_thr15_frontcur"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "room_thr15_ramp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_thr15_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_thr15_spot"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_thr15_stage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_thr15_stair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "room_wl15_bthdoor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "room_wl15_deskfront"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_wl15_deskgate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_wl15_ele"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_wl15_infolink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_wl15_mirror"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "room_wl15_pillar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_wl15_sink"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_wl15_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_wl15_table1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_wl15_table2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_wl15_table3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "room_wl15_teleblock"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "room_wl15_telehc"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_wl15_toilet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_wl15_toiletbroke"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_wl15_trashbin"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "room_wl15_tree"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_wlof15_bed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "room_wlof15_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "room_wlof15_wardrobe"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "rope_divider"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "runway_bench"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "runway_bigchr_1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "runway_bigchr_2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "runway_bigchr_3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "runway_bigchr_4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "runway_bigchr_5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "runway_block_1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "runway_block_2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "runway_camera"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "runway_chair_1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "runway_chair_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "runway_changing"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "runway_changingrare"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "runway_display"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "runway_dvdr"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "runway_fabric"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "runway_fabric2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "runway_fan"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "runway_hangingb"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "runway_head"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "runway_manqn_1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "runway_manqn_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "runway_oldecamera"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "runway_shelf"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "runway_stool"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "runway_table_1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "runway_table_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "runway_umbrellalight"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "s12_bonfire"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sand_cstl_gate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "santorini_c17_arch"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "santorini_c17_artefact1"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "santorini_c17_artefact2"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "santorini_c17_artefact3"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "santorini_c17_artefact4"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "santorini_c17_artefact5"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "santorini_c17_bar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "santorini_c17_belltop"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "santorini_c17_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "santorini_c17_divider"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "santorini_c17_dividerend"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "santorini_c17_dolphin"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_donkey"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "santorini_c17_flowerdivider"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "santorini_c17_food1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "santorini_c17_food2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_gate"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "santorini_c17_house"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_lighthouse"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_mosaicfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "santorini_c17_ornatepots"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_pebblefloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_pierend"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_piermid"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_pottedplants"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_pottedshrub"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_rockcave"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "santorini_c17_rockfloat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_rockroof"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "santorini_c17_rocks"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "santorini_c17_rockstage"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "santorini_c17_roof"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "santorini_c17_sand"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "santorini_c17_stairs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_c17_table"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "santorini_c17_trellis"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "santorini_ltd17_lighthouse"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "santorini_r17_centaur"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "santorini_r17_chest"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "santorini_r17_chimera"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "santorini_r17_hydra"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "santorini_r17_minotaur"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "sb_block"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "sb_rail"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "sb_ramp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sb_tag1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sb_tag2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sb_tag3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "sb_tile"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_bench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_bus"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_chairgold"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_chair_b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_chair_g"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "school_chalkboard"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "school_chalkboard2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "school_charts"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_coatrack_b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_coatrack_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_coatrack_r"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_console"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_consolegold"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_console_b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_console_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "school_fountain"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_gate"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "school_locker_b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_locker_b_nosale"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_locker_b_notele"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "school_locker_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_locker_g_notele"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "school_locker_r"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_locker_r_nosale"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_locker_r_notele"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "school_platform"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_stuff_01"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_stuff_02"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "school_stuff_03"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "school_stuff_04"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "school_stuff_05"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "school_stuff_06"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "school_toilet_stall"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "school_toilet_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "school_urinal"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "school_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "scifidoor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "scifiport"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "scifirocket"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "scifi_c17_airlock"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "scifi_c17_xcannon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "scifi_ltd17_mech"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "scifi_r17_bed"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "scifi_r17_cruiser"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_bass1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_bass_dbl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_bells"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_bigfinish_jamesbrown"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_drumloop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_dubstep1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_dubstep2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_dubstep3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_dubstep3_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_duck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_funkhorn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_glass"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_highhatintro"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_jamesbrown_hey"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_lazer"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_onetwo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_pad1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_pad2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_pad3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_rare_duck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_rare_lazer"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_sqrpad_dbldotted"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_strange_echoes_1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_strange_echoes_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_strange_echoes_3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_whistle"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_xylo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_xylo2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_xylopattern"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sfx_xylo_high"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sf_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sf_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sf_pod"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sf_pod_dark"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sf_roof"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "sf_stick"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "sf_tele"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "sf_wall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "sf_wall2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sf_wall3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sf_window"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "shallow"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ship_wheel"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "ship_wheel_g"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "shome_hamster"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "shome_keys"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "silo_studydesk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "skullcandle"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "snowb_divider"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "snowb_jump"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "snowb_light1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "snowb_mountain_wall"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "snowb_slope"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "snowb_snowpuff"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "snst_ballpile"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "snst_block1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "snst_fence"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "snst_fireplace"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "snst_fireplace_nfs"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "snst_iceblock"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "snst_tree1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "snst_tree1_d"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "solarium_norja"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sound_machine"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sound_machine_pro"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "spacerent_room"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "spa_c20_bath"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "spa_c20_bbcharcoal"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "spa_c20_bbcitrus"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "spa_c20_bbmint"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "spa_c20_bbrose"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "spa_c20_incense"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "spa_c20_lavendersalt"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "spotlight"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sp_statue"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "starting_position"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "statue_dragon"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "statue_elk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "statue_griffin"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "steampunk15_plane"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "steampunk_arch"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "steampunk_c15_bed"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "steampunk_c15_door"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "steampunk_c15_stage"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "steampunk_carpet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "steampunk_chair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "steampunk_chand"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "steampunk_computer"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "steampunk_floor1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "steampunk_floor2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "steampunk_gear_1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "steampunk_gear_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "steampunk_globe"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "steampunk_gramophone"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "steampunk_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "steampunk_map"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "steampunk_pillar_1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "steampunk_pillar_2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "steampunk_rack"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "steampunk_sofachair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "steampunk_table_1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "steampunk_table_2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "steampunk_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "steampunk_timemach"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "steampunk_wall1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "steampunk_wall2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "steampunk_window"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "steampunk_zep"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "stone_flowerbed"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "stone_platform"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "stone_stairs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "stone_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "storieshero_poster"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "stories_football_board"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "stories_football_screen"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "stories_football_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "stories_oldmusic_guitarcase"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "stories_oldmusic_mike"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "stories_oldmusic_neon"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "stories_oldmusic_vinyl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "stories_sch_book"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "stories_sch_bookshelf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "stories_sch_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "stories_sch_glass"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "stories_sch_hourglass"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "stories_shakespeare_bench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "stories_shakespeare_fairy"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "stories_shakespeare_swing"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "stories_shakespeare_tree"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "studio_amp1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "studio_amp2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "studio_camera"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "studio_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "studio_drums"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "studio_fence"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "studio_fencecr"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "studio_floorlight"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "studio_guitar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "studio_lights1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "studio_lights2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "studio_lights3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "studio_mixingdesk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "studio_monitor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "studio_stool"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "studio_tv"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "st_hween14_closet"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "st_hween14_fireplace"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "st_hween14_horse"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "st_hween14_jack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "st_hween14_mbox"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "st_palooza_cake"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "st_palooza_cupcakes"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "st_palooza_pool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "st_palooza_screen"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "st_palooza_unicorn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "st_pstr_felipe"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "st_uni_dnamodel"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "st_uni_labtable"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "st_uni_ooze"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "st_uni_poster"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "st_uni_solarsystem"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "st_uni_testtubes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "st_wildwest_barrel"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "st_wildwest_buffalo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "st_wildwest_canteen"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "st_wildwest_cards"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "st_wildwest_goldpick"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "st_wildwest_tnt"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "st_wildwest_wallskull"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "summer_blaster"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "summer_c17_astrotelescope"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "summer_c17_merchstall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "summer_c17_promenadelamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "summer_grill"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "summer_r17_fishingboat"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "summer_r17_sealion"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "summer_raft1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "summer_raft2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "suncity_c19_awning"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "suncity_c19_balcony"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "suncity_c19_biokit"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_botshop"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "suncity_c19_building"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_clock"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_divider"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_floor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "suncity_c19_flora"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_gazebo"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_glass"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_glasswall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "suncity_c19_jellyfood"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "suncity_c19_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_minibridge"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "suncity_c19_munchling"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_paper"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_perfumeshop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "suncity_c19_plantpillar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_plastic"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_solarpanel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "suncity_c19_streetlight"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "suncity_c19_trashboy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "suncity_c19_tree"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "suncity_c19_vase"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "suncity_c19_waterway"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "suncity_c19_waterwaycrnr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "suncity_ltd19_duckpond"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "suncity_r19_biosphere"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "suncity_r19_glassfountain"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "sunsetcafe_c20_bar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "sunsetcafe_c20_barcorner"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "sunsetcafe_c20_bench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "sunsetcafe_c20_benchcornerconcave"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "sunsetcafe_c20_drinks"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "sunsetcafe_c20_duck"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "sunsetcafe_c20_floor"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "sunsetcafe_c20_lightupfloor"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "sunsetcafe_c20_logdecor"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "sunsetcafe_c20_logsteppingstones"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "sunsetcafe_c20_plant"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "sunsetcafe_c20_shallow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sunsetcafe_c20_swordfish"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "sunsetcafe_c20_table"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "sunsetcafe_c20_wall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "sunsetcafe_c20_wallcorner"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "super_c16_pstrcat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "super_c16_pstriron"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "super_c16_pstrlove"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "super_c16_pstrsulk"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "super_r16_adamskele"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "super_r16_herodisplay"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "svnr_de"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "svnr_fi"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "sw_chest"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "s_snowball_machine"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto2_4leg"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto2_bigsq"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto2_round"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto2_sq"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto3_4leg"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto3_bigsq"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto3_round"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto3_sq"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto4_4leg"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto4_bigsq"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto4_round"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "table_plasto4_sq"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tampax_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "teddy_basic"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "teddy_bear"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "teddy_pendergrass"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "teddy_pink"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "teleport_door"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "teleport_dragon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tent_beige"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tent_blue"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tent_camo"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tent_orange"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "test_ltd"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "test_ltd2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "theatre_carpet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "theatre_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "theatre_curtain"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "theatre_edge"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "theatre_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "theatre_lights"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "theatre_mask"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "theatre_plant"; +UPDATE items_base SET interaction_modes_count = "13" WHERE item_name = "theatre_rug"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "theatre_seat"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "theatre_seat_b"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "theatre_seat_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "theatre_spotlight"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "theatre_stage"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "theatre_stool"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "theatre_switch"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "theatre_wall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "tiki_bflies"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tiki_c15_leigiver"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "tiki_c15_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tiki_c15_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tiki_gate"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "tiki_nt_bflies"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tiki_nt_tray2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tiki_parasol"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tiki_statue"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "tiki_surfboard"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tiki_torch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tile_fxprovider_nfs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tile_stackmagic"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tile_stackmagic1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tile_stackmagic2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "toilet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "toilet_red"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "toilet_yell"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_adposters"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_adposters2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_bigbillboard"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "tokyo_c18_craftbot"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_floor"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "tokyo_c18_gacha"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_gacha2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_gamesign"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "tokyo_c18_jpmerchshop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_lanterns"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "tokyo_c18_lights"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "tokyo_c18_magazinerack"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "tokyo_c18_motorbike"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "tokyo_c18_neonsign1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "tokyo_c18_neonsign2"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "tokyo_c18_pole"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_racearcade"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_railing"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "tokyo_c18_residential"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_retroarcade"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_retroarcade2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "tokyo_c18_road"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_sakura"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_scarydino"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "tokyo_c18_shopdisplay"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "tokyo_c18_shopfront"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "tokyo_c18_snackroof"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_snackroof2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_toy1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_toy10"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_toy2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_toy3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_toy4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_toy5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_toy6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_toy7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_toy8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_c18_toy9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_c18_trellis"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tokyo_ltd18_shiba"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "tokyo_r18_koikite"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "tokyo_r18_mapletree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "torch"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "totem_head"; +UPDATE items_base SET interaction_modes_count = "12" WHERE item_name = "totem_leg"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "totem_planet"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "toy2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "track12_circle"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "track12_ele_podium1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "track12_ele_podium2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "track12_hammer"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "track12_hcauldron"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "track12_hurdle"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "track12_javstatue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "track12_ujack_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "track12_weight"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "traffic_light"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "transparent_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "trapkeep"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "traxbronze"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "traxgold"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "traxsilver"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tree4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tree5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "triplecandle"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "trophy_display"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "trophy_ltd18_wcup"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "trophy_netsafety_0"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "trophy_torch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tv_flat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "tv_luxus"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "uni_alarm"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_bed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_bookshelf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_brotein"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "uni_c15_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_c15_lamp"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "uni_c15_shelvescrn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_cafeterie"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "uni_catrug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_coatrack"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_desk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_doorhanging"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "uni_drinks"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_dumbells"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_einstein"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "uni_fairylights"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "uni_floppy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_gamerbed"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "uni_gamerdesk"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "uni_gamershelf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_games"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_girlbed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_girlchair"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "uni_girlcoatrack"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_hipbed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_hipbookcase"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "uni_hipdeer"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_jewellery"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "uni_laptop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_lectern"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "uni_libraryshelf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_manga"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_messbed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_messwardrobe"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "uni_moustache"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_nstand"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_ottoman"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "uni_owl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_pinupboy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_pinupgirl"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "uni_pizza"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_plush1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_plush2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "uni_plushpile"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_poster1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_poster2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uni_projector"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_rubik"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "uni_snacks"; +UPDATE items_base SET interaction_modes_count = "12" WHERE item_name = "uni_trashcan"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "uni_vinyl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_wardrobe"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "uni_wobench"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "urban_bin"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "urban_lamp"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "urban_sidewalk"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "urban_wall"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "urban_wall_china"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "urban_wpost"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "uservoice_soapbox"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva2_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva2_lamble"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva2_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva2_nt_shelf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva2_nt_shelf2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva2_rug"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva2_shelf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva2_shelf2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva2_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva2_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva2_wallrug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva3_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva3_lamble"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva3_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva3_rug"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva3_shelf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva3_shelf2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva3_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva3_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva3_wallrug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva4_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva4_lamble"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva4_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva4_rug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva4_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva4_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva4_wallrug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva5_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva5_lamble"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva5_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva5_nt_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva5_nt_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva5_nt_rug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva5_nt_sofa"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva5_rug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva5_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva5_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva5_wallrug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva_lamble"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva_lamp"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva_nt_rug"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva_nt_shelf"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva_nt_wallrug"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva_rug"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva_shelf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "usva_shelf2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva_sofa"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "usva_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "usva_wallrug"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "val09_floor"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "val09_floor2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val09_nt_wdrobe_g"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "val09_wall2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val09_wdrobe_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val09_wdrobe_g"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val11_chair"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val11_playa"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val11_present"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val12_carpet"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "val12_elevine"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val12_flower"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val12_hopper1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val12_hopper2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val12_hopper_3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val12_kbooth"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val12_lantern"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val12_marble1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val12_marble2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val12_nt_pillar1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val12_pillar1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val12_pillar2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val12_shocker"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val12_sofa"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "val12_table"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "val12_therm_nfs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val12_vines"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val12_xray"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val13_archway"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val13_build_1"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "val13_build_2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val13_build_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val13_chair"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val13_div_1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val13_div_2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val13_div_3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val13_div_3_crnr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val13_div_3_crnr2"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "val13_floor1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val13_flower"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val13_gazebo"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val13_gond_back"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val13_gond_front"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val13_gond_mid1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val13_gond_mid2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val13_gond_post"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val13_grass"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val13_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val13_light"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val13_pillar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val13_roses"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val13_shrub_circ"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val13_shrub_duck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val13_statue"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val13_table"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val13_wall_1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val13_wall_2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val13_wall_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_archway"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_bed_b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_bed_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_bed_o"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_bench"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val14_bigplant1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val14_bigplant2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_b_roof"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val14_b_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val14_door"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val14_fbath"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val14_fountain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val14_gate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_g_roof"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val14_g_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val14_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_largetile"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val14_lovelock1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val14_lovelock2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val14_lovelock3"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "val14_pot1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_recchair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val14_rosebook"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_stool"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val14_table"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "val14_tile1"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "val14_tile2"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "val14_tile3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val14_wall1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val14_wall2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val14_wall3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_wchair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val14_y_roof"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val14_y_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_armour"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_bench"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val15_bridge1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val15_bridge2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_corner"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_crane"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_divider"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_dogstat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val15_fujiwall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val15_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val15_gazebo"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_gift1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_gift2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_gift3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val15_koipond"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val15_lantern"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val15_lilys"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val15_petals"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val15_rock1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val15_rock2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val15_sakura"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_shamisen"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val15_shinto_arch"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val15_shrub"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val15_stage1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val15_stage2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val15_tele"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val15_tree"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val15_water"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "val15_zen"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val16_float1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val16_float2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val16_float3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val16_float4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "valentines_lovelock"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "valentines_lovelock10"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "valentines_lovelock2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "valentines_lovelock3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "valentines_lovelock4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "valentines_lovelock5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "valentines_lovelock6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "valentines_lovelock7"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "valentines_lovelock8"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "valentines_lovelock9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_basket"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val_c16_lovebirds"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_c16_shellfountain"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val_c16_tikicat"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val_c16_tikicat2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val_c16_vase"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_c17_bandstand"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c17_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_c17_rosedivider"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_c17_roseplant"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c17_vase"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_c18_chest"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "val_c18_swan"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c18_wardrobe"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c19_awning"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_c19_bottle"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c19_bottlewall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c19_chair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val_c19_food"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_c19_petals"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_c19_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val_c19_tableacc"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_c19_till"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val_c20_blackboard"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val_c20_cake"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c20_cakedisplay"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c20_cakestand"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c20_chair"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val_c20_chocgift"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c20_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_c20_lights"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c20_seats"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c20_table"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c20_tablecounter"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_c20_wall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val_c20_window"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_choco"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_heart"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val_r17_organltd"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "val_r18_bed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_r19_bath"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_r19_puppy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_r19_recordplayer"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "val_r19_sofa"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "val_r19_unicorn"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "val_randomizer"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "velociraptor_egg"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_animal_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_animal_r"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_banner_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_banner_r"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_bed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_chair_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_chair_r"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_chesspiece"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_flag_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_flag_r"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vikings_floor"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "vikings_gondola1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "vikings_gondola2a"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "vikings_gondola2b"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "vikings_gondola2c"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "vikings_gondola3"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "vikings_house"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vikings_indoorstove"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vikings_outdoorstove"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vikings_pillar"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_roof_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_roof_r"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_runestone"; +UPDATE items_base SET interaction_modes_count = "12" WHERE item_name = "vikings_spike"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_stonecrn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_stonedivdr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vikings_stonegate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_stool"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "vikings_stove"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_table_g"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_table_r"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "vikings_teleport"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vikings_thor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_throne"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_tombstone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vikings_torch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vikings_wallshield_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vikings_wallshield_r"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vikings_weapon"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_woodcrn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "vikings_wooddivdr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vikings_woodgate"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "vikings_yggdrasil"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vip_gate"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "vip_hopper"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "virus_r16_angtank"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "virus_r16_crabtank"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "virus_r16_eeltank"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "virus_r16_piratank"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "virus_r16_pufftank"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "virus_r16_troptank"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "virus_r16_turttank"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "vote_count_add"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "voting_ch"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "waasa_aquarium"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "waasa_bunk_bed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "waasa_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "waasa_chair_wood"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "waasa_desk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "waasa_rug1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "waasa_rug2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "waasa_rug3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "waasa_rug4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "waasa_rug5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "waasa_ship1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "waasa_ship2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "waasa_table1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "waasa_table2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "waasa_wall_shelf1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "waasa_wall_shelf2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "wallchair"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "waterbowl_basic"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "watering_can"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "water_backdrop"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "water_bowl1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wcandle"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wcandleset"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "wed_arch"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "wed_carsofa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wed_icesculp"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "wed_plant"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_bot_clothes"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_bot_follow_avatar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_bot_give_handitem"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_bot_move"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_bot_talk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_bot_talk_to_avatar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_bot_teleport"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_call_stacks"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_chase"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_flee"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_give_reward"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_give_score"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_give_score_tm"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_join_team"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_kick_user"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_leave_team"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_match_to_sshot"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_move_rotate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_move_to_dir"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_mute_triggerer"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_reset_timers"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_show_message"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_teleport_to"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_act_toggle_state"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_arrowplate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_blob"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_blob2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_blob2_vis"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_blob_invis"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wf_box"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_actor_in_group"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_actor_in_team"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_date_rng_active"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_furnis_hv_avtrs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_has_furni_on"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_has_handitem"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_match_snapshot"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_not_furni_on"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_not_hv_avtrs"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_not_in_group"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_not_in_team"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_not_match_snap"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_not_stuff_is"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_not_trggrer_on"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_not_user_count"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_not_wearing_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_not_wearing_fx"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_stuff_is"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_time_less_than"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_time_more_than"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_trggrer_on_frn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_user_count_in"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_wearing_badge"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_cnd_wearing_effect"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "wf_colortile"; +UPDATE items_base SET interaction_modes_count = "10" WHERE item_name = "wf_colorwheel"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_firegate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_floor_switch1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wf_floor_switch2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_glassdoor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_glowball"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wf_maze"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_pressureplate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_pyramid"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_ringplate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_at_given_time"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_bot_reached_avtr"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_bot_reached_stf"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_collision"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_enter_room"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_game_ends"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_game_starts"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_periodically"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_period_long"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_says_something"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_score_achieved"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_state_changed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_walks_off_furni"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_trg_walks_on_furni"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wf_wire1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wf_wire2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wf_wire3"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wf_wire4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_xtra_random"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wf_xtra_unseen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_bank"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_bench"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "wildwest_bgland"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "wildwest_bgland2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_bgtrain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_cactus1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_cactus2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_clothesline"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_crate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_crn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_desk"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_divdr"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "wildwest_floor"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "wildwest_floor2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_gallows"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_gate"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_longhorn"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "wildwest_milkcan"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wildwest_minecart"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_piano"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wildwest_roofb"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wildwest_roofr"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wildwest_roofw"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_saloon"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_salooncrn"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_saloondr"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_saloonwall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_sheriff"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_snake"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_sofa"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_spittoon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_spittoon2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_stageb"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_stageb2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_stager"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_stager2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_stagew"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_stagew2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wildwest_store"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_tarbucket"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "wildwest_teleport"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_till"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "wildwest_tree"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "wildwest_vulture"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_wagon"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_wallpaper"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wildwest_wanted_poster"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "wildwest_weed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "window_70s_narrow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "window_70s_wide"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "window_basic"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "window_diner"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "window_diner2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "window_grunge"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "window_hole"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "window_nt_diner2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "window_romantic_narrow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "window_romantic_wide"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "winter15_fnc_crnr"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "winter15_freeze"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "winter15_icehockey"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "winter15_iceskater"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "winter15_lmppst"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "winter15_snowboard"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "winter15_tree4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "winter15_wpost"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wintercabin_c19_antlerlight"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wintercabin_c19_bed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wintercabin_c19_cabinchair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wintercabin_c19_cabinrug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wintercabin_c19_cabintable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wintercabin_c19_corner"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wintercabin_c19_drawers"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wintercabin_c19_fence"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "wintercabin_c19_fireplace"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wintercabin_c19_floor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wintercabin_c19_glasstable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "wintercabin_c19_items"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wintercabin_c19_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wintercabin_c19_sofa"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "wintercabin_c19_stage"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wintercabin_c19_stairs"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wintercabin_c19_wall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "wintercabin_c19_window"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wl_chair"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wl_floor"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "wl_rdesk"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "wl_shelf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wl_sofa"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "wl_table1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "wl_table2"; +UPDATE items_base SET interaction_modes_count = "11" WHERE item_name = "wl_wall1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wl_wall2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "wood_tv"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "xm09_frplc"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xm09_infotv"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "xm09_lodgewall"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "xm09_man_a"; +UPDATE items_base SET interaction_modes_count = "9" WHERE item_name = "xm09_man_b"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "xm09_man_c"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "xm09_stocking"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xm09_table"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xm11_stocking"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas08_dvdr2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas08_icerug"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas08_icetree"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas08_icewall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas08_lantern"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas08_snowpl"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas08_telep"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas08_wallpaper"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas10_fireplace"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas10_present"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas10_surprise"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas11_balloon1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas11_balloon2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas11_balloon3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_chair_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_chair_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_chair_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_comfy_bench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_comfy_bench_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_comfy_bench_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_comfy_bench_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_comfy_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_comfy_chair_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_comfy_chair_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_comfy_chair_4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas11_cuckoo"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "xmas11_elewood"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas11_firewood"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas11_flag"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_footstool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_footstool_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_footstool_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_footstool_4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_hd1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_hd2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_hd3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_hd4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_hd5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_hd6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_luxchair1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_luxchair2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_luxchair3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas11_luxdish1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas11_luxdish2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas11_luxdish3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_luxfloor1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_luxfloor2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_luxsofa1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_luxsofa2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_luxsofa3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_luxtable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas11_nghtstnd"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "xmas11_petfood"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_sofatable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_stonedivider"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_stonefloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_stool"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_stool_2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_stool_3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_stool_4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas11_stove"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_throne"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas11_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas11_woodfloor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas11_yetifeet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas12_bardesk"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas12_cfloor"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas12_cfloorbig"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas12_chair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas12_door"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas12_fireplace"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas12_npole"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas12_pillar1"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas12_pillar2"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas12_pillar3"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "xmas12_pork"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas12_santathrone"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "xmas12_snack"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas12_table"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas12_torch"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas12_wall_in"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas12_wall_out"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas12_window"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas12_worktable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_block1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_block2"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas13_bucket1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas13_candycane2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_chair"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas13_eggnogglass"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas13_floor"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas13_jack"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas13_light"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas13_machine1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas13_mincepies"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas13_paintsplat1"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas13_paintsplat2"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas13_paintsplat3"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas13_paintsplat4"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas13_pillar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas13_robotdino"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_rug"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas13_shelves"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas13_snack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas13_snowflake1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas13_snowflake10"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas13_snowflake2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas13_snowflake3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas13_snowflake4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas13_snowflake5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas13_snowflake6"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas13_snowflake8"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas13_snowflake9"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas13_terminal"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_throne"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_tools1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_toyblock1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_toyblock2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_toyblock3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_toyblock4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas13_toyhorse"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas13_workdesk"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_beachhut"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_boomboxman"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas14_chair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas14_corner1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas14_corner2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas14_divider"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_elf1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_elf10"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_elf2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_elf3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_elf4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_elf5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_elf6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_elf7"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas14_elf8"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_elf9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_festivehut"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_gate1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_gate2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_hammock"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas14_inflatabletree"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas14_lights1"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas14_lights2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas14_lobsterdin"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas14_mermaid"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas14_octosanta"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas14_palm"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_recliner"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas14_rudolph_ring"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas14_sand"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_santastuck"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_sharkthrone"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas14_snowglobe"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_snowman"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_stages1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas14_stages2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_starfish"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_sunbeams"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas14_table"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas14_tele"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas14_tubeman"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas15_clocktower"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas15_fountainltd"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas15_glowdeerltd"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas15_rudolf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas15_sleigh"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas15_stand"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas15_wishltd"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas2011_aurora1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas2011_aurora2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas2011_balrail"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas2011_icefall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas2011_rock1"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas2011_rock2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas2011_snowlog"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas2011_tree1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas2011_tree2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas2011_tree3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas2011_tree4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_advent1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c15_advent10"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_advent2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c15_advent3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c15_advent4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c15_advent5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c15_advent6"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c15_advent7"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c15_advent8"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c15_advent9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_alpinetree"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c15_arch"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c15_bndstnd"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c15_buildbase1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c15_buildbase2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_buildmid1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_buildmid2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_bushy1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_bushy2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_bushy3"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_bushy4"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_bushy5"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_bushy6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_crnr"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "xmas_c15_decotree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_fnc"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_mlight"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c15_mntn"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c15_poinsettia"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_reindeer"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas_c15_roof1"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas_c15_roof2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_snow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_snwbush"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c15_stall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c15_stone"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_balcony"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_banner"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c16_candles"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c16_chair"; +UPDATE items_base SET interaction_modes_count = "25" WHERE item_name = "xmas_c16_creature1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_creature2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_creature3"; +UPDATE items_base SET interaction_modes_count = "25" WHERE item_name = "xmas_c16_creature4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c16_creature5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c16_creature6"; +UPDATE items_base SET interaction_modes_count = "25" WHERE item_name = "xmas_c16_creature7"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c16_creature8"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c16_creature9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_desk"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c16_deskcandles"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "xmas_c16_deskitems"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c16_diningbench"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_diningtable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_door"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c16_dresser"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_dvdr"; +UPDATE items_base SET interaction_modes_count = "25" WHERE item_name = "xmas_c16_egg"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c16_elf1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_elf10"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c16_elf2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c16_elf3"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c16_elf4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c16_elf5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c16_elf6"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_elf7"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_elf8"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_elf9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_fireplace"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_food1"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_food2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_food3"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c16_painting"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_pillarlight"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_presentstack"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c16_roundtable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c16_rug"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c16_sofa"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c16_stocking"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c16_tele"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c16_tinybed"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c16_tinychair"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c16_wall"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c16_woodfloor"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "xmas_c16_woodtile"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "xmas_c16_wreathdeco"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_bench"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_bigwindows1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_bigwindows2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c17_blueprint1"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c17_blueprint2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c17_blueprint3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c17_blueprint4"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c17_blueprint5"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c17_blueprint6"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c17_book"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_boy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_britishbulldog"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_candyshop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_chair"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c17_cloth"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_cobbleroad"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c17_doll1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c17_doll2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c17_doll3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c17_doll4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c17_doll5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c17_doll6"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_door"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_drain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_engage_ted"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_fence"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_fencecorner"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_frizzycat"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_girl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_hangingbasket"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_hatshop"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_horse"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_lamp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_man"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_pavement"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_pillar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_pram"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_pub1"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_pub2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c17_robins"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_roof"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c17_sewingmchn"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "xmas_c17_smallpavement"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c17_snowybasket"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c17_snowygrass"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c17_snowypot"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_stove"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_table"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_teashop"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c17_thread"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_tree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_wall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c17_window"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c17_woman"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_babushka"; +UPDATE items_base SET interaction_modes_count = "8" WHERE item_name = "xmas_c18_balllight"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_bearlight"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c18_booth"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_bounceycastle"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_building"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_buildingpillar"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_candycane"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_curtaintopper"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_deer_blitzen"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_deer_comet"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_deer_cupid"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_deer_dancer"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_deer_dasher"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_deer_donna"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_deer_prancer"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_deer_rudolph"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_deer_vixen"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_doll1"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_doll10"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_doll2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_doll3"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_doll4"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_doll5"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_doll6"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_doll7"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_doll8"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_doll9"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_fairylightree"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_fatherfrost"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_food"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_groundlight"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_harp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_iciclelight"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_metro"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_nutcracker"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_penguin"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_piano"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_presentelf"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_presents"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas_c18_rainlightfloor"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c18_snowballpit"; +UPDATE items_base SET interaction_modes_count = "7" WHERE item_name = "xmas_c18_snowfootball"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_snowman"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c18_souvenir"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_stage"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_stagebackdrop"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_stagechair"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c18_stagecurtains"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_stagestairs"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_stagewindow"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_stallroof"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_stalltable"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_starrybg"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c18_stocking_boo"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c18_stocking_cinnamon"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c18_stocking_cleo"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c18_stocking_crusoe"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c18_stocking_norbert"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c18_stocking_snoopy"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c18_stocking_tiger"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c18_stool"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c18_streetlight"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c18_xmastree"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_angelfigure"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_angelfigure2"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c19_archwall"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c19_balcony"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c19_box1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_box1b"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c19_box2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_box2b"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c19_box3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_box3b"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c19_box4"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_box4b"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c19_box5"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_box5b"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c19_box6"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c19_box6b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_catplushie"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c19_chandelier"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_crystalchair"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c19_crystalfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_crystaltable"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c19_curtain"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_dragonfigure"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_dragonfigure2"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c19_elfeskimo"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c19_elffairy"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c19_elfguard"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c19_elfmage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c19_furbanner"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_hamsterplushie"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c19_icefood"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c19_iceshards"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c19_icetree"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c19_icicles"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_jarofgold"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c19_lamp"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_pugplushie"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_reindeerfigure"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_reindeerfigure2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_robinfigure"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_robinfigure2"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c19_snowcraft"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c19_snowsprites"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_terrierplushie"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_unicornfigure"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c19_unicornfigure2"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c19_windowwall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_beadgame"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_bigstump"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c20_bridge"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_crafter"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c20_earthguy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_fireguy"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_flowerguy"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas_c20_forestbg"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_frostedfungi"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_frostedholly"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas_c20_frostedweeds"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_frostytree"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_frozenstream"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c20_frozenwaterfall"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c20_iceguy"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_c20_magicguy"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_nutcracker"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "xmas_c20_pebblepeeps"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_rockguy"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_runerock"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_runerockblue"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_runerockgreen"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_runerockpurple"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_runerockred"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_runerockyellow"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_runetele"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c20_shrine"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_c20_smallrunestones"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "xmas_c20_smallstump"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_snowbush"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_snowdrops"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_snowguy"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_stage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_stonearch"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_stonecauldron"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_treestump"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_woodenbird"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c20_woodenblocks"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_woodendog"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_c20_woodenhouse"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "xmas_c20_woodenplane"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_c20_woodentrain"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_cstl_gate"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_icelamp"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_icewall"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_light"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_ltd16_bearbed"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_ltd17_ted"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_ltd18_snowhabberge"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_ltd19_icethrone"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_ltd20_yak"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_r16_owl"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "xmas_r16_throne"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_r17_carriage"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_r17_lion"; +UPDATE items_base SET interaction_modes_count = "4" WHERE item_name = "xmas_r17_musicbox"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_r18_lightfountain"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_r18_snowyowl"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_r19_crystalfountain"; +UPDATE items_base SET interaction_modes_count = "1" WHERE item_name = "xmas_r19_crystalharp"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "xmas_r20_icefountain"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "yarn"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "year2010"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2011"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2011_waver_b"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2011_waver_g"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2011_waver_r"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2011_waver_y"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2012"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2013"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2014"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2018"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2019"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2020"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "year2021"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "yttv1"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "yttv2"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "yttv2b"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "yttv2n"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "yttv3"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "yttv_retro"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c18_bamboo"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c18_divider"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "zengarden_c18_door"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "zengarden_c18_glasspond"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "zengarden_c18_light"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "zengarden_c18_moss"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c18_peacefrog"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c18_pebbles"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c18_plankfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c18_roof"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c18_roofcorner"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c18_rootplant"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c18_spikeyplant"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c18_stonebench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c18_stonetable"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_bamboo"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_divider"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "zengarden_c20_door"; +UPDATE items_base SET interaction_modes_count = "5" WHERE item_name = "zengarden_c20_glasspond"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_goldenmobile"; +UPDATE items_base SET interaction_modes_count = "6" WHERE item_name = "zengarden_c20_light"; +UPDATE items_base SET interaction_modes_count = "3" WHERE item_name = "zengarden_c20_moss"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_peacedog"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_pebbles"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_plankfloor"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_roof"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_roofcorner"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_rootplant"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_spikeyplant"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_stonebench"; +UPDATE items_base SET interaction_modes_count = "0" WHERE item_name = "zengarden_c20_stonetable"; +UPDATE items_base SET interaction_modes_count = "2" WHERE item_name = "zengarden_r18_fountain"; \ No newline at end of file diff --git a/Catalog-SQLS/UPDATES/vending_ids.sql b/Catalog-SQLS/UPDATES/vending_ids.sql new file mode 100644 index 00000000..36a15140 --- /dev/null +++ b/Catalog-SQLS/UPDATES/vending_ids.sql @@ -0,0 +1,281 @@ +UPDATE items_base SET vending_ids = "33" WHERE item_name = "ads_711"; +UPDATE items_base SET vending_ids = "26" WHERE item_name = "ads_calip_cola"; +UPDATE items_base SET vending_ids = "52" WHERE item_name = "ads_cheetos"; +UPDATE items_base SET vending_ids = "56" WHERE item_name = "ads_cheetos_hotdog"; +UPDATE items_base SET vending_ids = "54" WHERE item_name = "ads_chocapic"; +UPDATE items_base SET vending_ids = "48" WHERE item_name = "ads_chups"; +UPDATE items_base SET vending_ids = "1046" WHERE item_name = "ads_clearasil_vend"; +UPDATE items_base SET vending_ids = "1046" WHERE item_name = "ads_clearasil_vend2"; +UPDATE items_base SET vending_ids = "45,46,47" WHERE item_name = "ads_cl_moodi"; +UPDATE items_base SET vending_ids = "72" WHERE item_name = "ads_dfrisss"; +UPDATE items_base SET vending_ids = "49" WHERE item_name = "ads_droetker_paula"; +UPDATE items_base SET vending_ids = "1048" WHERE item_name = "ads_dtlrare"; +UPDATE items_base SET vending_ids = "1052" WHERE item_name = "ads_dtlrare_2"; +UPDATE items_base SET vending_ids = "1052" WHERE item_name = "ads_dtlrare_rc"; +UPDATE items_base SET vending_ids = "51" WHERE item_name = "ads_grefusa_yum"; +UPDATE items_base SET vending_ids = "59" WHERE item_name = "ads_hh_safe"; +UPDATE items_base SET vending_ids = "1028" WHERE item_name = "ads_honeymonster"; +UPDATE items_base SET vending_ids = "1" WHERE item_name = "ads_liisu"; +UPDATE items_base SET vending_ids = "41" WHERE item_name = "ads_mall_coffeem"; +UPDATE items_base SET vending_ids = "42" WHERE item_name = "ads_oc_soda"; +UPDATE items_base SET vending_ids = "57" WHERE item_name = "ads_oc_soda_cherry"; +UPDATE items_base SET vending_ids = "55" WHERE item_name = "ads_pepsi0"; +UPDATE items_base SET vending_ids = "61" WHERE item_name = "ads_sunnyvend"; +UPDATE items_base SET vending_ids = "1" WHERE item_name = "ads_suun"; +UPDATE items_base SET vending_ids = "1095" WHERE item_name = "antibully_machine"; +UPDATE items_base SET vending_ids = "27" WHERE item_name = "arabian_teamk"; +UPDATE items_base SET vending_ids = "1072" WHERE item_name = "army_c15_compass"; +UPDATE items_base SET vending_ids = "1065,1066,1067" WHERE item_name = "attic15_chest"; +UPDATE items_base SET vending_ids = "1,2" WHERE item_name = "bar_armas"; +UPDATE items_base SET vending_ids = "1,2" WHERE item_name = "bar_basic"; +UPDATE items_base SET vending_ids = "1,2" WHERE item_name = "bar_polyfon"; +UPDATE items_base SET vending_ids = "18" WHERE item_name = "bathroom_sinkmodule1"; +UPDATE items_base SET vending_ids = "18" WHERE item_name = "bathroom_sinkmodule2"; +UPDATE items_base SET vending_ids = "18" WHERE item_name = "bathroom_sinkmodule3"; +UPDATE items_base SET vending_ids = "18" WHERE item_name = "bathroom_sinkmodule4"; +UPDATE items_base SET vending_ids = "1059" WHERE item_name = "bathroom_toiletroll"; +UPDATE items_base SET vending_ids = "19" WHERE item_name = "bazaar_c17_bubblejuiceblower"; +UPDATE items_base SET vending_ids = "112" WHERE item_name = "bazaar_c17_chillies"; +UPDATE items_base SET vending_ids = "1078" WHERE item_name = "bazaar_c17_sticklizard"; +UPDATE items_base SET vending_ids = "18" WHERE item_name = "bazaar_r17_fountain"; +UPDATE items_base SET vending_ids = "32,35,40" WHERE item_name = "bling11_slot"; +UPDATE items_base SET vending_ids = "35" WHERE item_name = "bling_fridge"; +UPDATE items_base SET vending_ids = "50" WHERE item_name = "bling_fridge_restricted"; +UPDATE items_base SET vending_ids = "35" WHERE item_name = "bolly_phant"; +UPDATE items_base SET vending_ids = "1019" WHERE item_name = "bolly_vase"; +UPDATE items_base SET vending_ids = "113,114,115" WHERE item_name = "bonusrare18_1"; +UPDATE items_base SET vending_ids = "53" WHERE item_name = "bonusrare20_3"; +UPDATE items_base SET vending_ids = "26" WHERE item_name = "calippo"; +UPDATE items_base SET vending_ids = "38" WHERE item_name = "china_c21_orangebasket"; +UPDATE items_base SET vending_ids = "63" WHERE item_name = "cine_popcorn"; +UPDATE items_base SET vending_ids = "79,92,93,94,95" WHERE item_name = "cland15_flosstree"; +UPDATE items_base SET vending_ids = "4,75,76,77" WHERE item_name = "cland15_unipoo"; +UPDATE items_base SET vending_ids = "92,93,94,95" WHERE item_name = "cland_c15_swirltree"; +UPDATE items_base SET vending_ids = "109" WHERE item_name = "classic2_burger"; +UPDATE items_base SET vending_ids = "1,18,29,30,42,66" WHERE item_name = "classic2_drinkmach"; +UPDATE items_base SET vending_ids = "1,18,29,30,42,66" WHERE item_name = "classic2_drinkmach2"; +UPDATE items_base SET vending_ids = "109" WHERE item_name = "classic2_grill"; +UPDATE items_base SET vending_ids = "1070" WHERE item_name = "classic3_ticket"; +UPDATE items_base SET vending_ids = "42,43,66" WHERE item_name = "classic7_drinkcabinet"; +UPDATE items_base SET vending_ids = "29,30" WHERE item_name = "classic7_drinkdispenser"; +UPDATE items_base SET vending_ids = "42,43,66" WHERE item_name = "classic7_fridge"; +UPDATE items_base SET vending_ids = "7" WHERE item_name = "country_well"; +UPDATE items_base SET vending_ids = "1041,24,29,30,35,53,62,87,90" WHERE item_name = "cpunk_c15_bar"; +UPDATE items_base SET vending_ids = "67,67,67,68,69,69,69" WHERE item_name = "diner_gumvendor"; +UPDATE items_base SET vending_ids = "1073,1074,1075,1076" WHERE item_name = "dino_c15_nest"; +UPDATE items_base SET vending_ids = "1093" WHERE item_name = "dtl_r20_gold"; +UPDATE items_base SET vending_ids = "1051" WHERE item_name = "easel_5"; +UPDATE items_base SET vending_ids = "1050" WHERE item_name = "easter14_palmtree"; +UPDATE items_base SET vending_ids = "83" WHERE item_name = "easter_c17_appletree"; +UPDATE items_base SET vending_ids = "37" WHERE item_name = "easter_c17_peachtree"; +UPDATE items_base SET vending_ids = "36" WHERE item_name = "easter_c17_peartree"; +UPDATE items_base SET vending_ids = "116" WHERE item_name = "easter_c18_lemontree"; +UPDATE items_base SET vending_ids = "98" WHERE item_name = "easter_c18_veg"; +UPDATE items_base SET vending_ids = "1090,1091,1092" WHERE item_name = "easter_c20_fishingpole"; +UPDATE items_base SET vending_ids = "36,37,38,39" WHERE item_name = "eco_fruits1"; +UPDATE items_base SET vending_ids = "36,37,38,39" WHERE item_name = "eco_fruits2"; +UPDATE items_base SET vending_ids = "36,37,38,39" WHERE item_name = "eco_fruits3"; +UPDATE items_base SET vending_ids = "38" WHERE item_name = "eco_tree1"; +UPDATE items_base SET vending_ids = "36" WHERE item_name = "eco_tree2"; +UPDATE items_base SET vending_ids = "60" WHERE item_name = "es_roaster"; +UPDATE items_base SET vending_ids = "40" WHERE item_name = "exe_drinks_cabinet"; +UPDATE items_base SET vending_ids = "4" WHERE item_name = "exe_icecream"; +UPDATE items_base SET vending_ids = "124,125,126" WHERE item_name = "fest_c19_bobbatea"; +UPDATE items_base SET vending_ids = "127,128" WHERE item_name = "fest_c19_coalicecream"; +UPDATE items_base SET vending_ids = "3,4,5,6" WHERE item_name = "fridge"; +UPDATE items_base SET vending_ids = "1007" WHERE item_name = "garden_flo1"; +UPDATE items_base SET vending_ids = "1008" WHERE item_name = "garden_flo2"; +UPDATE items_base SET vending_ids = "1009" WHERE item_name = "garden_flo3"; +UPDATE items_base SET vending_ids = "1006" WHERE item_name = "giftflowers"; +UPDATE items_base SET vending_ids = "117" WHERE item_name = "gift_c18_cookiejar"; +UPDATE items_base SET vending_ids = "34" WHERE item_name = "gold_c15_arc_hole"; +UPDATE items_base SET vending_ids = "62" WHERE item_name = "gothic_bowl"; +UPDATE items_base SET vending_ids = "3" WHERE item_name = "hal_cauldron"; +UPDATE items_base SET vending_ids = "85,86" WHERE item_name = "hblooza14_cafe_b"; +UPDATE items_base SET vending_ids = "85,86" WHERE item_name = "hblooza14_cafe_p"; +UPDATE items_base SET vending_ids = "85,86" WHERE item_name = "hblooza14_cafe_y"; +UPDATE items_base SET vending_ids = "48,63,79,80,84" WHERE item_name = "hblooza14_candystall"; +UPDATE items_base SET vending_ids = "24,30,32,57,6,66,67,72" WHERE item_name = "hblooza14_drinkstall"; +UPDATE items_base SET vending_ids = "1053" WHERE item_name = "hblooza14_duckhook"; +UPDATE items_base SET vending_ids = "1036" WHERE item_name = "hblooza14_duckhookhc"; +UPDATE items_base SET vending_ids = "19" WHERE item_name = "hblooza_bubblejuice"; +UPDATE items_base SET vending_ids = "79,80" WHERE item_name = "hblooza_candyfloss"; +UPDATE items_base SET vending_ids = "70" WHERE item_name = "hblooza_chicken"; +UPDATE items_base SET vending_ids = "81" WHERE item_name = "hblooza_hotdog"; +UPDATE items_base SET vending_ids = "4,75,76,77" WHERE item_name = "hblooza_icecream"; +UPDATE items_base SET vending_ids = "1,1036,19,3,31,36,38,63,81" WHERE item_name = "hblooza_kiosk"; +UPDATE items_base SET vending_ids = "63" WHERE item_name = "hblooza_popcorn"; +UPDATE items_base SET vending_ids = "50" WHERE item_name = "hc16_3"; +UPDATE items_base SET vending_ids = "35" WHERE item_name = "hc17_11"; +UPDATE items_base SET vending_ids = "1096" WHERE item_name = "hc21_1"; +UPDATE items_base SET vending_ids = "100,103,107,3,36,83" WHERE item_name = "hc21_11"; +UPDATE items_base SET vending_ids = "53" WHERE item_name = "hc2_coffee"; +UPDATE items_base SET vending_ids = "3" WHERE item_name = "hcc_minibar"; +UPDATE items_base SET vending_ids = "27" WHERE item_name = "hc_arab_teamk"; +UPDATE items_base SET vending_ids = "24" WHERE item_name = "hc_btlr"; +UPDATE items_base SET vending_ids = "1011" WHERE item_name = "hosptl_bed"; +UPDATE items_base SET vending_ids = "1011,1013,1014,1015" WHERE item_name = "hosptl_cab1"; +UPDATE items_base SET vending_ids = "1011,1013,1014,1015" WHERE item_name = "hosptl_cab2"; +UPDATE items_base SET vending_ids = "29,30,42,43" WHERE item_name = "hosp_c19_drinksvend"; +UPDATE items_base SET vending_ids = "29" WHERE item_name = "hween08_sink"; +UPDATE items_base SET vending_ids = "30" WHERE item_name = "hween08_sink2"; +UPDATE items_base SET vending_ids = "58" WHERE item_name = "hween10_zombie"; +UPDATE items_base SET vending_ids = "29,34,58" WHERE item_name = "hween11_punch"; +UPDATE items_base SET vending_ids = "1035,1037,1038,1039,1040,1041,1042,1044,1045" WHERE item_name = "hween12_grabby"; +UPDATE items_base SET vending_ids = "83" WHERE item_name = "hween13_tree"; +UPDATE items_base SET vending_ids = "1061" WHERE item_name = "hween14_altarpieces3"; +UPDATE items_base SET vending_ids = "1043,1044" WHERE item_name = "hween_c18_labshelf"; +UPDATE items_base SET vending_ids = "1014,19,44" WHERE item_name = "hween_c18_medicineshelf"; +UPDATE items_base SET vending_ids = "1015,1035,1039,1040,1045,58" WHERE item_name = "hween_c18_spareparts"; +UPDATE items_base SET vending_ids = "1083" WHERE item_name = "hween_c19_pumpkinpatch"; +UPDATE items_base SET vending_ids = "44" WHERE item_name = "hween_r18_antiquechemset"; +UPDATE items_base SET vending_ids = "1021" WHERE item_name = "hyacinth1"; +UPDATE items_base SET vending_ids = "1022" WHERE item_name = "hyacinth2"; +UPDATE items_base SET vending_ids = "1023" WHERE item_name = "joulutahti"; +UPDATE items_base SET vending_ids = "1023" WHERE item_name = "joulutahti_notrd"; +UPDATE items_base SET vending_ids = "28" WHERE item_name = "jp_teamaker"; +UPDATE items_base SET vending_ids = "35" WHERE item_name = "js_bling_fridge"; +UPDATE items_base SET vending_ids = "43" WHERE item_name = "js_c16_drkcab"; +UPDATE items_base SET vending_ids = "1006,1037,1038" WHERE item_name = "jungle_c16_bush"; +UPDATE items_base SET vending_ids = "101,24,29,50,74" WHERE item_name = "ktchn15_bubblejuicerack"; +UPDATE items_base SET vending_ids = "41,53" WHERE item_name = "ktchn15_coffeemaker"; +UPDATE items_base SET vending_ids = "3,36,37,38,39" WHERE item_name = "ktchn15_fridge"; +UPDATE items_base SET vending_ids = "3,36,37,38,39" WHERE item_name = "ktchn_fridge"; +UPDATE items_base SET vending_ids = "34" WHERE item_name = "ktchn_inspctr"; +UPDATE items_base SET vending_ids = "40" WHERE item_name = "limo_b_mid3"; +UPDATE items_base SET vending_ids = "66" WHERE item_name = "lm_bananadrink"; +UPDATE items_base SET vending_ids = "29,30,34,36,37,38,42,83" WHERE item_name = "mall_c17_kiosk"; +UPDATE items_base SET vending_ids = "41" WHERE item_name = "mall_r17_coffeem"; +UPDATE items_base SET vending_ids = "107,113,114,115,129,130,42,43,66" WHERE item_name = "market_c19_dairyfridge"; +UPDATE items_base SET vending_ids = "111,132,136,34,81" WHERE item_name = "market_c19_deli1"; +UPDATE items_base SET vending_ids = "130,131,135,39,71,84,89" WHERE item_name = "market_c19_deli2"; +UPDATE items_base SET vending_ids = "1028,1089,117,138,63" WHERE item_name = "market_c19_drygoods"; +UPDATE items_base SET vending_ids = "1085,1086" WHERE item_name = "market_c19_dvds"; +UPDATE items_base SET vending_ids = "127,128,137,4,75,76,77" WHERE item_name = "market_c19_icecreamfreezer"; +UPDATE items_base SET vending_ids = "127,128,137,4,75,76,77" WHERE item_name = "market_c19_icecreamtubs"; +UPDATE items_base SET vending_ids = "109,122,136,70,81" WHERE item_name = "market_c19_meat"; +UPDATE items_base SET vending_ids = "1003,1004,1005,1068,1069,1070,1087,1088" WHERE item_name = "market_c19_stationary"; +UPDATE items_base SET vending_ids = "100,1084,112,116,133,134,3,36,37,38,83,98,99" WHERE item_name = "market_c19_vegfruit"; +UPDATE items_base SET vending_ids = "1,1013,1014,1015,1019,1029,1031,1032,1032,1033,1033,1034,1034,1035,1035,1036,1036,1037,1037,1038,1038,1051,28,29,3,34,36,37,38,39,58,70,71" WHERE item_name = "matic_dispenser"; +UPDATE items_base SET vending_ids = "1036" WHERE item_name = "matic_slime_duck"; +UPDATE items_base SET vending_ids = "18" WHERE item_name = "matic_water_dispenser"; +UPDATE items_base SET vending_ids = "19" WHERE item_name = "md_limukaappi"; +UPDATE items_base SET vending_ids = "64" WHERE item_name = "mm_lemon_drink"; +UPDATE items_base SET vending_ids = "10,11,12,13,14,15,16,17,8,9" WHERE item_name = "mocchamaster"; +UPDATE items_base SET vending_ids = "35" WHERE item_name = "ny2015_bar"; +UPDATE items_base SET vending_ids = "89" WHERE item_name = "ny2015_cctray"; +UPDATE items_base SET vending_ids = "90" WHERE item_name = "ny2015_drktray"; +UPDATE items_base SET vending_ids = "104" WHERE item_name = "olympics_c16_cadorack"; +UPDATE items_base SET vending_ids = "105" WHERE item_name = "olympics_c16_graperack"; +UPDATE items_base SET vending_ids = "102" WHERE item_name = "olympics_c16_merch"; +UPDATE items_base SET vending_ids = "103" WHERE item_name = "olympics_c16_nanarack"; +UPDATE items_base SET vending_ids = "108" WHERE item_name = "olympics_c16_weightrack"; +UPDATE items_base SET vending_ids = "106" WHERE item_name = "olympics_r16_smoothie"; +UPDATE items_base SET vending_ids = "107" WHERE item_name = "olympics_r16_vendingmchn"; +UPDATE items_base SET vending_ids = "96" WHERE item_name = "paris15_cake"; +UPDATE items_base SET vending_ids = "97" WHERE item_name = "paris_c15_breadstall"; +UPDATE items_base SET vending_ids = "1000,1001,1002,1006,1007,1008,1009,1019,1021,1022" WHERE item_name = "paris_c15_flowerstl"; +UPDATE items_base SET vending_ids = "100" WHERE item_name = "paris_c15_vegstall1"; +UPDATE items_base SET vending_ids = "99" WHERE item_name = "paris_c15_vegstall2"; +UPDATE items_base SET vending_ids = "98" WHERE item_name = "paris_c15_vegstall3"; +UPDATE items_base SET vending_ids = "31" WHERE item_name = "party_tray"; +UPDATE items_base SET vending_ids = "3" WHERE item_name = "pcnc_carrot"; +UPDATE items_base SET vending_ids = "38" WHERE item_name = "pirate_barrel2"; +UPDATE items_base SET vending_ids = "34" WHERE item_name = "pirate_barrel3"; +UPDATE items_base SET vending_ids = "1047" WHERE item_name = "pirate_cannonballs"; +UPDATE items_base SET vending_ids = "82" WHERE item_name = "pirate_navdesk"; +UPDATE items_base SET vending_ids = "1000" WHERE item_name = "plant_rose"; +UPDATE items_base SET vending_ids = "1001" WHERE item_name = "plant_rose_black"; +UPDATE items_base SET vending_ids = "1002" WHERE item_name = "plant_sunflower"; +UPDATE items_base SET vending_ids = "1024" WHERE item_name = "pudding"; +UPDATE items_base SET vending_ids = "1,2" WHERE item_name = "purablk_c16_bar"; +UPDATE items_base SET vending_ids = "3,4,5,6" WHERE item_name = "purablk_c16_fridge"; +UPDATE items_base SET vending_ids = "4" WHERE item_name = "qt_sum11_ictrolley"; +UPDATE items_base SET vending_ids = "35" WHERE item_name = "qt_xm10_elephant"; +UPDATE items_base SET vending_ids = "1082" WHERE item_name = "rainbow_c19_flags"; +UPDATE items_base SET vending_ids = "4" WHERE item_name = "rare_blackrosegold_icecream"; +UPDATE items_base SET vending_ids = "4" WHERE item_name = "rare_colourable_icecream"; +UPDATE items_base SET vending_ids = "4" WHERE item_name = "rare_icecream"; +UPDATE items_base SET vending_ids = "4" WHERE item_name = "rare_icecream_campaign"; +UPDATE items_base SET vending_ids = "146" WHERE item_name = "rare_r21_coffeesiphon"; +UPDATE items_base SET vending_ids = "1024,1053,89" WHERE item_name = "room_cof15_counter1"; +UPDATE items_base SET vending_ids = "10,11,12,13,14,15,16,17,53,54,8,9" WHERE item_name = "room_cof15_cup"; +UPDATE items_base SET vending_ids = "85,86" WHERE item_name = "room_cof15_cup2"; +UPDATE items_base SET vending_ids = "1003,1004,1005" WHERE item_name = "room_cof15_shelf"; +UPDATE items_base SET vending_ids = "42" WHERE item_name = "room_info15_fridge"; +UPDATE items_base SET vending_ids = "3" WHERE item_name = "room_pcnc15_carrot"; +UPDATE items_base SET vending_ids = "81" WHERE item_name = "room_pcnc15_hotdog"; +UPDATE items_base SET vending_ids = "42,43" WHERE item_name = "room_pcnc15_soda"; +UPDATE items_base SET vending_ids = "19" WHERE item_name = "room_thr15_bubjuice"; +UPDATE items_base SET vending_ids = "48,67,68,69,79,80,84" WHERE item_name = "room_thr15_candy"; +UPDATE items_base SET vending_ids = "81" WHERE item_name = "room_thr15_hotdog"; +UPDATE items_base SET vending_ids = "4,75,76,77" WHERE item_name = "room_thr15_icecream"; +UPDATE items_base SET vending_ids = "63" WHERE item_name = "room_thr15_popcorn"; +UPDATE items_base SET vending_ids = "1068,1069,1070" WHERE item_name = "room_wl15_mag1"; +UPDATE items_base SET vending_ids = "1003,1004,1005" WHERE item_name = "room_wlof15_bookcase"; +UPDATE items_base SET vending_ids = "17" WHERE item_name = "safe_silo"; +UPDATE items_base SET vending_ids = "3" WHERE item_name = "safe_silo_pb"; +UPDATE items_base SET vending_ids = "1" WHERE item_name = "samovar"; +UPDATE items_base SET vending_ids = "111" WHERE item_name = "santorini_c17_rockpool"; +UPDATE items_base SET vending_ids = "1060" WHERE item_name = "sb_cans"; +UPDATE items_base SET vending_ids = "3,36,37,71" WHERE item_name = "school_cafe"; +UPDATE items_base SET vending_ids = "44" WHERE item_name = "sf_mbar"; +UPDATE items_base SET vending_ids = "1003,1004,1005" WHERE item_name = "shelves_silo"; +UPDATE items_base SET vending_ids = "18" WHERE item_name = "sink"; +UPDATE items_base SET vending_ids = "1062,1063,1064" WHERE item_name = "st_hween14_skulls"; +UPDATE items_base SET vending_ids = "1054,1055,1056,1057" WHERE item_name = "st_palooza_balloons"; +UPDATE items_base SET vending_ids = "109" WHERE item_name = "summer_c17_burgertruck"; +UPDATE items_base SET vending_ids = "43" WHERE item_name = "summer_icebox"; +UPDATE items_base SET vending_ids = "1081" WHERE item_name = "suncity_c19_wateroutlet"; +UPDATE items_base SET vending_ids = "53" WHERE item_name = "sunsetcafe_c20_coffeemachine"; +UPDATE items_base SET vending_ids = "1030" WHERE item_name = "tablet_vendor"; +UPDATE items_base SET vending_ids = "1071" WHERE item_name = "tablet_vendorg"; +UPDATE items_base SET vending_ids = "71" WHERE item_name = "toaster"; +UPDATE items_base SET vending_ids = "1043,1079,1080" WHERE item_name = "tokyo_c18_bugsmachine"; +UPDATE items_base SET vending_ids = "118,119,42,43,66" WHERE item_name = "tokyo_c18_drinksmachine"; +UPDATE items_base SET vending_ids = "122" WHERE item_name = "tokyo_c18_snackdisplay"; +UPDATE items_base SET vending_ids = "120,121" WHERE item_name = "tokyo_c18_snackdisplay2"; +UPDATE items_base SET vending_ids = "1031" WHERE item_name = "track12_mini_torch"; +UPDATE items_base SET vending_ids = "10" WHERE item_name = "track12_tea_mother"; +UPDATE items_base SET vending_ids = "40" WHERE item_name = "tray_glasstower"; +UPDATE items_base SET vending_ids = "70" WHERE item_name = "turkey"; +UPDATE items_base SET vending_ids = "18,29,3,30,34,36,37" WHERE item_name = "uni_fridge"; +UPDATE items_base SET vending_ids = "1051" WHERE item_name = "val13_easel_1"; +UPDATE items_base SET vending_ids = "1051" WHERE item_name = "val13_easel_2"; +UPDATE items_base SET vending_ids = "1051" WHERE item_name = "val13_easel_3"; +UPDATE items_base SET vending_ids = "1051" WHERE item_name = "val13_easel_4"; +UPDATE items_base SET vending_ids = "1051" WHERE item_name = "val13_easel_5"; +UPDATE items_base SET vending_ids = "91" WHERE item_name = "val15_tea"; +UPDATE items_base SET vending_ids = "143,144" WHERE item_name = "val_c20_chocfountain"; +UPDATE items_base SET vending_ids = "25" WHERE item_name = "val_cauldron"; +UPDATE items_base SET vending_ids = "3,36,37" WHERE item_name = "vikings_basket1"; +UPDATE items_base SET vending_ids = "1035,1040,34,70" WHERE item_name = "vikings_basket2"; +UPDATE items_base SET vending_ids = "88" WHERE item_name = "wildwest_cabinet"; +UPDATE items_base SET vending_ids = "1058" WHERE item_name = "wildwest_light"; +UPDATE items_base SET vending_ids = "87" WHERE item_name = "wildwest_pump"; +UPDATE items_base SET vending_ids = "15" WHERE item_name = "xm09_cocoa"; +UPDATE items_base SET vending_ids = "34" WHERE item_name = "xmas08_hole"; +UPDATE items_base SET vending_ids = "1029" WHERE item_name = "xmas11_balloon"; +UPDATE items_base SET vending_ids = "15" WHERE item_name = "xmas11_btlr"; +UPDATE items_base SET vending_ids = "73" WHERE item_name = "xmas12_barrel"; +UPDATE items_base SET vending_ids = "60" WHERE item_name = "xmas12_nutcracker"; +UPDATE items_base SET vending_ids = "1025,48,84" WHERE item_name = "xmas13_candycane1"; +UPDATE items_base SET vending_ids = "73" WHERE item_name = "xmas13_eggnogbowl"; +UPDATE items_base SET vending_ids = "84" WHERE item_name = "xmas13_gingerbread"; +UPDATE items_base SET vending_ids = "4" WHERE item_name = "xmas13_icecream"; +UPDATE items_base SET vending_ids = "18" WHERE item_name = "xmas13_snowflake7"; +UPDATE items_base SET vending_ids = "1049" WHERE item_name = "xmas13_toolbox"; +UPDATE items_base SET vending_ids = "31" WHERE item_name = "xmas14_tikibar"; +UPDATE items_base SET vending_ids = "31" WHERE item_name = "xmas14_tikibar2"; +UPDATE items_base SET vending_ids = "60" WHERE item_name = "xmas15_nutcrackerltd"; +UPDATE items_base SET vending_ids = "1026,1053,1065,1066,1067" WHERE item_name = "xmas_c15_store1"; +UPDATE items_base SET vending_ids = "48,67,68,69,92,93,94,95" WHERE item_name = "xmas_c15_store2"; +UPDATE items_base SET vending_ids = "81" WHERE item_name = "xmas_c15_store3"; +UPDATE items_base SET vending_ids = "84" WHERE item_name = "xmas_c15_store4"; +UPDATE items_base SET vending_ids = "110" WHERE item_name = "xmas_c16_mailshelf"; +UPDATE items_base SET vending_ids = "60" WHERE item_name = "xmas_c17_chestnutstall"; +UPDATE items_base SET vending_ids = "123" WHERE item_name = "xmas_c18_borscht"; +UPDATE items_base SET vending_ids = "142" WHERE item_name = "xmas_c19_stackedicedrinks"; +UPDATE items_base SET vending_ids = "1025,1026,1027" WHERE item_name = "xmas_giftbag"; +UPDATE items_base SET vending_ids = "1094" WHERE item_name = "xmas_r20_magicsword"; + diff --git a/Catalog-SQLS/catalog_clothing.sql b/Catalog-SQLS/catalog_clothing.sql new file mode 100644 index 00000000..a05ed0bc --- /dev/null +++ b/Catalog-SQLS/catalog_clothing.sql @@ -0,0 +1,669 @@ +/* +Navicat MySQL Data Transfer + +Source Server : hotel +Source Server Version : 50505 +Source Host : localhost:3306 +Source Database : hotel + +Target Server Type : MYSQL +Target Server Version : 50505 +File Encoding : 65001 + +Date: 2020-12-18 10:07:08 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for catalog_clothing +-- ---------------------------- +DROP TABLE IF EXISTS `catalog_clothing`; +CREATE TABLE `catalog_clothing` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(75) NOT NULL, + `setid` varchar(75) NOT NULL, + PRIMARY KEY (`id`) USING BTREE +) ENGINE=MyISAM AUTO_INCREMENT=894 DEFAULT CHARSET=latin1 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'); +INSERT INTO `catalog_clothing` VALUES ('845', 'clothing_wingstiara', '4022'); +INSERT INTO `catalog_clothing` VALUES ('846', 'clothing_r20_slumberoutfit', '3977,3978,3979'); +INSERT INTO `catalog_clothing` VALUES ('847', 'clothing_cyeyepiece', '4021'); +INSERT INTO `catalog_clothing` VALUES ('848', 'clothing_r20_cyborgface', '4015'); +INSERT INTO `catalog_clothing` VALUES ('849', 'clothing_cybuns', '4020'); +INSERT INTO `catalog_clothing` VALUES ('850', 'clothing_cylegs', '4017'); +INSERT INTO `catalog_clothing` VALUES ('851', 'clothing_cytrainers', '4016'); +INSERT INTO `catalog_clothing` VALUES ('852', 'clothing_r20_cyborgwings', '4026'); +INSERT INTO `catalog_clothing` VALUES ('853', 'clothing_cyfins', '4019'); +INSERT INTO `catalog_clothing` VALUES ('854', 'clothing_cygasmask', '4014'); +INSERT INTO `catalog_clothing` VALUES ('855', 'clothing_cyhelmet', '4018'); +INSERT INTO `catalog_clothing` VALUES ('856', 'clothing_cychest', '4025'); +INSERT INTO `catalog_clothing` VALUES ('857', 'clothing_multieyesface', '4023'); +INSERT INTO `catalog_clothing` VALUES ('858', 'clothing_r20_possessedhair', '4024'); +INSERT INTO `catalog_clothing` VALUES ('859', 'clothing_tentaclehead', '4009'); +INSERT INTO `catalog_clothing` VALUES ('860', 'clothing_webskirt', '4012'); +INSERT INTO `catalog_clothing` VALUES ('861', 'clothing_nt_pumpkinbag', '4005'); +INSERT INTO `catalog_clothing` VALUES ('862', 'clothing_nt_ghost', '4006'); +INSERT INTO `catalog_clothing` VALUES ('863', 'clothing_pumpkinbag', '4005'); +INSERT INTO `catalog_clothing` VALUES ('864', 'clothing_crookedhat', '4007'); +INSERT INTO `catalog_clothing` VALUES ('865', 'clothing_ghost', '4006'); +INSERT INTO `catalog_clothing` VALUES ('866', 'clothing_nt_webskirt', '4012'); +INSERT INTO `catalog_clothing` VALUES ('867', 'clothing_nt_clownmask', '4013'); +INSERT INTO `catalog_clothing` VALUES ('868', 'clothing_r20_pumpkinoutfit', '4008,4010,4011'); +INSERT INTO `catalog_clothing` VALUES ('869', 'clothing_clownmask', '4013'); +INSERT INTO `catalog_clothing` VALUES ('870', 'clothing_unicornrainbow', '4038'); +INSERT INTO `catalog_clothing` VALUES ('871', 'clothing_r20_teddybpack', '4037'); +INSERT INTO `catalog_clothing` VALUES ('872', 'clothing_r20_bearset', '4039,4040,4041'); +INSERT INTO `catalog_clothing` VALUES ('873', 'clothing_nt_kilt', '4034'); +INSERT INTO `catalog_clothing` VALUES ('874', 'clothing_r20_dragonflywings', '4032'); +INSERT INTO `catalog_clothing` VALUES ('875', 'clothing_kilttop', '4033'); +INSERT INTO `catalog_clothing` VALUES ('876', 'clothing_kilt', '4034'); +INSERT INTO `catalog_clothing` VALUES ('877', 'clothing_lanternstaff', '4036'); +INSERT INTO `catalog_clothing` VALUES ('878', 'clothing_nt_kilttop', '4033'); +INSERT INTO `catalog_clothing` VALUES ('879', 'clothing_nt_lanternstaff', '4036'); +INSERT INTO `catalog_clothing` VALUES ('880', 'clothing_r20_inuit', '4027,4028,4029,4030'); +INSERT INTO `catalog_clothing` VALUES ('881', 'clothing_braidedwavyhair', '4031'); +INSERT INTO `catalog_clothing` VALUES ('882', 'clothing_nt_braidedwavyhair', '4031'); +INSERT INTO `catalog_clothing` VALUES ('883', 'clothing_r20_mask3', '4044'); +INSERT INTO `catalog_clothing` VALUES ('884', 'clothing_r20_mask1', '4042'); +INSERT INTO `catalog_clothing` VALUES ('885', 'clothing_r20_mask2', '4043'); +INSERT INTO `catalog_clothing` VALUES ('886', 'clothing_r20_mask4', '4045'); +INSERT INTO `catalog_clothing` VALUES ('887', 'clothing_r20_mask5', '4046'); +INSERT INTO `catalog_clothing` VALUES ('888', 'clothing_r20_mask6', '4047'); +INSERT INTO `catalog_clothing` VALUES ('889', 'clothing_r20_mask7', '4048'); +INSERT INTO `catalog_clothing` VALUES ('890', 'clothing_r20_mask8', '4049'); +INSERT INTO `catalog_clothing` VALUES ('891', 'clothing_r21_sunnycloudhat', '4061'); +INSERT INTO `catalog_clothing` VALUES ('892', 'clothing_goldhatpack1', '4050,4051,4052,4053,4054,4055,4056,4057'); +INSERT INTO `catalog_clothing` VALUES ('893', 'clothing_oxset', '4058,4059,4060'); diff --git a/Catalog-SQLS/catalog_featured_pages.sql b/Catalog-SQLS/catalog_featured_pages.sql new file mode 100644 index 00000000..74cd40b0 --- /dev/null +++ b/Catalog-SQLS/catalog_featured_pages.sql @@ -0,0 +1,40 @@ +/* +Navicat MySQL Data Transfer + +Source Server : hotel +Source Server Version : 50505 +Source Host : localhost:3306 +Source Database : hotel + +Target Server Type : MYSQL +Target Server Version : 50505 +File Encoding : 65001 + +Date: 2020-12-18 10:07:21 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for catalog_featured_pages +-- ---------------------------- +DROP TABLE IF EXISTS `catalog_featured_pages`; +CREATE TABLE `catalog_featured_pages` ( + `slot_id` int(11) NOT NULL, + `image` varchar(70) NOT NULL DEFAULT '', + `caption` varchar(130) NOT NULL DEFAULT '', + `type` enum('page_name','page_id','product_name') NOT NULL DEFAULT 'page_name', + `expire_timestamp` int(11) NOT NULL DEFAULT -1, + `page_name` varchar(30) NOT NULL DEFAULT '', + `page_id` int(11) NOT NULL DEFAULT 0, + `product_name` varchar(40) NOT NULL DEFAULT '', + PRIMARY KEY (`slot_id`) USING BTREE +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of catalog_featured_pages +-- ---------------------------- +INSERT INTO `catalog_featured_pages` VALUES ('1', 'catalogue/feature_cata/feature_cata_hort_classicbb_bundle.png', 'Classic Public Furni!', 'page_name', '-1', 'battleball', '361', ''); +INSERT INTO `catalog_featured_pages` VALUES ('4', 'catalogue/feature_cata/feature_cata_vert_xmas20_newfurni.png', 'Enchanted Winter Forest', 'page_name', '-1', 'winter_forest', '1224', ''); +INSERT INTO `catalog_featured_pages` VALUES ('3', 'catalogue/feature_cata/feature_cata_hort_clothes.png', 'NEW Clothing!', 'page_name', '-1', 'new_additions', '589', ''); +INSERT INTO `catalog_featured_pages` VALUES ('2', 'catalogue/feature_cata/bc_feature.png', 'Builders Club Blocks!', 'page_name', '-1', 'alphabet_blocks', '117', ''); diff --git a/Catalog-SQLS/catalog_items.sql b/Catalog-SQLS/catalog_items.sql new file mode 100644 index 00000000..c977e465 --- /dev/null +++ b/Catalog-SQLS/catalog_items.sql @@ -0,0 +1,11506 @@ +/* +Navicat MySQL Data Transfer + +Source Server : hotel +Source Server Version : 50505 +Source Host : localhost:3306 +Source Database : hotel + +Target Server Type : MYSQL +Target Server Version : 50505 +File Encoding : 65001 + +Date: 2020-12-18 10:07:33 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for catalog_items +-- ---------------------------- +DROP TABLE IF EXISTS `catalog_items`; +CREATE TABLE `catalog_items` ( + `id` int(16) NOT NULL AUTO_INCREMENT, + `item_ids` varchar(666) NOT NULL, + `page_id` int(11) NOT NULL, + `catalog_name` varchar(100) NOT NULL, + `cost_credits` int(11) NOT NULL DEFAULT 3, + `cost_points` int(11) NOT NULL DEFAULT 0, + `points_type` int(3) NOT NULL DEFAULT 0 COMMENT '0 for duckets; 5 for diamonds; and any seasonal/GOTW currencies you have in your emu_settings table.', + `amount` int(11) NOT NULL DEFAULT 1, + `limited_stack` int(11) NOT NULL DEFAULT 0 COMMENT 'Change this number to make the item limited.', + `limited_sells` int(11) NOT NULL DEFAULT 0 COMMENT 'This automatically logs from the emu; do not change it.', + `order_number` int(11) NOT NULL DEFAULT 1, + `offer_id` int(11) NOT NULL DEFAULT -1, + `song_id` int(3) unsigned NOT NULL DEFAULT 0, + `extradata` varchar(500) NOT NULL DEFAULT '', + `have_offer` enum('0','1') NOT NULL DEFAULT '1', + `club_only` enum('0','1') NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `page_id` (`page_id`) USING BTREE, + KEY `catalog_name` (`catalog_name`) USING BTREE, + KEY `costs` (`cost_credits`,`cost_points`,`points_type`) USING BTREE, + KEY `id` (`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=60763 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of catalog_items +-- ---------------------------- +INSERT INTO `catalog_items` VALUES ('1', '1', '22', 'A2 tlp 20', '3', '0', '0', '30', '0', '0', '99', '1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2', '2', '22', 'a2 slp', '3', '0', '0', '30', '0', '0', '99', '2', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3', '3', '429', 'photo', '4', '0', '0', '1', '0', '0', '99', '3', '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', '21158', '429', 'avatar_effect158', '4', '0', '0', '1', '0', '0', '99', '7', '0', '158', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8', '8', '26', 'room_ad_plus_badge', '0', '100', '0', '1', '0', '0', '1', '8', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('12', '12', '198', 'md_limukaappi_cmp', '3', '0', '0', '1', '0', '0', '1', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('13', '13', '27', 'A1 HYN', '3', '0', '0', '1', '0', '0', '105', '13', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('14', '14', '17', 'A2 KHP', '5', '0', '0', '1', '0', '0', '1', '14', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('15', '15', '281', 'A1 KHS', '3', '0', '0', '1', '0', '0', '3', '15', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('17', '17', '17', 'A1 PPP', '2', '0', '0', '1', '0', '0', '2', '17', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('18', '18', '17', 'A1 TUP', '2', '0', '0', '1', '0', '0', '4', '18', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('20', '20', '27', 'A1 PYN', '3', '0', '0', '1', '0', '0', '165', '20', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('21', '21', '281', 'A2 OSLO', '3', '0', '0', '1', '0', '0', '6', '21', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('22', '22', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '40', '22', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('23', '23', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '80', '23', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('24', '24', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '60', '24', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('25', '25', '17', 'A1 LTP', '1', '0', '0', '1', '0', '0', '5', '25', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('26', '26', '281', 'A1 TUS', '2', '0', '0', '1', '0', '0', '16', '26', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('28', '28', '281', 'A1 SHS', '3', '0', '0', '1', '0', '0', '34', '28', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('29', '29', '27', 'A1 PEN', '3', '0', '0', '1', '0', '0', '15', '29', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('30', '30', '27', 'A1 TUN', '2', '0', '0', '1', '0', '0', '1', '30', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('31', '31', '17', 'A1 PMP', '3', '0', '0', '1', '0', '0', '3', '31', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('32', '32', '559', 'A1 OSB', '1', '0', '0', '1', '0', '0', '32', '32', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('33', '33', '559', 'A1 BV1', '1', '0', '0', '1', '0', '0', '22', '33', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('34', '34', '17', 'A1 STP', '2', '0', '0', '1', '0', '0', '10', '34', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('35', '35', '17', 'A2 SHP', '3', '0', '0', '1', '0', '0', '20', '35', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('36', '36', '281', 'A1 STS', '2', '0', '0', '1', '0', '0', '44', '36', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('38', '38', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '20', '38', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('39', '39', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '0', '39', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40', '40', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '100', '40', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41', '41', '17', 'A2 S2P', '4', '0', '0', '1', '0', '0', '30', '41', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42', '42', '17', 'A1 S1B', '3', '0', '0', '1', '0', '0', '40', '42', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43', '43', '429', 'bed_trad_one', '4', '0', '0', '1', '0', '0', '99', '43', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44', '44', '429', 'bed_trad', '4', '0', '0', '1', '0', '0', '99', '44', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45', '45', '281', 'A1 S1S', '2', '0', '0', '1', '0', '0', '1', '45', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46', '46', '281', 'A1 S2S', '3', '0', '0', '1', '0', '0', '2', '46', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47', '47', '281', 'A1 PPS', '2', '0', '0', '1', '0', '0', '54', '47', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('48', '48', '18', 'A2 S2A', '4', '0', '0', '1', '0', '0', '5', '48', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('49', '49', '429', 'bed_budget_one', '4', '0', '0', '1', '0', '0', '101', '49', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50', '50', '429', 'bed_budget', '4', '0', '0', '1', '0', '0', '43', '50', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('51', '51', '18', 'A1 KHA', '4', '0', '0', '1', '0', '0', '14', '51', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('52', '52', '18', 'A1 PEA', '3', '0', '0', '1', '0', '0', '6', '52', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('53', '53', '18', 'A2 PIA', '4', '0', '0', '1', '0', '0', '17', '53', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('54', '54', '18', 'A1 PPA', '3', '0', '0', '1', '0', '0', '16', '54', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('55', '55', '18', 'A1 JAA', '1', '0', '0', '1', '0', '0', '15', '55', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('56', '56', '18', 'A2 TAA', '4', '0', '0', '1', '0', '0', '11', '56', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('57', '57', '18', 'A1 JLA', '3', '0', '0', '1', '0', '0', '13', '57', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('58', '58', '18', 'A1 S1A', '3', '0', '0', '1', '0', '0', '4', '58', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('59', '59', '559', 'A1 BM1', '3', '0', '0', '1', '0', '0', '12', '59', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60', '60', '18', 'A1 RMA', '3', '0', '0', '1', '0', '0', '7', '60', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('61', '61', '559', 'A2 MUR', '4', '0', '0', '1', '0', '0', '1', '61', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('62', '62', '17', 'A2 TAP', '5', '0', '0', '1', '0', '0', '6', '62', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('63', '63', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '41', '63', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('64', '64', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '61', '64', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('65', '65', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '81', '65', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('66', '66', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '101', '66', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('67', '67', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '1', '67', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('68', '68', '559', 'A1 BM7', '3', '0', '0', '1', '0', '0', '18', '68', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('69', '69', '559', 'A1 BV2', '1', '0', '0', '1', '0', '0', '23', '69', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('70', '70', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '42', '70', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('71', '71', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '62', '71', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('72', '72', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '82', '72', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('73', '73', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '102', '73', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('74', '74', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '2', '74', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('75', '75', '559', 'A1 BV3', '1', '0', '0', '1', '0', '0', '24', '75', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('76', '76', '559', 'A1 BM2', '3', '0', '0', '1', '0', '0', '13', '76', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('77', '77', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '43', '77', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('78', '78', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '63', '78', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('79', '79', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '83', '79', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('80', '80', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '103', '80', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('81', '81', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '3', '81', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('82', '82', '559', 'A1 BM3', '3', '0', '0', '1', '0', '0', '14', '82', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('83', '83', '559', 'A1 BV4', '1', '0', '0', '1', '0', '0', '25', '83', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('84', '84', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '44', '84', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('85', '85', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '64', '85', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('86', '86', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '84', '86', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('87', '87', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '104', '87', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('88', '88', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '4', '88', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('89', '89', '559', 'A1 BM4', '3', '0', '0', '1', '0', '0', '15', '89', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('90', '90', '559', 'A1 BV5', '1', '0', '0', '1', '0', '0', '25', '90', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('91', '91', '559', 'A1 BV7', '1', '0', '0', '1', '0', '0', '26', '91', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('93', '93', '559', 'A1 BV6', '1', '0', '0', '1', '0', '0', '26', '93', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('94', '94', '559', 'A1 BM5', '3', '0', '0', '1', '0', '0', '16', '94', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('95', '95', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '45', '95', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('96', '96', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '65', '96', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('97', '97', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '85', '97', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('98', '98', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '105', '98', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('99', '99', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '5', '99', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('100', '100', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '46', '100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('101', '101', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '66', '101', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('102', '102', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '86', '102', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('103', '103', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '106', '103', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('104', '104', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '6', '104', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('105', '105', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '47', '105', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('106', '106', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '67', '106', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('107', '107', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '87', '107', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('108', '108', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '107', '108', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('109', '109', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '7', '109', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('110', '110', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '48', '110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('111', '111', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '68', '111', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('112', '112', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '88', '112', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('113', '113', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '108', '113', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('114', '114', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '8', '114', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('115', '115', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '49', '115', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('116', '116', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '69', '116', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('117', '117', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '89', '117', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('118', '118', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '109', '118', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('119', '119', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '9', '119', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('120', '120', '559', 'A1 BM6', '3', '0', '0', '1', '0', '0', '17', '120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('121', '121', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '21', '121', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('122', '122', '22', 'A1 PIZ', '2', '0', '0', '1', '0', '0', '10', '122', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('123', '123', '22', 'A1 DRK_2', '2', '0', '0', '1', '0', '0', '10', '123', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('124', '124', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '22', '124', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('125', '125', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '23', '125', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('126', '126', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '24', '126', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('127', '127', '17', 'A2 BAP', '3', '0', '0', '1', '0', '0', '7', '127', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('128', '128', '663', 'A1 PL1', '5', '0', '0', '1', '0', '0', '1', '128', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('129', '129', '22', 'A2 PUL', '3', '0', '0', '1', '0', '0', '11', '129', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('130', '130', '17', 'A1 BTP', '3', '0', '0', '1', '0', '0', '50', '130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('131', '131', '17', 'A1 BKP', '3', '0', '0', '1', '0', '0', '60', '131', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('132', '132', '429', 'floortile', '4', '0', '0', '1', '0', '0', '1', '132', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('133', '133', '18', 'A2 BAA', '3', '0', '0', '1', '0', '0', '2', '133', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('134', '134', '18', 'A1 BTA', '4', '0', '0', '1', '0', '0', '1', '134', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('135', '135', '18', 'A1 BJA', '1', '0', '0', '1', '0', '0', '3', '135', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('136', '136', '559', 'A1 MM1', '3', '0', '0', '1', '0', '0', '5', '136', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('137', '137', '559', 'A1 MM2', '3', '0', '0', '1', '0', '0', '6', '137', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('138', '138', '559', 'A1 MM3', '3', '0', '0', '1', '0', '0', '7', '138', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('139', '139', '559', 'A1 MM4', '3', '0', '0', '1', '0', '0', '8', '139', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('140', '140', '559', 'A1 MM5', '3', '0', '0', '1', '0', '0', '9', '140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('141', '141', '559', 'A1 MM6', '3', '0', '0', '1', '0', '0', '10', '141', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('143', '143', '559', 'A1 MM7', '3', '0', '0', '1', '0', '0', '11', '143', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('144', '144', '22', 'A2 RTV', '3', '0', '0', '1', '0', '0', '7', '144', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('145', '145', '22', 'A2 WTV', '4', '0', '0', '1', '0', '0', '8', '145', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('146', '146', '556', 'A2 MURLOVE', '4', '0', '0', '1', '0', '0', '2', '146', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('147', '147', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '25', '147', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('148', '148', '559', 'A2 MURCOLD', '4', '0', '0', '1', '0', '0', '2', '148', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('149', '149', '559', 'A2 MUROLD', '4', '0', '0', '1', '0', '0', '3', '149', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('150', '150', '559', 'A2 MURECO', '4', '0', '0', '1', '0', '0', '4', '150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('151', '151', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '26', '151', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('152', '152', '17', 'A2 RRP', '4', '0', '0', '1', '0', '0', '8', '152', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('153', '153', '17', 'A2 R2P', '4', '0', '0', '1', '0', '0', '9', '153', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('154', '154', '556', 'A1 GIRLSTP', '3', '0', '0', '1', '0', '0', '99', '154', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('155', '155', '556', 'A1 GIRLS1P', '3', '0', '0', '1', '0', '0', '99', '155', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('156', '156', '556', 'A2 GIRLS2P', '4', '0', '0', '1', '0', '0', '99', '156', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('157', '157', '556', 'A2 GIRLSHP', '3', '0', '0', '1', '0', '0', '99', '157', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('158', '158', '429', 'bed_budgetb_one', '4', '0', '0', '1', '0', '0', '42', '158', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('159', '159', '429', 'bed_budgetb', '4', '0', '0', '1', '0', '0', '104', '159', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('160', '160', '20', 'A1 ANANAS', '3', '0', '0', '1', '0', '0', '99', '160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('161', '161', '20', 'A1 PUU_2', '3', '0', '0', '1', '0', '0', '99', '161', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('162', '162', '20', 'A1 PIKKUKAKTUS', '2', '0', '0', '1', '0', '0', '99', '162', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('163', '163', '20', 'A2 BONSAI', '3', '0', '0', '1', '0', '0', '99', '163', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('164', '164', '20', 'A2 ISOKAKTUS', '3', '0', '0', '1', '0', '0', '99', '164', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('165', '165', '20', 'A2 JUKKA', '3', '0', '0', '1', '0', '0', '99', '165', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('166', '166', '559', 'A1 BM8', '3', '0', '0', '1', '0', '0', '18', '166', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('167', '167', '559', 'A1 BM9', '3', '0', '0', '1', '0', '0', '18', '167', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('168', '168', '559', 'A1 BMA', '3', '0', '0', '1', '0', '0', '19', '168', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('169', '169', '559', 'A1 BMB', '3', '0', '0', '1', '0', '0', '20', '169', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('170', '170', '559', 'A1 BMC', '3', '0', '0', '1', '0', '0', '21', '170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('171', '171', '20', 'a2 aurinko', '3', '0', '0', '1', '0', '0', '99', '171', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('172', '172', '20', 'a2 ruusu', '3', '0', '0', '1', '0', '0', '99', '172', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('173', '173', '22', 'A2 DIGITV', '6', '0', '0', '1', '0', '0', '9', '173', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('174', '174', '182', 'A2 AMME', '4', '0', '0', '1', '0', '0', '42', '174', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('177', '177', '182', 'A1 LAVUAARI', '3', '0', '0', '1', '0', '0', '35', '177', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('178', '178', '182', 'A2 PYTTYSIN', '3', '0', '0', '1', '0', '0', '39', '178', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('179', '179', '182', 'A1 KUMIANKKA', '1', '0', '0', '1', '0', '0', '34', '179', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('180', '180', '182', 'A2 KAAKELISIN', '3', '0', '0', '1', '0', '0', '36', '180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('181', '181', '182', 'A2 PYTTYPUN', '3', '0', '0', '1', '0', '0', '40', '181', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('182', '182', '182', 'A2 PYTTYKELT', '3', '0', '0', '1', '0', '0', '41', '182', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('183', '183', '182', 'A2 KAAKELIPUN', '3', '0', '0', '1', '0', '0', '37', '183', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('184', '184', '182', 'A2 KAAKELIKELT', '3', '0', '0', '1', '0', '0', '38', '184', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('185', '185', '663', 'a0 prize1', '5', '0', '0', '1', '0', '0', '7', '185', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('186', '186', '663', 'a0 prize2', '5', '0', '0', '1', '0', '0', '8', '186', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('187', '187', '260', 'present_gen', '7', '0', '0', '1', '0', '0', '0', '187', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('188', '188', '260', 'present_gen1', '7', '0', '0', '1', '0', '0', '1', '188', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('189', '189', '260', 'present_gen2', '7', '0', '0', '1', '0', '0', '2', '189', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('190', '190', '260', 'present_gen3', '7', '0', '0', '1', '0', '0', '3', '190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('191', '191', '260', 'present_gen4', '7', '0', '0', '1', '0', '0', '4', '191', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('192', '192', '260', 'present_gen5', '7', '0', '0', '1', '0', '0', '5', '192', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('193', '193', '260', 'present_gen6', '7', '0', '0', '1', '0', '0', '6', '193', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('195', '195', '180', 'A2 baba', '3', '0', '0', '1', '0', '0', '1', '195', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('196', '196', '180', 'a2 bookcase', '3', '0', '0', '1', '0', '0', '4', '196', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('197', '197', '27', 'a2 stn', '3', '0', '0', '1', '0', '0', '120', '197', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('198', '198', '27', 'A4 SHP', '4', '0', '0', '1', '0', '0', '135', '198', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('199', '199', '180', 'A1 BLMP', '3', '0', '0', '1', '0', '0', '3', '199', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('200', '200', '18', 'a2 kya', '3', '0', '0', '1', '0', '0', '12', '200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('201', '201', '180', 'A2 FDG', '4', '0', '0', '1', '0', '0', '2', '201', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('202', '202', '224', 'DEV door', '6', '0', '0', '1', '0', '0', '1', '202', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('204', '204', '224', 'DEV doorB', '3', '0', '0', '1', '0', '0', '2', '204', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('205', '205', '224', 'DEV doorC', '4', '0', '0', '1', '0', '0', '3', '205', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('206', '206', '388', 'A2 pumpkin', '4', '0', '0', '1', '0', '0', '9', '206', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('207', '207', '388', 'a2 skullcandle', '3', '0', '0', '1', '0', '0', '9', '207', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('208', '208', '388', 'a2 deadduck', '1', '0', '0', '1', '0', '0', '11', '208', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('209', '209', '388', 'a2 deadduck2', '1', '0', '0', '1', '0', '0', '10', '209', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('210', '210', '388', 'a2 deadduck3', '1', '0', '0', '1', '0', '0', '11', '210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('211', '211', '473', 'a2 menorah', '4', '0', '0', '1', '0', '0', '12', '211', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('212', '212', '473', 'pudding', '3', '0', '0', '1', '0', '0', '7', '212', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('213', '213', '22', 'A2 ham', '1', '0', '0', '1', '0', '0', '5', '213', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('214', '214', '473', 'a1 jouluank', '2', '0', '0', '1', '0', '0', '10', '214', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('215', '215', '473', 'xmasduck', '1', '0', '0', '1', '0', '0', '14', '215', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('216', '216', '473', 'a1 house', '2', '0', '0', '1', '0', '0', '2', '216', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('217', '217', '473', 'a2 triplecandle', '3', '0', '0', '1', '0', '0', '16', '217', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('218', '218', '473', 'a2 tree3', '5', '0', '0', '1', '0', '0', '78', '218', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('219', '219', '473', 'A2 tree4', '5', '0', '0', '1', '0', '0', '80', '219', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('220', '220', '473', 'A2 tree5', '5', '0', '0', '1', '0', '0', '79', '220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('223', '223', '22', 'a2 ham2', '1', '0', '0', '1', '0', '0', '6', '223', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('224', '224', '473', 'A2 KYNTTILAT1', '3', '0', '0', '1', '0', '0', '11', '224', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('225', '225', '473', 'A2 KYNTTILAT2', '3', '0', '0', '1', '0', '0', '11', '225', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('226', '226', '445', 'a2 statue', '3', '0', '0', '1', '0', '0', '4', '226', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('227', '227', '445', 'a2 heart', '3', '0', '0', '1', '0', '0', '2', '227', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('228', '228', '445', 'a2 valeduck', '1', '0', '0', '1', '0', '0', '5', '228', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('229', '229', '445', 'a2 heartsofa', '4', '0', '0', '1', '0', '0', '3', '229', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('230', '230', '663', 'a0 throne', '5', '0', '0', '1', '0', '0', '31', '230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('231', '231', '663', 'a0 samovar', '5', '0', '0', '1', '0', '0', '29', '231', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('232', '232', '20', 'a2 giftflowers', '3', '0', '0', '1', '0', '0', '99', '232', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('233', '233', '22', 'a2 habbocake', '3', '0', '0', '1', '0', '0', '2', '233', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('234', '234', '663', 'a0 hologram', '5', '0', '0', '1', '0', '0', '5', '234', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('235', '235', '378', 'a1 easterduck', '1', '0', '0', '1', '0', '0', '4', '235', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('236', '236', '378', 'a2 bunny', '3', '0', '0', '1', '0', '0', '3', '236', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('237', '237', '378', 'a2 basket', '4', '0', '0', '1', '0', '0', '1', '237', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('238', '238', '378', 'a2 birdie', '5', '0', '0', '1', '0', '0', '2', '238', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('239', '239', '22', 'A2 NOPPA', '6', '0', '0', '1', '0', '0', '12', '239', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('243', '243', '663', 'a0 prize3', '5', '0', '0', '1', '0', '0', '9', '243', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('244', '244', '17', 'a2 polyovi', '6', '0', '0', '1', '0', '0', '70', '244', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('245', '245', '18', 'a1 armkp', '4', '0', '0', '1', '0', '0', '8', '245', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('246', '246', '18', 'a1 armdiv', '3', '0', '0', '1', '0', '0', '9', '246', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('247', '247', '18', 'a2 armovi', '6', '0', '0', '1', '0', '0', '10', '247', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('248', '248', '27', 'a1 norkp', '3', '0', '0', '1', '0', '0', '30', '248', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('249', '249', '281', 'a1 silkp', '2', '0', '0', '1', '0', '0', '64', '249', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('250', '250', '27', 'a1 nordiv', '3', '0', '0', '1', '0', '0', '45', '250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('251', '251', '281', 'a1 sildiv', '3', '0', '0', '1', '0', '0', '5', '251', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('252', '252', '27', 'a2 norovi', '6', '0', '0', '1', '0', '0', '60', '252', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('253', '253', '281', 'a2 silovi', '6', '0', '0', '1', '0', '0', '75', '253', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('254', '254', '663', 'a0 hemingway', '5', '0', '0', '1', '0', '0', '32', '254', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('260', '260', '663', 'a0 spyro', '5', '0', '0', '1', '0', '0', '30', '260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('261', '261', '663', 'a2 holoholo', '5', '0', '0', '1', '0', '0', '4', '261', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('263', '263', '22', 'a2 kamera', '10', '0', '0', '1', '0', '0', '30', '263', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('264', '264', '473', 'A2 JOULUTAHTI', '3', '0', '0', '1', '0', '0', '10', '264', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('265', '265', '473', 'A2 HYASINTTIP', '3', '0', '0', '1', '0', '0', '8', '265', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('266', '266', '473', 'A2 HYASINTTIS', '3', '0', '0', '1', '0', '0', '9', '266', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('267', '267', '349', 'a0 clubsofa', '100', '0', '5', '1', '0', '0', '1', '267', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('268', '268', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '10', '268', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('269', '269', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '11', '269', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('270', '270', '429', 'bardeskcorner_polyfon*12', '4', '0', '0', '1', '0', '0', '99', '270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('271', '271', '429', 'bardeskcorner_polyfon*13', '4', '0', '0', '1', '0', '0', '3', '271', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('273', '273', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '12', '273', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('274', '274', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '13', '274', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('275', '275', '349', 'a0 clubplastos', '3', '0', '5', '1', '0', '0', '41', '275', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('276', '276', '349', 'a1 newpl4lg1', '4', '0', '5', '1', '0', '0', '40', '276', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('277', '277', '349', 'a0 mocchamaster', '4', '0', '5', '1', '0', '0', '17', '277', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('278', '278', '217', 'a2 legocourt', '3', '0', '0', '1', '0', '0', '-5', '278', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('279', '279', '217', 'a2 legobench', '3', '0', '0', '1', '0', '0', '-6', '279', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('280', '280', '217', 'a2 legotrophy', '5', '0', '0', '1', '0', '0', '-4', '280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('283', '283', '663', 'a0 valentinescreen', '5', '0', '0', '1', '0', '0', '33', '283', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('284', '284', '349', 'a0 edicehc', '75', '0', '5', '1', '0', '0', '2', '284', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('285', '285', '663', 'A0 raredaffodilrug', '5', '0', '0', '1', '0', '0', '13', '285', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('286', '286', '663', 'A0 rarebeehiveblue', '5', '0', '0', '1', '0', '0', '10', '286', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('287', '287', '349', 'a0 hcsohva', '150', '0', '5', '1', '0', '0', '3', '287', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('288', '288', '349', 'a0 hcamme', '4', '0', '5', '1', '0', '0', '7', '288', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('289', '289', '663', 'A0 rareparasolgreen', '5', '0', '0', '1', '0', '0', '23', '289', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('290', '290', '663', 'A0 rarelephantgold', '5', '0', '0', '1', '0', '0', '14', '290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('291', '291', '663', 'A0 rarefountainpink', '5', '0', '0', '1', '0', '0', '17', '291', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('292', '292', '663', 'A0 rarestand', '5', '0', '0', '1', '0', '0', '27', '292', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('293', '293', '663', 'A0 rareglobe', '5', '0', '0', '1', '0', '0', '21', '293', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('294', '294', '663', 'A0 rarehammock', '5', '0', '0', '1', '0', '0', '22', '294', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('295', '295', '663', 'A0 rarelephantsilver', '5', '0', '0', '1', '0', '0', '15', '295', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('296', '296', '663', 'A0 rarelephantbronze', '5', '0', '0', '1', '0', '0', '16', '296', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('297', '297', '663', 'A0 rarefountaingrey', '5', '0', '0', '1', '0', '0', '18', '297', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('298', '298', '663', 'A0 rarefountaingreen', '5', '0', '0', '1', '0', '0', '19', '298', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('299', '299', '663', 'A0 rarefountainblue', '5', '0', '0', '1', '0', '0', '20', '299', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('300', '300', '663', 'A0 rarebeehivered', '5', '0', '0', '1', '0', '0', '11', '300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('301', '301', '663', 'A0 rarebeehiveyellow', '5', '0', '0', '1', '0', '0', '12', '301', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('302', '302', '663', 'A0 rarexmasscreen', '5', '0', '0', '1', '0', '0', '34', '302', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('303', '303', '663', 'A0 rareparasolyellow', '5', '0', '0', '1', '0', '0', '24', '303', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('304', '304', '663', 'A0 rareparasolbrown', '5', '0', '0', '1', '0', '0', '25', '304', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('305', '305', '663', 'A0 rareparasolviolet', '5', '0', '0', '1', '0', '0', '26', '305', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('420', '420', '429', 'soft_jaggara_norja', '4', '0', '0', '1', '0', '0', '4', '420', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('428', '428', '473', 'a1 house2', '2', '0', '0', '1', '0', '0', '3', '428', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('449', '449', '663', 'a0 turntable', '5', '0', '0', '1', '0', '0', '3', '449', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('456', '456', '198', 'md_sofa', '4', '0', '0', '1', '0', '0', '99', '456', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('457', '457', '663', 'a1 bubblejuice_machine', '5', '0', '0', '1', '0', '0', '2', '457', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1001', '1001', '429', 'Chess', '4', '0', '0', '1', '0', '0', '5', '1001', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('1011', '1011', '429', 'TicTacToe', '4', '0', '0', '1', '0', '0', '6', '1011', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('1021', '1021', '429', 'BattleShip', '4', '0', '0', '1', '0', '0', '7', '1021', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('1484', '1484', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '50', '1484', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1486', '1486', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '51', '1486', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1487', '1487', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '70', '1487', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1488', '1488', '511', 'a1 newplbsq1', '4', '0', '0', '1', '0', '0', '71', '1488', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1489', '1489', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '90', '1489', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1490', '1490', '511', 'a1 newplrnd1', '4', '0', '0', '1', '0', '0', '91', '1490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1491', '1491', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '110', '1491', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1492', '1492', '511', 'a1 newa8p', '3', '0', '0', '1', '0', '0', '111', '1492', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1495', '1495', '511', 'A1 E1P', '3', '0', '0', '1', '0', '0', '15', '1495', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1496', '1496', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '27', '1496', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1497', '1497', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '28', '1497', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1498', '1498', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '29', '1498', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1499', '1499', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '30', '1499', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1500', '1500', '511', 'A2 PL1', '3', '0', '0', '1', '0', '0', '31', '1500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1501', '1501', '683', 'chair_plasto*16', '2', '0', '0', '1', '0', '0', '16', '1501', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1502', '1502', '511', 'A2 KOUVOLA', '4', '0', '0', '1', '0', '0', '52', '1502', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1503', '1503', '217', 'a0 scoreboard', '5', '0', '0', '1', '0', '0', '-1', '1503', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1504', '1504', '217', 'a0 goallight', '3', '0', '0', '1', '0', '0', '-2', '1504', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1505', '1505', '349', 'DEV doorD', '15', '0', '5', '1', '0', '0', '6', '1505', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('1506', '1506', '225', 'prizetrophy2_b', '8', '0', '0', '1', '0', '0', '6', '1506', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1507', '1507', '225', 'prizetrophy3_b', '8', '0', '0', '1', '0', '0', '9', '1507', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1508', '1508', '225', 'prizetrophy4_b', '8', '0', '0', '1', '0', '0', '12', '1508', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1509', '1509', '225', 'prizetrophy5_b', '8', '0', '0', '1', '0', '0', '15', '1509', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1510', '1510', '225', 'prizetrophy6_b', '8', '0', '0', '1', '0', '0', '18', '1510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1512', '1512', '225', 'prizetrophy_g', '12', '0', '0', '1', '0', '0', '1', '1512', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1513', '1513', '225', 'prizetrophy2_g', '12', '0', '0', '1', '0', '0', '4', '1513', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1514', '1514', '225', 'prizetrophy3_g', '12', '0', '0', '1', '0', '0', '7', '1514', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1515', '1515', '225', 'prizetrophy4_g', '12', '0', '0', '1', '0', '0', '10', '1515', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1516', '1516', '225', 'prizetrophy5_g', '12', '0', '0', '1', '0', '0', '13', '1516', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1517', '1517', '225', 'prizetrophy6_g', '12', '0', '0', '1', '0', '0', '16', '1517', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1518', '1518', '736', 'prizetrophy7_g', '12', '0', '0', '1', '0', '0', '-3', '1518', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1519', '1519', '225', 'prizetrophy_s', '10', '0', '0', '1', '0', '0', '2', '1519', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1520', '1520', '225', 'prizetrophy2_s', '10', '0', '0', '1', '0', '0', '5', '1520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1521', '1521', '225', 'prizetrophy3_s', '10', '0', '0', '1', '0', '0', '8', '1521', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1522', '1522', '225', 'prizetrophy4_s', '10', '0', '0', '1', '0', '0', '11', '1522', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1523', '1523', '225', 'prizetrophy5_s', '10', '0', '0', '1', '0', '0', '14', '1523', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1524', '1524', '225', 'prizetrophy6_s', '10', '0', '0', '1', '0', '0', '17', '1524', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1525', '1525', '736', 'prizetrophy7_s', '10', '0', '0', '1', '0', '0', '-2', '1525', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1526', '1526', '225', 'prizetrophy_b', '8', '0', '0', '1', '0', '0', '3', '1526', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1527', '1527', '349', 'a0 hc_chr', '100', '0', '5', '1', '0', '0', '4', '1527', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('1528', '1528', '349', 'a0 hc_tbl', '5', '0', '5', '1', '0', '0', '10', '1528', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('1529', '1529', '349', 'a0 hc_lmp', '3', '0', '5', '1', '0', '0', '11', '1529', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('1530', '1530', '349', 'a0 hc_dsk', '4', '0', '5', '1', '0', '0', '12', '1530', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('1531', '1531', '115', 'nest', '2', '0', '0', '1', '0', '0', '29', '1531', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1532', '1532', '52', 'A0 petfood1', '1', '0', '0', '1', '0', '0', '2', '1532', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1533', '1533', '52', 'A0 petfood2', '1', '0', '0', '1', '0', '0', '2', '1533', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1534', '1534', '52', 'A0 petfood3', '1', '0', '0', '1', '0', '0', '1', '1534', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1535', '1535', '115', 'waterbowl*4', '2', '0', '0', '1', '0', '0', '60', '1535', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1536', '1536', '115', 'waterbowl*5', '2', '0', '0', '1', '0', '0', '59', '1536', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1537', '1537', '115', 'waterbowl*2', '2', '0', '0', '1', '0', '0', '58', '1537', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1538', '1538', '115', 'waterbowl*1', '2', '0', '0', '1', '0', '0', '57', '1538', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1539', '1539', '115', 'waterbowl*3', '2', '0', '0', '1', '0', '0', '28', '1539', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1540', '1540', '115', 'toy1', '2', '0', '0', '1', '0', '0', '27', '1540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1541', '1541', '115', 'toy1*1', '2', '0', '0', '1', '0', '0', '54', '1541', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1542', '1542', '115', 'toy1*2', '2', '0', '0', '1', '0', '0', '26', '1542', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1543', '1543', '115', 'toy1*3', '2', '0', '0', '1', '0', '0', '25', '1543', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1544', '1544', '115', 'toy1*4', '2', '0', '0', '1', '0', '0', '51', '1544', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1545', '1545', '52', 'A0 petgoodie1a', '1', '0', '0', '1', '0', '0', '33', '1545', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1546', '1546', '52', 'A0 petgoodie1b', '1', '0', '0', '1', '0', '0', '34', '1546', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1547', '1547', '52', 'goodie1*2', '1', '0', '0', '1', '0', '0', '18', '1547', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1548', '1548', '52', 'A0 petgoodie2', '1', '0', '0', '1', '0', '0', '32', '1548', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1549', '1549', '331', 'a0 scifiport', '5', '0', '0', '1', '0', '0', '0', '1549', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1550', '1550', '331', 'a10 scifiport', '5', '0', '0', '1', '0', '0', '9', '1550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1551', '1551', '331', 'a9 scifiport', '5', '0', '0', '1', '0', '0', '8', '1551', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1552', '1552', '331', 'a8 scifiport', '5', '0', '0', '1', '0', '0', '7', '1552', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1553', '1553', '331', 'a7 scifiport', '5', '0', '0', '1', '0', '0', '6', '1553', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1554', '1554', '331', 'a6 scifiport', '5', '0', '0', '1', '0', '0', '5', '1554', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1555', '1555', '331', 'a5 scifiport', '5', '0', '0', '1', '0', '0', '4', '1555', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1556', '1556', '331', 'a4 scifiport', '5', '0', '0', '1', '0', '0', '3', '1556', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1557', '1557', '331', 'a3 scifiport', '5', '0', '0', '1', '0', '0', '2', '1557', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1558', '1558', '331', 'a2 scifiport', '5', '0', '0', '1', '0', '0', '1', '1558', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1559', '1559', '336', 'a10 scifirocket', '5', '0', '0', '1', '0', '0', '10', '1559', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1560', '1560', '336', 'a9 scifirocket', '5', '0', '0', '1', '0', '0', '9', '1560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1561', '1561', '336', 'a8 scifirocket', '5', '0', '0', '1', '0', '0', '8', '1561', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1562', '1562', '336', 'a7 scifirocket', '5', '0', '0', '1', '0', '0', '7', '1562', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1563', '1563', '336', 'a6 scifirocket', '5', '0', '0', '1', '0', '0', '6', '1563', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1564', '1564', '336', 'a5 scifirocket', '5', '0', '0', '1', '0', '0', '5', '1564', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1565', '1565', '336', 'a4 scifirocket', '5', '0', '0', '1', '0', '0', '4', '1565', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1566', '1566', '336', 'a3 scifirocket', '5', '0', '0', '1', '0', '0', '3', '1566', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1567', '1567', '336', 'a2 scifirocket', '5', '0', '0', '1', '0', '0', '2', '1567', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1568', '1568', '336', 'a1 scifirocket', '5', '0', '0', '1', '0', '0', '1', '1568', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1569', '1569', '333', 'a10 scifidoor', '5', '0', '0', '1', '0', '0', '10', '1569', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1570', '1570', '333', 'a9 scifidoor', '5', '0', '0', '1', '0', '0', '9', '1570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1571', '1571', '333', 'a8 scifidoor', '5', '0', '0', '1', '0', '0', '8', '1571', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1572', '1572', '333', 'a7 scifidoor', '5', '0', '0', '1', '0', '0', '7', '1572', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1573', '1573', '333', 'a6 scifidoor', '5', '0', '0', '1', '0', '0', '6', '1573', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1574', '1574', '333', 'a5 scifidoor', '5', '0', '0', '1', '0', '0', '5', '1574', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1575', '1575', '333', 'a4 scifidoor', '5', '0', '0', '1', '0', '0', '4', '1575', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1576', '1576', '333', 'a3 scifidoor', '5', '0', '0', '1', '0', '0', '3', '1576', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1577', '1577', '333', 'a2 scifidoor', '5', '0', '0', '1', '0', '0', '2', '1577', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1578', '1578', '333', 'a1 scifidoor', '5', '0', '0', '1', '0', '0', '1', '1578', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1579', '1579', '347', 'a7 pillow', '5', '0', '5', '1', '0', '0', '5', '1579', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1580', '1580', '347', 'a10 pillow', '5', '0', '5', '1', '0', '0', '8', '1580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1581', '1581', '347', 'a0 pillow', '5', '0', '5', '1', '0', '0', '0', '1581', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1582', '1582', '347', 'a3 pillow', '5', '0', '5', '1', '0', '0', '1', '1582', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1583', '1583', '347', 'a4 pillow', '5', '0', '5', '1', '0', '0', '2', '1583', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1584', '1584', '347', 'a9 pillow', '5', '0', '5', '1', '0', '0', '7', '1584', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1585', '1585', '347', 'a11 pillow', '5', '0', '5', '1', '0', '0', '9', '1585', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1586', '1586', '347', 'a6 pillow', '5', '0', '5', '1', '0', '0', '4', '1586', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1587', '1587', '347', 'a8 pillow', '5', '0', '5', '1', '0', '0', '6', '1587', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1588', '1588', '347', 'a5 pillow', '5', '0', '5', '1', '0', '0', '3', '1588', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1589', '1589', '332', 'a4 marquee', '5', '0', '0', '1', '0', '0', '1', '1589', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1590', '1590', '332', 'a5 marquee', '5', '0', '0', '1', '0', '0', '2', '1590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1591', '1591', '332', 'a10 marquee', '5', '0', '0', '1', '0', '0', '7', '1591', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1592', '1592', '332', 'a0 marquee', '5', '0', '0', '1', '0', '0', '10', '1592', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1593', '1593', '332', 'a11 marquee', '5', '0', '0', '1', '0', '0', '8', '1593', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1594', '1594', '332', 'a12 marquee', '5', '0', '0', '1', '0', '0', '9', '1594', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1595', '1595', '332', 'a8 marquee', '5', '0', '0', '1', '0', '0', '5', '1595', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1596', '1596', '332', 'a7 marquee', '5', '0', '0', '1', '0', '0', '4', '1596', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1597', '1597', '332', 'a9 marquee', '5', '0', '0', '1', '0', '0', '6', '1597', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1598', '1598', '332', 'a6 marquee', '5', '0', '0', '1', '0', '0', '3', '1598', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1599', '1599', '334', 'a3 wooden_screen', '5', '0', '0', '1', '0', '0', '2', '1599', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1600', '1600', '334', 'a4 wooden_screen', '5', '0', '0', '1', '0', '0', '3', '1600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1601', '1601', '334', 'a9 wooden_screen', '5', '0', '0', '1', '0', '0', '8', '1601', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1602', '1602', '334', 'a0 wooden_screen', '5', '0', '0', '1', '0', '0', '1', '1602', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1603', '1603', '334', 'a10 wooden_screen', '5', '0', '0', '1', '0', '0', '9', '1603', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1604', '1604', '334', 'a7 wooden_screen', '5', '0', '0', '1', '0', '0', '6', '1604', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1605', '1605', '334', 'a11 wooden_screen', '5', '0', '0', '1', '0', '0', '10', '1605', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1606', '1606', '334', 'a6 wooden_screen', '5', '0', '0', '1', '0', '0', '5', '1606', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1607', '1607', '334', 'a8 wooden_screen', '5', '0', '0', '1', '0', '0', '7', '1607', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1608', '1608', '334', 'a5 wooden_screen', '5', '0', '0', '1', '0', '0', '4', '1608', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1609', '1609', '335', 'a8 pillar', '5', '0', '0', '1', '0', '0', '7', '1609', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1610', '1610', '335', 'a3 pillar', '5', '0', '0', '1', '0', '0', '2', '1610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1611', '1611', '335', 'a11 pillar', '5', '0', '0', '1', '0', '0', '10', '1611', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1612', '1612', '335', 'a0 pillar', '5', '0', '0', '1', '0', '0', '1', '1612', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1613', '1613', '335', 'a10 pillar', '5', '0', '0', '1', '0', '0', '9', '1613', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1614', '1614', '335', 'a4 pillar', '5', '0', '0', '1', '0', '0', '3', '1614', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1615', '1615', '335', 'a7 pillar', '5', '0', '0', '1', '0', '0', '6', '1615', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1616', '1616', '335', 'a6 pillar', '5', '0', '0', '1', '0', '0', '5', '1616', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1617', '1617', '335', 'a9 pillar', '5', '0', '0', '1', '0', '0', '8', '1617', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1618', '1618', '335', 'a5 pillar', '5', '0', '0', '1', '0', '0', '4', '1618', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1619', '1619', '328', 'a5 rare_dragonlamp', '5', '0', '0', '1', '0', '0', '4', '1619', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1620', '1620', '328', 'a1 rare_dragonlamp', '5', '0', '0', '1', '0', '0', '0', '1620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1621', '1621', '328', 'a6 rare_dragonlamp', '5', '0', '0', '1', '0', '0', '5', '1621', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1622', '1622', '328', 'a3 rare_dragonlamp', '5', '0', '0', '1', '0', '0', '2', '1622', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1623', '1623', '328', 'a9 rare_dragonlamp', '5', '0', '0', '1', '0', '0', '8', '1623', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1624', '1624', '328', 'a10 rare_dragonlamp', '5', '0', '0', '1', '0', '0', '9', '1624', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1625', '1625', '328', 'a8 rare_dragonlamp', '5', '0', '0', '1', '0', '0', '7', '1625', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1626', '1626', '328', 'a7 rare_dragonlamp', '5', '0', '0', '1', '0', '0', '6', '1626', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1627', '1627', '328', 'a2 rare_dragonlamp', '5', '0', '0', '1', '0', '0', '1', '1627', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1628', '1628', '328', 'a4 rare_dragonlamp', '5', '0', '0', '1', '0', '0', '3', '1628', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1629', '1629', '330', 'a2 rare_icecream', '5', '0', '0', '1', '0', '0', '2', '1629', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1630', '1630', '330', 'a8 rare_icecream', '5', '0', '0', '1', '0', '0', '8', '1630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1631', '1631', '330', 'a9 rare_icecream', '5', '0', '0', '1', '0', '0', '9', '1631', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1632', '1632', '330', 'a3 rare_icecream', '5', '0', '0', '1', '0', '0', '3', '1632', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1633', '1633', '330', 'a7 rare_icecream', '5', '0', '0', '1', '0', '0', '7', '1633', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1634', '1634', '330', 'a10 rare_icecream', '5', '0', '0', '1', '0', '0', '10', '1634', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1635', '1635', '330', 'a4 rare_icecream', '5', '0', '0', '1', '0', '0', '4', '1635', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1636', '1636', '330', 'a1 rare_icecream', '5', '0', '0', '1', '0', '0', '1', '1636', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1637', '1637', '330', 'a5 rare_icecream', '5', '0', '0', '1', '0', '0', '5', '1637', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1638', '1638', '330', 'a6 rare_icecream', '5', '0', '0', '1', '0', '0', '6', '1638', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1639', '1639', '329', 'a8 rare_fan', '5', '0', '0', '1', '0', '0', '7', '1639', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1640', '1640', '329', 'a7 rare_fan', '5', '0', '0', '1', '0', '0', '6', '1640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1641', '1641', '329', 'a10 rare_fan', '5', '0', '0', '1', '0', '0', '9', '1641', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1642', '1642', '329', 'a4 rare_fan', '5', '0', '0', '1', '0', '0', '3', '1642', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1643', '1643', '329', 'a1 rare_fan', '5', '0', '0', '1', '0', '0', '0', '1643', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1644', '1644', '329', 'a5 rare_fan', '5', '0', '0', '1', '0', '0', '4', '1644', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1645', '1645', '329', 'a6 rare_fan', '5', '0', '0', '1', '0', '0', '5', '1645', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1646', '1646', '329', 'a2 rare_fan', '5', '0', '0', '1', '0', '0', '1', '1646', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1647', '1647', '329', 'a9 rare_fan', '5', '0', '0', '1', '0', '0', '8', '1647', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1648', '1648', '329', 'a3 rare_fan', '5', '0', '0', '1', '0', '0', '2', '1648', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1649', '1649', '42', 'a5 queue', '2', '75', '0', '1', '0', '0', '1', '1649', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1650', '1650', '42', 'a8 queue', '2', '75', '0', '1', '0', '0', '2', '1650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1651', '1651', '42', 'a6 queue', '2', '75', '0', '1', '0', '0', '3', '1651', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1652', '1652', '42', 'a11 queue', '2', '75', '0', '1', '0', '0', '4', '1652', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1653', '1653', '42', 'a10 queue', '2', '75', '0', '1', '0', '0', '5', '1653', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1654', '1654', '42', 'a7 queue', '2', '75', '0', '1', '0', '0', '6', '1654', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1655', '1655', '42', 'a9 queue', '2', '75', '0', '1', '0', '0', '7', '1655', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1656', '1656', '42', 'a4 queue', '2', '75', '0', '1', '0', '0', '8', '1656', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1657', '1657', '42', 'a3 queue', '2', '75', '0', '1', '0', '0', '9', '1657', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1658', '1658', '42', 'a0 queue', '2', '75', '0', '1', '0', '0', '10', '1658', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1659', '1659', '429', 'ticket', '4', '0', '0', '1', '0', '0', '8', '1659', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('1738', '1738', '344', 'a0 snowrug', '4', '0', '0', '1', '0', '0', '6', '1738', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1741', '1741', '302', 'a0 lantern', '6', '0', '0', '1', '0', '0', '1', '1741', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1742', '1742', '302', 'a0 rw_sofa', '4', '0', '0', '1', '0', '0', '2', '1742', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1745', '1745', '217', 'a1 sporttrackstraight', '3', '0', '0', '1', '0', '0', '5', '1745', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1747', '1747', '217', 'a3 sporttrackstraight gra', '3', '0', '0', '1', '0', '0', '4', '1747', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1748', '1748', '217', 'a2 sporttrackstraight asp', '3', '0', '0', '1', '0', '0', '6', '1748', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1750', '1750', '217', 'a1 sportcorner tartan', '2', '0', '0', '1', '0', '0', '2', '1750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1751', '1751', '217', 'a2 sportcorner asphalt', '2', '0', '0', '1', '0', '0', '3', '1751', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1752', '1752', '217', 'a1 sportcorner grass', '2', '0', '0', '1', '0', '0', '1', '1752', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1754', '1754', '217', 'a1 sportgoal tartan', '5', '0', '0', '1', '0', '0', '8', '1754', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1755', '1755', '217', 'a2 sportgoal asphalt', '5', '0', '0', '1', '0', '0', '9', '1755', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1756', '1756', '217', 'a3 sportgoal grass', '5', '0', '0', '1', '0', '0', '7', '1756', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1757', '1757', '217', 'a1 sportfootylamp', '5', '0', '0', '1', '0', '0', '-3', '1757', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1758', '1758', '473', 'a1 tree1', '5', '0', '0', '1', '0', '0', '84', '1758', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1759', '1759', '281', 'a0 barchair_silo', '2', '0', '0', '1', '0', '0', '84', '1759', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1760', '1760', '27', 'a4 DVN aquamarine', '8', '0', '0', '1', '0', '0', '78', '1760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1761', '1761', '1235', 'a1 trafficlightsteel', '10', '0', '0', '1', '0', '0', '1', '1761', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1762', '1762', '1235', 'a2 trafficlightblue', '10', '0', '0', '1', '0', '0', '2', '1762', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1763', '1763', '1235', 'a3 trafficlightpurple', '10', '0', '0', '1', '0', '0', '3', '1763', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1764', '1764', '1235', 'a4 trafficlightyellow', '10', '0', '0', '1', '0', '0', '4', '1764', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1765', '1765', '1235', 'a6 trafficlightred', '10', '0', '0', '1', '0', '0', '6', '1765', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1766', '1766', '342', 'a1 rubberchairblue', '6', '0', '1', '1', '0', '0', '1', '1766', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1767', '1767', '342', 'a2 rubberchairpink', '6', '0', '1', '1', '0', '0', '2', '1767', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1768', '1768', '342', 'a3 rubberchairorange', '6', '0', '1', '1', '0', '0', '3', '1768', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1769', '1769', '342', 'a4 rubberchairocean', '6', '0', '1', '1', '0', '0', '4', '1769', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1770', '1770', '342', 'a5 rubberchairlime', '6', '0', '1', '1', '0', '0', '5', '1770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1771', '1771', '342', 'a6 rubberchairviolet', '6', '0', '1', '1', '0', '0', '6', '1771', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1772', '1772', '1235', 'a1 barrier yellow', '7', '0', '0', '1', '0', '0', '7', '1772', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1773', '1773', '1235', 'a2 barrier white', '7', '0', '0', '1', '0', '0', '8', '1773', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1774', '1774', '1235', 'a3 barrier red', '7', '0', '0', '1', '0', '0', '9', '1774', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1775', '1775', '342', 'a7 rubberchairwhite', '6', '0', '1', '1', '0', '0', '7', '1775', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1776', '1776', '342', 'a8 rubberchairblack', '6', '0', '1', '1', '0', '0', '8', '1776', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1777', '1777', '27', 'A2 PMP', '3', '0', '0', '1', '0', '0', '166', '1777', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1778', '1778', '27', 'A3 PMP', '3', '0', '0', '1', '0', '0', '167', '1778', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1779', '1779', '27', 'A4 PMP', '3', '0', '0', '1', '0', '0', '168', '1779', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1780', '1780', '27', 'A5 PMP', '3', '0', '0', '1', '0', '0', '169', '1780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1781', '1781', '27', 'A6 PMP', '3', '0', '0', '1', '0', '0', '170', '1781', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1782', '1782', '27', 'A7 PMP', '3', '0', '0', '1', '0', '0', '171', '1782', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1783', '1783', '27', 'A8 PMP', '3', '0', '0', '1', '0', '0', '172', '1783', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1784', '1784', '27', 'A9 PMP', '3', '0', '0', '1', '0', '0', '173', '1784', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1785', '1785', '27', 'A2 PEN', '3', '0', '0', '1', '0', '0', '16', '1785', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1786', '1786', '27', 'A3 PEN', '3', '0', '0', '1', '0', '0', '17', '1786', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1787', '1787', '27', 'A4 PEN', '3', '0', '0', '1', '0', '0', '18', '1787', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1788', '1788', '27', 'A5 PEN', '3', '0', '0', '1', '0', '0', '19', '1788', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1789', '1789', '27', 'A6 PEN', '3', '0', '0', '1', '0', '0', '20', '1789', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1790', '1790', '27', 'A7 PEN', '3', '0', '0', '1', '0', '0', '21', '1790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1791', '1791', '27', 'A8 PEN', '3', '0', '0', '1', '0', '0', '22', '1791', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1792', '1792', '27', 'A9 PEN', '3', '0', '0', '1', '0', '0', '23', '1792', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1793', '1793', '27', 'A2 HYN', '3', '0', '0', '1', '0', '0', '106', '1793', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1794', '1794', '27', 'A3 HYN', '3', '0', '0', '1', '0', '0', '107', '1794', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1795', '1795', '27', 'A4 HYN', '3', '0', '0', '1', '0', '0', '108', '1795', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1796', '1796', '27', 'A5 HYN', '3', '0', '0', '1', '0', '0', '109', '1796', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1797', '1797', '27', 'A6 HYN', '3', '0', '0', '1', '0', '0', '110', '1797', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1798', '1798', '27', 'A7 HYN', '3', '0', '0', '1', '0', '0', '111', '1798', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1799', '1799', '27', 'A8 HYN', '3', '0', '0', '1', '0', '0', '112', '1799', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1800', '1800', '27', 'A9 HYN', '3', '0', '0', '1', '0', '0', '113', '1800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1801', '1801', '27', 'A2 TUN', '2', '0', '0', '1', '0', '0', '2', '1801', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1802', '1802', '27', 'A3 TUN', '2', '0', '0', '1', '0', '0', '3', '1802', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1803', '1803', '27', 'A4 TUN', '2', '0', '0', '1', '0', '0', '4', '1803', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1804', '1804', '27', 'A5 TUN', '2', '0', '0', '1', '0', '0', '5', '1804', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1805', '1805', '27', 'A6 TUN', '2', '0', '0', '1', '0', '0', '6', '1805', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1806', '1806', '27', 'A7 TUN', '2', '0', '0', '1', '0', '0', '7', '1806', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1807', '1807', '27', 'A8 TUN', '2', '0', '0', '1', '0', '0', '8', '1807', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1808', '1808', '27', 'A9 TUN', '2', '0', '0', '1', '0', '0', '9', '1808', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1809', '1809', '27', 'a2 norkp', '3', '0', '0', '1', '0', '0', '31', '1809', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1810', '1810', '27', 'a3 norkp', '3', '0', '0', '1', '0', '0', '32', '1810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1811', '1811', '27', 'a4 norkp', '3', '0', '0', '1', '0', '0', '33', '1811', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1812', '1812', '27', 'a5 norkp', '3', '0', '0', '1', '0', '0', '34', '1812', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1813', '1813', '27', 'a6 norkp', '3', '0', '0', '1', '0', '0', '35', '1813', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1814', '1814', '27', 'a7 norkp', '3', '0', '0', '1', '0', '0', '36', '1814', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1815', '1815', '27', 'a8 norkp', '3', '0', '0', '1', '0', '0', '37', '1815', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1816', '1816', '27', 'a9 norkp', '3', '0', '0', '1', '0', '0', '38', '1816', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1817', '1817', '27', 'A1 SHP', '4', '0', '0', '1', '0', '0', '136', '1817', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1818', '1818', '27', 'A3 SHP', '4', '0', '0', '1', '0', '0', '137', '1818', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1819', '1819', '27', 'A4 SHP', '4', '0', '0', '1', '0', '0', '138', '1819', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1820', '1820', '27', 'A2 GIRLSHP', '4', '0', '0', '1', '0', '0', '139', '1820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1821', '1821', '27', 'A6 SHP', '4', '0', '0', '1', '0', '0', '140', '1821', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1822', '1822', '27', 'A7 SHP', '4', '0', '0', '1', '0', '0', '146', '1822', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1823', '1823', '27', 'A8 SHP', '4', '0', '0', '1', '0', '0', '147', '1823', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1824', '1824', '27', 'A9 SHP', '4', '0', '0', '1', '0', '0', '148', '1824', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1825', '1825', '27', 'a1 stn', '3', '0', '0', '1', '0', '0', '121', '1825', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1826', '1826', '27', 'a3 stn', '3', '0', '0', '1', '0', '0', '122', '1826', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1827', '1827', '27', 'a4 stn', '3', '0', '0', '1', '0', '0', '123', '1827', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1828', '1828', '27', 'a5 stn', '3', '0', '0', '1', '0', '0', '124', '1828', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1829', '1829', '27', 'a6 stn', '3', '0', '0', '1', '0', '0', '125', '1829', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1830', '1830', '27', 'a7 stn', '3', '0', '0', '1', '0', '0', '126', '1830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1831', '1831', '27', 'a8 stn', '3', '0', '0', '1', '0', '0', '127', '1831', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1832', '1832', '27', 'a9 stn', '3', '0', '0', '1', '0', '0', '128', '1832', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1833', '1833', '281', 'A2 STS', '2', '0', '0', '1', '0', '0', '45', '1833', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1834', '1834', '281', 'A3 STS', '2', '0', '0', '1', '0', '0', '46', '1834', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1835', '1835', '281', 'A4 STS', '2', '0', '0', '1', '0', '0', '47', '1835', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1836', '1836', '281', 'A5 STS', '2', '0', '0', '1', '0', '0', '48', '1836', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1837', '1837', '281', 'A6 STS', '2', '0', '0', '1', '0', '0', '49', '1837', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1838', '1838', '281', 'A7 STS', '2', '0', '0', '1', '0', '0', '50', '1838', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1839', '1839', '281', 'A8 STS', '2', '0', '0', '1', '0', '0', '51', '1839', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1840', '1840', '281', 'A9 STS', '2', '0', '0', '1', '0', '0', '52', '1840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1841', '1841', '281', 'A2 PPS', '2', '0', '0', '1', '0', '0', '55', '1841', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1842', '1842', '281', 'A3 PPS', '2', '0', '0', '1', '0', '0', '56', '1842', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1843', '1843', '281', 'A4 PPS', '2', '0', '0', '1', '0', '0', '57', '1843', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1844', '1844', '281', 'A5 PPS', '2', '0', '0', '1', '0', '0', '58', '1844', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1845', '1845', '281', 'A6 PPS', '2', '0', '0', '1', '0', '0', '59', '1845', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1846', '1846', '281', 'A7 PPS', '2', '0', '0', '1', '0', '0', '60', '1846', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1847', '1847', '281', 'A8 PPS', '2', '0', '0', '1', '0', '0', '61', '1847', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1848', '1848', '281', 'A9 PPS', '2', '0', '0', '1', '0', '0', '62', '1848', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1849', '1849', '281', 'a2 silkp', '2', '0', '0', '1', '0', '0', '65', '1849', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1850', '1850', '281', 'a3 silkp', '2', '0', '0', '1', '0', '0', '66', '1850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1851', '1851', '281', 'a4 silkp', '2', '0', '0', '1', '0', '0', '67', '1851', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1852', '1852', '281', 'a5 silkp', '2', '0', '0', '1', '0', '0', '68', '1852', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1853', '1853', '281', 'a6 silkp', '2', '0', '0', '1', '0', '0', '69', '1853', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1854', '1854', '281', 'a7 silkp', '2', '0', '0', '1', '0', '0', '70', '1854', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1855', '1855', '281', 'a8 silkp', '2', '0', '0', '1', '0', '0', '71', '1855', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1856', '1856', '281', 'a9 silkp', '2', '0', '0', '1', '0', '0', '72', '1856', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1857', '1857', '281', 'a1 silovi', '6', '0', '0', '1', '0', '0', '74', '1857', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1858', '1858', '281', 'a3 silovi', '6', '0', '0', '1', '0', '0', '76', '1858', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1859', '1859', '281', 'a4 silovi', '6', '0', '0', '1', '0', '0', '77', '1859', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1860', '1860', '281', 'a5 silovi', '6', '0', '0', '1', '0', '0', '78', '1860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1861', '1861', '281', 'a6 silovi', '6', '0', '0', '1', '0', '0', '79', '1861', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1862', '1862', '281', 'a7 silovi', '6', '0', '0', '1', '0', '0', '80', '1862', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1863', '1863', '281', 'a8 silovi', '6', '0', '0', '1', '0', '0', '81', '1863', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1864', '1864', '281', 'a9 silovi', '6', '0', '0', '1', '0', '0', '82', '1864', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1865', '1865', '281', 'A1 OSLO', '3', '0', '0', '1', '0', '0', '7', '1865', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1866', '1866', '281', 'A4 OSLO', '3', '0', '0', '1', '0', '0', '8', '1866', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1867', '1867', '281', 'A5 OSLO', '3', '0', '0', '1', '0', '0', '9', '1867', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1868', '1868', '281', 'A6 OSLO', '3', '0', '0', '1', '0', '0', '10', '1868', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1869', '1869', '281', 'A7 OSLO', '3', '0', '0', '1', '0', '0', '11', '1869', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1870', '1870', '281', 'A8 OSLO', '3', '0', '0', '1', '0', '0', '12', '1870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1871', '1871', '281', 'A8 OSLO', '3', '0', '0', '1', '0', '0', '13', '1871', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1872', '1872', '281', 'A9 OSLO', '3', '0', '0', '1', '0', '0', '14', '1872', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1873', '1873', '281', 'A2 SHS', '3', '0', '0', '1', '0', '0', '35', '1873', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1874', '1874', '281', 'A3 SHS', '3', '0', '0', '1', '0', '0', '36', '1874', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1875', '1875', '281', 'A4 SHS', '3', '0', '0', '1', '0', '0', '37', '1875', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1876', '1876', '281', 'A5 SHS', '3', '0', '0', '1', '0', '0', '38', '1876', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1877', '1877', '281', 'A6 SHS', '3', '0', '0', '1', '0', '0', '39', '1877', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1878', '1878', '281', 'A7 SHS', '3', '0', '0', '1', '0', '0', '40', '1878', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1879', '1879', '281', 'A8 SHS', '3', '0', '0', '1', '0', '0', '41', '1879', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1880', '1880', '281', 'A9 SHS', '3', '0', '0', '1', '0', '0', '42', '1880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1881', '1881', '17', 'A2 STP', '2', '0', '0', '1', '0', '0', '11', '1881', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1882', '1882', '17', 'A3 STP', '2', '0', '0', '1', '0', '0', '15', '1882', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1883', '1883', '17', 'A4 STP', '2', '0', '0', '1', '0', '0', '11', '1883', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1884', '1884', '17', 'A6 STP', '2', '0', '0', '1', '0', '0', '12', '1884', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1885', '1885', '17', 'A7 STP', '2', '0', '0', '1', '0', '0', '13', '1885', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1886', '1886', '17', 'A8 STP', '2', '0', '0', '1', '0', '0', '16', '1886', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1887', '1887', '17', 'A9 STP', '2', '0', '0', '1', '0', '0', '14', '1887', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1888', '1888', '17', 'A1 SHP', '3', '0', '0', '1', '0', '0', '21', '1888', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1889', '1889', '17', 'A3 SHP', '3', '0', '0', '1', '0', '0', '25', '1889', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1890', '1890', '17', 'A4 SHP', '3', '0', '0', '1', '0', '0', '21', '1890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1891', '1891', '17', 'A6 SHP', '3', '0', '0', '1', '0', '0', '22', '1891', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1892', '1892', '17', 'A7 SHP', '3', '0', '0', '1', '0', '0', '23', '1892', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1893', '1893', '17', 'A8 SHP', '3', '0', '0', '1', '0', '0', '26', '1893', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1894', '1894', '17', 'A9 SHP', '3', '0', '0', '1', '0', '0', '24', '1894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1895', '1895', '17', 'A1 S2P', '4', '0', '0', '1', '0', '0', '31', '1895', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1896', '1896', '17', 'A3 S2P', '4', '0', '0', '1', '0', '0', '35', '1896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1897', '1897', '17', 'A4 S2P', '4', '0', '0', '1', '0', '0', '31', '1897', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1898', '1898', '17', 'A6 S2P', '4', '0', '0', '1', '0', '0', '32', '1898', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1899', '1899', '17', 'A7 S2P', '4', '0', '0', '1', '0', '0', '33', '1899', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1900', '1900', '17', 'A8 S2P', '4', '0', '0', '1', '0', '0', '36', '1900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1901', '1901', '17', 'A9 S2P', '4', '0', '0', '1', '0', '0', '34', '1901', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1902', '1902', '17', 'A2 S1P', '3', '0', '0', '1', '0', '0', '41', '1902', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1903', '1903', '17', 'A3 S1P', '3', '0', '0', '1', '0', '0', '45', '1903', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1904', '1904', '17', 'A4 S1P', '3', '0', '0', '1', '0', '0', '41', '1904', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1905', '1905', '17', 'A6 S1P', '3', '0', '0', '1', '0', '0', '42', '1905', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1906', '1906', '17', 'A7 S1P', '3', '0', '0', '1', '0', '0', '43', '1906', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1907', '1907', '17', 'A8 S1P', '3', '0', '0', '1', '0', '0', '46', '1907', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1908', '1908', '17', 'A9 S1P', '3', '0', '0', '1', '0', '0', '44', '1908', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1909', '1909', '17', 'A2 BTP', '3', '0', '0', '1', '0', '0', '51', '1909', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1910', '1910', '17', 'A3 BTP', '3', '0', '0', '1', '0', '0', '55', '1910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1911', '1911', '17', 'A4 BTP', '3', '0', '0', '1', '0', '0', '51', '1911', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1912', '1912', '556', 'A5 BTP', '3', '0', '0', '1', '0', '0', '99', '1912', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1913', '1913', '17', 'A6 BTP', '3', '0', '0', '1', '0', '0', '52', '1913', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1914', '1914', '17', 'A7 BTP', '3', '0', '0', '1', '0', '0', '53', '1914', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1915', '1915', '17', 'A8 BTP', '3', '0', '0', '1', '0', '0', '56', '1915', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1916', '1916', '17', 'A9 BTP', '3', '0', '0', '1', '0', '0', '54', '1916', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1917', '1917', '17', 'A2 BKP', '3', '0', '0', '1', '0', '0', '61', '1917', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1918', '1918', '17', 'A3 BKP', '3', '0', '0', '1', '0', '0', '65', '1918', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1919', '1919', '17', 'A4 BKP', '3', '0', '0', '1', '0', '0', '61', '1919', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1920', '1920', '556', 'A5 BKP', '3', '0', '0', '1', '0', '0', '99', '1920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1921', '1921', '17', 'A6 BKP', '3', '0', '0', '1', '0', '0', '62', '1921', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1922', '1922', '17', 'A7 BKP', '3', '0', '0', '1', '0', '0', '63', '1922', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1923', '1923', '17', 'A8 BKP', '3', '0', '0', '1', '0', '0', '66', '1923', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1924', '1924', '17', 'A9 BKP', '3', '0', '0', '1', '0', '0', '64', '1924', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1925', '1925', '17', 'A1 polyovi', '6', '0', '0', '1', '0', '0', '71', '1925', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1926', '1926', '17', 'A3 polyovi', '6', '0', '0', '1', '0', '0', '75', '1926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1927', '1927', '17', 'A4 polyovi', '6', '0', '0', '1', '0', '0', '71', '1927', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1928', '1928', '556', 'A5 polyovi', '6', '0', '0', '1', '0', '0', '99', '1928', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1929', '1929', '17', 'A6 polyovi', '6', '0', '0', '1', '0', '0', '72', '1929', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1930', '1930', '17', 'A7 polyovi', '6', '0', '0', '1', '0', '0', '73', '1930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1931', '1931', '17', 'A8 polyovi', '6', '0', '0', '1', '0', '0', '76', '1931', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1932', '1932', '17', 'A9 polyovi', '6', '0', '0', '1', '0', '0', '74', '1932', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1933', '1933', '281', 'A2 TUS', '2', '0', '0', '1', '0', '0', '17', '1933', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1934', '1934', '281', 'A3 TUS', '2', '0', '0', '1', '0', '0', '18', '1934', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1935', '1935', '281', 'A4 TUS', '2', '0', '0', '1', '0', '0', '19', '1935', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1936', '1936', '281', 'A5 TUS', '2', '0', '0', '1', '0', '0', '20', '1936', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1937', '1937', '281', 'A6 TUS', '2', '0', '0', '1', '0', '0', '21', '1937', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1938', '1938', '281', 'A7 TUS', '2', '0', '0', '1', '0', '0', '22', '1938', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1939', '1939', '281', 'A8 TUS', '2', '0', '0', '1', '0', '0', '23', '1939', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1940', '1940', '281', 'A9 TUS', '2', '0', '0', '1', '0', '0', '24', '1940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1941', '1941', '27', 'a2 norkg', '6', '0', '0', '1', '0', '0', '61', '1941', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1942', '1942', '27', 'a3 norkg', '6', '0', '0', '1', '0', '0', '62', '1942', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1943', '1943', '27', 'a4 norkg', '6', '0', '0', '1', '0', '0', '63', '1943', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1944', '1944', '27', 'a5 norkg', '6', '0', '0', '1', '0', '0', '64', '1944', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1945', '1945', '27', 'a6 norkg', '6', '0', '0', '1', '0', '0', '65', '1945', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1946', '1946', '27', 'a7 norkg', '6', '0', '0', '1', '0', '0', '66', '1946', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1947', '1947', '27', 'a8 norkg', '6', '0', '0', '1', '0', '0', '67', '1947', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1948', '1948', '27', 'a9 norkg', '6', '0', '0', '1', '0', '0', '68', '1948', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1949', '1949', '27', 'a2 nordiv', '3', '0', '0', '1', '0', '0', '46', '1949', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1950', '1950', '27', 'a3 nordiv', '3', '0', '0', '1', '0', '0', '47', '1950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1951', '1951', '27', 'a4 nordiv', '3', '0', '0', '1', '0', '0', '48', '1951', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1952', '1952', '27', 'a5 nordiv', '3', '0', '0', '1', '0', '0', '49', '1952', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1953', '1953', '27', 'a6 nordiv', '3', '0', '0', '1', '0', '0', '50', '1953', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1954', '1954', '27', 'a7 nordiv', '3', '0', '0', '1', '0', '0', '51', '1954', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1955', '1955', '27', 'a8 nordiv', '3', '0', '0', '1', '0', '0', '52', '1955', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1956', '1956', '27', 'a9 nordiv', '3', '0', '0', '1', '0', '0', '53', '1956', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1957', '1957', '281', 'a0 silostudydesk', '4', '0', '0', '1', '0', '0', '4', '1957', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1958', '1958', '27', 'a0 solnorja', '8', '0', '0', '1', '0', '0', '152', '1958', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1959', '1959', '27', 'a1 solnorja', '8', '0', '0', '1', '0', '0', '150', '1959', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1960', '1960', '27', 'a2 solnorja', '8', '0', '0', '1', '0', '0', '151', '1960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1961', '1961', '27', 'a3 solnorja', '8', '0', '0', '1', '0', '0', '153', '1961', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1962', '1962', '27', 'a5 solnorja', '8', '0', '0', '1', '0', '0', '154', '1962', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1963', '1963', '27', 'a6 solnorja', '8', '0', '0', '1', '0', '0', '155', '1963', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1964', '1964', '27', 'a7 solnorja', '8', '0', '0', '1', '0', '0', '156', '1964', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1965', '1965', '27', 'a8 solnorja', '8', '0', '0', '1', '0', '0', '157', '1965', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1966', '1966', '27', 'a9 solnorja', '8', '0', '0', '1', '0', '0', '158', '1966', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1967', '1967', '344', 'a0 sandrug', '4', '0', '0', '1', '0', '0', '7', '1967', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1968', '1968', '344', 'a0 moonrug', '4', '0', '0', '1', '0', '0', '5', '1968', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1969', '1969', '302', 'a2 chair_china', '3', '0', '0', '1', '0', '0', '3', '1969', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1970', '1970', '302', 'a2 china_table', '3', '0', '0', '1', '0', '0', '4', '1970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1971', '1971', '340', 'a0 sleepingbag', '4', '0', '0', '1', '0', '0', '1', '1971', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1972', '1972', '340', 'a0 sleepingbag2', '4', '0', '0', '1', '0', '0', '2', '1972', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1973', '1973', '340', 'a0 sleepingbag3', '4', '0', '0', '1', '0', '0', '3', '1973', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1974', '1974', '340', 'a0 sleepingbag4', '4', '0', '0', '1', '0', '0', '4', '1974', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1975', '1975', '281', 'a0 safe_silo', '10', '0', '0', '1', '0', '0', '94', '1975', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1976', '1976', '340', 'a0 sleepingbag7', '4', '0', '0', '1', '0', '0', '7', '1976', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1977', '1977', '340', 'a0 sleepingbag9', '4', '0', '0', '1', '0', '0', '14', '1977', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1978', '1978', '340', 'a0 sleepingbag5', '4', '0', '0', '1', '0', '0', '5', '1978', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1979', '1979', '340', 'a0 sleepingbag10', '4', '0', '0', '1', '0', '0', '10', '1979', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1980', '1980', '340', 'a0 sleepingbag6', '4', '0', '0', '1', '0', '0', '6', '1980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1981', '1981', '340', 'a0 sleepingbag8', '4', '0', '0', '1', '0', '0', '8', '1981', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1982', '1982', '302', 'a0 chinashelf', '4', '0', '0', '1', '0', '0', '1', '1982', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1983', '1983', '1235', 'a5 trafficlightwhite', '10', '0', '0', '1', '0', '0', '5', '1983', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1984', '1984', '27', 'a2 DVN black', '8', '0', '0', '1', '0', '0', '76', '1984', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1985', '1985', '27', 'a3 DVN white', '8', '0', '0', '1', '0', '0', '77', '1985', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1986', '1986', '27', 'a5 DVN pink', '8', '0', '0', '1', '0', '0', '79', '1986', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1987', '1987', '27', 'a6 DVN blue', '8', '0', '0', '1', '0', '0', '80', '1987', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1988', '1988', '27', 'a7 DVN green', '8', '0', '0', '1', '0', '0', '81', '1988', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1989', '1989', '27', 'a8 DVN yellow', '8', '0', '0', '1', '0', '0', '82', '1989', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1990', '1990', '27', 'a9 DVN red', '8', '0', '0', '1', '0', '0', '83', '1990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1991', '1991', '27', 'a2 FLIPnor black', '5', '0', '0', '1', '0', '0', '91', '1991', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1992', '1992', '27', 'a3 FLIPnor white', '5', '0', '0', '1', '0', '0', '92', '1992', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1993', '1993', '27', 'a4 FLIPnor aquamarine', '5', '0', '0', '1', '0', '0', '93', '1993', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1994', '1994', '27', 'a5 FLIPnor pink', '5', '0', '0', '1', '0', '0', '94', '1994', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1995', '1995', '27', 'a6 FLIPnor blue', '5', '0', '0', '1', '0', '0', '95', '1995', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1996', '1996', '27', 'a7 FLIPnor green', '5', '0', '0', '1', '0', '0', '96', '1996', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1997', '1997', '27', 'a8 FLIPnor yellow', '5', '0', '0', '1', '0', '0', '97', '1997', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1998', '1998', '27', 'a9 FLIPnor red', '5', '0', '0', '1', '0', '0', '98', '1998', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('1999', '1999', '27', 'a0 FLIPnor plain', '5', '0', '0', '1', '0', '0', '90', '1999', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2000', '2000', '27', 'a0 DVN plain', '8', '0', '0', '1', '0', '0', '75', '2000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2001', '2001', '302', 'a2 wall_china', '4', '0', '0', '1', '0', '0', '6', '2001', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2002', '2002', '302', 'a2 corner_china', '4', '0', '0', '1', '0', '0', '5', '2002', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2003', '2003', '281', 'a2 barchair_silo', '2', '0', '0', '1', '0', '0', '85', '2003', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2004', '2004', '281', 'a3 barchair_silo', '2', '0', '0', '1', '0', '0', '86', '2004', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2005', '2005', '281', 'a4 barchair_silo', '2', '0', '0', '1', '0', '0', '87', '2005', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2006', '2006', '281', 'a5 barchair_silo', '2', '0', '0', '1', '0', '0', '88', '2006', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2007', '2007', '281', 'a6 barchair_silo', '2', '0', '0', '1', '0', '0', '89', '2007', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2008', '2008', '281', 'a7 barchair_silo', '2', '0', '0', '1', '0', '0', '90', '2008', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2009', '2009', '281', 'a8 barchair_silo', '2', '0', '0', '1', '0', '0', '91', '2009', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2010', '2010', '281', 'a9 barchair_silo', '2', '0', '0', '1', '0', '0', '92', '2010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2011', '2011', '281', 'a2 safe_silo', '10', '0', '0', '1', '0', '0', '95', '2011', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2012', '2012', '281', 'a3 safe_silo', '10', '0', '0', '1', '0', '0', '96', '2012', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2013', '2013', '281', 'a4 safe_silo', '10', '0', '0', '1', '0', '0', '97', '2013', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2014', '2014', '281', 'a5 safe_silo', '10', '0', '0', '1', '0', '0', '98', '2014', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2015', '2015', '281', 'a6 safe_silo', '10', '0', '0', '1', '0', '0', '99', '2015', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2016', '2016', '281', 'a7 safe_silo', '10', '0', '0', '1', '0', '0', '100', '2016', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2017', '2017', '281', 'a8 safe_silo', '10', '0', '0', '1', '0', '0', '101', '2017', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2018', '2018', '281', 'a9 safe_silo', '10', '0', '0', '1', '0', '0', '102', '2018', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2019', '2019', '29', 'a0 glass_shelf', '4', '0', '0', '1', '0', '0', '0', '2019', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2020', '2020', '29', 'a0 glass_chair', '2', '0', '0', '1', '0', '0', '1', '2020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2021', '2021', '29', 'a0 glass_stool', '1', '0', '0', '1', '0', '0', '10', '2021', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2022', '2022', '29', 'a0 glass_sofa', '3', '0', '0', '1', '0', '0', '19', '2022', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2023', '2023', '29', 'a0 glass_table', '4', '0', '0', '1', '0', '0', '28', '2023', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2024', '2024', '29', 'a2 glass_table', '4', '0', '0', '1', '0', '0', '29', '2024', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2025', '2025', '29', 'a3 glass_table', '4', '0', '0', '1', '0', '0', '30', '2025', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2026', '2026', '29', 'a4 glass_table', '4', '0', '0', '1', '0', '0', '31', '2026', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2027', '2027', '29', 'a5 glass_table', '4', '0', '0', '1', '0', '0', '32', '2027', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2028', '2028', '29', 'a6 glass_table', '4', '0', '0', '1', '0', '0', '33', '2028', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2029', '2029', '29', 'a7 glass_table', '4', '0', '0', '1', '0', '0', '34', '2029', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2030', '2030', '29', 'a8 glass_table', '4', '0', '0', '1', '0', '0', '35', '2030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2031', '2031', '29', 'a9 glass_table', '4', '0', '0', '1', '0', '0', '36', '2031', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2032', '2032', '29', 'a2 glass_chair', '2', '0', '0', '1', '0', '0', '2', '2032', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2033', '2033', '29', 'a3 glass_chair', '2', '0', '0', '1', '0', '0', '3', '2033', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2034', '2034', '29', 'a4 glass_chair', '2', '0', '0', '1', '0', '0', '4', '2034', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2035', '2035', '29', 'a5 glass_chair', '2', '0', '0', '1', '0', '0', '5', '2035', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2036', '2036', '29', 'a6 glass_chair', '2', '0', '0', '1', '0', '0', '6', '2036', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2037', '2037', '29', 'a7 glass_chair', '2', '0', '0', '1', '0', '0', '7', '2037', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2038', '2038', '29', 'a8 glass_chair', '2', '0', '0', '1', '0', '0', '8', '2038', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2039', '2039', '29', 'a9 glass_chair', '2', '0', '0', '1', '0', '0', '9', '2039', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2040', '2040', '29', 'a2 glass_sofa', '3', '0', '0', '1', '0', '0', '20', '2040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2041', '2041', '29', 'a3 glass_sofa', '3', '0', '0', '1', '0', '0', '21', '2041', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2042', '2042', '29', 'a4 glass_sofa', '3', '0', '0', '1', '0', '0', '22', '2042', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2043', '2043', '29', 'a5 glass_sofa', '3', '0', '0', '1', '0', '0', '23', '2043', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2044', '2044', '29', 'a6 glass_sofa', '3', '0', '0', '1', '0', '0', '24', '2044', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2045', '2045', '29', 'a7 glass_sofa', '3', '0', '0', '1', '0', '0', '25', '2045', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2046', '2046', '29', 'a8 glass_sofa', '3', '0', '0', '1', '0', '0', '26', '2046', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2047', '2047', '29', 'a9 glass_sofa', '3', '0', '0', '1', '0', '0', '27', '2047', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2048', '2048', '29', 'a2 glass_stool', '1', '0', '0', '1', '0', '0', '11', '2048', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2050', '2050', '29', 'a4 glass_stool', '1', '0', '0', '1', '0', '0', '12', '2050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2051', '2051', '29', 'a5 glass_stool', '1', '0', '0', '1', '0', '0', '13', '2051', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2052', '2052', '29', 'a6 glass_stool', '1', '0', '0', '1', '0', '0', '14', '2052', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2053', '2053', '29', 'a7 glass_stool', '1', '0', '0', '1', '0', '0', '15', '2053', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2054', '2054', '29', 'a8 glass_stool', '1', '0', '0', '1', '0', '0', '16', '2054', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2056', '2056', '29', 'a3 glass_stool', '1', '0', '0', '1', '0', '0', '17', '2056', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2057', '2057', '29', 'a9 glass_stool', '1', '0', '0', '1', '0', '0', '18', '2057', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2063', '2063', '12', 'a0 CF_10_coin_gold', '10', '0', '0', '1', '0', '0', '5', '2063', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2064', '2064', '12', 'a0 CF_1_coin_bronze', '1', '0', '0', '1', '0', '0', '3', '2064', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2065', '2065', '12', 'a0 CF_20_moneybag', '20', '0', '0', '1', '0', '0', '6', '2065', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2066', '2066', '12', 'a0 CF_50_goldbar', '50', '0', '0', '1', '0', '0', '7', '2066', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2067', '2067', '12', 'a0 CF_5_coin_silver', '5', '0', '0', '1', '0', '0', '4', '2067', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2068', '2068', '349', 'a0 clubrug', '4', '0', '5', '1', '0', '0', '13', '2068', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2069', '2069', '349', 'a0 clubtv', '3', '0', '5', '1', '0', '0', '14', '2069', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2070', '2070', '30', 'a0 gothgate', '6', '0', '0', '1', '0', '0', '1', '2070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2071', '2071', '30', 'a0 gothiccandelabra', '5', '0', '0', '1', '0', '0', '2', '2071', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2072', '2072', '30', 'a0 gothrailing', '4', '0', '0', '1', '0', '0', '8', '2072', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2073', '2073', '30', 'a0 goth_table', '8', '0', '0', '1', '0', '0', '5', '2073', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2074', '2074', '349', 'a0 hc_bkshlf', '6', '0', '5', '1', '0', '0', '15', '2074', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2075', '2075', '349', 'a0 hc_btlr', '125', '0', '5', '1', '0', '0', '5', '2075', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2076', '2076', '349', 'a0 hc_crtn', '3', '0', '5', '1', '0', '0', '17', '2076', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2077', '2077', '349', 'a0 hc_djset', '5', '0', '5', '1', '0', '0', '18', '2077', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2078', '2078', '349', 'a0 hc_frplc', '6', '0', '5', '1', '0', '0', '19', '2078', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2079', '2079', '349', 'a0 hc_lmpst', '3', '0', '5', '1', '0', '0', '20', '2079', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2080', '2080', '349', 'a0 hc_machine', '5', '0', '5', '1', '0', '0', '21', '2080', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2081', '2081', '349', 'a0 hc_rllr', '3', '0', '5', '1', '0', '0', '22', '2081', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2082', '2082', '349', 'a0 hc_rntgn', '3', '0', '5', '1', '0', '0', '23', '2082', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2083', '2083', '349', 'a0 hc_trll', '4', '0', '5', '1', '0', '0', '24', '2083', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2084', '2084', '30', 'a1 gothicchair', '8', '0', '0', '1', '0', '0', '15', '2084', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2085', '2085', '30', 'a1 gothicsofa', '6', '0', '0', '1', '0', '0', '13', '2085', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2086', '2086', '30', 'a1 gothicstool', '4', '0', '0', '1', '0', '0', '14', '2086', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2087', '2087', '30', 'a2 gothicchair', '8', '0', '0', '1', '0', '0', '18', '2087', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2088', '2088', '30', 'a2 gothicsofa', '6', '0', '0', '1', '0', '0', '16', '2088', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2089', '2089', '30', 'a2 gothicstool', '4', '0', '0', '1', '0', '0', '17', '2089', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2090', '2090', '30', 'a3 gothicchair', '8', '0', '0', '1', '0', '0', '21', '2090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2091', '2091', '30', 'a3 gothicsofa', '6', '0', '0', '1', '0', '0', '19', '2091', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2092', '2092', '30', 'a3 gothicstool', '4', '0', '0', '1', '0', '0', '20', '2092', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2093', '2093', '30', 'a4 gothicchair', '8', '0', '0', '1', '0', '0', '24', '2093', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2094', '2094', '30', 'a4 gothicsofa', '6', '0', '0', '1', '0', '0', '22', '2094', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2095', '2095', '30', 'a4 gothicstool', '4', '0', '0', '1', '0', '0', '23', '2095', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2096', '2096', '30', 'a5 gothicchair', '8', '0', '0', '1', '0', '0', '27', '2096', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2097', '2097', '30', 'a5 gothicsofa', '6', '0', '0', '1', '0', '0', '25', '2097', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2098', '2098', '30', 'a5 gothicstool', '4', '0', '0', '1', '0', '0', '26', '2098', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2099', '2099', '30', 'a6 gothicchair', '8', '0', '0', '1', '0', '0', '30', '2099', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2100', '2100', '30', 'a6 gothicsofa', '6', '0', '0', '1', '0', '0', '28', '2100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2101', '2101', '30', 'a6 gothicstool', '4', '0', '0', '1', '0', '0', '29', '2101', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2102', '2102', '473', 'A1 KYNTTILA1', '2', '0', '0', '1', '0', '0', '4', '2102', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2103', '2103', '445', 'A0 val_cauldron', '10', '0', '0', '1', '0', '0', '6', '2103', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2105', '2105', '187', 'sound_machine', '4', '0', '0', '1', '0', '0', '0', '2105', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2106', '2106', '35', 'a0 romantique_pianochair3', '3', '0', '0', '1', '0', '0', '19', '2106', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2107', '2107', '35', 'a0 romantique_pianochair5', '3', '0', '0', '1', '0', '0', '21', '2107', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2108', '2108', '35', 'a0 romantique_pianochair2', '3', '0', '0', '1', '0', '0', '18', '2108', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2109', '2109', '35', 'a0 romantique_pianochair4', '3', '0', '0', '1', '0', '0', '20', '2109', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2110', '2110', '35', 'a0 romantique_pianochair1', '3', '0', '0', '1', '0', '0', '17', '2110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2111', '2111', '35', 'a0 romantique_divan3', '6', '0', '0', '1', '0', '0', '8', '2111', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2112', '2112', '35', 'a0 romantique_divan5', '6', '0', '0', '1', '0', '0', '10', '2112', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2113', '2113', '35', 'a0 romantique_divan2', '6', '0', '0', '1', '0', '0', '7', '2113', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2114', '2114', '35', 'a0 romantique_divan4', '6', '0', '0', '1', '0', '0', '9', '2114', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2115', '2115', '35', 'a0 romantique_divan1', '6', '0', '0', '1', '0', '0', '6', '2115', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2116', '2116', '35', 'a0 romantique_chair3', '4', '0', '0', '1', '0', '0', '3', '2116', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2117', '2117', '35', 'a0 romantique_chair5', '4', '0', '0', '1', '0', '0', '5', '2117', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2118', '2118', '35', 'a0 romantique_chair2', '4', '0', '0', '1', '0', '0', '2', '2118', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2119', '2119', '35', 'a0 romantique_chair4', '4', '0', '0', '1', '0', '0', '4', '2119', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2120', '2120', '35', 'a0 romantique_chair1', '4', '0', '0', '1', '0', '0', '1', '2120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2121', '2121', '473', 'A1 KYNTTILA2', '2', '0', '0', '1', '0', '0', '5', '2121', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2122', '2122', '663', 'Zon Parasol', '5', '0', '0', '1', '0', '0', '36', '2122', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2123', '2123', '445', 'a2 valentinerose', '3', '0', '0', '1', '0', '0', '10', '2123', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2124', '2124', '445', 'a4 valentinerose', '3', '0', '0', '1', '0', '0', '11', '2124', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2125', '2125', '445', 'a1 valentinerose', '3', '0', '0', '1', '0', '0', '9', '2125', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2126', '2126', '445', 'a3 valentinerose', '3', '0', '0', '1', '0', '0', '10', '2126', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2127', '2127', '445', 'a0 valentinerose', '3', '0', '0', '1', '0', '0', '8', '2127', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2128', '2128', '20', 'a0 mazegate', '6', '0', '0', '1', '0', '0', '99', '2128', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2129', '2129', '20', 'a0 maze', '5', '0', '0', '1', '0', '0', '99', '2129', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2130', '2130', '20', 'DEV plant_bulrush', '4', '0', '0', '1', '0', '0', '3', '2130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2131', '2131', '52', 'a0 petfood4', '1', '0', '0', '1', '0', '0', '4', '2131', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2132', '2132', '445', 'a0 carpet_valentine', '6', '0', '0', '1', '0', '0', '1', '2132', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2133', '2133', '30', 'a0 gothiccarpet', '4', '0', '0', '1', '0', '0', '3', '2133', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2134', '2134', '30', 'a0 gothiccarpet2', '5', '0', '0', '1', '0', '0', '4', '2134', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2135', '2135', '30', 'gothic_chair', '8', '0', '0', '1', '0', '0', '12', '2135', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2136', '2136', '30', 'gothic_sofa', '6', '0', '0', '1', '0', '0', '10', '2136', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2137', '2137', '30', 'gothic_stool', '4', '0', '0', '1', '0', '0', '11', '2137', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2138', '2138', '35', 'DEV grand_piano3', '9', '0', '0', '1', '0', '0', '29', '2138', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2139', '2139', '35', 'DEV grand_piano5', '9', '0', '0', '1', '0', '0', '31', '2139', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2140', '2140', '35', 'DEV grand_piano2', '9', '0', '0', '1', '0', '0', '28', '2140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2141', '2141', '35', 'DEV grand_piano4', '9', '0', '0', '1', '0', '0', '30', '2141', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2142', '2142', '35', 'DEV grand_piano1', '9', '0', '0', '1', '0', '0', '27', '2142', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2143', '2143', '280', 'a0 theatre_seat', '10', '0', '0', '1', '0', '0', '-5', '2143', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2144', '2144', '35', 'DEV romantique_tray2', '2', '0', '0', '1', '0', '0', '47', '2144', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2145', '2145', '35', 'DEV romantique_tray1', '2', '0', '0', '1', '0', '0', '46', '2145', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2146', '2146', '35', 'DEV romantique_smalltabl3', '3', '0', '0', '1', '0', '0', '36', '2146', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2147', '2147', '35', 'DEV romantique_smalltabl5', '3', '0', '0', '1', '0', '0', '38', '2147', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2148', '2148', '35', 'DEV romantique_smalltabl2', '3', '0', '0', '1', '0', '0', '35', '2148', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2149', '2149', '35', 'DEV romantique_smalltabl4', '3', '0', '0', '1', '0', '0', '37', '2149', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2150', '2150', '35', 'DEV romantique_smalltabl1', '3', '0', '0', '1', '0', '0', '34', '2150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2151', '2151', '35', 'DEV romantique_mirrortabl', '7', '0', '0', '1', '0', '0', '45', '2151', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2152', '2152', '35', 'a2 romantique_divider', '6', '0', '0', '1', '0', '0', '24', '2152', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2153', '2153', '35', 'a1 romantique_divider', '6', '0', '0', '1', '0', '0', '23', '2153', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2154', '2154', '35', 'a3 romantique_divider', '6', '0', '0', '1', '0', '0', '25', '2154', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2155', '2155', '35', 'a0 romantique_divider', '6', '0', '0', '1', '0', '0', '22', '2155', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2156', '2156', '31', 'DEV jp_tatami2', '4', '0', '0', '1', '0', '0', '8', '2156', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2157', '2157', '31', 'DEV jp_tatami', '3', '0', '0', '1', '0', '0', '7', '2157', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2158', '2158', '663', 'DEV habbowood_chair', '5', '0', '0', '1', '0', '0', '37', '2158', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2159', '2159', '31', 'DEV jp_bamboo', '10', '0', '0', '1', '0', '0', '2', '2159', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2160', '2160', '31', 'DEV jp_irori', '10', '0', '0', '1', '0', '0', '3', '2160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2161', '2161', '31', 'DEV jp_pillow', '3', '0', '0', '1', '0', '0', '6', '2161', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2162', '2162', '46', 'A0 sound_set_1', '2', '0', '0', '1', '0', '0', '1', '2162', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2163', '2163', '46', 'A0 sound_set_2', '2', '0', '0', '1', '0', '0', '2', '2163', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2164', '2164', '46', 'A0 sound_set_3', '2', '0', '0', '1', '0', '0', '3', '2164', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2165', '2165', '46', 'A0 sound_set_4', '2', '0', '0', '1', '0', '0', '4', '2165', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2166', '2166', '46', 'A0 sound_set_5', '2', '0', '0', '1', '0', '0', '5', '2166', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2167', '2167', '46', 'A0 sound_set_6', '2', '0', '0', '1', '0', '0', '6', '2167', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2168', '2168', '46', 'A0 sound_set_7', '2', '0', '0', '1', '0', '0', '7', '2168', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2169', '2169', '46', 'A0 sound_set_8', '2', '0', '0', '1', '0', '0', '8', '2169', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2170', '2170', '46', 'A0 sound_set_9', '2', '0', '0', '1', '0', '0', '9', '2170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2171', '2171', '187', 'sound_machine_1', '4', '0', '0', '1', '0', '0', '-1', '2171', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2457', '2457', '46', 'A0 sound_set_23', '2', '0', '0', '1', '0', '0', '23', '2457', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2458', '2458', '500', 'DEV rclr_garden', '4', '0', '0', '1', '0', '0', '99', '2458', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2459', '2459', '500', 'DEV rclr_sofa', '4', '0', '0', '1', '0', '0', '99', '2459', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2460', '2460', '180', 'DEV pura_mdl11', '2', '0', '0', '1', '0', '0', '50', '2460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2461', '2461', '180', 'DEV pura_mdl12', '2', '0', '0', '1', '0', '0', '55', '2461', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2462', '2462', '180', 'DEV pura_mdl13', '2', '0', '0', '1', '0', '0', '52', '2462', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2463', '2463', '180', 'DEV pura_mdl14', '2', '0', '0', '1', '0', '0', '59', '2463', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2464', '2464', '180', 'DEV pura_mdl15', '2', '0', '0', '1', '0', '0', '51', '2464', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2465', '2465', '180', 'DEV pura_mdl16', '2', '0', '0', '1', '0', '0', '53', '2465', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2466', '2466', '180', 'DEV pura_mdl17', '2', '0', '0', '1', '0', '0', '54', '2466', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2467', '2467', '180', 'DEV pura_mdl18', '2', '0', '0', '1', '0', '0', '58', '2467', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2468', '2468', '180', 'DEV pura_mdl19', '2', '0', '0', '1', '0', '0', '57', '2468', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2469', '2469', '46', 'A0 sound_set_19', '2', '0', '0', '1', '0', '0', '19', '2469', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2470', '2470', '46', 'A0 sound_set_25', '2', '0', '0', '1', '0', '0', '25', '2470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2471', '2471', '31', 'DEV jp_lantern', '5', '0', '0', '1', '0', '0', '4', '2471', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2472', '2472', '180', 'DEV pura_mdl41', '2', '0', '0', '1', '0', '0', '80', '2472', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2473', '2473', '180', 'DEV pura_mdl42', '2', '0', '0', '1', '0', '0', '85', '2473', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2474', '2474', '180', 'DEV pura_mdl43', '2', '0', '0', '1', '0', '0', '82', '2474', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2475', '2475', '180', 'DEV pura_mdl44', '2', '0', '0', '1', '0', '0', '89', '2475', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2476', '2476', '180', 'DEV pura_mdl45', '2', '0', '0', '1', '0', '0', '81', '2476', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2477', '2477', '180', 'DEV pura_mdl46', '2', '0', '0', '1', '0', '0', '83', '2477', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2478', '2478', '180', 'DEV pura_mdl47', '2', '0', '0', '1', '0', '0', '84', '2478', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2479', '2479', '180', 'DEV pura_mdl48', '2', '0', '0', '1', '0', '0', '88', '2479', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2480', '2480', '180', 'DEV pura_mdl49', '2', '0', '0', '1', '0', '0', '87', '2480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2481', '2481', '46', 'A0 sound_set_10', '2', '0', '0', '1', '0', '0', '10', '2481', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2482', '2482', '46', 'A0 sound_set_14', '2', '0', '0', '1', '0', '0', '14', '2482', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2483', '2483', '180', 'DEV pura_mdl21', '2', '0', '0', '1', '0', '0', '60', '2483', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2484', '2484', '180', 'DEV pura_mdl22', '2', '0', '0', '1', '0', '0', '65', '2484', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2485', '2485', '180', 'DEV pura_mdl23', '2', '0', '0', '1', '0', '0', '62', '2485', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2486', '2486', '180', 'DEV pura_mdl24', '2', '0', '0', '1', '0', '0', '69', '2486', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2487', '2487', '180', 'DEV pura_mdl25', '2', '0', '0', '1', '0', '0', '61', '2487', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2488', '2488', '180', 'DEV pura_mdl26', '2', '0', '0', '1', '0', '0', '63', '2488', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2489', '2489', '180', 'DEV pura_mdl27', '2', '0', '0', '1', '0', '0', '64', '2489', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2490', '2490', '180', 'DEV pura_mdl28', '2', '0', '0', '1', '0', '0', '68', '2490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2491', '2491', '180', 'DEV pura_mdl29', '2', '0', '0', '1', '0', '0', '67', '2491', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2492', '2492', '46', 'A0 sound_set_24', '2', '0', '0', '1', '0', '0', '24', '2492', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2493', '2493', '46', 'A0 sound_set_12', '2', '0', '0', '1', '0', '0', '11', '2493', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2494', '2494', '46', 'A0 sound_set_21', '2', '0', '0', '1', '0', '0', '21', '2494', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2495', '2495', '46', 'A0 sound_set_15', '2', '0', '0', '1', '0', '0', '13', '2495', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2496', '2496', '46', 'A0 sound_set_28', '2', '0', '0', '1', '0', '0', '28', '2496', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2497', '2497', '46', 'A0 sound_set_18', '2', '0', '0', '1', '0', '0', '18', '2497', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2498', '2498', '180', 'A1 S1P', '3', '0', '0', '1', '0', '0', '10', '2498', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2499', '2499', '180', 'A1 GIRLS1P', '3', '0', '0', '1', '0', '0', '15', '2499', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2500', '2500', '180', 'A2 S1P', '3', '0', '0', '1', '0', '0', '12', '2500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2501', '2501', '180', 'A3 S1P', '3', '0', '0', '1', '0', '0', '19', '2501', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2502', '2502', '180', 'A4 S1P', '3', '0', '0', '1', '0', '0', '11', '2502', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2503', '2503', '180', 'A6 S1P', '3', '0', '0', '1', '0', '0', '13', '2503', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2504', '2504', '180', 'A7 S1P', '3', '0', '0', '1', '0', '0', '14', '2504', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2505', '2505', '180', 'A8 S1P', '3', '0', '0', '1', '0', '0', '18', '2505', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2506', '2506', '180', 'A9 S1P', '3', '0', '0', '1', '0', '0', '17', '2506', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2507', '2507', '1207', 'b0 rareicecreamwhite', '5', '0', '0', '1', '0', '0', '1', '2507', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2508', '2508', '46', 'A0 sound_set_26', '2', '0', '0', '1', '0', '0', '16', '2508', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2509', '2509', '180', 'DEV pura_mdl51', '1', '0', '0', '1', '0', '0', '90', '2509', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2510', '2510', '180', 'DEV pura_mdl52', '1', '0', '0', '1', '0', '0', '95', '2510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2511', '2511', '180', 'DEV pura_mdl53', '1', '0', '0', '1', '0', '0', '92', '2511', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2512', '2512', '180', 'DEV pura_mdl54', '1', '0', '0', '1', '0', '0', '99', '2512', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2513', '2513', '180', 'DEV pura_mdl55', '1', '0', '0', '1', '0', '0', '91', '2513', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2514', '2514', '180', 'DEV pura_mdl56', '1', '0', '0', '1', '0', '0', '93', '2514', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2515', '2515', '180', 'DEV pura_mdl57', '1', '0', '0', '1', '0', '0', '94', '2515', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2516', '2516', '180', 'DEV pura_mdl58', '1', '0', '0', '1', '0', '0', '98', '2516', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2517', '2517', '180', 'DEV pura_mdl59', '1', '0', '0', '1', '0', '0', '97', '2517', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2518', '2518', '280', 'a0 ropedivider', '3', '0', '0', '1', '0', '0', '-10', '2518', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2519', '2519', '280', 'a0 spotlight', '4', '0', '0', '1', '0', '0', '-9', '2519', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2520', '2520', '35', 'DEV romantique_clock', '25', '0', '0', '1', '0', '0', '50', '2520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2521', '2521', '46', 'A0 sound_set_22', '2', '0', '0', '1', '0', '0', '15', '2521', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2522', '2522', '31', 'DEV jp_drawer', '5', '0', '0', '1', '0', '0', '2', '2522', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2523', '2523', '46', 'A0 sound_set_13', '2', '0', '0', '1', '0', '0', '12', '2523', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2524', '2524', '46', 'A0 sound_set_20', '2', '0', '0', '1', '0', '0', '20', '2524', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2525', '2525', '180', 'DEV chair_basic1', '3', '0', '0', '1', '0', '0', '30', '2525', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2526', '2526', '180', 'DEV chair_basic2', '3', '0', '0', '1', '0', '0', '35', '2526', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2527', '2527', '180', 'DEV chair_basic3', '3', '0', '0', '1', '0', '0', '32', '2527', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2528', '2528', '180', 'DEV chair_basic4', '3', '0', '0', '1', '0', '0', '39', '2528', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2529', '2529', '180', 'DEV chair_basic5', '3', '0', '0', '1', '0', '0', '31', '2529', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2530', '2530', '180', 'DEV chair_basic6', '3', '0', '0', '1', '0', '0', '33', '2530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2531', '2531', '180', 'DEV chair_basic7', '3', '0', '0', '1', '0', '0', '34', '2531', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2532', '2532', '180', 'DEV chair_basic8', '3', '0', '0', '1', '0', '0', '38', '2532', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2533', '2533', '180', 'DEV chair_basic9', '3', '0', '0', '1', '0', '0', '37', '2533', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2534', '2534', '180', 'DEV pura_mdl31', '2', '0', '0', '1', '0', '0', '70', '2534', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2535', '2535', '180', 'DEV pura_mdl32', '2', '0', '0', '1', '0', '0', '75', '2535', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2536', '2536', '180', 'DEV pura_mdl33', '2', '0', '0', '1', '0', '0', '72', '2536', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2537', '2537', '180', 'DEV pura_mdl34', '2', '0', '0', '1', '0', '0', '79', '2537', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2538', '2538', '180', 'DEV pura_mdl35', '2', '0', '0', '1', '0', '0', '71', '2538', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2539', '2539', '180', 'DEV pura_mdl36', '2', '0', '0', '1', '0', '0', '73', '2539', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2540', '2540', '180', 'DEV pura_mdl37', '2', '0', '0', '1', '0', '0', '74', '2540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2541', '2541', '180', 'DEV pura_mdl38', '2', '0', '0', '1', '0', '0', '78', '2541', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2542', '2542', '180', 'DEV pura_mdl39', '2', '0', '0', '1', '0', '0', '77', '2542', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2543', '2543', '187', 'sound_machine2', '4', '0', '0', '1', '0', '0', '-2', '2543', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2544', '2544', '187', 'sound_machine3', '4', '0', '0', '1', '0', '0', '-3', '2544', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2545', '2545', '187', 'sound_machine4', '4', '0', '0', '1', '0', '0', '-4', '2545', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2546', '2546', '187', 'sound_machine5', '4', '0', '0', '1', '0', '0', '-5', '2546', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2547', '2547', '187', 'sound_machine6', '4', '0', '0', '1', '0', '0', '-6', '2547', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2548', '2548', '187', 'sound_machine7', '4', '0', '0', '1', '0', '0', '-7', '2548', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2549', '2549', '46', 'A0 sound_set_27', '2', '0', '0', '1', '0', '0', '27', '2549', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2550', '2550', '46', 'A0 sound_set_17', '2', '0', '0', '1', '0', '0', '17', '2550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2551', '2551', '35', 'a0 rom_lamp', '4', '0', '0', '1', '0', '0', '43', '2551', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2552', '2552', '180', 'DEV bed_budget1', '4', '0', '0', '1', '0', '0', '20', '2552', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2553', '2553', '180', 'DEV bed_budget2', '4', '0', '0', '1', '0', '0', '25', '2553', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2554', '2554', '180', 'DEV bed_budget3', '4', '0', '0', '1', '0', '0', '22', '2554', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2555', '2555', '180', 'DEV bed_budget4', '4', '0', '0', '1', '0', '0', '29', '2555', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2556', '2556', '180', 'DEV bed_budget5', '4', '0', '0', '1', '0', '0', '21', '2556', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2557', '2557', '180', 'DEV bed_budget6', '4', '0', '0', '1', '0', '0', '23', '2557', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2558', '2558', '180', 'DEV bed_budget7', '4', '0', '0', '1', '0', '0', '24', '2558', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2559', '2559', '180', 'DEV bed_budget8', '4', '0', '0', '1', '0', '0', '28', '2559', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2560', '2560', '180', 'DEV bed_budget9', '4', '0', '0', '1', '0', '0', '27', '2560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2561', '2561', '46', 'A0 sound_set_16', '2', '0', '0', '1', '0', '0', '14', '2561', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2562', '2562', '500', 'DEV rclr_chair', '4', '0', '0', '1', '0', '0', '99', '2562', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2563', '2563', '46', 'A0 sound_set_11', '2', '0', '0', '1', '0', '0', '10', '2563', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2564', '2564', '46', 'A0 sound_set_33', '2', '0', '0', '1', '0', '0', '33', '2564', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2565', '2565', '46', 'A0 sound_set_37', '2', '0', '0', '1', '0', '0', '37', '2565', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2566', '2566', '280', 'a0 tile_marble', '1', '0', '0', '1', '0', '0', '-7', '2566', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2567', '2567', '700', 'DEV exe_rug', '3', '0', '0', '1', '0', '0', '8', '2567', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2568', '2568', '280', 'a0 tile_stella', '1', '0', '0', '1', '0', '0', '-6', '2568', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2569', '2569', '46', 'A0 sound_set_32', '2', '0', '0', '1', '0', '0', '32', '2569', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2570', '2570', '46', 'A0 sound_set_34', '2', '0', '0', '1', '0', '0', '34', '2570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2571', '2571', '405', 'DEV summer_chair1', '3', '0', '0', '1', '0', '0', '1', '2571', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2572', '2572', '405', 'DEV summer_chair2', '3', '0', '0', '1', '0', '0', '2', '2572', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2573', '2573', '405', 'DEV summer_chair3', '3', '0', '0', '1', '0', '0', '3', '2573', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2574', '2574', '405', 'DEV summer_chair4', '3', '0', '0', '1', '0', '0', '4', '2574', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2575', '2575', '405', 'DEV summer_chair5', '3', '0', '0', '1', '0', '0', '5', '2575', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2576', '2576', '405', 'DEV summer_chair6', '3', '0', '0', '1', '0', '0', '6', '2576', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2577', '2577', '405', 'DEV summer_chair7', '3', '0', '0', '1', '0', '0', '7', '2577', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2578', '2578', '405', 'DEV summer_chair8', '3', '0', '0', '1', '0', '0', '8', '2578', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2579', '2579', '405', 'DEV summer_chair9', '3', '0', '0', '1', '0', '0', '9', '2579', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2580', '2580', '46', 'A0 sound_set_29', '2', '0', '0', '1', '0', '0', '29', '2580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2581', '2581', '700', 'DEV exe_s_table', '4', '0', '0', '1', '0', '0', '9', '2581', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2582', '2582', '280', 'a0 tile_brown', '1', '0', '0', '1', '0', '0', '-8', '2582', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2583', '2583', '46', 'A0 sound_set_36', '2', '0', '0', '1', '0', '0', '19', '2583', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2584', '2584', '344', 'rare mosterplant', '4', '0', '0', '1', '0', '0', '7', '2584', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2585', '2585', '46', 'A0 sound_set_30', '2', '0', '0', '1', '0', '0', '17', '2585', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2586', '2586', '736', 'prizetrophy7_b', '8', '0', '0', '1', '0', '0', '-1', '2586', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2587', '2587', '405', 'Summer BBQ Grill Blue', '4', '0', '0', '1', '0', '0', '10', '2587', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2588', '2588', '405', 'Summer BBQ Grill Red', '4', '0', '0', '1', '0', '0', '10', '2588', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2589', '2589', '405', 'Summer BBQ Grill Green', '4', '0', '0', '1', '0', '0', '11', '2589', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2590', '2590', '405', 'Summer BBQ Grill Yellow', '4', '0', '0', '1', '0', '0', '12', '2590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2591', '2591', '405', 'summer_pool blue', '4', '0', '0', '1', '0', '0', '14', '2591', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2592', '2592', '405', 'summer_pool red', '4', '0', '0', '1', '0', '0', '13', '2592', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2593', '2593', '405', 'summer_pool green', '4', '0', '0', '1', '0', '0', '14', '2593', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2594', '2594', '405', 'summer_pool yellow', '4', '0', '0', '1', '0', '0', '17', '2594', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2595', '2595', '46', 'A0 sound_set_35', '2', '0', '0', '1', '0', '0', '18', '2595', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2596', '2596', '46', 'A0 sound_set_31', '2', '0', '0', '1', '0', '0', '31', '2596', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2597', '2597', '1245', 'DEV one_way_door1', '7', '0', '0', '1', '0', '0', '1', '2597', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2598', '2598', '1245', 'DEV one_way_door2', '7', '0', '0', '1', '0', '0', '2', '2598', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2599', '2599', '1245', 'DEV one_way_door3', '7', '0', '0', '1', '0', '0', '3', '2599', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2600', '2600', '1245', 'DEV one_way_door4', '7', '0', '0', '1', '0', '0', '4', '2600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2601', '2601', '1245', 'DEV one_way_door5', '7', '0', '0', '1', '0', '0', '5', '2601', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2602', '2602', '1245', 'DEV one_way_door6', '7', '0', '0', '1', '0', '0', '6', '2602', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2603', '2603', '1245', 'DEV one_way_door7', '7', '0', '0', '1', '0', '0', '7', '2603', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2604', '2604', '1245', 'DEV one_way_door8', '7', '0', '0', '1', '0', '0', '8', '2604', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2605', '2605', '1245', 'DEV one_way_door9', '7', '0', '0', '1', '0', '0', '9', '2605', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2606', '2606', '187', 'sound_machine_pro', '4', '0', '0', '1', '0', '0', '-8', '2606', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2607', '2607', '254', 'song peep_benztruck', '4', '0', '0', '1', '0', '0', '99', '2607', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2608', '2608', '253', 'jukebox_1', '5', '0', '5', '1', '0', '0', '99', '2608', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2609', '2609', '559', 'tut carpet', '1', '0', '0', '1', '0', '0', '27', '2609', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2610', '2610', '46', 'A0 sound_set_44', '2', '0', '0', '1', '0', '0', '44', '2610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2611', '2611', '388', 'A1 habbocrypt', '5', '0', '0', '1', '0', '0', '4', '2611', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2612', '2612', '46', 'A0 sound_set_41', '2', '0', '0', '1', '0', '0', '21', '2612', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2613', '2613', '764', 'Grunge Sign', '3', '0', '0', '1', '0', '0', '6', '2613', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2614', '2614', '46', 'A0 sound_set_43', '2', '0', '0', '1', '0', '0', '22', '2614', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2615', '2615', '46', 'A0 sound_set_40', '2', '0', '0', '1', '0', '0', '40', '2615', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2616', '2616', '46', 'A0 sound_set_38', '2', '0', '0', '1', '0', '0', '38', '2616', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2617', '2617', '764', 'Grunge Chair', '3', '0', '0', '1', '0', '0', '2', '2617', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2618', '2618', '764', 'Grunge Mattress', '3', '0', '0', '1', '0', '0', '3', '2618', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2619', '2619', '764', 'Grunge Shelf', '4', '0', '0', '1', '0', '0', '5', '2619', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2620', '2620', '388', 'A0 hal_grave', '4', '0', '0', '1', '0', '0', '7', '2620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2621', '2621', '764', 'Grunge Radiator', '3', '0', '0', '1', '0', '0', '4', '2621', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2622', '2622', '46', 'A0 sound_set_39', '2', '0', '0', '1', '0', '0', '20', '2622', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2623', '2623', '764', 'Grunge Table', '3', '0', '0', '1', '0', '0', '7', '2623', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2624', '2624', '46', 'A0 sound_set_42', '2', '0', '0', '1', '0', '0', '42', '2624', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2625', '2625', '388', 'hal_cauldron', '10', '0', '0', '1', '0', '0', '6', '2625', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2626', '2626', '388', 'a0 habboween_grass', '7', '0', '0', '1', '0', '0', '5', '2626', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2627', '2627', '46', 'A0 sound_set_47', '2', '0', '0', '1', '0', '0', '24', '2627', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2628', '2628', '46', 'A0 sound_set_45', '2', '0', '0', '1', '0', '0', '23', '2628', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2629', '2629', '46', 'A0 sound_set_48', '2', '0', '0', '1', '0', '0', '48', '2629', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2630', '2630', '46', 'A0 sound_set_46', '2', '0', '0', '1', '0', '0', '46', '2630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2631', '2631', '46', 'A0 sound_set_51', '2', '0', '0', '1', '0', '0', '51', '2631', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2632', '2632', '46', 'A0 sound_set_50', '2', '0', '0', '1', '0', '0', '50', '2632', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2633', '2633', '46', 'A0 sound_set_52', '2', '0', '0', '1', '0', '0', '25', '2633', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2634', '2634', '46', 'A0 sound_set_49', '2', '0', '0', '1', '0', '0', '49', '2634', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2635', '2635', '473', 'Christmas maze shrubbery', '5', '0', '0', '1', '0', '0', '89', '2635', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2636', '2636', '473', 'xmas_cstl_gate', '6', '0', '0', '1', '0', '0', '97', '2636', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2637', '2637', '473', 'Christmas Reindeer Rare', '15', '0', '0', '1', '0', '0', '95', '2637', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2638', '2638', '473', 'Christmas Tree 6 Bling', '5', '0', '0', '1', '0', '0', '82', '2638', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2639', '2639', '700', 'DEV exe_sofa', '4', '0', '0', '1', '0', '0', '7', '2639', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2640', '2640', '473', 'Christmas mazegate', '6', '0', '0', '1', '0', '0', '90', '2640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2641', '2641', '473', 'xmas_icelamp', '3', '0', '0', '1', '0', '0', '100', '2641', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2642', '2642', '346', 'a0 safe_silo_pb', '4', '0', '0', '1', '0', '0', '48', '2642', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2643', '2643', '700', 'DEV exe_bardesk', '3', '0', '0', '1', '0', '0', '2', '2643', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2644', '2644', '700', 'DEV exe_table', '5', '0', '0', '1', '0', '0', '10', '2644', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2645', '2645', '726', 'DEV exe_drinks', '4', '0', '0', '1', '0', '0', '11', '2645', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2646', '2646', '473', 'xmas_cstl_wall', '5', '0', '0', '1', '0', '0', '99', '2646', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2647', '2647', '700', 'DEV exe_chair', '3', '0', '0', '1', '0', '0', '6', '2647', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2648', '2648', '473', 'Christmas Sleigh', '5', '0', '0', '1', '0', '0', '96', '2648', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2649', '2649', '46', 'A0 sound_set_54', '2', '0', '0', '1', '0', '0', '54', '2649', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2650', '2650', '700', 'DEV exe_chair2', '4', '0', '0', '1', '0', '0', '5', '2650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2651', '2651', '473', 'xmas_cstl_twr', '5', '0', '0', '1', '0', '0', '98', '2651', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2652', '2652', '46', 'A0 sound_set_53', '2', '0', '0', '1', '0', '0', '26', '2652', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2653', '2653', '473', 'Christmas Tree 7 Snow', '5', '0', '0', '1', '0', '0', '83', '2653', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2654', '2654', '473', 'Christmas Reindeer Poop', '3', '0', '0', '1', '0', '0', '94', '2654', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2655', '2655', '700', 'DEV exe_corner', '3', '0', '0', '1', '0', '0', '3', '2655', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2656', '2656', '46', 'A0 sound_set_58', '2', '0', '0', '1', '0', '0', '58', '2656', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2657', '2657', '47', 'noob_stool_1', '0', '10', '0', '1', '0', '0', '38', '2657', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2658', '2658', '47', 'noob_stool_2', '0', '10', '0', '1', '0', '0', '39', '2658', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2659', '2659', '47', 'noob_stool_3', '0', '10', '0', '1', '0', '0', '40', '2659', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2660', '2660', '47', 'noob_stool_4', '0', '10', '0', '1', '0', '0', '41', '2660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2661', '2661', '47', 'noob_stool_5', '0', '10', '0', '1', '0', '0', '42', '2661', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2662', '2662', '47', 'noob_stool_6', '0', '10', '0', '1', '0', '0', '43', '2662', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2663', '2663', '47', 'noob_lamp_1', '0', '10', '0', '1', '0', '0', '13', '2663', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2664', '2664', '47', 'noob_lamp_2', '0', '10', '0', '1', '0', '0', '14', '2664', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2665', '2665', '47', 'noob_lamp_3', '0', '10', '0', '1', '0', '0', '15', '2665', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2666', '2666', '47', 'noob_lamp_4', '0', '10', '0', '1', '0', '0', '16', '2666', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2667', '2667', '47', 'noob_lamp_5', '0', '10', '0', '1', '0', '0', '17', '2667', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2668', '2668', '47', 'noob_lamp_6', '0', '10', '0', '1', '0', '0', '18', '2668', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2669', '2669', '46', 'A0 sound_set_56', '2', '0', '0', '1', '0', '0', '28', '2669', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2670', '2670', '46', 'A0 sound_set_59', '2', '0', '0', '1', '0', '0', '59', '2670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2671', '2671', '46', 'A0 sound_set_55', '2', '0', '0', '1', '0', '0', '27', '2671', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2672', '2672', '700', 'DEV exe_globe', '25', '0', '0', '1', '0', '0', '15', '2672', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2673', '2673', '46', 'A0 sound_set_57', '2', '0', '0', '1', '0', '0', '57', '2673', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2674', '2674', '700', 'A0 exe_plant', '4', '0', '0', '1', '0', '0', '1', '2674', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2675', '2675', '47', 'noob_chair_1', '0', '10', '0', '1', '0', '0', '1', '2675', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2676', '2676', '47', 'noob_chair_2', '0', '10', '0', '1', '0', '0', '2', '2676', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2677', '2677', '47', 'noob_chair_3', '0', '10', '0', '1', '0', '0', '3', '2677', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2678', '2678', '47', 'noob_chair_4', '0', '10', '0', '1', '0', '0', '4', '2678', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2679', '2679', '47', 'noob_chair_5', '0', '10', '0', '1', '0', '0', '5', '2679', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2680', '2680', '47', 'noob_chair_6', '0', '10', '0', '1', '0', '0', '6', '2680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2681', '2681', '47', 'noob_rug_1', '0', '10', '0', '1', '0', '0', '26', '2681', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2682', '2682', '47', 'noob_rug_2', '0', '10', '0', '1', '0', '0', '27', '2682', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2683', '2683', '47', 'noob_rug_3', '0', '10', '0', '1', '0', '0', '28', '2683', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2684', '2684', '47', 'noob_rug_4', '0', '10', '0', '1', '0', '0', '29', '2684', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2685', '2685', '47', 'noob_rug_5', '0', '10', '0', '1', '0', '0', '30', '2685', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2686', '2686', '47', 'noob_rug_6', '0', '10', '0', '1', '0', '0', '31', '2686', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2687', '2687', '47', 'noob_table_1', '0', '10', '0', '1', '0', '0', '44', '2687', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2688', '2688', '47', 'noob_table_2', '0', '10', '0', '1', '0', '0', '45', '2688', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2689', '2689', '47', 'noob_table_3', '0', '10', '0', '1', '0', '0', '46', '2689', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2690', '2690', '47', 'noob_table_4', '0', '10', '0', '1', '0', '0', '47', '2690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2691', '2691', '47', 'noob_table_5', '0', '10', '0', '1', '0', '0', '48', '2691', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2692', '2692', '47', 'noob_table_6', '0', '10', '0', '1', '0', '0', '49', '2692', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2693', '2693', '224', 'teleport_door', '6', '0', '5', '1', '0', '0', '4', '2693', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2694', '2694', '453', 'DEV fortune', '5', '0', '0', '1', '0', '0', '1', '2694', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2695', '2695', '46', 'A0 sound_set_60', '2', '0', '0', '1', '0', '0', '60', '2695', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2696', '2696', '663', 'val_randomizer', '5', '0', '0', '1', '0', '0', '35', '2696', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2697', '2697', '453', 'val_choco', '2', '0', '0', '1', '0', '0', '2', '2697', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2698', '2698', '46', 'sound_set_61', '2', '0', '0', '1', '0', '0', '29', '2698', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2699', '2699', '453', 'vday_sharebears', '4', '0', '0', '1', '0', '0', '4', '2699', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2700', '2700', '453', 'Pink Teddy', '4', '0', '0', '1', '0', '0', '5', '2700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2701', '2701', '453', 'Green Teddy', '4', '0', '0', '1', '0', '0', '6', '2701', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2702', '2702', '453', 'Brown Teddy', '4', '0', '0', '1', '0', '0', '7', '2702', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2703', '2703', '453', 'Yellow Teddy', '4', '0', '0', '1', '0', '0', '8', '2703', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2704', '2704', '453', 'Blue Teddy', '4', '0', '0', '1', '0', '0', '9', '2704', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2705', '2705', '405', 'sand_cstl_twr', '3', '0', '0', '1', '0', '0', '99', '2705', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2706', '2706', '764', 'grunge_barrel', '3', '0', '0', '1', '0', '0', '9', '2706', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2707', '2707', '764', 'grunge_bench', '3', '0', '0', '1', '0', '0', '10', '2707', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2708', '2708', '764', 'grunge_candle', '2', '0', '0', '1', '0', '0', '11', '2708', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2709', '2709', '123', 'DEV sw_chest', '5', '0', '0', '1', '0', '0', '1', '2709', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2710', '2710', '405', 'sand_cstl_wall', '3', '0', '0', '1', '0', '0', '99', '2710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2711', '2711', '123', 'sw_raven', '15', '0', '0', '1', '0', '0', '2', '2711', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2712', '2712', '405', 'sand_cstl_gate', '4', '0', '0', '1', '0', '0', '99', '2712', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2713', '2713', '123', 'DEV sw_table', '10', '0', '0', '1', '0', '0', '3', '2713', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2714', '2714', '28', 'arabian_tetbl', '4', '0', '0', '1', '0', '0', '9', '2714', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2715', '2715', '31', 'jp_tray1', '2', '0', '0', '1', '0', '0', '20', '2715', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2716', '2716', '28', 'arabian_teamk', '7', '0', '0', '1', '0', '0', '8', '2716', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2717', '2717', '31', 'jp_tray5', '2', '0', '0', '1', '0', '0', '24', '2717', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2718', '2718', '736', 'a0 prizetrophy9_g', '4', '0', '0', '1', '0', '0', '3', '2718', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('2719', '2719', '28', 'arabian_rug', '4', '0', '0', '1', '0', '0', '5', '2719', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2720', '2720', '31', 'jp_tray6', '2', '0', '0', '1', '0', '0', '25', '2720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2721', '2721', '28', 'arabian_chair', '5', '0', '0', '1', '0', '0', '2', '2721', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2722', '2722', '28', 'arabian_pllw', '3', '0', '0', '1', '0', '0', '4', '2722', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2723', '2723', '28', 'arabian_tray3', '3', '0', '0', '1', '0', '0', '12', '2723', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2724', '2724', '31', 'jp_tray2', '2', '0', '0', '1', '0', '0', '21', '2724', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2725', '2725', '31', 'jp_tray4', '2', '0', '0', '1', '0', '0', '23', '2725', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2726', '2726', '31', 'jp_tray3', '2', '0', '0', '1', '0', '0', '22', '2726', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2727', '2727', '198', 'md_rug', '4', '0', '0', '1', '0', '0', '99', '2727', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2728', '2728', '28', 'arabian_tray4', '3', '0', '0', '1', '0', '0', '13', '2728', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2729', '2729', '736', 'a0 prizetrophy8_g', '5', '0', '0', '1', '0', '0', '2', '2729', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2730', '2730', '28', 'arabian_divdr', '6', '0', '0', '1', '0', '0', '3', '2730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2731', '2731', '28', 'arabian_bigtb', '5', '0', '0', '1', '0', '0', '1', '2731', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2732', '2732', '28', 'arabian_snake', '3', '0', '0', '1', '0', '0', '6', '2732', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2733', '2733', '500', 'Ecotron Moon Lamp', '4', '0', '0', '1', '0', '0', '99', '2733', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2734', '2734', '28', 'arabian_tray1', '3', '0', '0', '1', '0', '0', '11', '2734', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2735', '2735', '28', 'DEV arabian_tray2', '3', '0', '0', '1', '0', '0', '16', '2735', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2736', '2736', '565', 'nouvelle_trax', '4', '0', '0', '1', '0', '0', '46', '2736', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2737', '2737', '73', 'b0 calippo', '4', '0', '0', '1', '0', '0', '24', '2737', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2738', '2738', '46', 'A0 sound_set_64', '2', '0', '0', '1', '0', '0', '64', '2738', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2739', '2739', '496', 'jukebox_ptv', '5', '0', '0', '1', '0', '0', '23', '2739', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2740', '2740', '46', 'A0 sound_set_63', '2', '0', '0', '1', '0', '0', '63', '2740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2741', '2741', '46', 'A0 sound_set_62', '2', '0', '0', '1', '0', '0', '30', '2741', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2742', '2742', '187', 'traxgold', '4', '0', '0', '1', '0', '0', '-11', '2742', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2743', '2743', '187', 'traxbronze', '4', '0', '0', '1', '0', '0', '-9', '2743', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2744', '2744', '187', 'traxsilver', '4', '0', '0', '1', '0', '0', '-10', '2744', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2745', '2745', '544', 'bench_puffet', '4', '0', '0', '1', '0', '0', '99', '2745', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2746', '2746', '323', 'footylamp_campaign', '4', '0', '0', '1', '0', '0', '10', '2746', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2747', '2747', '31', 'jp_katana2', '3', '0', '0', '1', '0', '0', '10', '2747', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2748', '2748', '31', 'jp_katana3', '3', '0', '0', '1', '0', '0', '11', '2748', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2749', '2749', '31', 'jp_table', '5', '0', '0', '1', '0', '0', '26', '2749', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2750', '2750', '31', 'jp_rare', '15', '0', '0', '1', '0', '0', '1', '2750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2751', '2751', '31', 'jp_katana1', '3', '0', '0', '1', '0', '0', '9', '2751', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2752', '2752', '46', 'A0 sound_set_66', '2', '0', '0', '1', '0', '0', '66', '2752', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2753', '2753', '408', 'tiki_tray3', '2', '0', '0', '1', '0', '0', '19', '2753', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2754', '2754', '539', 'tampax_rug', '4', '0', '0', '1', '0', '0', '99', '2754', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2755', '2755', '408', 'tiki_tray1', '2', '0', '0', '1', '0', '0', '17', '2755', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2756', '2756', '408', 'tiki_toucan', '5', '0', '0', '1', '0', '0', '13', '2756', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2757', '2757', '408', 'tiki_waterfall', '9', '0', '0', '1', '0', '0', '15', '2757', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2764', '2764', '307', 'a0 CFC_500_goldbar', '500', '0', '0', '1', '0', '0', '26', '2764', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2765', '2765', '408', 'tiki_tray4', '2', '0', '0', '1', '0', '0', '20', '2765', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2766', '2766', '46', 'A0 sound_set_65', '2', '0', '0', '1', '0', '0', '65', '2766', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2767', '2767', '46', 'A0 sound_set_70', '2', '0', '0', '1', '0', '0', '70', '2767', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2768', '2768', '408', 'tiki_tray2', '2', '0', '0', '1', '0', '0', '18', '2768', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2769', '2769', '408', 'DEV tiki_parasol', '5', '0', '0', '1', '0', '0', '10', '2769', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2770', '2770', '307', 'a0 CFC_200_moneybag', '200', '0', '0', '1', '0', '0', '8', '2770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2771', '2771', '46', 'A0 sound_set_67', '2', '0', '0', '1', '0', '0', '31', '2771', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2772', '2772', '307', 'a0 CFC_50_coin_silver', '50', '0', '0', '1', '0', '0', '2', '2772', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2773', '2773', '408', 'tiki_torch', '3', '0', '0', '1', '0', '0', '14', '2773', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2774', '2774', '31', 'jp_teamaker', '6', '0', '0', '1', '0', '0', '12', '2774', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2781', '2781', '408', 'tiki_junglerug', '4', '0', '0', '1', '0', '0', '9', '2781', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2782', '2782', '408', 'tiki_statue', '3', '0', '0', '1', '0', '0', '11', '2782', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2783', '2783', '47', 'noob_plant', '0', '10', '0', '1', '0', '0', '60', '2783', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2784', '2784', '408', 'DEV tiki_bench', '3', '0', '0', '1', '0', '0', '2', '2784', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2785', '2785', '408', 'tiki_bflies', '3', '0', '0', '1', '0', '0', '3', '2785', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2792', '2792', '408', 'tiki_tray0', '2', '0', '0', '1', '0', '0', '14', '2792', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2793', '2793', '46', 'A0 sound_set_68', '2', '0', '0', '1', '0', '0', '32', '2793', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2794', '2794', '408', 'DEV tiki_corner', '3', '0', '0', '1', '0', '0', '1', '2794', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2795', '2795', '408', 'DEV tiki_bardesk', '3', '0', '0', '1', '0', '0', '1', '2795', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2796', '2796', '307', 'a0 CFC_100_coin_gold', '100', '0', '0', '1', '0', '0', '5', '2796', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2797', '2797', '307', 'a0 CFC_10_coin_bronze', '10', '0', '0', '1', '0', '0', '1', '2797', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('2798', '2798', '408', 'DEV tiki_sand', '3', '0', '0', '1', '0', '0', '10', '2798', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2799', '2799', '46', 'A0 sound_set_69', '2', '0', '0', '1', '0', '0', '33', '2799', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2800', '2800', '43', 'diner_tray_4', '2', '0', '0', '1', '0', '0', '8', '2800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2801', '2801', '345', 'svnr_de', '4', '0', '0', '1', '0', '0', '4', '2801', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2802', '2802', '43', 'diner_tray_2', '2', '0', '0', '1', '0', '0', '6', '2802', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2803', '2803', '43', 'diner_rug', '2', '0', '0', '1', '0', '0', '2', '2803', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2804', '2804', '43', 'aquamarine diner_sofa_2', '3', '0', '0', '1', '0', '0', '98', '2804', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2805', '2805', '43', 'pink diner_sofa_2', '3', '0', '0', '1', '0', '0', '97', '2805', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2806', '2806', '43', 'black diner_sofa_2', '3', '0', '0', '1', '0', '0', '92', '2806', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2807', '2807', '43', 'white diner_sofa_2', '3', '0', '0', '1', '0', '0', '95', '2807', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2808', '2808', '43', 'beige diner_sofa_2', '3', '0', '0', '1', '0', '0', '90', '2808', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2809', '2809', '43', 'blue diner_sofa_2', '3', '0', '0', '1', '0', '0', '91', '2809', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2810', '2810', '43', 'green diner_sofa_2', '3', '0', '0', '1', '0', '0', '93', '2810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2811', '2811', '43', 'yellow diner_sofa_2', '3', '0', '0', '1', '0', '0', '96', '2811', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2812', '2812', '43', 'red diner_sofa_2', '3', '0', '0', '1', '0', '0', '94', '2812', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2813', '2813', '345', 'svnr_it', '4', '0', '0', '1', '0', '0', '1', '2813', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2814', '2814', '43', 'diner_shaker', '6', '0', '0', '1', '0', '0', '3', '2814', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2815', '2815', '43', 'diner_tray_5', '2', '0', '0', '1', '0', '0', '9', '2815', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2816', '2816', '43', 'aquamarine diner_cashreg', '5', '0', '0', '1', '0', '0', '58', '2816', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2817', '2817', '43', 'pink diner_cashreg', '5', '0', '0', '1', '0', '0', '57', '2817', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2818', '2818', '43', 'black diner_cashreg', '5', '0', '0', '1', '0', '0', '52', '2818', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2819', '2819', '43', 'yellow diner_cashreg', '5', '0', '0', '1', '0', '0', '56', '2819', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2820', '2820', '43', 'beige diner_cashreg', '5', '0', '0', '1', '0', '0', '50', '2820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2821', '2821', '43', 'blue diner_cashreg', '5', '0', '0', '1', '0', '0', '51', '2821', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2822', '2822', '43', 'green diner_cashreg', '5', '0', '0', '1', '0', '0', '53', '2822', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2823', '2823', '43', 'white diner_cashreg', '5', '0', '0', '1', '0', '0', '55', '2823', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2824', '2824', '43', 'red diner_cashreg', '5', '0', '0', '1', '0', '0', '54', '2824', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2825', '2825', '345', 'svnr_nl', '4', '0', '0', '1', '0', '0', '2', '2825', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2826', '2826', '43', 'diner_tray_6', '2', '0', '0', '1', '0', '0', '10', '2826', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2827', '2827', '43', 'aquamarine diner_gumvendor', '3', '0', '0', '1', '0', '0', '78', '2827', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2828', '2828', '43', 'pink diner_gumvendor', '3', '0', '0', '1', '0', '0', '77', '2828', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2829', '2829', '43', 'black diner_gumvendor', '3', '0', '0', '1', '0', '0', '72', '2829', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2830', '2830', '43', 'white diner_gumvendor', '3', '0', '0', '1', '0', '0', '75', '2830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2831', '2831', '43', 'beige diner_gumvendor', '3', '0', '0', '1', '0', '0', '70', '2831', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2832', '2832', '43', 'blue diner_gumvendor', '3', '0', '0', '1', '0', '0', '71', '2832', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2833', '2833', '43', 'green diner_gumvendor', '3', '0', '0', '1', '0', '0', '73', '2833', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2834', '2834', '43', 'yellow diner_gumvendor', '3', '0', '0', '1', '0', '0', '76', '2834', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2835', '2835', '43', 'red diner_gumvendor', '3', '0', '0', '1', '0', '0', '74', '2835', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2836', '2836', '345', 'svnr_aus', '4', '0', '0', '1', '0', '0', '5', '2836', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2837', '2837', '43', 'diner_tray_0', '2', '0', '0', '1', '0', '0', '4', '2837', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2838', '2838', '345', 'svnr_uk', '4', '0', '0', '1', '0', '0', '3', '2838', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2839', '2839', '43', 'diner_tray_1', '2', '0', '0', '1', '0', '0', '5', '2839', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2840', '2840', '43', 'diner_tray_7', '2', '0', '0', '1', '0', '0', '11', '2840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2841', '2841', '43', 'diner_tray_3', '2', '0', '0', '1', '0', '0', '7', '2841', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2842', '2842', '43', 'aquamarine diner_bardesk_gate', '4', '0', '0', '1', '0', '0', '48', '2842', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2843', '2843', '43', 'pink diner_bardesk_gate', '4', '0', '0', '1', '0', '0', '47', '2843', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2844', '2844', '43', 'black diner_bardesk_gate', '4', '0', '0', '1', '0', '0', '42', '2844', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2845', '2845', '43', 'white diner_bardesk_gate', '4', '0', '0', '1', '0', '0', '45', '2845', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2846', '2846', '43', 'beige diner_bardesk_gate', '4', '0', '0', '1', '0', '0', '40', '2846', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2847', '2847', '43', 'blue diner_bardesk_gate', '4', '0', '0', '1', '0', '0', '41', '2847', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2848', '2848', '43', 'green diner_bardesk_gate', '4', '0', '0', '1', '0', '0', '43', '2848', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2849', '2849', '43', 'yellow dinger_bardesk_gate', '4', '0', '0', '1', '0', '0', '46', '2849', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2850', '2850', '43', 'red diner_bardesk_gate', '4', '0', '0', '1', '0', '0', '44', '2850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2851', '2851', '43', 'aquamarine diner_bardesk', '3', '0', '0', '1', '0', '0', '28', '2851', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2852', '2852', '43', 'pink diner_bardesk', '3', '0', '0', '1', '0', '0', '27', '2852', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2853', '2853', '43', 'black diner_bardesk', '3', '0', '0', '1', '0', '0', '22', '2853', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2854', '2854', '43', 'white diner_bardesk', '3', '0', '0', '1', '0', '0', '25', '2854', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2855', '2855', '43', 'beige diner_bardesk', '3', '0', '0', '1', '0', '0', '20', '2855', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2856', '2856', '43', 'blue diner_bardesk', '3', '0', '0', '1', '0', '0', '21', '2856', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2857', '2857', '43', 'green diner_bardesk', '3', '0', '0', '1', '0', '0', '23', '2857', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2858', '2858', '43', 'yellow diner_bardesk', '3', '0', '0', '1', '0', '0', '26', '2858', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2859', '2859', '43', 'red diner_bardesk', '3', '0', '0', '1', '0', '0', '24', '2859', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2860', '2860', '309', 'ads_dave_cns', '4', '0', '0', '1', '0', '0', '10', '2860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2861', '2861', '43', 'aquamarine diner_chair', '3', '0', '0', '1', '0', '0', '68', '2861', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2862', '2862', '43', 'pink diner_chair', '3', '0', '0', '1', '0', '0', '67', '2862', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2863', '2863', '43', 'black diner_chair', '3', '0', '0', '1', '0', '0', '62', '2863', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2864', '2864', '43', 'white diner_chair', '3', '0', '0', '1', '0', '0', '65', '2864', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2865', '2865', '43', 'beige diner_chair', '3', '0', '0', '1', '0', '0', '60', '2865', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2866', '2866', '43', 'blue diner_chair', '3', '0', '0', '1', '0', '0', '61', '2866', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2867', '2867', '43', 'green diner_chair', '3', '0', '0', '1', '0', '0', '63', '2867', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2868', '2868', '43', 'yellow diner_chair', '3', '0', '0', '1', '0', '0', '66', '2868', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2869', '2869', '43', 'red diner_chair', '3', '0', '0', '1', '0', '0', '64', '2869', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2870', '2870', '43', 'aquamarine diner_bardesk_corner', '3', '0', '0', '1', '0', '0', '38', '2870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2871', '2871', '43', 'pink diner_bardesk_corner', '3', '0', '0', '1', '0', '0', '37', '2871', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2872', '2872', '43', 'black diner_bardesk_corner', '3', '0', '0', '1', '0', '0', '32', '2872', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2873', '2873', '43', 'white diner_bardesk_corner', '3', '0', '0', '1', '0', '0', '35', '2873', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2874', '2874', '43', 'beige diner_bardesk_corner', '3', '0', '0', '1', '0', '0', '30', '2874', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2875', '2875', '43', 'blue diner_bardesk_corner', '3', '0', '0', '1', '0', '0', '31', '2875', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2876', '2876', '43', 'green diner_bardesk_corner', '3', '0', '0', '1', '0', '0', '33', '2876', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2877', '2877', '43', 'yellow diner_bardesk_corner', '3', '0', '0', '1', '0', '0', '36', '2877', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2878', '2878', '43', 'red diner_bardesk_corner', '3', '0', '0', '1', '0', '0', '34', '2878', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2879', '2879', '43', 'aquamarine diner_table_2', '4', '0', '0', '1', '0', '0', '118', '2879', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2880', '2880', '43', 'pink diner_table_2', '4', '0', '0', '1', '0', '0', '117', '2880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2881', '2881', '43', 'black diner_table_2', '4', '0', '0', '1', '0', '0', '112', '2881', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2882', '2882', '43', 'white diner_table_2', '4', '0', '0', '1', '0', '0', '115', '2882', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2883', '2883', '43', 'beige diner_table_2', '4', '0', '0', '1', '0', '0', '110', '2883', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2884', '2884', '43', 'blue diner_table_2', '4', '0', '0', '1', '0', '0', '111', '2884', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2885', '2885', '43', 'green diner_table_2', '4', '0', '0', '1', '0', '0', '113', '2885', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2886', '2886', '43', 'yellow diner_table_2', '4', '0', '0', '1', '0', '0', '116', '2886', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2887', '2887', '43', 'red diner_table_2', '4', '0', '0', '1', '0', '0', '114', '2887', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2888', '2888', '43', 'aquamarine diner_sofa_1', '3', '0', '0', '1', '0', '0', '88', '2888', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2889', '2889', '43', 'pink diner_sofa_1', '3', '0', '0', '1', '0', '0', '87', '2889', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2890', '2890', '43', 'black diner_sofa_1', '3', '0', '0', '1', '0', '0', '82', '2890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2891', '2891', '43', 'white diner_sofa_1', '3', '0', '0', '1', '0', '0', '85', '2891', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2892', '2892', '43', 'beige diner_sofa_1', '3', '0', '0', '1', '0', '0', '80', '2892', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2893', '2893', '43', 'blue diner_sofa_1', '3', '0', '0', '1', '0', '0', '81', '2893', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2894', '2894', '43', 'green diner_sofa_1', '3', '0', '0', '1', '0', '0', '83', '2894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2895', '2895', '43', 'yellow diner_sofa_1', '3', '0', '0', '1', '0', '0', '86', '2895', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2896', '2896', '43', 'red diner_sofa_1', '3', '0', '0', '1', '0', '0', '84', '2896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2897', '2897', '43', 'aquamarine diner_table_1', '3', '0', '0', '1', '0', '0', '108', '2897', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2898', '2898', '43', 'pink diner_table_1', '3', '0', '0', '1', '0', '0', '107', '2898', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2899', '2899', '43', 'black diner_table_1', '3', '0', '0', '1', '0', '0', '102', '2899', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2900', '2900', '43', 'white diner_table_1', '3', '0', '0', '1', '0', '0', '105', '2900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2901', '2901', '43', 'beige diner_table_1', '3', '0', '0', '1', '0', '0', '100', '2901', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2902', '2902', '43', 'blue diner_table_1', '3', '0', '0', '1', '0', '0', '101', '2902', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2903', '2903', '43', 'green diner_table_1', '3', '0', '0', '1', '0', '0', '103', '2903', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2904', '2904', '43', 'yellow diner_table_1', '3', '0', '0', '1', '0', '0', '106', '2904', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2905', '2905', '43', 'red diner_table_1', '3', '0', '0', '1', '0', '0', '104', '2905', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2906', '2906', '216', 'DEV greek_seat', '2', '0', '0', '1', '0', '0', '2', '2906', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2907', '2907', '541', 'easy_bowl2', '4', '0', '0', '1', '0', '0', '99', '2907', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2908', '2908', '216', 'greek_gate', '6', '0', '0', '1', '0', '0', '5', '2908', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2909', '2909', '216', 'greek_pillars', '4', '0', '0', '1', '0', '0', '4', '2909', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2910', '2910', '216', 'greek_corner', '3', '0', '0', '1', '0', '0', '3', '2910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2911', '2911', '541', 'easy_carpet', '4', '0', '0', '1', '0', '0', '99', '2911', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2912', '2912', '736', 'greektrophy_g', '12', '0', '0', '1', '0', '0', '13', '2912', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2913', '2913', '736', 'greektrophy_s', '10', '0', '0', '1', '0', '0', '14', '2913', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2914', '2914', '736', 'greektrophy_b', '8', '0', '0', '1', '0', '0', '15', '2914', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2915', '2915', '216', 'DEV greek_block', '4', '0', '0', '1', '0', '0', '1', '2915', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2916', '2916', '540', 'netari_carpet', '4', '0', '0', '1', '0', '0', '99', '2916', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2917', '2917', '349', 'hcc_shelf', '3', '0', '5', '1', '0', '0', '100', '2917', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2918', '2918', '272', 'det_divider', '4', '0', '0', '1', '0', '0', '3', '2918', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2919', '2919', '349', 'hcc_chair', '3', '0', '5', '1', '0', '0', '101', '2919', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2920', '2920', '349', 'hcc_stool', '3', '0', '5', '1', '0', '0', '102', '2920', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2921', '2921', '349', 'hcc_sofa', '3', '0', '5', '1', '0', '0', '103', '2921', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2922', '2922', '272', 'det_body', '3', '0', '0', '1', '0', '0', '2', '2922', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2923', '2923', '349', 'hcc_table', '3', '0', '5', '1', '0', '0', '104', '2923', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2924', '2924', '349', 'hcc_minibar', '3', '0', '5', '1', '0', '0', '105', '2924', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2925', '2925', '349', 'hcc_sofachair', '3', '0', '5', '1', '0', '0', '106', '2925', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2926', '2926', '349', 'hcc_crnr', '3', '0', '5', '1', '0', '0', '107', '2926', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2927', '2927', '349', 'hcc_dvdr', '3', '0', '5', '1', '0', '0', '108', '2927', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('2928', '2928', '559', 'sob_carpet', '4', '0', '0', '1', '0', '0', '34', '2928', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2929', '2929', '121', 'a0 igor_seat', '5', '0', '0', '1', '0', '0', '1', '2929', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2930', '2930', '536', 'ads_711_1', '4', '0', '0', '1', '0', '0', '1', '2930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2931', '2931', '536', 'ads_711_2', '4', '0', '0', '1', '0', '0', '2', '2931', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2932', '2932', '536', 'ads_711_3', '4', '0', '0', '1', '0', '0', '3', '2932', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2933', '2933', '536', 'ads_711_4', '4', '0', '0', '1', '0', '0', '4', '2933', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2934', '2934', '121', 'ads_igorswitch', '3', '0', '0', '1', '0', '0', '5', '2934', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2935', '2935', '121', 'ads_igorraygun', '5', '0', '0', '1', '0', '0', '6', '2935', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2936', '2936', '121', 'ads_igorbrain', '3', '0', '0', '1', '0', '0', '8', '2936', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2937', '2937', '389', 'hween08_bed2', '5', '0', '0', '1', '0', '0', '5', '2937', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2938', '2938', '389', 'hween08_defibs', '4', '0', '0', '1', '0', '0', '9', '2938', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2939', '2939', '389', 'hween08_defibs2', '4', '0', '0', '1', '0', '0', '10', '2939', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2940', '2940', '389', 'hween08_sink2', '3', '0', '0', '1', '0', '0', '14', '2940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2941', '2941', '389', 'hween08_trll', '5', '0', '0', '1', '0', '0', '15', '2941', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2942', '2942', '389', 'hween08_curtain', '3', '0', '0', '1', '0', '0', '7', '2942', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2943', '2943', '389', 'hween08_bbag', '8', '0', '0', '1', '0', '0', '3', '2943', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2944', '2944', '389', 'hween08_sink', '3', '0', '0', '1', '0', '0', '12', '2944', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2945', '2945', '389', 'hween08_bed', '5', '0', '0', '1', '0', '0', '4', '2945', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2946', '2946', '389', 'hween08_manhole', '5', '0', '0', '1', '0', '0', '11', '2946', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2947', '2947', '389', 'hween08_bath2', '5', '0', '0', '1', '0', '0', '2', '2947', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2948', '2948', '389', 'hween08_bath', '5', '0', '0', '1', '0', '0', '1', '2948', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2949', '2949', '389', 'hween08_curtain2', '3', '0', '0', '1', '0', '0', '8', '2949', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2950', '2950', '33', 'party_block2', '4', '0', '0', '1', '0', '0', '6', '2950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2951', '2951', '33', 'party_tube_bubble', '3', '0', '0', '1', '0', '0', '31', '2951', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2952', '2952', '33', 'party_seat', '3', '0', '0', '1', '0', '0', '28', '2952', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2953', '2953', '33', 'party_mic', '2', '0', '0', '1', '0', '0', '19', '2953', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2954', '2954', '33', 'party_djtable', '3', '0', '0', '1', '0', '0', '100', '2954', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2955', '2955', '33', 'party_tray', '2', '0', '0', '1', '0', '0', '30', '2955', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2956', '2956', '33', 'party_table', '3', '0', '0', '1', '0', '0', '29', '2956', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2957', '2957', '33', 'DEV party_barcorn', '3', '0', '0', '1', '0', '0', '1', '2957', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2958', '2958', '33', 'party_floor', '3', '0', '0', '1', '0', '0', '18', '2958', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2959', '2959', '33', 'party_block', '1', '0', '0', '1', '0', '0', '5', '2959', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2960', '2960', '33', 'party_chair', '3', '0', '0', '1', '0', '0', '28', '2960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2961', '2961', '33', 'party_beamer', '4', '0', '0', '1', '0', '0', '4', '2961', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2962', '2962', '33', 'DEV party_bardesk', '3', '0', '0', '1', '0', '0', '2', '2962', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2963', '2963', '33', 'party_discol', '4', '0', '0', '1', '0', '0', '16', '2963', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2964', '2964', '33', 'party_ball', '3', '0', '0', '1', '0', '0', '3', '2964', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2965', '2965', '33', 'party_ravel', '4', '0', '0', '1', '0', '0', '26', '2965', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2966', '2966', '33', 'party_tube_lava', '3', '0', '0', '1', '0', '0', '32', '2966', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2967', '2967', '475', 'xmas08_icetree', '10', '0', '0', '1', '0', '0', '9', '2967', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2968', '2968', '475', 'xmas08_lantern', '3', '0', '0', '1', '0', '0', '10', '2968', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2969', '2969', '504', 'penguin_robot', '4', '0', '0', '1', '0', '0', '18', '2969', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2970', '2970', '475', 'xmas08_dvdr2', '3', '0', '0', '1', '0', '0', '4', '2970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2971', '2971', '504', 'penguin_elf', '4', '0', '0', '1', '0', '0', '25', '2971', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2972', '2972', '504', 'xmas08_trph1', '4', '0', '0', '1', '0', '0', '40', '2972', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2973', '2973', '504', 'penguin_skater', '4', '0', '0', '1', '0', '0', '21', '2973', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2974', '2974', '475', 'campfire', '2', '0', '0', '1', '0', '0', '1', '2974', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2975', '2975', '504', 'penguin_bunny', '4', '0', '0', '1', '0', '0', '5', '2975', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2976', '2976', '504', 'penguin_ninja', '4', '0', '0', '1', '0', '0', '22', '2976', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2977', '2977', '504', 'penguin_basic', '4', '0', '0', '1', '0', '0', '1', '2977', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2978', '2978', '475', 'xmas08_telep', '5', '0', '0', '1', '0', '0', '14', '2978', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2979', '2979', '504', 'penguin_boxer', '4', '0', '0', '1', '0', '0', '26', '2979', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2980', '2980', '475', 'xmas08_hole', '2', '0', '0', '1', '0', '0', '6', '2980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2981', '2981', '504', 'penguin_ski', '4', '0', '0', '1', '0', '0', '11', '2981', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2982', '2982', '475', 'xmas_snow', '5', '0', '0', '1', '0', '0', '19', '2982', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2983', '2983', '504', 'penguin_infected', '4', '0', '0', '1', '0', '0', '3', '2983', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2984', '2984', '504', 'penguin_swim', '4', '0', '0', '1', '0', '0', '14', '2984', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2985', '2985', '475', 'xmas08_geysir', '15', '0', '0', '1', '0', '0', '5', '2985', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2986', '2986', '475', 'xmas08_hottub', '5', '0', '0', '1', '0', '0', '7', '2986', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2987', '2987', '504', 'penguin_cowboy', '4', '0', '0', '1', '0', '0', '16', '2987', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2988', '2988', '504', 'penguin_icehockey', '4', '0', '0', '1', '0', '0', '13', '2988', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2989', '2989', '504', 'penguin_clown', '4', '0', '0', '1', '0', '0', '4', '2989', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2990', '2990', '504', 'penguin_wrestler', '4', '0', '0', '1', '0', '0', '17', '2990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2991', '2991', '345', 'svnr_fi', '4', '0', '0', '1', '0', '0', '6', '2991', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2992', '2992', '475', 'xmas08_dvdr1', '3', '0', '0', '1', '0', '0', '3', '2992', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2993', '2993', '504', 'penguin_glow', '4', '0', '0', '1', '0', '0', '19', '2993', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2994', '2994', '504', 'penguin_sumo', '4', '0', '0', '1', '0', '0', '23', '2994', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2995', '2995', '504', 'penguin_musketeer', '4', '0', '0', '1', '0', '0', '10', '2995', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2996', '2996', '504', 'penguin_ballet', '4', '0', '0', '1', '0', '0', '7', '2996', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2997', '2997', '504', 'penguin_magician', '4', '0', '0', '1', '0', '0', '8', '2997', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2998', '2998', '504', 'penguin_super', '4', '0', '0', '1', '0', '0', '24', '2998', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('2999', '2999', '504', 'penguin_pirate', '4', '0', '0', '1', '0', '0', '15', '2999', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3000', '3000', '46', 'sound_set_71', '2', '0', '0', '1', '0', '0', '34', '3000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3001', '3001', '475', 'xmas08_chair', '3', '0', '0', '1', '0', '0', '2', '3001', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3002', '3002', '475', 'xmas08_icerug', '5', '0', '0', '1', '0', '0', '8', '3002', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3003', '3003', '504', 'penguin_hunchback', '4', '0', '0', '1', '0', '0', '9', '3003', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3004', '3004', '504', 'penguin_punk', '4', '0', '0', '1', '0', '0', '20', '3004', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3005', '3005', '475', 'xmas08_snowpl', '3', '0', '0', '1', '0', '0', '11', '3005', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3006', '3006', '475', 'xmas08_cubetree', '3', '0', '0', '1', '0', '0', '2', '3006', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3007', '3007', '504', 'penguin_pilot', '4', '0', '0', '1', '0', '0', '12', '3007', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3008', '3008', '504', 'penguin_suit', '4', '0', '0', '1', '0', '0', '2', '3008', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3009', '3009', '475', 'xmas08_table', '3', '0', '0', '1', '0', '0', '12', '3009', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3010', '3010', '504', 'penguin_rock', '4', '0', '0', '1', '0', '0', '6', '3010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3011', '3011', '23', 'DEV fx_explosion', '0', '25', '0', '1', '0', '0', '99', '3011', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3012', '3012', '23', 'fx_bubble', '0', '25', '0', '1', '0', '0', '99', '3012', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3013', '3013', '23', 'DEV fx_flare', '0', '25', '0', '1', '0', '0', '99', '3013', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3014', '3014', '516', 'ads_cltele', '4', '0', '0', '1', '0', '0', '18', '3014', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3015', '3015', '500', 'xmas08_trph2', '4', '0', '0', '1', '0', '0', '14', '3015', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3016', '3016', '345', 'lostc_merdragon', '4', '0', '0', '1', '0', '0', '7', '3016', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3017', '3017', '516', 'ads_cldesk', '4', '0', '0', '1', '0', '0', '17', '3017', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3018', '3018', '529', 'ads_ob_pillow', '4', '0', '0', '1', '0', '0', '113', '3018', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3019', '3019', '516', 'ads_clfloor', '4', '0', '0', '1', '0', '0', '33', '3019', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3020', '3020', '119', 'ads_mall_tele', '4', '0', '0', '1', '0', '0', '90', '3020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3021', '3021', '516', 'ads_cllava2', '4', '0', '0', '1', '0', '0', '34', '3021', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3022', '3022', '37', 'bolly_lotus_pool', '4', '0', '0', '1', '0', '0', '9', '3022', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3023', '3023', '683', 'kinkysofa', '4', '0', '0', '1', '0', '0', '12', '3023', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3024', '3024', '302', 'china_moongt', '7', '0', '0', '1', '0', '0', '7', '3024', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3025', '3025', '302', 'china_ox', '10', '0', '0', '1', '0', '0', '26', '3025', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3026', '3026', '37', 'bolly_petals', '4', '0', '0', '1', '0', '0', '10', '3026', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3027', '3027', '37', 'bolly_tile2', '2', '0', '0', '1', '0', '0', '17', '3027', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3028', '3028', '37', 'bolly_tile1', '3', '0', '0', '1', '0', '0', '16', '3028', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3029', '3029', '37', 'bolly_fountain', '9', '0', '0', '1', '0', '0', '7', '3029', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3030', '3030', '37', 'bolly_pillow', '4', '0', '0', '1', '0', '0', '12', '3030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3031', '3031', '37', 'DEV bolly_corner', '3', '0', '0', '1', '0', '0', '2', '3031', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3032', '3032', '37', 'bolly_drapec', '3', '0', '0', '1', '0', '0', '6', '3032', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3033', '3033', '37', 'bolly_phant', '9', '0', '0', '1', '0', '0', '11', '3033', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3034', '3034', '37', 'DEV bolly_desk', '3', '0', '0', '1', '0', '0', '3', '3034', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3035', '3035', '37', 'bolly_table', '4', '0', '0', '1', '0', '0', '13', '3035', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3036', '3036', '37', 'bolly_monkey_lamp', '3', '0', '0', '1', '0', '0', '10', '3036', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3037', '3037', '37', 'bolly_swing', '4', '0', '0', '1', '0', '0', '14', '3037', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3038', '3038', '37', 'bolly_drapea', '3', '0', '0', '1', '0', '0', '4', '3038', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3039', '3039', '37', 'bolly_palm', '3', '0', '0', '1', '0', '0', '18', '3039', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3040', '3040', '37', 'bolly_drapeb', '3', '0', '0', '1', '0', '0', '5', '3040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3041', '3041', '37', 'bolly_lamp', '3', '0', '0', '1', '0', '0', '8', '3041', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3042', '3042', '37', 'bolly_tree', '3', '0', '0', '1', '0', '0', '18', '3042', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3043', '3043', '37', 'bolly_vase', '2', '0', '0', '1', '0', '0', '19', '3043', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3044', '3044', '39', 'planet_of_love', '4', '0', '0', '1', '0', '0', '99', '3044', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3045', '3045', '58', 'ads_idol_floor1', '4', '0', '0', '1', '0', '0', '9', '3045', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3046', '3046', '121', 'ads_igor_flask', '3', '0', '0', '1', '0', '0', '3', '3046', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3047', '3047', '58', 'ads_idol_floor2', '4', '0', '0', '1', '0', '0', '10', '3047', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3048', '3048', '58', 'ads_idol_drape', '3', '0', '0', '1', '0', '0', '8', '3048', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3049', '3049', '121', 'ads_igor_dsk code', '5', '0', '0', '1', '0', '0', '4', '3049', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3050', '3050', '58', 'ads_idol_desk', '5', '0', '0', '1', '0', '0', '7', '3050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3051', '3051', '58', 'ads_idol_ch', '4', '0', '0', '1', '0', '0', '3', '3051', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3052', '3052', '345', 'lostc_octopus', '4', '0', '0', '1', '0', '0', '8', '3052', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3053', '3053', '58', 'ads_idol_tele', '7', '0', '0', '1', '0', '0', '25', '3053', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3054', '3054', '58', 'ads_idol_mic', '2', '0', '0', '1', '0', '0', '19', '3054', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3055', '3055', '58', 'ads_idol_trax', '10', '0', '0', '1', '0', '0', '26', '3055', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3056', '3056', '58', 'ads_idol_pchair code', '3', '0', '0', '1', '0', '0', '22', '3056', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3057', '3057', '58', 'ads_idol_audChr', '4', '0', '0', '1', '0', '0', '1', '3057', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3058', '3058', '58', 'ads_idol_piano', '11', '0', '0', '1', '0', '0', '23', '3058', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3059', '3059', '58', 'ads_idol_jukebox', '6', '0', '0', '1', '0', '0', '13', '3059', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3060', '3060', '303', 'lc_glass_floor', '4', '0', '0', '1', '0', '0', '9', '3060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3061', '3061', '303', 'lc_chair', '3', '0', '0', '1', '0', '0', '2', '3061', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3062', '3062', '303', 'lc_crab1', '5', '0', '0', '1', '0', '0', '6', '3062', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3063', '3063', '303', 'lc_stool', '2', '0', '0', '1', '0', '0', '11', '3063', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3064', '3064', '303', 'lc_medusa1', '10', '0', '0', '1', '0', '0', '10', '3064', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3065', '3065', '303', 'lc_tubes_straight', '3', '0', '0', '1', '0', '0', '17', '3065', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3066', '3066', '536', 'ads_711shelf', '4', '0', '0', '1', '0', '0', '8', '3066', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3067', '3067', '303', 'lc_table', '3', '0', '0', '1', '0', '0', '12', '3067', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3068', '3068', '303', 'lc_crab2', '1', '0', '0', '1', '0', '0', '7', '3068', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3069', '3069', '303', 'lc_tile2', '5', '0', '0', '1', '0', '0', '13', '3069', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3070', '3070', '303', 'lc_desk', '3', '0', '0', '1', '0', '0', '8', '3070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3071', '3071', '345', 'lostc_teleport', '4', '0', '0', '1', '0', '0', '9', '3071', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3072', '3072', '303', 'lc_tubes_corners', '3', '0', '0', '1', '0', '0', '15', '3072', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3073', '3073', '303', 'lc_medusa2', '7', '0', '0', '1', '0', '0', '10', '3073', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3074', '3074', '303', 'lc_anemone', '3', '0', '0', '1', '0', '0', '1', '3074', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3075', '3075', '303', 'lc_corner', '3', '0', '0', '1', '0', '0', '5', '3075', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3076', '3076', '303', 'lc_tile1', '4', '0', '0', '1', '0', '0', '14', '3076', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3077', '3077', '303', 'lc_coral_divider_low', '3', '0', '0', '1', '0', '0', '4', '3077', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3078', '3078', '303', 'c_coral_divider_hi', '4', '0', '0', '1', '0', '0', '3', '3078', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3079', '3079', '58', 'ads_idol_clRack', '3', '0', '0', '1', '0', '0', '5', '3079', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3080', '3080', '58', 'ads_idol_hotspot', '5', '0', '0', '1', '0', '0', '11', '3080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3081', '3081', '58', 'ads_idol_voting_ch', '4', '0', '0', '1', '0', '0', '29', '3081', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3082', '3082', '499', 'eco_light2', '4', '0', '0', '1', '0', '0', '17', '3082', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3083', '3083', '499', 'eco_cactus1', '4', '0', '0', '1', '0', '0', '1', '3083', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3084', '3084', '499', 'eco_chair1', '4', '0', '0', '1', '0', '0', '4', '3084', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3085', '3085', '499', 'eco_cactus3', '4', '0', '0', '1', '0', '0', '3', '3085', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3086', '3086', '499', 'eco_table3', '4', '0', '0', '1', '0', '0', '26', '3086', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3087', '3087', '48', 'bump_tottero', '0', '10', '0', '1', '0', '0', '5', '3087', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3088', '3088', '499', 'eco_sofa3', '4', '0', '0', '1', '0', '0', '23', '3088', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3089', '3089', '499', 'eco_table2', '4', '0', '0', '1', '0', '0', '25', '3089', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3090', '3090', '48', 'bump_signs', '0', '15', '0', '1', '0', '0', '3', '3090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3091', '3091', '499', 'eco_lamp3', '4', '0', '0', '1', '0', '0', '15', '3091', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3092', '3092', '499', 'eco_lamp2', '4', '0', '0', '1', '0', '0', '14', '3092', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3093', '3093', '499', 'eco_tree1', '4', '0', '0', '1', '0', '0', '27', '3093', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3094', '3094', '499', 'eco_chair3', '4', '0', '0', '1', '0', '0', '6', '3094', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3095', '3095', '261', 'ecotron_box', '7', '0', '0', '1', '0', '0', '10', '3095', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3096', '3096', '499', 'eco_sofa1', '4', '0', '0', '1', '0', '0', '21', '3096', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3097', '3097', '499', 'eco_lamp1', '4', '0', '0', '1', '0', '0', '13', '3097', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3098', '3098', '499', 'eco_light1', '4', '0', '0', '1', '0', '0', '16', '3098', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3099', '3099', '499', 'eco_table1', '4', '0', '0', '1', '0', '0', '24', '3099', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3100', '3100', '499', 'eco_sofa2', '4', '0', '0', '1', '0', '0', '22', '3100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3101', '3101', '48', 'bump_tires', '0', '10', '0', '1', '0', '0', '4', '3101', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3102', '3102', '499', 'eco_fruits2', '4', '0', '0', '1', '0', '0', '11', '3102', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3103', '3103', '48', 'bump_lights', '0', '25', '0', '1', '0', '0', '1', '3103', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3104', '3104', '499', 'eco_fruits3', '4', '0', '0', '1', '0', '0', '12', '3104', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3105', '3105', '499', 'eco_cactus2', '4', '0', '0', '1', '0', '0', '2', '3105', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3106', '3106', '499', 'eco_chair2', '4', '0', '0', '1', '0', '0', '5', '3106', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3107', '3107', '499', 'eco_fruits1', '4', '0', '0', '1', '0', '0', '10', '3107', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3108', '3108', '499', 'eco_light3', '4', '0', '0', '1', '0', '0', '18', '3108', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3109', '3109', '499', 'eco_tree2', '4', '0', '0', '1', '0', '0', '28', '3109', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3110', '3110', '48', 'bump_road', '0', '10', '0', '1', '0', '0', '2', '3110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3111', '3111', '550', 'ads_frankb', '4', '0', '0', '1', '0', '0', '14', '3111', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3112', '3112', '534', 'ads_grefusa_cactus', '4', '0', '0', '1', '0', '0', '51', '3112', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3113', '3113', '345', 'totem_leg', '4', '0', '0', '1', '0', '0', '10', '3113', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3114', '3114', '700', 'exe_artlamp', '3', '0', '0', '1', '0', '0', '12', '3114', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3115', '3115', '282', 'env_bushes', '2', '0', '0', '1', '0', '0', '23', '3115', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3116', '3116', '58', 'ads_idol_newsDsk', '4', '0', '0', '1', '0', '0', '21', '3116', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3117', '3117', '282', 'env_tree1', '3', '0', '0', '1', '0', '0', '27', '3117', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3118', '3118', '282', 'env_tree4', '5', '0', '0', '1', '0', '0', '30', '3118', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3119', '3119', '700', 'exe_gate', '4', '0', '0', '1', '0', '0', '4', '3119', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3120', '3120', '58', 'ads_idol_cork', '3', '0', '0', '1', '0', '0', '6', '3120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3121', '3121', '700', 'exe_cubelight', '3', '0', '0', '1', '0', '0', '13', '3121', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3122', '3122', '700', 'DEV exe_light', '3', '0', '0', '1', '0', '0', '11', '3122', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3123', '3123', '282', 'env_tree2', '3', '0', '0', '1', '0', '0', '28', '3123', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3124', '3124', '58', 'ads_idol_ichair', '2', '0', '0', '1', '0', '0', '12', '3124', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3125', '3125', '282', 'env_tree3', '3', '0', '0', '1', '0', '0', '29', '3125', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3126', '3126', '58', 'ads_idol_tube', '4', '0', '0', '1', '0', '0', '27', '3126', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3127', '3127', '516', 'ads_cl_jukeb', '4', '0', '0', '1', '0', '0', '20', '3127', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3128', '3128', '282', 'env_bushes_gate', '4', '0', '0', '1', '0', '0', '24', '3128', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3129', '3129', '282', 'env_grass', '3', '0', '0', '1', '0', '0', '25', '3129', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3130', '3130', '249', 'tray_glasstower', '5', '0', '0', '1', '0', '0', '99', '3130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3131', '3131', '531', 'ads_malaco_gu', '4', '0', '0', '1', '0', '0', '39', '3131', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3132', '3132', '353', 'ads_reebok_block2', '4', '0', '0', '1', '0', '0', '16', '3132', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3133', '3133', '249', 'tray_cake', '4', '0', '0', '1', '0', '0', '99', '3133', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3134', '3134', '249', 'tray_champagne', '2', '0', '0', '1', '0', '0', '99', '3134', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3135', '3135', '531', 'ads_malaco_rug', '4', '0', '0', '1', '0', '0', '86', '3135', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3136', '3136', '58', 'ads_idol_tblCloth', '3', '0', '0', '1', '0', '0', '24', '3136', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3137', '3137', '516', 'ads_cl_sofa', '4', '0', '0', '1', '0', '0', '21', '3137', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3138', '3138', '58', 'ads_idol_lamp', '3', '0', '0', '1', '0', '0', '14', '3138', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3139', '3139', '516', 'ads_clcake', '4', '0', '0', '1', '0', '0', '29', '3139', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3140', '3140', '58', 'ads_idol_carpet', '7', '0', '0', '1', '0', '0', '2', '3140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3141', '3141', '282', 'country_fnc2', '3', '0', '0', '1', '0', '0', '5', '3141', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3142', '3142', '499', 'eco_mush1', '4', '0', '0', '1', '0', '0', '30', '3142', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3143', '3143', '282', 'country_rbw', '5', '0', '0', '1', '0', '0', '15', '3143', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3144', '3144', '46', 'sound_set_72', '2', '0', '0', '1', '0', '0', '35', '3144', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3145', '3145', '282', 'country_soil', '3', '0', '0', '1', '0', '0', '17', '3145', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3146', '3146', '282', 'country_log', '3', '0', '0', '1', '0', '0', '12', '3146', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3147', '3147', '282', 'country_trctr', '13', '0', '0', '1', '0', '0', '19', '3147', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3148', '3148', '282', 'country_stage', '3', '0', '0', '1', '0', '0', '18', '3148', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3149', '3149', '282', 'country_well', '5', '0', '0', '1', '0', '0', '21', '3149', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3150', '3150', '282', 'country_gate', '3', '0', '0', '1', '0', '0', '9', '3150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3151', '3151', '313', 'ads_goldtabl', '4', '0', '0', '1', '0', '0', '13', '3151', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3152', '3152', '282', 'country_fnc3', '2', '0', '0', '1', '0', '0', '6', '3152', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3153', '3153', '282', 'country_rain', '5', '0', '0', '1', '0', '0', '14', '3153', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3154', '3154', '282', 'country_fnc1', '3', '0', '0', '1', '0', '0', '4', '3154', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3155', '3155', '499', 'eco_mush2', '4', '0', '0', '1', '0', '0', '31', '3155', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3156', '3156', '73', 'ads_calip_cola_1', '4', '0', '0', '1', '0', '0', '12', '3156', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3157', '3157', '73', 'ads_calip_cola_2', '4', '0', '0', '1', '0', '0', '14', '3157', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3158', '3158', '73', 'ads_calip_cola_3', '4', '0', '0', '1', '0', '0', '13', '3158', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3159', '3159', '73', 'ads_calip_cola_4', '4', '0', '0', '1', '0', '0', '14', '3159', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3160', '3160', '282', 'country_scarecrow', '3', '0', '0', '1', '0', '0', '16', '3160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3161', '3161', '282', 'env_telep', '6', '0', '0', '1', '0', '0', '26', '3161', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3162', '3162', '282', 'country_grass', '3', '0', '0', '1', '0', '0', '10', '3162', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3163', '3163', '282', 'country wheat', '3', '0', '0', '1', '0', '0', '3', '3163', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3164', '3164', '282', 'country corner', '2', '0', '0', '1', '0', '0', '1', '3164', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3165', '3165', '282', 'country_ditch', '3', '0', '0', '1', '0', '0', '2', '3165', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3166', '3166', '282', 'country_patio', '2', '0', '0', '1', '0', '0', '13', '3166', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3167', '3167', '345', 'totem_head', '4', '0', '0', '1', '0', '0', '11', '3167', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3168', '3168', '73', 'ads_calip_chair', '4', '0', '0', '1', '0', '0', '11', '3168', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3169', '3169', '737', 'ads_idol_trophy', '5', '0', '0', '1', '0', '0', '1', '3169', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3170', '3170', '32', 'LT_pillar2', '3', '0', '0', '1', '0', '0', '11', '3170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3171', '3171', '32', 'LT_throne', '9', '0', '0', '1', '0', '0', '19', '3171', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3172', '3172', '32', 'lt_gate', '5', '0', '0', '1', '0', '0', '7', '3172', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3173', '3173', '22', 'laptopdesk', '3', '0', '0', '1', '0', '0', '100', '3173', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3174', '3174', '32', 'lt_bughill', '4', '0', '0', '1', '0', '0', '3', '3174', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3175', '3175', '32', 'lt_stage2', '4', '0', '0', '1', '0', '0', '15', '3175', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3176', '3176', '32', 'lt lava', '4', '0', '0', '1', '0', '0', '1', '3176', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3177', '3177', '32', 'lt_stone2', '3', '0', '0', '1', '0', '0', '18', '3177', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3178', '3178', '32', 'lt_spider', '3', '0', '0', '1', '0', '0', '13', '3178', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3179', '3179', '683', 'audChr', '4', '0', '0', '1', '0', '0', '2', '3179', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3180', '3180', '32', 'lt lava corner', '3', '0', '0', '1', '0', '0', '2', '3180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3181', '3181', '39', 'saturn', '4', '0', '0', '1', '0', '0', '99', '3181', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3182', '3182', '73', 'ads_calip_pool', '4', '0', '0', '1', '0', '0', '20', '3182', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3183', '3183', '32', 'lt_stage1', '1', '0', '0', '1', '0', '0', '14', '3183', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3184', '3184', '53', 'clrack', '4', '0', '0', '1', '0', '0', '1', '3184', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3185', '3185', '32', 'lt_statue', '7', '0', '0', '1', '0', '0', '16', '3185', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3186', '3186', '22', 'noticeboard', '3', '0', '0', '1', '0', '0', '100', '3186', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3187', '3187', '32', 'LT_pillar', '4', '0', '0', '1', '0', '0', '10', '3187', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3188', '3188', '32', 'lt_patch', '4', '0', '0', '1', '0', '0', '9', '3188', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3189', '3189', '32', 'LT_skull', '2', '0', '0', '1', '0', '0', '12', '3189', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3190', '3190', '73', 'ads_calip_tele', '4', '0', '0', '1', '0', '0', '99', '3190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3195', '3195', '73', 'ads_calip_parasol', '4', '0', '0', '1', '0', '0', '23', '3195', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3196', '3196', '32', 'lt_stone1', '3', '0', '0', '1', '0', '0', '17', '3196', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3197', '3197', '73', 'ads_calip_lava', '4', '0', '0', '1', '0', '0', '18', '3197', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3198', '3198', '73', 'ads_calip_fan', '4', '0', '0', '1', '0', '0', '15', '3198', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3199', '3199', '36', 'transparent_floor', '3', '0', '0', '1', '0', '0', '9', '3199', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3200', '3200', '345', 'totem_planet', '4', '0', '0', '1', '0', '0', '12', '3200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3201', '3201', '683', 'voting_ch', '4', '0', '0', '1', '0', '0', '3', '3201', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3202', '3202', '119', 'ads_mall_coffeem', '4', '0', '0', '1', '0', '0', '87', '3202', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3203', '3203', '36', 'sf_roof', '3', '0', '0', '1', '0', '0', '17', '3203', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3204', '3204', '36', 'SF_crate_2', '3', '0', '0', '1', '0', '0', '5', '3204', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3205', '3205', '36', 'SF_crate_1', '2', '0', '0', '1', '0', '0', '4', '3205', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3206', '3206', '36', 'sf_stick', '2', '0', '0', '1', '0', '0', '18', '3206', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3207', '3207', '36', 'SF_chair_blue', '3', '0', '0', '1', '0', '0', '1', '3207', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3208', '3208', '36', 'SF_panel3', '3', '0', '0', '1', '0', '0', '14', '3208', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3209', '3209', '36', 'sf_roller', '5', '0', '0', '1', '0', '0', '16', '3209', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3210', '3210', '345', 'SF_alien', '4', '0', '0', '1', '0', '0', '13', '3210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3211', '3211', '36', 'SF_floor_2', '3', '0', '0', '1', '0', '0', '8', '3211', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3212', '3212', '36', 'SF_reactor', '7', '0', '0', '1', '0', '0', '15', '3212', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3213', '3213', '36', 'DEV sf_floor', '3', '0', '0', '1', '0', '0', '6', '3213', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3214', '3214', '36', 'sf_tele', '5', '0', '0', '1', '0', '0', '20', '3214', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3215', '3215', '36', 'SF_chair_green', '3', '0', '0', '1', '0', '0', '2', '3215', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3216', '3216', '119', 'ads_mall_kiosk', '4', '0', '0', '1', '0', '0', '89', '3216', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3217', '3217', '36', 'SF_panel1', '4', '0', '0', '1', '0', '0', '12', '3217', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3218', '3218', '36', 'SF_panel2', '4', '0', '0', '1', '0', '0', '13', '3218', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3219', '3219', '345', 'sf_pod', '4', '0', '0', '1', '0', '0', '15', '3219', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3220', '3220', '36', 'SF_table', '5', '0', '0', '1', '0', '0', '19', '3220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3221', '3221', '36', 'sf_gate', '5', '0', '0', '1', '0', '0', '10', '3221', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3222', '3222', '36', 'SF_floor_1', '3', '0', '0', '1', '0', '0', '7', '3222', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3223', '3223', '36', 'SF_chair_red', '4', '0', '0', '1', '0', '0', '3', '3223', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3224', '3224', '36', 'SF_lamp', '5', '0', '0', '1', '0', '0', '11', '3224', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3225', '3225', '736', 'prizetrophy_cool', '4', '0', '0', '1', '0', '0', '49', '3225', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3226', '3226', '324', 'ads_elisa_gnome', '4', '0', '0', '1', '0', '0', '11', '3226', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3227', '3227', '405', 'summer_raft2', '3', '0', '0', '1', '0', '0', '58', '3227', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3228', '3228', '405', 'summer_raft1', '3', '0', '0', '1', '0', '0', '57', '3228', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3229', '3229', '736', 'prizetrophy_hot', '4', '0', '0', '1', '0', '0', '50', '3229', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3230', '3230', '346', 'Soda Crush!', '4', '0', '0', '1', '0', '0', '20', '3230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3231', '3231', '405', 'summer_icebox', '3', '0', '0', '1', '0', '0', '54', '3231', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3232', '3232', '36', 'a0 marsrug', '10', '0', '0', '1', '0', '0', '25', '3232', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3233', '3233', '34', 'rela_stone', '2', '0', '0', '1', '0', '0', '11', '3233', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3234', '3234', '34', 'rela_candles1', '2', '0', '0', '1', '0', '0', '4', '3234', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3235', '3235', '34', 'rela_candle3', '2', '0', '0', '1', '0', '0', '3', '3235', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3236', '3236', '34', 'rela_candles3', '2', '0', '0', '1', '0', '0', '6', '3236', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3237', '3237', '39', 'pix_asteroid', '4', '0', '0', '1', '0', '0', '99', '3237', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3238', '3238', '34', 'rela_candle1', '2', '0', '0', '1', '0', '0', '1', '3238', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3239', '3239', '34', 'rela_orchid', '3', '0', '0', '1', '0', '0', '8', '3239', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3240', '3240', '34', 'rela_stick', '2', '0', '0', '1', '0', '0', '10', '3240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3241', '3241', '536', 'ads_711_5', '4', '0', '0', '1', '0', '0', '5', '3241', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3242', '3242', '536', 'ads_711_6', '4', '0', '0', '1', '0', '0', '6', '3242', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3243', '3243', '536', 'ads_711_7', '4', '0', '0', '1', '0', '0', '7', '3243', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3244', '3244', '34', 'rela_candle2', '2', '0', '0', '1', '0', '0', '2', '3244', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3245', '3245', '34', 'rela_candles2', '2', '0', '0', '1', '0', '0', '5', '3245', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3246', '3246', '34', 'rela_plant', '3', '0', '0', '1', '0', '0', '9', '3246', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3247', '3247', '34', 'rela_hchair', '4', '0', '0', '1', '0', '0', '7', '3247', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3248', '3248', '34', 'rela_rock', '2', '0', '0', '1', '0', '0', '10', '3248', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3249', '3249', '59', 'ktchn_fridge', '3', '0', '0', '1', '0', '0', '7', '3249', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3250', '3250', '59', 'ktchn_inspctr', '15', '0', '0', '1', '0', '0', '10', '3250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3251', '3251', '346', 'ads_1800tele', '3', '0', '0', '1', '0', '0', '99', '3251', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3252', '3252', '59', 'ktchn_pots', '2', '0', '0', '1', '0', '0', '15', '3252', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3253', '3253', '59', 'ktchn_countr_2', '2', '0', '0', '1', '0', '0', '4', '3253', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3254', '3254', '59', 'ktchn_gate', '3', '0', '0', '1', '0', '0', '8', '3254', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3255', '3255', '59', 'ktchn_bBlock', '2', '0', '0', '1', '0', '0', '18', '3255', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3256', '3256', '59', 'ktchn_stove', '3', '0', '0', '1', '0', '0', '17', '3256', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3257', '3257', '59', 'ktchn_cornr', '2', '0', '0', '1', '0', '0', '6', '3257', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3258', '3258', '59', 'ktchn_light', '2', '0', '0', '1', '0', '0', '12', '3258', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3259', '3259', '59', 'ktchn_dvdr', '3', '0', '0', '1', '0', '0', '6', '3259', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3260', '3260', '59', 'ktchn_desk', '3', '0', '0', '1', '0', '0', '5', '3260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3261', '3261', '59', 'ktchn_countr_1', '1', '0', '0', '1', '0', '0', '3', '3261', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3262', '3262', '59', 'ktchn_sink', '3', '0', '0', '1', '0', '0', '16', '3262', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3263', '3263', '59', 'ktchn_plates', '2', '0', '0', '1', '0', '0', '14', '3263', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3264', '3264', '59', 'ktchn_trash', '1', '0', '0', '1', '0', '0', '18', '3264', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3265', '3265', '272', 'urban_lamp', '5', '0', '0', '1', '0', '0', '22', '3265', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3266', '3266', '272', 'urban_bin', '2', '0', '0', '1', '0', '0', '16', '3266', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3267', '3267', '272', 'urban_fence', '3', '0', '0', '1', '0', '0', '20', '3267', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3268', '3268', '272', 'urban_carsofa', '5', '0', '0', '1', '0', '0', '19', '3268', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3269', '3269', '272', 'urban_bench', '3', '0', '0', '1', '0', '0', '14', '3269', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3270', '3270', '272', 'urban_blocker', '2', '0', '0', '1', '0', '0', '17', '3270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3271', '3271', '272', 'urban_bsktbll', '3', '0', '0', '1', '0', '0', '18', '3271', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3272', '3272', '272', 'urban_wpost', '2', '0', '0', '1', '0', '0', '25', '3272', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3273', '3273', '345', 'sf_mbar', '4', '0', '0', '1', '0', '0', '14', '3273', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3274', '3274', '272', 'urban_sidewalk', '4', '0', '0', '1', '0', '0', '23', '3274', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3275', '3275', '272', 'urban_fence_corner', '2', '0', '0', '1', '0', '0', '21', '3275', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3276', '3276', '58', 'ads_idol_l_carpet', '7', '0', '0', '1', '0', '0', '16', '3276', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3277', '3277', '533', 'ads_gsArcade_1', '4', '0', '0', '1', '0', '0', '26', '3277', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3278', '3278', '533', 'ads_gsArcade_2', '4', '0', '0', '1', '0', '0', '54', '3278', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3279', '3279', '530', 'ads_mtvtrophy_gold', '4', '0', '0', '1', '0', '0', '42', '3279', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3280', '3280', '524', 'ads_spang_sleep', '4', '0', '0', '1', '0', '0', '27', '3280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3281', '3281', '530', 'ads_mtvtrophy_silver', '4', '0', '0', '1', '0', '0', '43', '3281', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3282', '3282', '345', 'hween09_organ', '4', '0', '0', '1', '0', '0', '16', '3282', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3283', '3283', '58', 'ads_idol_chmpgn', '1', '0', '0', '1', '0', '0', '4', '3283', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3284', '3284', '272', 'urban_bench_plain', '3', '0', '0', '1', '0', '0', '15', '3284', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3285', '3285', '390', 'hween09_hatch', '4', '0', '0', '1', '0', '0', '6', '3285', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3286', '3286', '390', 'hween09_table', '5', '0', '0', '1', '0', '0', '0', '3286', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3287', '3287', '390', 'hween09_jar', '2', '0', '0', '1', '0', '0', '8', '3287', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3288', '3288', '390', 'hween09_floor', '3', '0', '0', '1', '0', '0', '5', '3288', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3289', '3289', '49', 'byesw_hotel', '3', '0', '0', '1', '0', '0', '3', '3289', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3290', '3290', '390', 'hween09_ghost', '3', '0', '0', '1', '0', '0', '7', '3290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3291', '3291', '49', 'byesw_hand', '5', '0', '0', '1', '0', '0', '2', '3291', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3292', '3292', '390', 'hween09_tv', '3', '0', '0', '1', '0', '0', '13', '3292', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3293', '3293', '390', 'hween09_mirror', '4', '0', '0', '1', '0', '0', '9', '3293', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3294', '3294', '390', 'hween09_chandelier', '6', '0', '0', '1', '0', '0', '2', '3294', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3295', '3295', '390', 'hween09_chair', '3', '0', '0', '1', '0', '0', '1', '3295', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3296', '3296', '44', 'ads_twi_toolbx', '4', '0', '0', '1', '0', '0', '141', '3296', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3297', '3297', '44', 'ads_twi_table', '8', '0', '0', '1', '0', '0', '140', '3297', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3298', '3298', '44', 'ads_twi_tower', '8', '0', '0', '1', '0', '0', '49', '3298', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3299', '3299', '44', 'ads_twi_piano', '6', '0', '0', '1', '0', '0', '138', '3299', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3300', '3300', '44', 'ads_twi_chair', '25', '0', '0', '1', '0', '0', '130', '3300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3301', '3301', '44', 'ads_twi_fountn', '15', '0', '0', '1', '0', '0', '135', '3301', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3302', '3302', '44', 'ads_twi_dvdr2', '5', '0', '0', '1', '0', '0', '49', '3302', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3303', '3303', '44', 'ads_twi_dvdr1', '4', '0', '0', '1', '0', '0', '133', '3303', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3304', '3304', '44', 'ads_twi_roses', '5', '0', '0', '1', '0', '0', '139', '3304', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3305', '3305', '700', 'exe_elevator', '7', '0', '0', '1', '0', '0', '14', '3305', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3306', '3306', '119', 'ads_mall_elevator', '4', '0', '0', '1', '0', '0', '88', '3306', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3307', '3307', '59', 'ktchn_hlthNut', '15', '0', '0', '1', '0', '0', '9', '3307', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3308', '3308', '44', 'ads_twi_mist', '4', '0', '0', '1', '0', '0', '50', '3308', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3309', '3309', '115', 'nest_plow_bro', '2', '0', '0', '1', '0', '0', '50', '3309', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3310', '3310', '115', 'nest_snug_grn', '2', '0', '0', '1', '0', '0', '33', '3310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3311', '3311', '736', 'ads_twi_trophy', '4', '0', '0', '1', '0', '0', '0', '3311', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3312', '3312', '28', 'arabian_tile', '3', '0', '0', '1', '0', '0', '10', '3312', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3313', '3313', '476', 'xm09_lrgBauble', '4', '0', '0', '1', '0', '0', '9', '3313', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3314', '3314', '476', 'xm09_candyCane', '3', '0', '0', '1', '0', '0', '3', '3314', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3315', '3315', '115', 'nest_snug_blu', '2', '0', '0', '1', '0', '0', '49', '3315', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3316', '3316', '115', 'nest_plow_blu', '2', '0', '0', '1', '0', '0', '48', '3316', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3317', '3317', '115', 'nest_snug_red', '2', '0', '0', '1', '0', '0', '24', '3317', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3318', '3318', '115', 'nest_plow_reg', '2', '0', '0', '1', '0', '0', '46', '3318', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3319', '3319', '115', 'nest_snug_yel', '2', '0', '0', '1', '0', '0', '23', '3319', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3320', '3320', '115', 'nest_plow_red', '2', '0', '0', '1', '0', '0', '1', '3320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3321', '3321', '52', 'petfood7', '1', '0', '0', '1', '0', '0', '7', '3321', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3322', '3322', '52', 'petfood9', '1', '0', '0', '1', '0', '0', '1', '3322', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3323', '3323', '52', 'petfood6', '1', '0', '0', '1', '0', '0', '6', '3323', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3324', '3324', '52', 'petfood5', '1', '0', '0', '1', '0', '0', '5', '3324', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3325', '3325', '52', 'petfood8', '1', '0', '0', '1', '0', '0', '9', '3325', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3326', '3326', '52', 'petfood10', '1', '0', '0', '1', '0', '0', '10', '3326', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3327', '3327', '33', 'party_lantern', '2', '0', '0', '1', '0', '0', '36', '3327', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3328', '3328', '476', 'xm09_man_b', '3', '0', '0', '1', '0', '0', '11', '3328', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3329', '3329', '476', 'xm09_man_c', '2', '0', '0', '1', '0', '0', '12', '3329', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3330', '3330', '476', 'xm09_man_a', '4', '0', '0', '1', '0', '0', '10', '3330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3331', '3331', '115', 'nest_dirt', '2', '0', '0', '1', '0', '0', '22', '3331', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3332', '3332', '115', 'nest_snug_prp', '2', '0', '0', '1', '0', '0', '42', '3332', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3333', '3333', '115', 'nest_basket', '2', '0', '0', '1', '0', '0', '21', '3333', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3334', '3334', '115', 'nest_nest', '2', '0', '0', '1', '0', '0', '40', '3334', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3335', '3335', '476', 'xm09_table', '8', '0', '0', '1', '0', '0', '1', '3335', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3336', '3336', '115', 'nest_nails', '2', '0', '0', '1', '0', '0', '20', '3336', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3337', '3337', '476', 'xm09_cocoa', '10', '0', '0', '1', '0', '0', '0', '3337', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3338', '3338', '115', 'nest_snug_bla', '2', '0', '0', '1', '0', '0', '38', '3338', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3339', '3339', '115', 'nest_ice', '2', '0', '0', '1', '0', '0', '37', '3339', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3340', '3340', '476', 'xm09_bench', '6', '0', '0', '1', '0', '0', '2', '3340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3341', '3341', '115', 'nest_plow_skl', '2', '0', '0', '1', '0', '0', '19', '3341', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3342', '3342', '516', 'ads_cl_moodi', '4', '0', '0', '1', '0', '0', '40', '3342', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3343', '3343', '737', 'prizetrophy_nrj', '5', '0', '0', '1', '0', '0', '7', '3343', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3344', '3344', '302', 'china_tiger', '10', '0', '0', '1', '0', '0', '31', '3344', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3345', '3345', '51', 'org_chrblk', '3', '0', '0', '1', '0', '0', '3', '3345', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3346', '3346', '302', 'china_tigrSeat', '5', '0', '0', '1', '0', '0', '14', '3346', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3347', '3347', '51', 'org_tblblk', '3', '0', '0', '1', '0', '0', '8', '3347', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3348', '3348', '51', 'org_lamppnk', '3', '0', '0', '1', '0', '0', '6', '3348', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3349', '3349', '51', 'org_chairblk', '2', '0', '0', '1', '0', '0', '1', '3349', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3350', '3350', '51', 'org_chrpnk', '3', '0', '0', '1', '0', '0', '4', '3350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3351', '3351', '736', 'xm09_trophy', '4', '0', '0', '1', '0', '0', '1', '3351', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3352', '3352', '51', 'org_tblpnk', '3', '0', '0', '1', '0', '0', '9', '3352', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3353', '3353', '51', 'org_lampblk', '3', '0', '0', '1', '0', '0', '5', '3353', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3354', '3354', '51', 'org_chairpnk', '2', '0', '0', '1', '0', '0', '2', '3354', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3355', '3355', '302', 'china_plmTree', '5', '0', '0', '1', '0', '0', '0', '3355', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3356', '3356', '51', 'org_table', '4', '0', '0', '1', '0', '0', '7', '3356', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3357', '3357', '50', 'val09_floor2', '2', '0', '0', '1', '0', '0', '43', '3357', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3358', '3358', '194', 'petfood11', '0', '10', '0', '1', '0', '0', '11', '3358', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3359', '3359', '194', 'petfood13', '0', '10', '0', '1', '0', '0', '14', '3359', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3360', '3360', '50', 'bling_chair_b', '4', '0', '0', '1', '0', '0', '28', '3360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3361', '3361', '50', 'bling_chair_c', '5', '0', '0', '1', '0', '0', '29', '3361', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3362', '3362', '50', 'bling_toilet', '2', '0', '0', '1', '0', '0', '36', '3362', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3363', '3363', '50', 'val09_floor', '2', '0', '0', '1', '0', '0', '42', '3363', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3364', '3364', '50', 'bling_bed', '10', '0', '0', '1', '0', '0', '23', '3364', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3365', '3365', '548', 'ads_droetker_paula', '4', '0', '0', '1', '0', '0', '10', '3365', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3366', '3366', '50', 'bling_fridge', '8', '0', '0', '1', '0', '0', '30', '3366', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3367', '3367', '305', 'ads_chups', '4', '0', '0', '1', '0', '0', '8', '3367', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3368', '3368', '50', 'bling_chair_a', '4', '0', '0', '1', '0', '0', '27', '3368', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3369', '3369', '50', 'bling_pool', '3', '0', '0', '1', '0', '0', '32', '3369', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3370', '3370', '194', 'petfood12', '0', '10', '0', '1', '0', '0', '12', '3370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3371', '3371', '50', 'bling_sofa', '3', '0', '0', '1', '0', '0', '35', '3371', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3372', '3372', '261', 'present_wrap_1', '7', '0', '0', '1', '0', '0', '1', '3372', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3373', '3373', '261', 'present_wrap_10', '7', '0', '0', '1', '0', '0', '10', '3373', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3374', '3374', '261', 'present_wrap_2', '7', '0', '0', '1', '0', '0', '2', '3374', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3375', '3375', '261', 'present_wrap_3', '7', '0', '0', '1', '0', '0', '3', '3375', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3376', '3376', '261', 'present_wrap_4', '7', '0', '0', '1', '0', '0', '4', '3376', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3377', '3377', '261', 'present_wrap_5', '7', '0', '0', '1', '0', '0', '5', '3377', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3378', '3378', '261', 'present_wrap_6', '7', '0', '0', '1', '0', '0', '6', '3378', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3379', '3379', '261', 'present_wrap_7', '7', '0', '0', '1', '0', '0', '7', '3379', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3380', '3380', '261', 'present_wrap_8', '7', '0', '0', '1', '0', '0', '8', '3380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3381', '3381', '261', 'present_wrap_9', '7', '0', '0', '1', '0', '0', '9', '3381', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3382', '3382', '452', 'val_basket', '2', '0', '0', '1', '0', '0', '5', '3382', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3383', '3383', '452', 'teddy_pink', '4', '0', '0', '1', '0', '0', '4', '3383', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3384', '3384', '452', 'teddy_pendergrass', '4', '0', '0', '1', '0', '0', '3', '3384', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3385', '3385', '452', 'teddy_bear', '3', '0', '0', '1', '0', '0', '2', '3385', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3386', '3386', '452', 'val_hSeat_1', '4', '0', '0', '1', '0', '0', '6', '3386', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3387', '3387', '452', 'val_hSeat_2', '4', '0', '0', '1', '0', '0', '7', '3387', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3388', '3388', '452', 'val_hSeat_3', '4', '0', '0', '1', '0', '0', '8', '3388', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3389', '3389', '452', 'val_hSeat_4', '4', '0', '0', '1', '0', '0', '9', '3389', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3390', '3390', '452', 'val_hSeat_5', '4', '0', '0', '1', '0', '0', '10', '3390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3391', '3391', '452', 'val_hSeat_6', '4', '0', '0', '1', '0', '0', '10', '3391', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3392', '3392', '452', 'val_hSeat_7', '4', '0', '0', '1', '0', '0', '11', '3392', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3393', '3393', '452', 'teddy_basic', '3', '0', '0', '1', '0', '0', '1', '3393', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3394', '3394', '50', 'bling_fridge_restricted', '8', '0', '0', '1', '0', '0', '31', '3394', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3395', '3395', '542', 'ads_percyrock', '4', '0', '0', '1', '0', '0', '117', '3395', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3396', '3396', '50', 'bling_shwr', '5', '0', '0', '1', '0', '0', '33', '3396', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3397', '3397', '452', 'val_table1', '3', '0', '0', '1', '0', '0', '12', '3397', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3398', '3398;50519', '1197', 'rare_trex', '4', '0', '0', '1', '0', '0', '8', '3398', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3399', '3399;50517', '1197', 'rare_ironmaiden', '4', '0', '0', '1', '0', '0', '99', '3399', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3400', '3400;50518', '1197', 'crystal_patch', '4', '0', '0', '1', '0', '0', '18', '3400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3401', '3401;50516', '1197', 'beanstalk', '4', '0', '0', '1', '0', '0', '21', '3401', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3402', '3402', '1197', 'rare_mmmth', '4', '0', '0', '1', '0', '0', '10', '3402', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3403', '3403;50520', '1197', 'rare_vdoll', '4', '0', '0', '1', '0', '0', '7', '3403', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3404', '3404', '401', 'garden_mursu', '2', '0', '0', '1', '0', '0', '14', '3404', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3405', '3405', '401', 'garden_jyrki', '3', '0', '0', '1', '0', '0', '7', '3405', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3406', '3406', '401', 'garden_seed', '1', '0', '0', '1', '0', '0', '19', '3406', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3407', '3407', '401', 'garden_lupin3', '2', '0', '0', '1', '0', '0', '11', '3407', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3408', '3408', '401', 'garden_mursu3', '2', '0', '0', '1', '0', '0', '16', '3408', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3409', '3409', '401', 'garden_flo2', '1', '0', '0', '1', '0', '0', '2', '3409', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3410', '3410', '736', 'prizetrophy_thumb', '5', '0', '0', '1', '0', '0', '60', '3410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3411', '3411', '401', 'garden_lupin5', '2', '0', '0', '1', '0', '0', '13', '3411', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3412', '3412', '401', 'garden_mursu2', '2', '0', '0', '1', '0', '0', '15', '3412', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3413', '3413', '401', 'garden_orchtree', '5', '0', '0', '1', '0', '0', '18', '3413', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3414', '3414', '401', 'garden_mursu4', '2', '0', '0', '1', '0', '0', '17', '3414', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3415', '3415', '401', 'garden_flolamp', '5', '0', '0', '1', '0', '0', '4', '3415', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3416', '3416', '401', 'garden_lupin2', '2', '0', '0', '1', '0', '0', '10', '3416', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3417', '3417', '401', 'garden_staringbush', '4', '0', '0', '1', '0', '0', '20', '3417', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3418', '3418', '401', 'garden_flo1', '1', '0', '0', '1', '0', '0', '1', '3418', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3419', '3419', '401', 'garden_lupin4', '2', '0', '0', '1', '0', '0', '12', '3419', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3420', '3420', '401', 'garden_flytrap', '8', '0', '0', '1', '0', '0', '5', '3420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3421', '3421', '401', 'garden_lupin1', '2', '0', '0', '1', '0', '0', '9', '3421', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3422', '3422', '401', 'garden_jungle', '3', '0', '0', '1', '0', '0', '6', '3422', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3423', '3423', '534', 'ads_grefusa_yum', '4', '0', '0', '1', '0', '0', '25', '3423', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3424', '3424', '401', 'garden_volcano', '10', '0', '0', '1', '0', '0', '21', '3424', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3425', '3425', '401', 'garden_leaves', '2', '0', '0', '1', '0', '0', '8', '3425', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3426', '3426', '401', 'garden_flo3', '1', '0', '0', '1', '0', '0', '3', '3426', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3427', '3427', '53', 'runway_bigchr_2', '5', '0', '0', '1', '0', '0', '4', '3427', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3428', '3428', '352', 'hc2_vase', '3', '0', '5', '1', '0', '0', '1', '3428', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3429', '3429', '53', 'runway_chair_2', '3', '0', '0', '1', '0', '0', '12', '3429', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3430', '3430', '352', 'hc2_cart', '3', '0', '5', '1', '0', '0', '2', '3430', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3431', '3431', '352', 'hc3_divider', '3', '0', '5', '1', '0', '0', '13', '3431', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3432', '3432', '53', 'runway_head', '2', '0', '0', '1', '0', '0', '21', '3432', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3433', '3433', '53', 'runway_block_1', '4', '0', '0', '1', '0', '0', '8', '3433', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3434', '3434', '352', 'hc2_sofatbl', '3', '0', '5', '1', '0', '0', '3', '3434', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3435', '3435', '53', 'runway_bigchr_4', '5', '0', '0', '1', '0', '0', '6', '3435', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3436', '3436', '352', 'hc2_armchair', '3', '0', '5', '1', '0', '0', '4', '3436', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3437', '3437', '53', 'runway_manqn_1', '2', '0', '0', '1', '0', '0', '22', '3437', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3438', '3438', '352', 'hc3_shelf', '3', '0', '5', '1', '0', '0', '14', '3438', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3439', '3439', '352', 'hc2_barchair', '3', '0', '5', '1', '0', '0', '5', '3439', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3440', '3440', '352', 'hc2_carpet', '3', '0', '5', '1', '0', '0', '20', '3440', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3441', '3441', '352', 'hc3_sofa', '3', '0', '5', '1', '0', '0', '15', '3441', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3442', '3442', '53', 'runway_stool', '1', '0', '0', '1', '0', '0', '26', '3442', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3443', '3443', '53', 'runway_block_2', '4', '0', '0', '1', '0', '0', '9', '3443', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3444', '3444', '53', 'runway_table_2', '4', '0', '0', '1', '0', '0', '28', '3444', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3445', '3445', '352', 'hc3_bard', '3', '0', '5', '1', '0', '0', '16', '3445', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3446', '3446', '352', 'hc2_biglamp', '3', '0', '5', '1', '0', '0', '7', '3446', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3447', '3447', '352', 'hc3_hugelamp', '3', '0', '5', '1', '0', '0', '17', '3447', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3448', '3448', '352', 'hc3_stool', '3', '0', '5', '1', '0', '0', '18', '3448', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3449', '3449', '352', 'hc2_divider', '3', '0', '5', '1', '0', '0', '8', '3449', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3450', '3450', '352', 'hc2_coffee', '3', '0', '5', '1', '0', '0', '9', '3450', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3451', '3451', '53', 'runway_chair_1', '3', '0', '0', '1', '0', '0', '11', '3451', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3452', '3452', '352', 'hc2_sofa', '3', '0', '5', '1', '0', '0', '10', '3452', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3453', '3453', '553', 'ads_cheetos', '4', '0', '0', '1', '0', '0', '1', '3453', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3454', '3454', '53', 'runway_bigchr_3', '5', '0', '0', '1', '0', '0', '5', '3454', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3455', '3455', '492', 'merger_chest', '4', '0', '0', '1', '0', '0', '14', '3455', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3456', '3456', '53', 'runway_dvdr', '4', '0', '0', '1', '0', '0', '16', '3456', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3457', '3457', '53', 'runway_display', '3', '0', '0', '1', '0', '0', '15', '3457', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3458', '3458', '352', 'hc2_frplc', '3', '0', '5', '1', '0', '0', '11', '3458', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3459', '3459', '352', 'hc2_dvn', '3', '0', '5', '1', '0', '0', '12', '3459', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3460', '3460', '53', 'runway_table_1', '4', '0', '0', '1', '0', '0', '27', '3460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3461', '3461', '352', 'hc3_dc', '3', '0', '5', '1', '0', '0', '19', '3461', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3462', '3462', '53', 'runway_bigchr_1', '5', '0', '0', '1', '0', '0', '3', '3462', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3463', '3463', '53', 'runway_bigchr_5', '5', '0', '0', '1', '0', '0', '7', '3463', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3464', '3464', '53', 'runway_bench', '3', '0', '0', '1', '0', '0', '2', '3464', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3465', '3465', '352', 'hc3_light', '3', '0', '5', '1', '0', '0', '21', '3465', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3466', '3466', '352', 'hc3_table', '3', '0', '5', '1', '0', '0', '22', '3466', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3467', '3467', '53', 'runway_manqn_2', '2', '0', '0', '1', '0', '0', '23', '3467', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3468', '3468', '492', 'cmp_fish_s', '4', '0', '0', '1', '0', '0', '6', '3468', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3469', '3469', '492', 'cmp_fish_bk', '4', '0', '0', '1', '0', '0', '2', '3469', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3470', '3470', '352', 'hc3_stereo', '3', '0', '5', '1', '0', '0', '23', '3470', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3471', '3471', '492', 'cmp_nobox2', '4', '0', '0', '1', '0', '0', '99', '3471', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3472', '3472', '492', 'cmp_fish_b', '4', '0', '0', '1', '0', '0', '1', '3472', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3473', '3473', '492', 'cmp_nobox3', '4', '0', '0', '1', '0', '0', '99', '3473', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3474', '3474', '492', 'cmp_fish_gr', '4', '0', '0', '1', '0', '0', '4', '3474', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3475', '3475', '492', 'cmp_fish_g', '4', '0', '0', '1', '0', '0', '3', '3475', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3476', '3476', '492', 'cmp_nobox', '4', '0', '0', '1', '0', '0', '99', '3476', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3477', '3477', '492', 'cmp_fish_r', '4', '0', '0', '1', '0', '0', '5', '3477', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3478', '3478', '492', 'cmp_sub', '4', '0', '0', '1', '0', '0', '99', '3478', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3479', '3479', '352', 'hc3_vase', '3', '0', '5', '1', '0', '0', '24', '3479', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3480', '3480', '33', 'party_crate2_1', '4', '0', '0', '1', '0', '0', '12', '3480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3481', '3481', '33', 'party_crate1_3', '3', '0', '0', '1', '0', '0', '10', '3481', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3482', '3482', '249', 'wed_plant', '3', '0', '0', '1', '0', '0', '99', '3482', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3483', '3483', '249', 'wed_arch', '5', '0', '0', '1', '0', '0', '99', '3483', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3484', '3484', '33', 'party_djset', '8', '0', '0', '1', '0', '0', '17', '3484', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3485', '3485', '33', 'party_crate1_4', '3', '0', '0', '1', '0', '0', '11', '3485', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3486', '3486', '546', 'ads_chocapic', '4', '0', '0', '1', '0', '0', '7', '3486', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3487', '3487', '33', 'party_crate1_1', '3', '0', '0', '1', '0', '0', '8', '3487', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3488', '3488', '249', 'wed_icesculp', '5', '0', '0', '1', '0', '0', '3', '3488', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3489', '3489', '33', 'party_crate1_2', '3', '0', '0', '1', '0', '0', '9', '3489', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3490', '3490', '33', 'party_crate2_2', '4', '0', '0', '1', '0', '0', '13', '3490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3491', '3491', '33', 'party_crate2_3', '4', '0', '0', '1', '0', '0', '14', '3491', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3492', '3492', '33', 'party_crate2_4', '4', '0', '0', '1', '0', '0', '15', '3492', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3493', '3493', '249', 'wed_carsofa', '5', '0', '0', '1', '0', '0', '2', '3493', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3494', '3494', '523', 'fball_bench', '3', '0', '0', '1', '0', '0', '9', '3494', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3495', '3495', '523', 'fball_fnc3', '3', '0', '0', '1', '0', '0', '14', '3495', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3496', '3496', '523', 'fball_score_b', '2', '0', '0', '1', '0', '0', '20', '3496', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3497', '3497', '523', 'fball_ball3', '15', '0', '0', '1', '0', '0', '5', '3497', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3498', '3498', '523', 'fball_ptch5', '3', '0', '0', '1', '0', '0', '29', '3498', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3499', '3499', '523', 'fball_light', '6', '0', '0', '1', '0', '0', '34', '3499', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3500', '3500', '523', 'fball_audbench', '6', '0', '0', '1', '0', '0', '1', '3500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3501', '3501', '523', 'fball_fnc1', '2', '0', '0', '1', '0', '0', '13', '3501', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3502', '3502', '523', 'fball_ptch8', '3', '0', '0', '1', '0', '0', '32', '3502', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3503', '3503', '523', 'fball_crnr', '2', '0', '0', '1', '0', '0', '12', '3503', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3504', '3504', '523', 'fball_ptch4', '3', '0', '0', '1', '0', '0', '28', '3504', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3505', '3505', '736', 'fball_trophy', '5', '0', '0', '1', '0', '0', '58', '3505', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3506', '3506', '523', 'fball_score_y', '2', '0', '0', '1', '0', '0', '23', '3506', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3507', '3507', '523', 'fball_cote', '3', '0', '0', '1', '0', '0', '10', '3507', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3508', '3508', '523', 'fball_ball', '15', '0', '0', '1', '0', '0', '3', '3508', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3509', '3509', '523', 'fball_ptch7', '3', '0', '0', '1', '0', '0', '31', '3509', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3510', '3510', '523', 'fball_ball2', '15', '0', '0', '1', '0', '0', '4', '3510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3511', '3511', '523', 'fball_ptch2', '3', '0', '0', '1', '0', '0', '26', '3511', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3512', '3512', '523', 'fball_score_g', '2', '0', '0', '1', '0', '0', '21', '3512', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3513', '3513', '523', 'fball_ptch3', '3', '0', '0', '1', '0', '0', '27', '3513', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3514', '3514', '523', 'fball_goal_r', '3', '0', '0', '1', '0', '0', '18', '3514', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3515', '3515', '523', 'fball_goal_b', '3', '0', '0', '1', '0', '0', '16', '3515', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3516', '3516', '523', 'fball_gate', '12', '0', '0', '1', '0', '0', '15', '3516', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3517', '3517', '523', 'fball_ptch6', '3', '0', '0', '1', '0', '0', '30', '3517', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3518', '3518', '523', 'fball_ball5', '15', '0', '0', '1', '0', '0', '7', '3518', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3519', '3519', '523', 'fball_goal_g', '3', '0', '0', '1', '0', '0', '17', '3519', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3520', '3520', '523', 'fball_ptch0', '3', '0', '0', '1', '0', '0', '24', '3520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3521', '3521', '523', 'fball_ball4', '15', '0', '0', '1', '0', '0', '6', '3521', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3522', '3522', '523', 'fball_score_r', '2', '0', '0', '1', '0', '0', '22', '3522', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3523', '3523', '523', 'fball_goal_y', '3', '0', '0', '1', '0', '0', '19', '3523', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3524', '3524', '523', 'fball_ptch1', '3', '0', '0', '1', '0', '0', '25', '3524', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3525', '3525', '523', 'fball_counter', '10', '0', '0', '1', '0', '0', '11', '3525', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3526', '3526', '54', 'prison_gate', '4', '0', '0', '1', '0', '0', '3', '3526', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3527', '3527', '403', 'bw_boat', '5', '0', '0', '1', '0', '0', '2', '3527', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3528', '3528', '54', 'prison_crnr', '3', '0', '0', '1', '0', '0', '1', '3528', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3529', '3529', '403', 'bw_lgchair', '5', '0', '0', '1', '0', '0', '100', '3529', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3530', '3530', '403', 'bw_water_1', '4', '0', '0', '1', '0', '0', '42', '3530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3531', '3531', '54', 'prison_tower', '6', '0', '0', '1', '0', '0', '5', '3531', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3532', '3532', '54', 'prison_dvdr2', '5', '0', '0', '1', '0', '0', '4', '3532', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3533', '3533', '403', 'bw_sofa', '4', '0', '0', '1', '0', '0', '32', '3533', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3534', '3534', '54', 'prison_dvdr1', '3', '0', '0', '1', '0', '0', '2', '3534', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3535', '3535', '537', 'ads_capri_chair', '4', '0', '0', '1', '0', '0', '23', '3535', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3536', '3536', '537', 'ads_capri_lava', '4', '0', '0', '1', '0', '0', '24', '3536', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3537', '3537', '54', 'prison_stone', '2', '0', '0', '1', '0', '0', '6', '3537', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3538', '3538', '403', 'bw_fin', '2', '0', '0', '1', '0', '0', '100', '3538', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3539', '3539', '403', 'bw_ccnuts', '2', '0', '0', '1', '0', '0', '100', '3539', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3540', '3540', '403', 'bw_shower', '5', '0', '0', '1', '0', '0', '100', '3540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3541', '3541', '403', 'bw_water_2', '4', '0', '0', '1', '0', '0', '43', '3541', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3542', '3542', '403', 'bw_croc', '4', '0', '0', '1', '0', '0', '100', '3542', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3543', '3543', '403', 'bw_sboard', '3', '0', '0', '1', '0', '0', '28', '3543', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3544', '3544', '403', 'bw_chair', '3', '0', '0', '1', '0', '0', '6', '3544', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3545', '3545', '403', 'bw_table', '5', '0', '0', '1', '0', '0', '35', '3545', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3546', '3546', '537', 'ads_capri_tree', '4', '0', '0', '1', '0', '0', '25', '3546', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3547', '3547', '403', 'bw_bball', '5', '0', '0', '1', '0', '0', '100', '3547', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3548', '3548', '403', 'bw_mttrss', '3', '0', '0', '1', '0', '0', '19', '3548', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3549', '3549', '403', 'bw_van', '6', '0', '0', '1', '0', '0', '39', '3549', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3550', '3550', '403', 'bw_tele', '6', '0', '0', '1', '0', '0', '100', '3550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3551', '3551', '403', 'bw_fnc_crnr', '2', '0', '0', '1', '0', '0', '11', '3551', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3552', '3552', '403', 'bw_fnc', '2', '0', '0', '1', '0', '0', '14', '3552', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3553', '3553', '537', 'ads_capri_arcade', '4', '0', '0', '1', '0', '0', '15', '3553', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3554', '3554', '351', 'ads_pepsi0', '4', '0', '0', '1', '0', '0', '15', '3554', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3555', '3555', '403', 'bw_boat_p', '5', '0', '0', '1', '0', '0', '4', '3555', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3556', '3556', '403', 'bw_pool_a3', '3', '0', '0', '1', '0', '0', '-4', '3556', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3557', '3557', '403', 'bw_fnc_g', '2', '0', '0', '1', '0', '0', '15', '3557', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3558', '3558', '403', 'bw_mttrss_g', '3', '0', '0', '1', '0', '0', '20', '3558', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3559', '3559', '403', 'bw_mttrss_p', '3', '0', '0', '1', '0', '0', '21', '3559', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3560', '3560', '403', 'bw_pool_b1', '2', '0', '0', '1', '0', '0', '-3', '3560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3561', '3561', '403', 'bw_sofa_p', '4', '0', '0', '1', '0', '0', '34', '3561', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3562', '3562', '403', 'bw_sboard_g', '3', '0', '0', '1', '0', '0', '29', '3562', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3563', '3563', '403', 'bw_fnc_crnr_g', '2', '0', '0', '1', '0', '0', '12', '3563', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3564', '3564', '403', 'bw_pool_a2', '3', '0', '0', '1', '0', '0', '-5', '3564', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3565', '3565', '403', 'bw_pool_b2', '3', '0', '0', '1', '0', '0', '-2', '3565', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3566', '3566', '403', 'bw_table_g', '5', '0', '0', '1', '0', '0', '36', '3566', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3567', '3567', '403', 'bw_chair_p', '3', '0', '0', '1', '0', '0', '8', '3567', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3568', '3568', '403', 'bw_boat_g', '5', '0', '0', '1', '0', '0', '3', '3568', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3569', '3569', '403', 'bw_fnc_p', '2', '0', '0', '1', '0', '0', '16', '3569', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3570', '3570', '403', 'bw_van_p', '6', '0', '0', '1', '0', '0', '41', '3570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3571', '3571', '403', 'bw_sboard_p', '3', '0', '0', '1', '0', '0', '30', '3571', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3572', '3572', '403', 'bw_chair_g', '3', '0', '0', '1', '0', '0', '7', '3572', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3573', '3573', '403', 'bw_pool_b3', '3', '0', '0', '1', '0', '0', '-1', '3573', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3574', '3574', '403', 'bw_van_g', '6', '0', '0', '1', '0', '0', '40', '3574', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3575', '3575', '403', 'bw_sofa_g', '4', '0', '0', '1', '0', '0', '33', '3575', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3576', '3576', '403', 'bw_fnc_crnr_p', '2', '0', '0', '1', '0', '0', '13', '3576', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3577', '3577', '403', 'bw_pool_a1', '2', '0', '0', '1', '0', '0', '-6', '3577', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3578', '3578', '403', 'bw_table_p', '5', '0', '0', '1', '0', '0', '37', '3578', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3579', '3579', '68', 'african_fence', '3', '0', '0', '1', '0', '0', '2', '3579', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3580', '3580', '59', 'ktchn10_pot', '2', '0', '0', '1', '0', '0', '22', '3580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3581', '3581', '59', 'ktchn10_stove', '4', '0', '0', '1', '0', '0', '24', '3581', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3582', '3582', '66', 'easel_0', '4', '0', '0', '1', '0', '0', '0', '3582', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3583', '3583', '52', 'petfood15', '1', '0', '0', '1', '0', '0', '1', '3583', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3584', '3584', '68', 'african_tree1', '4', '0', '0', '1', '0', '0', '5', '3584', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3585', '3585', '553', 'ads_cheetos_hotdog', '4', '0', '0', '1', '0', '0', '2', '3585', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3586', '3586', '444', 'hosptl_cab1', '3', '0', '0', '1', '0', '0', '99', '3586', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3587', '3587', '115', 'nest_lion2', '2', '0', '0', '1', '0', '0', '18', '3587', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3588', '3588', '444', 'hosptl_curtain', '3', '0', '0', '1', '0', '0', '99', '3588', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3589', '3589', '59', 'ktchn10_block', '2', '0', '0', '1', '0', '0', '20', '3589', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3590', '3590', '444', 'hosptl_bed', '5', '0', '0', '1', '0', '0', '99', '3590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3591', '3591', '444', 'hosptl_bbag', '8', '0', '0', '1', '0', '0', '99', '3591', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3592', '3592', '59', 'ktchn10_tea', '1', '0', '0', '1', '0', '0', '25', '3592', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3593', '3593', '553', 'ads_cheetos_bath', '4', '0', '0', '1', '0', '0', '3', '3593', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3594', '3594', '66', 'easel_1', '4', '0', '0', '1', '0', '0', '1', '3594', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3595', '3595', '408', 'tiki_gate', '4', '0', '0', '1', '0', '0', '1', '3595', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3596', '3596', '66', 'easel_3', '4', '0', '0', '1', '0', '0', '3', '3596', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3597', '3597', '115', 'nest_rhino', '2', '0', '0', '1', '0', '0', '34', '3597', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3598', '3598', '346', 'ads_oc_soda_cherry', '4', '0', '0', '1', '0', '0', '34', '3598', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3599', '3599', '52', 'petfood14', '1', '0', '0', '1', '0', '0', '13', '3599', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3600', '3600', '66', 'easel_4', '4', '0', '0', '1', '0', '0', '4', '3600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3601', '3601', '115', 'nest_lion', '2', '0', '0', '1', '0', '0', '33', '3601', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3602', '3602', '68', 'african_patch', '3', '0', '0', '1', '0', '0', '3', '3602', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3603', '3603', '66', 'easel_2', '4', '0', '0', '1', '0', '0', '2', '3603', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3604', '3604', '444', 'hosptl_skele', '5', '0', '0', '1', '0', '0', '99', '3604', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3605', '3605', '68', 'african_tree2', '7', '0', '0', '1', '0', '0', '6', '3605', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3606', '3606', '444', 'hosptl_defibs', '4', '0', '0', '1', '0', '0', '99', '3606', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3607', '3607', '68', 'african_stage', '4', '0', '0', '1', '0', '0', '4', '3607', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3608', '3608', '444', 'hosptl_cab2', '4', '0', '0', '1', '0', '0', '99', '3608', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3609', '3609', '68', 'african_bones', '3', '0', '0', '1', '0', '0', '1', '3609', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3610', '3610', '444', 'hosptl_light', '5', '0', '0', '1', '0', '0', '99', '3610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3611', '3611', '444', 'hosptl_seat', '3', '0', '0', '1', '0', '0', '99', '3611', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3612', '3612', '59', 'ktchn10_sink', '3', '0', '0', '1', '0', '0', '23', '3612', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3613', '3613', '562', 'ads_disney_tv', '4', '0', '0', '1', '0', '0', '35', '3613', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3614', '3614', '45', 'bb_crnr', '2', '0', '0', '1', '0', '0', '14', '3614', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3615', '3615', '45', 'bb_score_b', '5', '0', '0', '1', '0', '0', '5', '3615', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3616', '3616', '45', 'bb_robo', '5', '0', '0', '1', '0', '0', '21', '3616', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3617', '3617', '45', 'bb_dragon', '5', '0', '0', '1', '0', '0', '20', '3617', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3618', '3618', '45', 'bb_ducklight', '3', '0', '0', '1', '0', '0', '33', '3618', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3619', '3619', '45', 'bb_caterhead', '2', '0', '0', '1', '0', '0', '23', '3619', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3620', '3620', '45', 'bb_cargobox', '3', '0', '0', '1', '0', '0', '22', '3620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3621', '3621', '45', 'bb_gate_g', '5', '0', '0', '1', '0', '0', '10', '3621', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3622', '3622', '45', 'bb_crchair3', '3', '0', '0', '1', '0', '0', '28', '3622', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3623', '3623', '45', 'bb_score_g', '5', '0', '0', '1', '0', '0', '6', '3623', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3624', '3624', '45', 'bb_crchair', '3', '0', '0', '1', '0', '0', '27', '3624', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3625', '3625', '45', 'bb_crchair2', '3', '0', '0', '1', '0', '0', '29', '3625', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3626', '3626', '45', 'bb_score_y', '5', '0', '0', '1', '0', '0', '7', '3626', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3627', '3627', '45', 'bb_knj1', '2', '0', '0', '1', '0', '0', '25', '3627', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3628', '3628', '45', 'bb_gate_r', '5', '0', '0', '1', '0', '0', '8', '3628', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3629', '3629', '45', 'bb_tddhnd', '2', '0', '0', '1', '0', '0', '31', '3629', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3630', '3630', '45', 'bb_lightdiv', '2', '0', '0', '1', '0', '0', '32', '3630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3631', '3631', '45', 'bb_tddhead', '3', '0', '0', '1', '0', '0', '30', '3631', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3632', '3632', '45', 'bb_pyramid', '3', '0', '0', '1', '0', '0', '19', '3632', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3633', '3633', '45', 'bb_patch1', '1', '0', '0', '1', '0', '0', '-4', '3633', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3634', '3634', '45', 'bbl_fnc3', '3', '0', '0', '1', '0', '0', '13', '3634', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3635', '3635', '45', 'bb_gate_y', '5', '0', '0', '1', '0', '0', '11', '3635', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3636', '3636', '391', 'hween10_zombie', '10', '0', '0', '1', '0', '0', '16', '3636', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3637', '3637', '45', 'bb_apparatus', '8', '0', '0', '1', '0', '0', '15', '3637', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3638', '3638', '45', 'bb_caterbody', '2', '0', '0', '1', '0', '0', '24', '3638', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3639', '3639', '45', 'bb_knj2', '2', '0', '0', '1', '0', '0', '26', '3639', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3640', '3640', '45', 'bb_fnc1', '2', '0', '0', '1', '0', '0', '12', '3640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3641', '3641', '45', 'bb_puck', '5', '0', '0', '1', '0', '0', '1', '3641', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3642', '3642', '45', 'bb_rnd_tele', '2', '0', '0', '1', '0', '0', '0', '3642', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3643', '3643', '45', 'bb_gate_b', '5', '0', '0', '1', '0', '0', '9', '3643', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3644', '3644', '45', 'bb_score_r', '5', '0', '0', '1', '0', '0', '4', '3644', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3645', '3645', '45', 'bb_counter', '10', '0', '0', '1', '0', '0', '2', '3645', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3646', '3646', '391', 'hween10_tarot', '3', '0', '0', '1', '0', '0', '21', '3646', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3647', '3647', '391', 'hween10_voodoo1', '3', '0', '0', '1', '0', '0', '7', '3647', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3648', '3648', '391', 'hween10_tree', '6', '0', '0', '1', '0', '0', '24', '3648', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3649', '3649', '391', 'hween10_swamp', '4', '0', '0', '1', '0', '0', '17', '3649', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3650', '3650', '391', 'hween10_pond', '4', '0', '0', '1', '0', '0', '17', '3650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3651', '3651', '391', 'hween10_jar', '3', '0', '0', '1', '0', '0', '12', '3651', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3652', '3652', '391', 'hween10_fog', '4', '0', '0', '1', '0', '0', '13', '3652', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3653', '3653', '391', 'hween10_voodoo2', '3', '0', '0', '1', '0', '0', '8', '3653', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3654', '3654', '391', 'hween10_skullpost', '4', '0', '0', '1', '0', '0', '19', '3654', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3655', '3655', '391', 'hween10_voodoo3', '3', '0', '0', '1', '0', '0', '9', '3655', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3656', '3656', '391', 'hween10_logs', '2', '0', '0', '1', '0', '0', '14', '3656', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3657', '3657', '391', 'hween10_ffly', '3', '0', '0', '1', '0', '0', '11', '3657', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3658', '3658', '391', 'hween10_chicken', '5', '0', '0', '1', '0', '0', '10', '3658', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3659', '3659', '391', 'hween10_tele', '5', '0', '0', '1', '0', '0', '15', '3659', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3660', '3660', '391', 'hween10_throne', '6', '0', '0', '1', '0', '0', '0', '3660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3661', '3661', '391', 'hween10_portch', '3', '0', '0', '1', '0', '0', '18', '3661', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3662', '3662', '391', 'hween10_bat', '3', '0', '0', '1', '0', '0', '10', '3662', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3663', '3663', '64', 'wf_act_move_rotate', '4', '0', '0', '1', '0', '0', '1', '3663', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3664', '3664', '211', 'wf_wire2', '1', '0', '0', '1', '0', '0', '12', '3664', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3665', '3665', '65', 'wf_cnd_time_more_than', '5', '0', '0', '1', '0', '0', '1', '3665', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3666', '3666', '211', 'wf_colortile', '2', '0', '0', '1', '0', '0', '6', '3666', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3667', '3667', '211', 'wf_floor_switch2', '3', '0', '0', '1', '0', '0', '2', '3667', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3668', '3668', '63', 'wf_trg_state_changed', '4', '0', '0', '1', '0', '0', '1', '3668', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3669', '3669', '211', 'wf_xtra_random', '5', '0', '0', '1', '0', '0', '21', '3669', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3670', '3670', '211', 'wf_xtra_unseen', '5', '0', '0', '1', '0', '0', '22', '3670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3671', '3671', '63', 'wf_trg_periodically', '6', '0', '0', '1', '0', '0', '2', '3671', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3672', '3672', '211', 'wf_pyramid', '3', '0', '0', '1', '0', '0', '9', '3672', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3673', '3673', '63', 'wf_trg_score_achieved', '5', '0', '0', '1', '0', '0', '3', '3673', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3674', '3674', '64', 'wf_act_teleport_to', '6', '0', '0', '1', '0', '0', '4', '3674', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3675', '3675', '63', 'wf_trg_says_something', '4', '0', '0', '1', '0', '0', '4', '3675', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3676', '3676', '211', 'wf_colorwheel', '5', '0', '0', '1', '0', '0', '15', '3676', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3677', '3677', '211', 'wf_wire4', '1', '0', '0', '1', '0', '0', '14', '3677', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3678', '3678', '63', 'wf_trg_walks_off_furni', '4', '0', '0', '1', '0', '0', '5', '3678', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3679', '3679', '63', 'wf_trg_game_starts', '6', '0', '0', '1', '0', '0', '6', '3679', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3680', '3680', '63', 'wf_trg_game_ends', '5', '0', '0', '1', '0', '0', '7', '3680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3681', '3681', '64', 'wf_act_show_message', '4', '0', '0', '1', '0', '0', '5', '3681', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3682', '3682', '65', 'wf_cnd_time_less_than', '5', '0', '0', '1', '0', '0', '2', '3682', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3683', '3683', '63', 'wf_trg_enter_room', '5', '0', '0', '1', '0', '0', '8', '3683', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3684', '3684', '346', 'ads_hh_safe', '4', '0', '0', '1', '0', '0', '38', '3684', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3685', '3685', '64', 'wf_act_toggle_state', '4', '0', '0', '1', '0', '0', '6', '3685', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3686', '3686', '211', 'wf_firegate', '5', '0', '0', '1', '0', '0', '10', '3686', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3687', '3687', '211', 'wf_ringplate', '2', '0', '0', '1', '0', '0', '4', '3687', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3688', '3688', '211', 'wf_pressureplate', '2', '0', '0', '1', '0', '0', '3', '3688', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3689', '3689', '211', 'wf_glowball', '3', '0', '0', '1', '0', '0', '8', '3689', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3690', '3690', '361', 'bb_lightstrip', '1', '0', '0', '1', '0', '0', '0', '3690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3691', '3691', '64', 'wf_act_reset_timers', '6', '0', '0', '1', '0', '0', '7', '3691', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3692', '3692', '65', 'wf_cnd_furnis_hv_avtrs', '5', '0', '0', '1', '0', '0', '3', '3692', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3693', '3693', '211', 'wf_arrowplate', '2', '0', '0', '1', '0', '0', '5', '3693', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3694', '3694', '65', 'wf_cnd_trggrer_on_frn', '5', '0', '0', '1', '0', '0', '4', '3694', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3695', '3695', '65', 'wf_cnd_match_snapshot', '5', '0', '0', '1', '0', '0', '5', '3695', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3696', '3696', '211', 'wf_wire1', '1', '0', '0', '1', '0', '0', '11', '3696', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3697', '3697', '64', 'wf_act_give_score', '10', '0', '0', '1', '0', '0', '8', '3697', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3698', '3698', '211', 'wf_wire3', '1', '0', '0', '1', '0', '0', '13', '3698', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3699', '3699', '211', 'wf_glassdoor', '3', '0', '0', '1', '0', '0', '7', '3699', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3700', '3700', '64', 'wf_act_match_to_sshot', '8', '0', '0', '1', '0', '0', '9', '3700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3701', '3701', '211', 'wf_floor_switch1', '2', '0', '0', '1', '0', '0', '1', '3701', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3702', '3702', '63', 'wf_trg_game_starts', '5', '0', '0', '1', '0', '0', '9', '3702', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3703', '3703', '63', 'wf_trg_walks_on_furni', '4', '0', '0', '1', '0', '0', '10', '3703', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3704', '3704', '700', 'exe_copier', '5', '0', '0', '1', '0', '0', '22', '3704', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3705', '3705', '700', 'exe_wrkdesk', '5', '0', '0', '1', '0', '0', '21', '3705', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3706', '3706', '700', 'exe_glassdvdr', '3', '0', '0', '1', '0', '0', '18', '3706', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3707', '3707', '700', 'exe_seccam', '3', '0', '0', '1', '0', '0', '19', '3707', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3709', '3709', '683', 'duck_vip', '4', '0', '0', '1', '0', '0', '1', '3709', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3710', '3710', '239', 'duck_hc', '4', '0', '0', '1', '0', '0', '0', '3710', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('3712', '3712', '477', 'es_bench', '3', '0', '0', '1', '0', '0', '17', '3712', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3713', '3713', '477', 'es_icestar', '5', '0', '0', '1', '0', '0', '13', '3713', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3714', '3714', '477', 'es_fnc_2', '3', '0', '0', '1', '0', '0', '11', '3714', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3715', '3715', '276', 'qt_xm10_monkey_lamp', '3', '0', '0', '1', '0', '0', '46', '3715', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3716', '3716', '477', 'es_sidewalk', '4', '0', '0', '1', '0', '0', '19', '3716', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3717', '3717', '477', 'es_statue', '5', '0', '0', '1', '0', '0', '20', '3717', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3718', '3718', '1199', 'qt_xm10_iceclubsofa', '5', '0', '0', '1', '0', '0', '16', '3718', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3719', '3719', '276', 'qt_xm10_xmduck', '1', '0', '0', '1', '0', '0', '50', '3719', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3720', '3720', '276', 'qt_xm10_palm_tree', '4', '0', '0', '1', '0', '0', '48', '3720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3721', '3721', '477', 'es_fnc_crnr', '2', '0', '0', '1', '0', '0', '12', '3721', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3722', '3722', '276', 'qt_xm10_trex', '10', '0', '0', '1', '0', '0', '50', '3722', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3723', '3723', '477', 'es_epictree', '25', '0', '0', '1', '0', '0', '9', '3723', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3724', '3724', '276', 'qt_xm10_elephant', '4', '0', '0', '1', '0', '0', '38', '3724', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3725', '3725', '477', 'es_wpost', '2', '0', '0', '1', '0', '0', '22', '3725', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3726', '3726', '276', 'qt_xm10_gnome', '4', '0', '0', '1', '0', '0', '39', '3726', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3727', '3727', '276', 'qt_xm10_iceduck', '1', '0', '0', '1', '0', '0', '40', '3727', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3728', '3728', '276', 'qt_xm10_icetiger', '4', '0', '0', '1', '0', '0', '44', '3728', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3729', '3729', '477', 'es_fnc_1', '2', '0', '0', '1', '0', '0', '10', '3729', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3730', '3730', '276', 'qt_xm10_iceplasto', '3', '0', '0', '1', '0', '0', '41', '3730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3731', '3731', '477', 'es_icestar_g', '5', '0', '0', '1', '0', '0', '14', '3731', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3732', '3732', '276', 'qt_xm10_icelupin', '3', '0', '0', '1', '0', '0', '40', '3732', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3733', '3733', '737', 'prizetrophy_nrj_2011', '5', '0', '0', '1', '0', '0', '8', '3733', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3734', '3734', '276', 'qt_xm10_iceteddy', '4', '0', '0', '1', '0', '0', '43', '3734', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3735', '3735', '477', 'es_lmppst', '4', '0', '0', '1', '0', '0', '17', '3735', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3736', '3736', '415', 'es_skating_ice', '10', '0', '0', '1', '0', '0', '34', '3736', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3737', '3737', '1199', 'qt_xm10_icepillar', '5', '0', '0', '1', '0', '0', '19', '3737', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3738', '3738', '477', 'es_roaster', '3', '0', '0', '1', '0', '0', '18', '3738', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3739', '3739', '415', 'es_puck', '10', '0', '0', '1', '0', '0', '16', '3739', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3740', '3740', '477', 'es_santa', '4', '0', '0', '1', '0', '0', '19', '3740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3741', '3741', '415', 'es_tagging', '10', '0', '0', '1', '0', '0', '19', '3741', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3742', '3742', '276', 'qt_xm10_nest', '2', '0', '0', '1', '0', '0', '47', '3742', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3743', '3743', '276', 'qt_xm10_icesilotable', '2', '0', '0', '1', '0', '0', '41', '3743', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3744', '3744', '52', 'petfood16', '1', '0', '0', '1', '0', '0', '17', '3744', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3745', '3745', '477', 'es_icestar_r', '5', '0', '0', '1', '0', '0', '15', '3745', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3746', '3746', '1199', 'qt_xm10_icedragon', '5', '0', '0', '1', '0', '1', '17', '3746', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3747', '3747', '276', 'qt_xm10_stone', '3', '0', '0', '1', '0', '0', '49', '3747', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3748', '3748', '276', 'qt_xm10_ice_fish', '5', '0', '0', '1', '0', '0', '45', '3748', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3749', '3749', '477', 'es_icestar_y', '5', '0', '0', '1', '0', '0', '16', '3749', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3750', '3750', '276', 'qt_xm10_bench', '3', '0', '0', '1', '0', '0', '37', '3750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3751', '3751', '683', 'xmas10_surprise', '4', '0', '0', '1', '0', '0', '29', '3751', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3752', '3752', '477', 'xmas10_fireplace', '6', '0', '0', '1', '0', '0', '28', '3752', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3753', '3753', '38', 'es_geysir', '3', '0', '0', '1', '0', '0', '1', '3753', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3754', '3754', '683', 'xmas10_present', '7', '0', '0', '1', '0', '0', '16', '3754', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3755', '3755', '1199', 'qt_xm10_iceelephant', '5', '0', '0', '1', '0', '0', '18', '3755', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3756', '3756', '38', 'es_score_b', '5', '0', '0', '1', '0', '0', '9', '3756', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3757', '3757', '38', 'es_tile', '1', '0', '0', '1', '0', '0', '-4', '3757', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3758', '3758', '38', 'es_box', '1', '0', '0', '1', '0', '0', '0', '3758', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3759', '3759', '38', 'es_exit', '3', '0', '0', '1', '0', '0', '3', '3759', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3760', '3760', '38', 'es_gate_r', '5', '0', '0', '1', '0', '0', '6', '3760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3761', '3761', '38', 'es_gate_g', '5', '0', '0', '1', '0', '0', '5', '3761', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3762', '3762', '38', 'es_gate_b', '5', '0', '0', '1', '0', '0', '4', '3762', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3763', '3763', '38', 'es_gate_y', '5', '0', '0', '1', '0', '0', '7', '3763', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3764', '3764', '38', 'es_counter', '10', '0', '0', '1', '0', '0', '2', '3764', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3765', '3765', '38', 'es_score_r', '5', '0', '0', '1', '0', '0', '11', '3765', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3766', '3766', '38', 'es_score_g', '5', '0', '0', '1', '0', '0', '10', '3766', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3767', '3767', '38', 'es_score_y', '5', '0', '0', '1', '0', '0', '12', '3767', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3768', '3768', '469', 'year2011_waver_y', '3', '0', '0', '1', '0', '0', '18', '3768', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3769', '3769', '736', 'prizetrophy_2011_w', '10', '0', '0', '1', '0', '0', '57', '3769', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3770', '3770', '736', 'prizetrophy_2011_r', '5', '1', '0', '1', '0', '0', '55', '3770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3771', '3771', '736', 'prizetrophy_2011_y', '5', '1', '0', '1', '0', '0', '56', '3771', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3772', '3772', '469', 'fireworks_01', '5', '0', '0', '1', '0', '0', '1', '3772', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3773', '3773', '736', 'prizetrophy_2011_b', '5', '1', '0', '1', '0', '0', '52', '3773', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3774', '3774', '469', 'fireworks_03', '5', '0', '0', '1', '0', '0', '3', '3774', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3775', '3775', '736', 'prizetrophy_2011_p', '5', '1', '0', '1', '0', '0', '54', '3775', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3776', '3776', '469', 'fireworks_02', '5', '0', '0', '1', '0', '0', '2', '3776', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3777', '3777', '469', 'year2011_waver_r', '3', '0', '0', '1', '0', '0', '17', '3777', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3778', '3778', '736', 'prizetrophy_2011_g', '5', '1', '0', '1', '0', '0', '53', '3778', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3779', '3779', '469', 'fireworks_05', '7', '0', '0', '1', '0', '0', '5', '3779', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3780', '3780', '469', 'year2011_waver_g', '3', '0', '0', '1', '0', '0', '14', '3780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3781', '3781', '469', 'year2011_waver_b', '3', '0', '0', '1', '0', '0', '13', '3781', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3782', '3782', '469', 'fireworks_07', '12', '0', '0', '1', '0', '0', '7', '3782', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3783', '3783', '469', 'fireworks_06', '7', '0', '0', '1', '0', '0', '6', '3783', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3784', '3784', '469', 'fireworks_04', '5', '0', '0', '1', '0', '0', '4', '3784', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3785', '3785', '50', 'bling11_statue2', '10', '0', '0', '1', '0', '0', '15', '3785', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3786', '3786', '50', 'bling11_slot', '8', '0', '0', '1', '0', '0', '12', '3786', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3787', '3787', '50', 'bling11_towels', '3', '0', '0', '1', '0', '0', '17', '3787', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3788', '3788', '50', 'bling11_rug1', '8', '0', '0', '1', '0', '0', '8', '3788', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3789', '3789', '50', 'bling11_tele', '7', '0', '0', '1', '0', '0', '16', '3789', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3790', '3790', '50', 'bling11_sofa', '3', '0', '0', '1', '0', '0', '13', '3790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3791', '3791', '50', 'bling11_statue1', '9', '0', '0', '1', '0', '0', '14', '3791', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3792', '3792', '630', 'val11_floor', '8', '0', '0', '1', '0', '0', '13', '3792', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3793', '3793', '50', 'bling11_dvd', '5', '0', '0', '1', '0', '0', '3', '3793', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3794', '3794', '50', 'bling11_floor', '4', '0', '0', '1', '0', '0', '5', '3794', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3795', '3795', '50', 'bling11_plant', '3', '0', '0', '1', '0', '0', '7', '3795', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3796', '3796', '302', 'china_rabbit', '10', '0', '0', '1', '0', '0', '28', '3796', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3797', '3797', '50', 'bling11_rug2', '3', '0', '0', '1', '0', '0', '9', '3797', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3798', '3798', '50', 'bling11_dvn', '3', '0', '0', '1', '0', '0', '4', '3798', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3799', '3799', '50', 'bling11_seat2', '3', '0', '0', '1', '0', '0', '11', '3799', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3800', '3800', '50', 'bling11_seat1', '3', '0', '0', '1', '0', '0', '10', '3800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3801', '3801', '50', 'bling11_block', '3', '0', '0', '1', '0', '0', '2', '3801', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3802', '3802', '50', 'bling11_pillar', '8', '0', '0', '1', '0', '0', '6', '3802', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3803', '3803', '1198', 'qt_val11_holoduck', '5', '0', '0', '1', '0', '0', '11', '3803', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3804', '3804', '630', 'val11_playa', '4', '0', '0', '1', '0', '0', '10', '3804', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3805', '3805', '459', 'qt_val11_discoball', '4', '0', '0', '1', '0', '0', '3', '3805', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3806', '3806', '630', 'val11_chair', '2', '0', '0', '1', '0', '0', '9', '3806', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3807', '3807', '459', 'qt_val11_nest', '3', '0', '0', '1', '0', '0', '8', '3807', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3808', '3808', '115', 'nest_terrarium', '2', '0', '0', '1', '0', '0', '32', '3808', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3809', '3809', '459', 'qt_val11_duckformer', '5', '0', '0', '1', '0', '0', '4', '3809', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3810', '3810', '459', 'qt_val11_jellychair', '3', '0', '0', '1', '0', '0', '6', '3810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3811', '3811', '459', 'qt_val11_jellyheart', '2', '0', '0', '1', '0', '0', '7', '3811', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3812', '3812', '630', 'val11_rail', '4', '0', '0', '1', '0', '0', '12', '3812', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3813', '3813', '1198', 'qt_val11_holoheart', '5', '0', '0', '1', '0', '0', '12', '3813', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3814', '3814', '346', 'ads_leaf_teleport', '4', '0', '0', '1', '0', '0', '19', '3814', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3815', '3815', '543', 'ads_sunnyvend', '4', '0', '0', '1', '0', '0', '99', '3815', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3816', '3816', '52', 'petfood18', '1', '0', '0', '1', '0', '0', '19', '3816', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3817', '3817', '52', 'petfood17', '1', '0', '0', '1', '0', '0', '18', '3817', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3819', '3819', '280', 'limo_w_mid', '7', '0', '0', '1', '0', '0', '68', '3819', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3820', '3820', '280', 'limo_w_mid2', '5', '0', '0', '1', '0', '0', '69', '3820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3821', '3821', '52', 'petfood19', '1', '0', '0', '1', '0', '0', '20', '3821', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3822', '3822', '280', 'limo_w_back', '10', '0', '0', '1', '0', '0', '66', '3822', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3823', '3823', '280', 'limo_w_front', '10', '0', '0', '1', '0', '0', '67', '3823', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3824', '3824', '30', 'gothic_bed', '10', '0', '0', '1', '0', '0', '31', '3824', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3825', '3825', '30', 'gothic_candles', '3', '0', '0', '1', '0', '0', '38', '3825', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3826', '3826', '30', 'gothic_desk', '5', '0', '0', '1', '0', '0', '39', '3826', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3827', '3827', '534', 'ads_grefu_trophy', '4', '0', '0', '1', '0', '0', '5', '3827', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3828', '3828', '30', 'gothic_bowl', '8', '0', '0', '1', '0', '0', '32', '3828', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3830', '3830', '115', 'nest_frog', '2', '0', '0', '1', '0', '0', '31', '3830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3831', '3831', '115', 'pond', '2', '0', '0', '1', '0', '0', '17', '3831', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3832', '3832', '683', 'val11_present', '7', '0', '0', '1', '0', '0', '22', '3832', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3833', '3833', '225', 'prizetrophy_cine', '6', '0', '0', '1', '0', '0', '71', '3833', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3834', '3834', '280', 'cine_vipsign', '4', '0', '0', '1', '0', '0', '21', '3834', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3835', '3835', '50', 'limo_b_mid3', '3', '0', '0', '1', '0', '0', '41', '3835', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3836', '3836', '50', 'limo_b_mid2', '2', '0', '0', '1', '0', '0', '40', '3836', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3837', '3837', '50', 'limo_b_front', '4', '0', '0', '1', '0', '0', '38', '3837', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3838', '3838', '50', 'limo_b_mid', '3', '0', '0', '1', '0', '0', '39', '3838', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3839', '3839', '225', 'cine_star', '4', '0', '0', '1', '0', '0', '70', '3839', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3840', '3840', '50', 'limo_b_back', '4', '0', '0', '1', '0', '0', '37', '3840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3841', '3841', '280', 'cine_curtain', '15', '0', '0', '1', '0', '0', '1', '3841', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3842', '3842', '280', 'cine_screen', '15', '0', '0', '1', '0', '0', '8', '3842', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3843', '3843', '280', 'theatre_seat_g', '7', '0', '0', '1', '0', '0', '-3', '3843', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3844', '3844', '280', 'cine_tile', '2', '0', '0', '1', '0', '0', '22', '3844', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3845', '3845', '280', 'cine_bench_b', '5', '0', '0', '1', '0', '0', '-1', '3845', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3846', '3846', '280', 'theatre_seat_b', '7', '0', '0', '1', '0', '0', '-4', '3846', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3847', '3847', '280', 'cine_roof', '8', '0', '0', '1', '0', '0', '10', '3847', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3848', '3848', '280', 'cine_popcorn', '8', '0', '0', '1', '0', '0', '24', '3848', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3849', '3849', '280', 'cine_bench', '5', '0', '0', '1', '0', '0', '-2', '3849', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3850', '3850', '280', 'cine_bench_g', '5', '0', '0', '1', '0', '0', '0', '3850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3851', '3851', '280', 'cine_ticket_booth', '6', '0', '0', '1', '0', '0', '23', '3851', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3852', '3852', '280', 'cine_projector', '6', '0', '0', '1', '0', '0', '16', '3852', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3853', '3853', '211', 'wf_box', '2', '0', '0', '1', '0', '0', '18', '3853', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3854', '3854', '211', 'wf_maze', '1', '0', '0', '1', '0', '0', '17', '3854', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3855', '3855', '549', 'ads_rangocactus', '4', '0', '0', '1', '0', '0', '25', '3855', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3856', '3856', '280', 'cine_glass', '3', '0', '0', '1', '0', '0', '11', '3856', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3857', '3857', '65', 'wf_cnd_has_furni_on', '5', '0', '0', '1', '0', '0', '6', '3857', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3858', '3858', '56', 'cubie_lamp_b', '2', '0', '0', '1', '0', '0', '19', '3858', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3859', '3859', '56', 'cubie_chair_b', '2', '0', '0', '1', '0', '0', '7', '3859', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3860', '3860', '56', 'cubie_rug_b', '3', '0', '0', '1', '0', '0', '21', '3860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3861', '3861', '56', 'cubie_bigtable_b', '4', '0', '0', '1', '0', '0', '5', '3861', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3862', '3862', '56', 'cubie_beanbag_p', '2', '0', '0', '1', '0', '0', '2', '3862', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3863', '3863', '56', 'cubie_lamp_p', '2', '0', '0', '1', '0', '0', '20', '3863', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3864', '3864', '56', 'cubie_sofaseat_p', '3', '0', '0', '1', '0', '0', '34', '3864', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3865', '3865', '56', 'cubie_shelf_0_b', '1', '0', '0', '1', '0', '0', '23', '3865', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3866', '3866', '56', 'cubie_shelf_4_p', '5', '0', '0', '1', '0', '0', '32', '3866', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3867', '3867', '56', 'cubie_shelf_2_p', '3', '0', '0', '1', '0', '0', '28', '3867', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3868', '3868', '56', 'cubie_bed_p', '4', '0', '0', '1', '0', '0', '4', '3868', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3869', '3869', '56', 'cubie_stool_b', '1', '0', '0', '1', '0', '0', '35', '3869', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3870', '3870', '56', 'cubie_rug_p', '3', '0', '0', '1', '0', '0', '22', '3870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3871', '3871', '56', 'cubie_bed_b', '4', '0', '0', '1', '0', '0', '3', '3871', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3872', '3872', '56', 'cubie_shelf_3_b', '4', '0', '0', '1', '0', '0', '29', '3872', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3873', '3873', '56', 'cubie_shelf_3_p', '4', '0', '0', '1', '0', '0', '30', '3873', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3874', '3874', '56', 'cubie_shelf_1_p', '2', '0', '0', '1', '0', '0', '26', '3874', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3875', '3875', '56', 'cubie_shelf_1_b', '2', '0', '0', '1', '0', '0', '25', '3875', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3876', '3876', '56', 'cubie_bigtable_p', '4', '0', '0', '1', '0', '0', '6', '3876', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3877', '3877', '56', 'cubie_beanbag_b', '2', '0', '0', '1', '0', '0', '1', '3877', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3878', '3878', '56', 'cubie_stool_p', '1', '0', '0', '1', '0', '0', '36', '3878', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3879', '3879', '56', 'cubie_chair_p', '2', '0', '0', '1', '0', '0', '8', '3879', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3880', '3880', '56', 'cubie_table', '2', '0', '0', '1', '0', '0', '37', '3880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3881', '3881', '56', 'cubie_sofaseat_b', '3', '0', '0', '1', '0', '0', '33', '3881', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3882', '3882', '56', 'cubie_shelf_4_b', '5', '0', '0', '1', '0', '0', '31', '3882', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3883', '3883', '56', 'cubie_shelf_2_b', '3', '0', '0', '1', '0', '0', '27', '3883', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3884', '3884', '56', 'cubie_shelf_0_p', '1', '0', '0', '1', '0', '0', '24', '3884', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3885', '3885', '683', 'newbie_present', '3', '0', '0', '1', '0', '0', '5', '3885', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3886', '3886', '57', 'tv_flat', '4', '0', '0', '1', '0', '0', '4', '3886', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3887', '3887', '57', 'waasa_table2', '3', '0', '0', '1', '0', '0', '18', '3887', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3888', '3888', '57', 'computer_flatscreen', '3', '0', '0', '1', '0', '0', '1', '3888', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3889', '3889', '57', 'waasa_chair', '2', '0', '0', '1', '0', '0', '7', '3889', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3890', '3890', '57', 'waasa_ship2', '5', '0', '0', '1', '0', '0', '16', '3890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3891', '3891', '57', 'waasa_ship1', '3', '0', '0', '1', '0', '0', '15', '3891', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3892', '3892', '57', 'waasa_bunk_bed', '3', '0', '0', '1', '0', '0', '6', '3892', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3893', '3893', '57', 'computer_laptop', '2', '0', '0', '1', '0', '0', '2', '3893', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3894', '3894', '57', 'computer_old', '3', '0', '0', '1', '0', '0', '3', '3894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3895', '3895', '57', 'waasa_table1', '2', '0', '0', '1', '0', '0', '17', '3895', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3896', '3896', '57', 'waasa_desk', '3', '0', '0', '1', '0', '0', '9', '3896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3897', '3897', '632', 'newbie_nest', '4', '0', '0', '1', '0', '0', '41', '3897', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3898', '3898', '57', 'waasa_rug5', '3', '0', '0', '1', '0', '0', '14', '3898', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3899', '3899', '57', 'waasa_rug1', '3', '0', '0', '1', '0', '0', '10', '3899', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3900', '3900', '57', 'waasa_rug3', '3', '0', '0', '1', '0', '0', '12', '3900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3901', '3901', '57', 'waasa_aquarium', '7', '0', '0', '1', '0', '0', '5', '3901', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3902', '3902', '57', 'waasa_rug4', '3', '0', '0', '1', '0', '0', '13', '3902', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3903', '3903', '57', 'waasa_chair_wood', '2', '0', '0', '1', '0', '0', '8', '3903', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3904', '3904', '57', 'waasa_rug2', '3', '0', '0', '1', '0', '0', '11', '3904', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3905', '3905', '253', 'jukebox_big', '10', '0', '5', '1', '0', '0', '99', '3905', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3906', '3906', '115', 'milkbowl', '1', '0', '0', '1', '0', '0', '1', '3906', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3907', '3907', '115', 'petfood21', '1', '0', '0', '1', '0', '0', '15', '3907', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3908', '3908', '386', 'easter11_basket', '3', '0', '0', '1', '0', '0', '1', '3908', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3909', '3909', '386', 'easter11_grasspatch', '5', '0', '0', '1', '0', '0', '3', '3909', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3910', '3910', '562', 'ads_wowpball', '4', '0', '0', '1', '0', '0', '42', '3910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3911', '3911', '52', 'pet_food_corn', '1', '0', '0', '1', '0', '0', '31', '3911', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3912', '3912', '115', 'pet_toy_trampoline', '2', '0', '0', '1', '0', '0', '43', '3912', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3913', '3913', '115', 'nest_chick', '2', '0', '0', '1', '0', '0', '44', '3913', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3914', '3914', '386', 'easter11_tag', '6', '0', '0', '1', '0', '0', '2', '3914', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3915', '3915', '379', 'easter11_tuip_g', '3', '0', '0', '1', '0', '0', '5', '3915', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3916', '3916', '379', 'easter11_tuip_y', '3', '0', '0', '1', '0', '0', '7', '3916', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3917', '3917', '379', 'easter11_mushroom4', '4', '0', '0', '1', '0', '0', '4', '3917', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3918', '3918', '379', 'easter11_mushroom1', '7', '0', '0', '1', '0', '0', '1', '3918', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3919', '3919', '555', 'kuurna_sofa', '0', '10', '0', '1', '0', '0', '2', '3919', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3920', '3920', '379', 'easter11_mushroom3', '4', '0', '0', '1', '0', '0', '3', '3920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3921', '3921', '379', 'easter11_mushroom2', '4', '0', '0', '1', '0', '0', '2', '3921', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3922', '3922', '555', 'kuurna_lamp', '0', '10', '0', '1', '0', '0', '6', '3922', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3923', '3923', '555', 'kuurna_chair', '0', '10', '0', '1', '0', '0', '5', '3923', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3924', '3924', '555', 'kuurna_mat', '0', '10', '0', '1', '0', '0', '12', '3924', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3925', '3925', '555', 'kuurna_table1', '0', '10', '0', '1', '0', '0', '4', '3925', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3926', '3926', '555', 'kuurna_table', '0', '10', '0', '1', '0', '0', '1', '3926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3927', '3927', '382', 'ads_suun', '4', '0', '0', '1', '0', '0', '17', '3927', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3928', '3928', '555', 'kuurna_chair1', '0', '10', '0', '1', '0', '0', '3', '3928', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3929', '3929', '379', 'easter11_tuip_p', '3', '0', '0', '1', '0', '0', '6', '3929', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3930', '3930', '69', 'anna_divider_yellow', '3', '0', '0', '1', '0', '0', '6', '3930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3931', '3931', '69', 'anna_divider_red', '3', '0', '0', '1', '0', '0', '7', '3931', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3932', '3932', '69', 'anna_divider_green', '3', '0', '0', '1', '0', '0', '8', '3932', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3933', '3933', '69', 'anna_divider_blue', '3', '0', '0', '1', '0', '0', '9', '3933', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3934', '3934', '69', 'anna_divider_purple', '3', '0', '0', '1', '0', '0', '10', '3934', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3935', '3935', '69', 'anna_div_gate_yellow', '5', '0', '0', '1', '0', '0', '16', '3935', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3936', '3936', '69', 'anna_div_gate_red', '5', '0', '0', '1', '0', '0', '17', '3936', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3937', '3937', '69', 'anna_div_gate_green', '5', '0', '0', '1', '0', '0', '18', '3937', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3938', '3938', '69', 'anna_div_gate_blue', '5', '0', '0', '1', '0', '0', '19', '3938', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3939', '3939', '69', 'anna_div_gate_purple', '5', '0', '0', '1', '0', '0', '20', '3939', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3940', '3940', '69', 'anna_chair_yellow', '3', '0', '0', '1', '0', '0', '1', '3940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3941', '3941', '69', 'anna_chair_red', '3', '0', '0', '1', '0', '0', '2', '3941', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3942', '3942', '69', 'anna_chair_green', '3', '0', '0', '1', '0', '0', '3', '3942', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3943', '3943', '69', 'anna_chair_blue', '3', '0', '0', '1', '0', '0', '4', '3943', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3944', '3944', '69', 'anna_chair_purple', '3', '0', '0', '1', '0', '0', '5', '3944', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3945', '3945', '69', 'anna_stool_yellow', '2', '0', '0', '1', '0', '0', '41', '3945', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3946', '3946', '69', 'anna_stool_red', '2', '0', '0', '1', '0', '0', '42', '3946', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3947', '3947', '69', 'anna_stool_green', '2', '0', '0', '1', '0', '0', '43', '3947', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3948', '3948', '69', 'anna_stool_blue', '2', '0', '0', '1', '0', '0', '44', '3948', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3949', '3949', '69', 'anna_stool_purple', '2', '0', '0', '1', '0', '0', '45', '3949', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3950', '3950', '69', 'anna_table_yellow', '4', '0', '0', '1', '0', '0', '46', '3950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3951', '3951', '69', 'anna_table_red', '4', '0', '0', '1', '0', '0', '47', '3951', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3952', '3952', '69', 'anna_table_green', '4', '0', '0', '1', '0', '0', '48', '3952', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3953', '3953', '69', 'anna_table_blue', '4', '0', '0', '1', '0', '0', '49', '3953', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3954', '3954', '69', 'anna_table_purple', '4', '0', '0', '1', '0', '0', '50', '3954', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3955', '3955', '69', 'anna_rug_yellow', '3', '0', '0', '1', '0', '0', '31', '3955', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3956', '3956', '69', 'anna_rug_red', '3', '0', '0', '1', '0', '0', '32', '3956', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3957', '3957', '69', 'anna_rug_green', '3', '0', '0', '1', '0', '0', '33', '3957', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3958', '3958', '69', 'anna_rug_blue', '3', '0', '0', '1', '0', '0', '34', '3958', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3959', '3959', '69', 'anna_rug_purple', '3', '0', '0', '1', '0', '0', '35', '3959', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3960', '3960', '69', 'anna_sofa_yellow', '4', '0', '0', '1', '0', '0', '36', '3960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3961', '3961', '69', 'anna_sofa_red', '4', '0', '0', '1', '0', '0', '37', '3961', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3962', '3962', '69', 'anna_sofa_green', '4', '0', '0', '1', '0', '0', '38', '3962', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3963', '3963', '69', 'anna_sofa_blue', '4', '0', '0', '1', '0', '0', '39', '3963', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3964', '3964', '69', 'anna_sofa_purple', '4', '0', '0', '1', '0', '0', '40', '3964', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3965', '3965', '69', 'anna_pill_yellow', '2', '0', '0', '1', '0', '0', '26', '3965', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3966', '3966', '69', 'anna_pill_red', '2', '0', '0', '1', '0', '0', '27', '3966', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3967', '3967', '69', 'anna_pill_green', '2', '0', '0', '1', '0', '0', '28', '3967', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3968', '3968', '69', 'anna_pill_blue', '2', '0', '0', '1', '0', '0', '29', '3968', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3969', '3969', '69', 'anna_pill_purple', '2', '0', '0', '1', '0', '0', '30', '3969', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3970', '3970', '69', 'anna_lamp_yellow', '3', '0', '0', '1', '0', '0', '21', '3970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3971', '3971', '69', 'anna_lamp_red', '3', '0', '0', '1', '0', '0', '22', '3971', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3972', '3972', '69', 'anna_lamp_green', '3', '0', '0', '1', '0', '0', '23', '3972', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3973', '3973', '69', 'anna_lamp_blue', '3', '0', '0', '1', '0', '0', '24', '3973', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3974', '3974', '69', 'anna_lamp_purple', '3', '0', '0', '1', '0', '0', '25', '3974', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3975', '3975', '69', 'anna_div_crnr_yellow', '3', '0', '0', '1', '0', '0', '11', '3975', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3976', '3976', '69', 'anna_div_crnr_red', '3', '0', '0', '1', '0', '0', '12', '3976', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3977', '3977', '69', 'anna_div_crnr_green', '3', '0', '0', '1', '0', '0', '13', '3977', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3978', '3978', '69', 'anna_div_crnr_blue', '3', '0', '0', '1', '0', '0', '14', '3978', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3979', '3979', '69', 'anna_div_crnr_purple', '3', '0', '0', '1', '0', '0', '15', '3979', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3980', '3980', '282', 'picnic_blanket_yel', '3', '0', '0', '1', '0', '0', '35', '3980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3981', '3981', '282', 'picnic_pillow_yel', '2', '0', '0', '1', '0', '0', '42', '3981', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3982', '3982', '282', 'picnic_food1', '1', '0', '0', '1', '0', '0', '37', '3982', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3983', '3983', '22', 'note_tag', '5', '0', '0', '1', '0', '0', '4', '3983', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3984', '3984', '282', 'picnic_wfall', '10', '0', '0', '1', '0', '0', '44', '3984', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3985', '3985', '282', 'picnic_blanket_blu', '3', '0', '0', '1', '0', '0', '34', '3985', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3986', '3986', '282', 'picnic_food3', '1', '0', '0', '1', '0', '0', '39', '3986', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3987', '3987', '282', 'picnic_blanket', '3', '0', '0', '1', '0', '0', '33', '3987', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3988', '3988', '282', 'picnic_pillow_blu', '2', '0', '0', '1', '0', '0', '41', '3988', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3989', '3989', '282', 'picnic_food2', '1', '0', '0', '1', '0', '0', '38', '3989', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3990', '3990', '282', 'picnic_tele', '6', '0', '0', '1', '0', '0', '43', '3990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3991', '3991', '282', 'picnic_basket', '3', '0', '0', '1', '0', '0', '32', '3991', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3992', '3992', '282', 'picnic_pillow', '2', '0', '0', '1', '0', '0', '40', '3992', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3993', '3993', '282', 'picnic_chair', '3', '0', '0', '1', '0', '0', '36', '3993', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3994', '3994', '282', 'picnic_3brds', '4', '0', '0', '1', '0', '0', '31', '3994', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3995', '3995', '52', 'petfood23', '1', '0', '0', '1', '0', '0', '24', '3995', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3996', '3996', '40', 'ads_background', '7', '0', '0', '1', '0', '0', '10', '3996', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3997', '3997', '451', 'ads_kelloggs_statue', '4', '0', '0', '1', '0', '0', '17', '3997', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3998', '3998', '737', 'race_trophy', '5', '0', '0', '1', '0', '0', '11', '3998', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('3999', '3999', '185', 'ads_kfp2statue', '4', '0', '0', '1', '0', '0', '1', '3999', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4000', '4000', '52', 'petfood22', '1', '0', '0', '1', '0', '0', '23', '4000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4001', '4001', '115', 'nest_dragon', '2', '0', '0', '1', '0', '0', '29', '4001', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4002', '4002', '115', 'ashtree', '2', '0', '0', '1', '0', '0', '45', '4002', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4003', '4003', '115', 'grail_water', '2', '0', '0', '1', '0', '0', '46', '4003', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4004', '4004', '115', 'grail_nectar', '2', '0', '0', '1', '0', '0', '47', '4004', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4005', '4005', '104', 'dng_cube', '3', '0', '0', '1', '0', '0', '2', '4005', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4006', '4006', '104', 'dng_ground', '5', '0', '0', '1', '0', '0', '4', '4006', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4007', '4007', '104', 'dng_pillar', '4', '0', '0', '1', '0', '0', '6', '4007', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4008', '4008', '104', 'dng_treasure2', '4', '0', '0', '1', '0', '0', '9', '4008', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4009', '4009', '104', 'dng_floor', '4', '0', '0', '1', '0', '0', '5', '4009', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4010', '4010', '104', 'dng_stairs', '4', '0', '0', '1', '0', '0', '3', '4010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4011', '4011', '104', 'dng_treasure', '9', '0', '0', '1', '0', '0', '8', '4011', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4012', '4012', '104', 'dng_throne', '150', '1', '5', '1', '0', '0', '15', '4012', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4013', '4013', '104', 'dng_block', '2', '0', '0', '1', '0', '0', '1', '4013', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4014', '4014', '52', 'petfood_19', '1', '0', '0', '1', '0', '0', '21', '4014', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4015', '4015', '463', 'mm_lamp', '6', '0', '0', '1', '0', '0', '99', '4015', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4016', '4016', '463', 'mm_lemon_drink', '9', '0', '0', '1', '0', '0', '99', '4016', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4017', '4017', '407', 'qt_sum11_shell1', '2', '0', '0', '1', '0', '0', '5', '4017', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4018', '4018', '407', 'qt_sum11_ictrolley', '10', '0', '0', '1', '0', '0', '1', '4018', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4019', '4019', '407', 'qt_sum11_petfood', '2', '0', '0', '1', '0', '0', '3', '4019', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4020', '4020', '407', 'qt_sum11_shell4', '2', '0', '0', '1', '0', '0', '8', '4020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4021', '4021', '407', 'qt_sum11_shell3', '2', '0', '0', '1', '0', '0', '7', '4021', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4022', '4022', '407', 'qt_sum11_platfrm', '4', '0', '0', '1', '0', '0', '2', '4022', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4023', '4023', '407', 'qt_sum11_shell2', '2', '0', '0', '1', '0', '0', '6', '4023', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4024', '4024', '407', 'qt_sum11_shell5', '2', '0', '0', '1', '0', '0', '9', '4024', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4025', '4025', '407', 'qt_sum11_chair', '125', '1', '5', '1', '0', '0', '15', '4025', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4026', '4026', '463', 'mm_tub', '7', '0', '0', '1', '0', '0', '99', '4026', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4027', '4027', '225', 'prizetrophy_skate_g', '4', '0', '0', '1', '0', '0', '19', '4027', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4028', '4028', '225', 'prizetrophy_skate_s', '4', '0', '0', '1', '0', '0', '20', '4028', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4029', '4029', '225', 'prizetrophy_skate_b', '4', '0', '0', '1', '0', '0', '21', '4029', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4030', '4030', '272', 'sb_rail', '2', '0', '0', '1', '0', '0', '7', '4030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4031', '4031', '272', 'sb_ramp', '3', '0', '0', '1', '0', '0', '8', '4031', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4032', '4032', '272', 'sb_block', '4', '0', '0', '1', '0', '0', '5', '4032', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4033', '4033', '272', 'sb_cans', '4', '0', '0', '1', '0', '0', '6', '4033', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4034', '4034', '272', 'sb_tile', '3', '0', '0', '1', '0', '0', '12', '4034', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4035', '4035', '115', 'nest_turtle', '2', '0', '0', '1', '0', '0', '28', '4035', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4036', '4036', '40', 'ads_mpu_720', '7', '0', '0', '1', '0', '0', '3', '4036', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4037', '4037', '52', 'petfood24', '1', '0', '0', '1', '0', '0', '25', '4037', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4039', '4039', '404', 'coco_stool_c2', '2', '0', '0', '1', '0', '0', '18', '4039', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4040', '4040', '404', 'coco_divan_c4', '4', '0', '0', '1', '0', '0', '8', '4040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4041', '4041', '404', 'coco_throne_c3', '4', '0', '0', '1', '0', '0', '25', '4041', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4042', '4042', '404', 'coco_chair', '3', '0', '0', '1', '0', '0', '1', '4042', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4043', '4043', '404', 'coco_throne__c2', '4', '0', '0', '1', '0', '0', '24', '4043', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4044', '4044', '404', 'coco_stool_c4', '2', '0', '0', '1', '0', '0', '20', '4044', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4045', '4045', '404', 'coco_patch', '3', '0', '0', '1', '0', '0', '28', '4045', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4046', '4046', '404', 'coco_divan_c2', '4', '0', '0', '1', '0', '0', '6', '4046', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4047', '4047', '404', 'coco_sofatable_c3', '1', '0', '0', '1', '0', '0', '15', '4047', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4048', '4048', '404', 'coco_stool_c3', '2', '0', '0', '1', '0', '0', '19', '4048', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4049', '4049', '404', 'coco_sofatable_c4', '1', '0', '0', '1', '0', '0', '16', '4049', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4050', '4050', '404', 'coco_sofa_c3', '4', '0', '0', '1', '0', '0', '11', '4050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4051', '4051', '404', 'coco_table', '3', '0', '0', '1', '0', '0', '30', '4051', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4052', '4052', '404', 'coco_stool', '2', '0', '0', '1', '0', '0', '17', '4052', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4053', '4053', '404', 'coco_chair_c2', '3', '0', '0', '1', '0', '0', '2', '4053', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4054', '4054', '404', 'coco_stick', '2', '0', '0', '1', '0', '0', '27', '4054', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4055', '4055', '404', 'coco_throne', '4', '0', '0', '1', '0', '0', '23', '4055', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4056', '4056', '404', 'coco_table2', '3', '0', '0', '1', '0', '0', '31', '4056', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4057', '4057', '404', 'coco_sofa_c2', '4', '0', '0', '1', '0', '0', '10', '4057', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4058', '4058', '404', 'coco_chair_c4', '3', '0', '0', '1', '0', '0', '4', '4058', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4059', '4059', '404', 'coco_chair_c3', '3', '0', '0', '1', '0', '0', '3', '4059', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4060', '4060', '404', 'coco_divan', '4', '0', '0', '1', '0', '0', '5', '4060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4061', '4061', '404', 'coco_divan_c3', '4', '0', '0', '1', '0', '0', '7', '4061', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4062', '4062', '404', 'coco_sofatable', '1', '0', '0', '1', '0', '0', '13', '4062', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4063', '4063', '404', 'coco_sofa_c4', '4', '0', '0', '1', '0', '0', '12', '4063', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4064', '4064', '404', 'coco_sofatable_c2', '1', '0', '0', '1', '0', '0', '14', '4064', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4065', '4065', '404', 'coco_throne_c4', '4', '0', '0', '1', '0', '0', '26', '4065', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4066', '4066', '404', 'coco_sofa', '4', '0', '0', '1', '0', '0', '9', '4066', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4067', '4067', '235', 'lm_crystal_skull', '3', '0', '0', '1', '0', '0', '6', '4067', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4068', '4068', '235', 'lm_bananadrink', '15', '1', '5', '1', '0', '0', '10', '4068', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4069', '4069', '40', 'ads_mpu_300', '7', '0', '0', '1', '0', '0', '2', '4069', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4070', '4070', '52', 'petfood25', '1', '0', '0', '1', '0', '0', '16', '4070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4071', '4071', '215', 'hole', '3', '0', '0', '1', '0', '0', '2', '4071', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4073', '4073', '235', 'lm_jackbox', '3', '0', '0', '1', '0', '0', '7', '4073', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4074', '4074', '554', 'ads_durex_vend', '4', '0', '0', '1', '0', '0', '99', '4074', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4075', '4075', '554', 'ads_durex_carpet', '4', '0', '0', '1', '0', '0', '99', '4075', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4076', '4076', '235', 'lm_pond', '3', '0', '0', '1', '0', '0', '3', '4076', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4077', '4077', '115', 'nest_with_statue', '2', '0', '0', '1', '0', '0', '48', '4077', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4078', '4078', '115', 'nest_monkey', '2', '0', '0', '1', '0', '0', '49', '4078', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4079', '4079', '530', 'ads_mtv_floor', '4', '0', '0', '1', '0', '0', '104', '4079', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4080', '4080', '55', 'studio_monitor', '3', '0', '0', '1', '0', '0', '14', '4080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4081', '4081', '55', 'studio_stool', '3', '0', '0', '1', '0', '0', '13', '4081', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4082', '4082', '55', 'studio_fencecr', '2', '0', '0', '1', '0', '0', '7', '4082', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4083', '4083', '55', 'studio_guitar', '7', '0', '0', '1', '0', '0', '9', '4083', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4084', '4084', '55', 'studio_amp2', '5', '0', '0', '1', '0', '0', '2', '4084', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4085', '4085', '55', 'studio_fence', '2', '0', '0', '1', '0', '0', '6', '4085', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4086', '4086', '55', 'studio_amp1', '5', '0', '0', '1', '0', '0', '1', '4086', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4087', '4087', '55', 'studio_floorlight', '5', '0', '0', '1', '0', '0', '8', '4087', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4088', '4088', '55', 'studio_mixingdesk', '9', '0', '0', '1', '0', '0', '12', '4088', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4089', '4089', '55', 'studio_camera', '10', '0', '0', '1', '0', '0', '3', '4089', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4090', '4090', '55', 'studio_tv', '4', '0', '0', '1', '0', '0', '14', '4090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4091', '4091', '55', 'studio_lights3', '8', '0', '0', '1', '0', '0', '11', '4091', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4092', '4092', '55', 'studio_lights2', '10', '0', '0', '1', '0', '0', '10', '4092', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4093', '4093', '55', 'studio_drums', '12', '0', '0', '1', '0', '0', '5', '4093', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4094', '4094', '55', 'studio_lights1', '7', '0', '0', '1', '0', '0', '10', '4094', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4095', '4095', '55', 'studio_chair', '3', '0', '0', '1', '0', '0', '4', '4095', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4096', '4096', '46', 'sound_set_73', '2', '0', '0', '1', '0', '0', '50', '4096', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4097', '4097', '46', 'sound_set_74', '2', '0', '0', '1', '0', '0', '51', '4097', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4098', '4098', '46', 'sound_set_76', '2', '0', '0', '1', '0', '0', '52', '4098', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4099', '4099', '46', 'sound_set_75', '2', '0', '0', '1', '0', '0', '53', '4099', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4100', '4100', '407', 'summer_blaster', '5', '0', '0', '1', '0', '0', '11', '4100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4101', '4101', '407', 's12_bonfire', '5', '0', '0', '1', '0', '0', '10', '4101', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4102', '4102', '235', 'lm_bigrock', '4', '0', '0', '1', '0', '0', '2', '4102', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4103', '4103', '235', 'lm_palm1', '4', '0', '0', '1', '0', '0', '5', '4103', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4104', '4104', '235', 'lm_totem', '4', '0', '0', '1', '0', '0', '9', '4104', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4105', '4105', '429', 'hole2', '4', '0', '0', '1', '0', '0', '54', '4105', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4106', '4106', '235', 'lm_palm2', '3', '0', '0', '1', '0', '0', '1', '4106', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4107', '4107', '1198', 'qt_sum11_dragon', '5', '0', '0', '1', '0', '1', '10', '4107', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4108', '4108', '60', 'usva3_rug', '3', '0', '0', '1', '0', '0', '103', '4108', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4109', '4109', '60', 'usva5_sofa', '3', '0', '0', '1', '0', '0', '124', '4109', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4110', '4110', '60', 'usva4_lamble', '2', '0', '0', '1', '0', '0', '11', '4110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4111', '4111', '60', 'usva3_shelf', '2', '0', '0', '1', '0', '0', '104', '4111', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4112', '4112', '60', 'usva_rug', '3', '0', '0', '1', '0', '0', '133', '4112', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4113', '4113', '60', 'usva2_table', '4', '0', '0', '1', '0', '0', '7', '4113', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4114', '4114', '60', 'usva_shelf2', '2', '0', '0', '1', '0', '0', '135', '4114', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4115', '4115', '60', 'usva4_sofa', '3', '0', '0', '1', '0', '0', '14', '4115', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4116', '4116', '60', 'usva_table', '4', '0', '0', '1', '0', '0', '137', '4116', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4117', '4117', '60', 'usva5_table', '4', '0', '0', '1', '0', '0', '125', '4117', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4118', '4118', '60', 'usva_lamble', '2', '0', '0', '1', '0', '0', '131', '4118', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4119', '4119', '60', 'usva2_sofa', '3', '0', '0', '1', '0', '0', '6', '4119', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4120', '4120', '60', 'usva2_chair', '3', '0', '0', '1', '0', '0', '0', '4120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4121', '4121', '60', 'usva_lamp', '3', '0', '0', '1', '0', '0', '132', '4121', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4122', '4122', '60', 'usva2_shelf2', '2', '0', '0', '1', '0', '0', '5', '4122', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4123', '4123', '60', 'usva_chair', '3', '0', '0', '1', '0', '0', '130', '4123', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4124', '4124', '60', 'usva5_lamble', '2', '0', '0', '1', '0', '0', '121', '4124', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4125', '4125', '60', 'usva2_lamp', '3', '0', '0', '1', '0', '0', '2', '4125', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4126', '4126', '60', 'usva4_chair', '3', '0', '0', '1', '0', '0', '10', '4126', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4127', '4127', '60', 'usva3_shelf2', '2', '0', '0', '1', '0', '0', '105', '4127', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4128', '4128', '60', 'usva3_table', '4', '0', '0', '1', '0', '0', '107', '4128', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4129', '4129', '60', 'usva2_rug', '3', '0', '0', '1', '0', '0', '3', '4129', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4130', '4130', '60', 'usva4_table', '4', '0', '0', '1', '0', '0', '15', '4130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4131', '4131', '60', 'usva5_lamp', '3', '0', '0', '1', '0', '0', '122', '4131', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4132', '4132', '60', 'usva3_chair', '3', '0', '0', '1', '0', '0', '100', '4132', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4133', '4133', '60', 'usva3_lamble', '2', '0', '0', '1', '0', '0', '101', '4133', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4134', '4134', '60', 'usva_sofa', '3', '0', '0', '1', '0', '0', '136', '4134', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4135', '4135', '60', 'usva_shelf', '2', '0', '0', '1', '0', '0', '134', '4135', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4136', '4136', '60', 'usva4_lamp', '3', '0', '0', '1', '0', '0', '12', '4136', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4137', '4137', '60', 'usva2_lamble', '2', '0', '0', '1', '0', '0', '1', '4137', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4138', '4138', '60', 'usva3_lamp', '3', '0', '0', '1', '0', '0', '102', '4138', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4139', '4139', '60', 'usva4_rug', '3', '0', '0', '1', '0', '0', '13', '4139', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4140', '4140', '60', 'usva2_shelf', '2', '0', '0', '1', '0', '0', '4', '4140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4141', '4141', '60', 'usva3_sofa', '3', '0', '0', '1', '0', '0', '106', '4141', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4142', '4142', '60', 'usva5_rug', '3', '0', '0', '1', '0', '0', '123', '4142', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4143', '4143', '60', 'usva5_chair', '3', '0', '0', '1', '0', '0', '120', '4143', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4144', '4144', '429', 'uservoice_soapbox', '4', '0', '0', '1', '0', '0', '57', '4144', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4145', '4145', '467', 'school_platform', '2', '0', '0', '1', '0', '0', '30', '4145', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4146', '4146', '467', 'school_locker_b', '8', '0', '0', '1', '0', '0', '13', '4146', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4147', '4147', '683', 'school_locker_r_nosale', '4', '0', '0', '1', '0', '0', '28', '4147', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4148', '4148', '467', 'school_toilet_stall', '4', '0', '0', '1', '0', '0', '38', '4148', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4149', '4149', '467', 'school_stuff_06', '1', '0', '0', '1', '0', '0', '36', '4149', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4150', '4150', '467', 'school_locker_r', '8', '0', '0', '1', '0', '0', '17', '4150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4151', '4151', '467', 'school_bus', '13', '0', '0', '1', '0', '0', '2', '4151', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4152', '4152', '467', 'school_table', '4', '0', '0', '1', '0', '0', '37', '4152', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4153', '4153', '467', 'school_bench', '3', '0', '0', '1', '0', '0', '37', '4153', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4154', '4154', '467', 'school_console', '3', '0', '0', '1', '0', '0', '4', '4154', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4155', '4155', '467', 'school_stuff_01', '1', '0', '0', '1', '0', '0', '31', '4155', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4156', '4156', '467', 'school_stuff_05', '1', '0', '0', '1', '0', '0', '35', '4156', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4157', '4157', '467', 'school_floor', '3', '0', '0', '1', '0', '0', '19', '4157', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4158', '4158', '683', 'school_locker_b_nosale', '4', '0', '0', '1', '0', '0', '23', '4158', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4159', '4159', '467', 'school_stuff_02', '1', '0', '0', '1', '0', '0', '32', '4159', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4160', '4160', '467', 'school_stuff_04', '1', '0', '0', '1', '0', '0', '34', '4160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4161', '4161', '467', 'school_stuff_03', '1', '0', '0', '1', '0', '0', '33', '4161', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4162', '4162', '467', 'school_chair', '2', '0', '0', '1', '0', '0', '7', '4162', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4163', '4163', '52', 'petfood26', '1', '0', '0', '1', '0', '0', '27', '4163', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4164', '4164', '106', 'boutique_floor1a', '3', '0', '0', '1', '0', '0', '9', '4164', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4165', '4165', '106', 'boutique_table1', '2', '0', '0', '1', '0', '0', '23', '4165', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4166', '4166', '106', 'boutique_clothingpile', '1', '0', '0', '1', '0', '0', '5', '4166', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4167', '4167', '106', 'boutique_changing1', '4', '0', '0', '1', '0', '0', '2', '4167', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4168', '4168', '106', 'boutique_changing3', '4', '0', '0', '1', '0', '0', '4', '4168', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4169', '4169', '106', 'boutique_sofa2', '4', '0', '0', '1', '0', '0', '21', '4169', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4170', '4170', '106', 'boutique_mannequin1', '6', '0', '0', '1', '0', '0', '15', '4170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4171', '4171', '106', 'boutique_sofa1', '3', '0', '0', '1', '0', '0', '20', '4171', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4172', '4172', '106', 'boutique_table2', '4', '0', '0', '1', '0', '0', '24', '4172', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4173', '4173', '106', 'boutique_cashreg', '2', '0', '0', '1', '0', '0', '1', '4173', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4174', '4174', '106', 'boutique_changing2', '4', '0', '0', '1', '0', '0', '3', '4174', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4175', '4175', '106', 'boutique_plant1', '3', '0', '0', '1', '0', '0', '16', '4175', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4176', '4176', '106', 'boutique_plant2', '4', '0', '0', '1', '0', '0', '17', '4176', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4177', '4177', '106', 'boutique_counter', '5', '0', '0', '1', '0', '0', '8', '4177', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4178', '4178', '106', 'boutique_floor2b', '4', '0', '0', '1', '0', '0', '12', '4178', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4179', '4179', '106', 'boutique_floor1b', '4', '0', '0', '1', '0', '0', '10', '4179', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4180', '4180', '106', 'boutique_floor2a', '3', '0', '0', '1', '0', '0', '11', '4180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4181', '4181', '115', 'waterbowl_basic_1', '2', '0', '0', '1', '0', '0', '27', '4181', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4182', '4182', '115', 'waterbowl_basic_2', '2', '0', '0', '1', '0', '0', '16', '4182', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4183', '4183', '115', 'waterbowl_basic_3', '2', '0', '0', '1', '0', '0', '25', '4183', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4184', '4184', '115', 'waterbowl_basic_4', '2', '0', '0', '1', '0', '0', '24', '4184', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4185', '4185', '115', 'waterbowl_basic_5', '2', '0', '0', '1', '0', '0', '23', '4185', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4186', '4186', '106', 'boutique_hcsign', '1', '0', '0', '1', '0', '0', '25', '4186', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4187', '4187', '106', 'boutique_vipsign', '1', '0', '0', '1', '0', '0', '26', '4187', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4188', '4188', '180', 'bubble_lamp1', '2', '0', '0', '1', '0', '0', '5', '4188', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4189', '4189', '180', 'pura_roundpad8', '1', '0', '0', '1', '0', '0', '108', '4189', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4190', '4190', '180', 'pura_block_lamp1', '2', '0', '0', '1', '0', '0', '6', '4190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4191', '4191', '180', 'pura_roundpad9', '1', '0', '0', '1', '0', '0', '107', '4191', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4192', '4192', '180', 'eleblock2', '2', '0', '0', '1', '0', '0', '45', '4192', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4193', '4193', '180', 'eleblock4', '2', '0', '0', '1', '0', '0', '49', '4193', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4194', '4194', '180', 'pura_roundpad6', '1', '0', '0', '1', '0', '0', '103', '4194', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4195', '4195', '180', 'eleblock7', '2', '0', '0', '1', '0', '0', '44', '4195', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4196', '4196', '180', 'pura_roundpad3', '1', '0', '0', '1', '0', '0', '102', '4196', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4197', '4197', '180', 'pura_roundpad4', '1', '0', '0', '1', '0', '0', '109', '4197', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4198', '4198', '180', 'eleblock5', '2', '0', '0', '1', '0', '0', '41', '4198', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4199', '4199', '180', 'eleblock3', '2', '0', '0', '1', '0', '0', '42', '4199', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4200', '4200', '180', 'eleblock1', '2', '0', '0', '1', '0', '0', '40', '4200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4201', '4201', '180', 'pura_roundpad1', '1', '0', '0', '1', '0', '0', '100', '4201', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4202', '4202', '180', 'pura_roundpad2', '1', '0', '0', '1', '0', '0', '105', '4202', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4203', '4203', '180', 'eleblock8', '2', '0', '0', '1', '0', '0', '48', '4203', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4204', '4204', '180', 'pura_roundpad5', '1', '0', '0', '1', '0', '0', '101', '4204', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4205', '4205', '180', 'eleblock9', '2', '0', '0', '1', '0', '0', '47', '4205', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4206', '4206', '180', 'pura_roundpad7', '1', '0', '0', '1', '0', '0', '104', '4206', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4207', '4207', '180', 'eleblock6', '2', '0', '0', '1', '0', '0', '43', '4207', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4208', '4208', '243', 'horse_dye_08', '1', '0', '0', '1', '0', '0', '48', '4208', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4209', '4209', '245', 'horse_hayfloor', '3', '0', '0', '1', '0', '0', '25', '4209', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4210', '4210', '243', 'horse_dye_11', '1', '0', '0', '1', '0', '0', '51', '4210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4211', '4211', '243', 'horse_hairdye_06', '1', '0', '0', '1', '0', '0', '7', '4211', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4212', '4212', '243', 'horse_dye_02', '1', '0', '0', '1', '0', '0', '42', '4212', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4213', '4213', '245', 'horse_stable_gate', '3', '0', '0', '1', '0', '0', '9', '4213', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4214', '4214', '243', 'horse_hairdye_09', '1', '0', '0', '1', '0', '0', '10', '4214', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4215', '4215', '243', 'horse_hairdye_07', '1', '0', '0', '1', '0', '0', '8', '4215', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4216', '4216', '243', 'horse_dye_12', '1', '0', '0', '1', '0', '0', '25', '4216', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4217', '4217', '243', 'horse_dye_03', '1', '0', '0', '1', '0', '0', '22', '4217', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4218', '4218', '243', 'horse_dye_05', '1', '0', '0', '1', '0', '0', '23', '4218', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4219', '4219', '243', 'horse_hairdye_11', '1', '0', '0', '1', '0', '0', '11', '4219', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4220', '4220', '243', 'horse_hairdye_12', '1', '0', '0', '1', '0', '0', '12', '4220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4221', '4221', '242', 'horse_saddle1', '5', '0', '0', '1', '0', '0', '1', '4221', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4222', '4222', '245', 'horse_stable_fence_w', '3', '0', '0', '1', '0', '0', '8', '4222', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4223', '4223', '245', 'horse_stable_gate_w', '3', '0', '0', '1', '0', '0', '10', '4223', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4224', '4224', '243', 'horse_dye_04', '1', '0', '0', '1', '0', '0', '44', '4224', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4225', '4225', '243', 'horse_hairdye_10', '3', '0', '0', '1', '0', '0', '1', '4225', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4226', '4226', '243', 'horse_hairdye_01', '1', '0', '0', '1', '0', '0', '5', '4226', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4227', '4227', '243', 'horse_hairdye_02', '1', '0', '0', '1', '0', '0', '2', '4227', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4228', '4228', '243', 'horse_dye_13', '1', '0', '0', '1', '0', '0', '26', '4228', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4229', '4229', '245', 'horse_sawdustfloor', '3', '0', '0', '1', '0', '0', '16', '4229', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4230', '4230', '243', 'horse_hairdye_05', '1', '0', '0', '1', '0', '0', '6', '4230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4231', '4231', '243', 'horse_hairdye_04', '1', '0', '0', '1', '0', '0', '4', '4231', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4232', '4232', '243', 'horse_hairdye_00', '3', '0', '0', '1', '0', '0', '1', '4232', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4233', '4233', '245', 'horse_stable_fence', '3', '0', '0', '1', '0', '0', '7', '4233', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4234', '4234', '243', 'horse_dye_09', '1', '0', '0', '1', '0', '0', '1', '4234', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4235', '4235', '243', 'horse_dye_10', '2', '0', '0', '1', '0', '0', '1', '4235', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4236', '4236', '245', 'horse_stbl_fnc_corn_w', '3', '0', '0', '1', '0', '0', '14', '4236', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4237', '4237', '243', 'horse_dye_06', '1', '0', '0', '1', '0', '0', '46', '4237', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4238', '4238', '243', 'horse_hairdye_03', '1', '0', '0', '1', '0', '0', '3', '4238', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4239', '4239', '245', 'horse_hay', '2', '0', '0', '1', '0', '0', '1', '4239', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4240', '4240', '245', 'horse_stbl_fnc_corner', '3', '0', '0', '1', '0', '0', '12', '4240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4241', '4241', '243', 'horse_dye_07', '1', '0', '0', '1', '0', '0', '24', '4241', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4242', '4242', '243', 'horse_dye_14', '1', '0', '0', '1', '0', '0', '54', '4242', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4243', '4243', '243', 'horse_hairdye_08', '1', '0', '0', '1', '0', '0', '9', '4243', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4244', '4244', '243', 'horse_dye_01', '1', '0', '0', '1', '0', '0', '21', '4244', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4245', '4245', '243', 'horse_dye_00', '1', '0', '0', '1', '0', '0', '40', '4245', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4246', '4246', '245', 'horse_poop', '3', '0', '0', '1', '0', '0', '17', '4246', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4247', '4247', '245', 'horse_trough', '3', '0', '0', '1', '0', '0', '1', '4247', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4248', '4248', '108', 'gld_carpet', '3', '0', '0', '1', '0', '0', '9', '4248', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4249', '4249', '108', 'gld_badgewall_tall', '4', '0', '0', '1', '0', '0', '8', '4249', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4250', '4250', '108', 'gld_stool2', '1', '0', '0', '1', '0', '0', '16', '4250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4251', '4251', '108', 'gld_stool1', '1', '0', '0', '1', '0', '0', '15', '4251', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4252', '4252', '108', 'gld_wall_tall', '1', '0', '0', '1', '0', '0', '20', '4252', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4253', '4253', '108', 'gld_pennant', '4', '0', '0', '1', '0', '0', '13', '4253', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4254', '4254', '108', 'gld_sofa1', '3', '0', '0', '1', '0', '0', '14', '4254', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4255', '4255', '550', 'ads_frank_trophy', '4', '0', '0', '1', '0', '0', '99', '4255', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4256', '4256', '244', 'horse_hairstyle_3', '3', '0', '0', '1', '0', '0', '3', '4256', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4257', '4257', '244', 'horse_hairstyle_5', '5', '0', '0', '1', '0', '0', '1', '4257', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4258', '4258', '243', 'horse_dye_15', '1', '0', '0', '1', '0', '0', '27', '4258', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4259', '4259', '244', 'horse_hairstyle_1', '3', '0', '0', '1', '0', '0', '2', '4259', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4260', '4260', '244', 'horse_hairstyle_0', '3', '0', '0', '1', '0', '0', '2', '4260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4261', '4261', '244', 'horse_hairstyle_4', '3', '0', '0', '1', '0', '0', '4', '4261', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4262', '4262', '243', 'horse_dye_16', '1', '0', '0', '1', '0', '0', '28', '4262', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4263', '4263', '244', 'horse_hairstyle_2', '3', '0', '0', '1', '0', '0', '2', '4263', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4264', '4264', '225', 'prizetrophy_hween11', '5', '0', '0', '1', '0', '0', '72', '4264', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4265', '4265', '392', 'hween11_disflo2', '4', '0', '0', '1', '0', '0', '2', '4265', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4266', '4266', '392', 'hween11_punch', '5', '0', '0', '1', '0', '0', '9', '4266', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4267', '4267', '392', 'hween11_dish2', '3', '0', '0', '1', '0', '0', '4', '4267', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4268', '4268', '392', 'hween11_pumpkin', '4', '0', '0', '1', '0', '0', '8', '4268', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4269', '4269', '392', 'hween11_sofa', '6', '0', '0', '1', '0', '0', '10', '4269', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4270', '4270', '392', 'hween11_dish3', '3', '0', '0', '1', '0', '0', '5', '4270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4271', '4271', '392', 'hween11_dish4', '3', '0', '0', '1', '0', '0', '6', '4271', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4272', '4272', '392', 'hween11_disflo', '4', '0', '0', '1', '0', '0', '1', '4272', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4273', '4273', '392', 'hween11_dish1', '3', '0', '0', '1', '0', '0', '3', '4273', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4274', '4274', '235', 'lm_pumpkin', '3', '0', '0', '1', '0', '0', '8', '4274', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4275', '4275', '245', 'horse_poop_luxus', '3', '0', '0', '1', '0', '0', '18', '4275', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4276', '4276', '40', 'ads_mpu_160', '7', '0', '0', '1', '0', '0', '1', '4276', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4277', '4277', '346', 'ads_liisu', '4', '0', '0', '1', '0', '0', '60', '4277', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4278', '4278', '392', 'hween11_fountain', '50', '1', '5', '1', '0', '0', '15', '4278', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4279', '4279', '20', 'plant_rose_black', '4', '0', '0', '1', '0', '0', '99', '4279', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4280', '4280', '346', 'ads_pib', '4', '0', '0', '1', '0', '0', '23', '4280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4281', '4281', '65', 'wf_cnd_actor_in_group', '5', '0', '0', '1', '0', '0', '7', '4281', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4282', '4282', '479', 'xmas11_sofatable', '4', '0', '0', '1', '0', '0', '60', '4282', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4283', '4283', '479', 'xmas11_comfy_chair', '3', '0', '0', '1', '0', '0', '9', '4283', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4284', '4284', '479', 'xmas2011_aurora1', '7', '0', '0', '1', '0', '0', '72', '4284', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4285', '4285', '479', 'xmas11_stonedivider', '3', '0', '0', '1', '0', '0', '61', '4285', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4286', '4286', '479', 'xmas11_yetifeet', '2', '0', '0', '1', '0', '0', '80', '4286', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4287', '4287', '479', 'xmas2011_tree2', '2', '0', '0', '1', '0', '0', '78', '4287', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4288', '4288', '479', 'xmas11_woodfloor', '3', '0', '0', '1', '0', '0', '62', '4288', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4289', '4289', '479', 'xmas11_footstool', '2', '0', '0', '1', '0', '0', '13', '4289', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4290', '4290', '479', 'xmas11_flag', '3', '0', '0', '1', '0', '0', '40', '4290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4291', '4291', '479', 'xmas2011_tree1', '3', '0', '0', '1', '0', '0', '78', '4291', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4292', '4292', '479', 'xmas11_firewood', '3', '0', '0', '1', '0', '0', '36', '4292', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4293', '4293', '479', 'xmas11_stool', '2', '0', '0', '1', '0', '0', '17', '4293', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4294', '4294', '479', 'xmas11_stove', '4', '0', '0', '1', '0', '0', '67', '4294', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4295', '4295', '479', 'xmas2011_snowlog', '3', '0', '0', '1', '0', '0', '77', '4295', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4296', '4296', '479', 'xmas11_stonefloor', '3', '0', '0', '1', '0', '0', '62', '4296', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4297', '4297', '479', 'xmas11_comfy_bench', '3', '0', '0', '1', '0', '0', '5', '4297', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4298', '4298', '479', 'xmas2011_icefall', '10', '0', '0', '1', '0', '0', '75', '4298', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4299', '4299', '479', 'xmas11_throne', '100', '1', '5', '1', '0', '0', '71', '4299', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4300', '4300', '479', 'xmas11_petfood', '1', '0', '0', '1', '0', '0', '47', '4300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4301', '4301', '479', 'xmas2011_aurora2', '4', '0', '0', '1', '0', '0', '73', '4301', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4302', '4302', '479', 'xmas11_nghtstnd', '3', '0', '0', '1', '0', '0', '59', '4302', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4303', '4303', '479', 'xmas11_chair', '2', '0', '0', '1', '0', '0', '1', '4303', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4304', '4304', '479', 'xmas2011_rock1', '1', '0', '0', '1', '0', '0', '76', '4304', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4305', '4305', '479', 'xmas2011_balrail', '3', '0', '0', '1', '0', '0', '74', '4305', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4306', '4306', '479', 'xmas2011_tree4', '5', '0', '0', '1', '0', '0', '79', '4306', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4307', '4307', '479', 'xmas2011_rock2', '1', '0', '0', '1', '0', '0', '76', '4307', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4308', '4308', '479', 'xmas2011_tree3', '4', '0', '0', '1', '0', '0', '78', '4308', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4309', '4309', '479', 'xmas11_elewood', '3', '0', '0', '1', '0', '0', '35', '4309', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4310', '4310', '244', 'horse_hairstyle_6', '3', '0', '0', '1', '0', '0', '7', '4310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4313', '4313', '479', 'xmas_giftbag', '5', '0', '0', '1', '0', '0', '70', '4313', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4315', '4315', '479', 'xmas11_comfy_chair_3', '3', '0', '0', '1', '0', '0', '10', '4315', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4316', '4316', '479', 'xmas11_stool_2', '2', '0', '0', '1', '0', '0', '18', '4316', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4317', '4317', '479', 'xmas11_stool_4', '2', '0', '0', '1', '0', '0', '20', '4317', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4318', '4318', '479', 'xmas11_stool_3', '2', '0', '0', '1', '0', '0', '19', '4318', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4319', '4319', '479', 'xmas11_footstool_4', '2', '0', '0', '1', '0', '0', '16', '4319', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4320', '4320', '479', 'xmas11_comfy_chair_2', '3', '0', '0', '1', '0', '0', '11', '4320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4321', '4321', '479', 'xmas11_chair_2', '2', '0', '0', '1', '0', '0', '2', '4321', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4322', '4322', '479', 'xmas11_btlr', '75', '1', '5', '1', '0', '0', '71', '4322', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4323', '4323', '479', 'xmas11_comfy_bench_2', '3', '0', '0', '1', '0', '0', '6', '4323', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4324', '4324', '479', 'xmas11_comfy_chair_4', '3', '0', '0', '1', '0', '0', '12', '4324', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4325', '4325', '479', 'xmas11_comfy_bench_4', '3', '0', '0', '1', '0', '0', '8', '4325', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4326', '4326', '479', 'xmas11_chair_4', '2', '0', '0', '1', '0', '0', '4', '4326', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4327', '4327', '479', 'xmas11_comfy_bench_3', '3', '0', '0', '1', '0', '0', '7', '4327', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4328', '4328', '479', 'xmas11_chair_3', '2', '0', '0', '1', '0', '0', '3', '4328', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4329', '4329', '479', 'xmas11_footstool_2', '2', '0', '0', '1', '0', '0', '14', '4329', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4330', '4330', '479', 'xmas11_footstool_3', '2', '0', '0', '1', '0', '0', '15', '4330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4331', '4331', '22', 'books_1', '1', '0', '0', '1', '0', '0', '1', '4331', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4332', '4332', '467', 'homework', '1', '0', '0', '1', '0', '0', '1', '4332', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4333', '4333', '1234', 'gift_mdlcar0', '1', '0', '0', '1', '0', '0', '11', '4333', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4334', '4334', '1234', 'gift_manlystatue', '1', '0', '0', '1', '0', '0', '10', '4334', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4335', '4335', '1234', 'gift_joystick', '1', '0', '0', '1', '0', '0', '9', '4335', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4336', '4336', '1234', 'gift_thing', '1', '0', '0', '1', '0', '0', '14', '4336', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4337', '4337', '1234', 'pstack', '1', '0', '0', '1', '0', '0', '18', '4337', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4338', '4338', '1234', 'pwad', '1', '0', '0', '1', '0', '0', '19', '4338', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4339', '4339', '1234', 'gift_incense', '1', '0', '0', '1', '0', '0', '7', '4339', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4340', '4340', '1234', 'pencils', '1', '0', '0', '1', '0', '0', '16', '4340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4341', '4341', '1234', 'pframe', '1', '0', '0', '1', '0', '0', '17', '4341', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4342', '4342', '1234', 'toaster', '2', '0', '0', '1', '0', '0', '21', '4342', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4343', '4343', '1234', 'gift_pbank', '1', '0', '0', '1', '0', '0', '13', '4343', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4344', '4344', '1234', 'console', '1', '0', '0', '1', '0', '0', '3', '4344', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4345', '4345', '1234', 'gift_vase', '1', '0', '0', '1', '0', '0', '15', '4345', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4346', '4346', '1234', 'gift_mypod', '1', '0', '0', '1', '0', '0', '12', '4346', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4347', '4347', '1234', 'trapkeep', '1', '0', '0', '1', '0', '0', '20', '4347', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4348', '4348', '1234', 'gift_coal', '1', '0', '0', '1', '0', '0', '5', '4348', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4349', '4349', '1234', 'gift_handbag0', '1', '0', '0', '1', '0', '0', '6', '4349', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4350', '4350', '1234', 'gift_jewel0', '1', '0', '0', '1', '0', '0', '8', '4350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4351', '4351', '1234', 'books_0', '1', '0', '0', '1', '0', '0', '2', '4351', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4352', '4352', '632', 'bed_silo_two_notrd', '4', '0', '0', '1', '0', '0', '61', '4352', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4353', '4353', '414', 'snst_ballpile', '4', '0', '0', '1', '0', '0', '62', '4353', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4354', '4354', '414', 'starting_position', '4', '0', '0', '1', '0', '0', '63', '4354', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4355', '4355', '414', 'snst_tree1_d', '4', '0', '0', '1', '0', '0', '64', '4355', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4356', '4356', '414', 'snst_fence', '4', '0', '0', '1', '0', '0', '65', '4356', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4357', '4357', '414', 'snst_tree1', '4', '0', '0', '1', '0', '0', '99', '4357', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4358', '4358', '414', 'snst_iceblock', '4', '0', '0', '1', '0', '0', '99', '4358', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4359', '4359', '414', 'hole1x1', '4', '0', '0', '1', '0', '0', '99', '4359', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4360', '4360', '414', 'snst_block1', '4', '0', '0', '1', '0', '0', '99', '4360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4361', '4361', '479', 'snst_fireplace', '12', '0', '0', '1', '0', '0', '37', '4361', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4362', '4362', '414', 's_snowball_machine', '4', '0', '0', '1', '0', '0', '99', '4362', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4363', '4363', '350', 'ads_honeymonster', '4', '0', '0', '1', '0', '0', '14', '4363', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4364', '4364', '532', 'ads_m6_floor', '4', '0', '0', '1', '0', '0', '99', '4364', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4365', '4365', '683', 'duck_vipwhite', '4', '0', '0', '1', '0', '0', '2', '4365', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4366', '4366', '414', 'snst_fireplace_nfs', '4', '0', '0', '1', '0', '0', '99', '4366', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4367', '4367', '255', 'vote_count_add', '4', '0', '0', '1', '0', '0', '3', '4367', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4368', '4368', '470', 'xmas11_balloon2', '3', '0', '0', '1', '0', '0', '102', '4368', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4369', '4369', '470', 'xmas11_luxfloor2', '4', '0', '0', '1', '0', '0', '54', '4369', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4370', '4370', '470', 'xmas11_balloon1', '2', '0', '0', '1', '0', '0', '101', '4370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4371', '4371', '470', 'fireworks_09', '7', '0', '0', '1', '0', '0', '9', '4371', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4372', '4372', '470', 'xmas11_luxtable', '4', '0', '0', '1', '0', '0', '40', '4372', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4373', '4373', '470', 'fireworks_08', '5', '0', '0', '1', '0', '0', '8', '4373', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4374', '4374', '470', 'xmas11_luxsofa1', '8', '0', '0', '1', '0', '0', '44', '4374', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4375', '4375', '470', 'xmas11_luxfloor1', '4', '0', '0', '1', '0', '0', '53', '4375', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4376', '4376', '470', 'xmas11_balloon', '75', '1', '5', '1', '0', '0', '105', '4376', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4377', '4377', '470', 'xmas11_balloon3', '4', '0', '0', '1', '0', '0', '103', '4377', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4378', '4378', '470', 'xmas11_luxchair1', '6', '0', '0', '1', '0', '0', '47', '4378', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4379', '4379', '470', 'xmas11_luxdish2', '2', '0', '0', '1', '0', '0', '51', '4379', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4380', '4380', '470', 'fireworks_10', '5', '0', '0', '1', '0', '0', '10', '4380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4381', '4381', '470', 'xmas11_luxsofa2', '8', '0', '0', '1', '0', '0', '45', '4381', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4382', '4382', '470', 'xmas11_luxdish3', '1', '0', '0', '1', '0', '0', '52', '4382', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4383', '4383', '470', 'xmas11_luxchair3', '6', '0', '0', '1', '0', '0', '49', '4383', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4384', '4384', '470', 'fireworks_12', '7', '0', '0', '1', '0', '0', '11', '4384', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4385', '4385', '470', 'xmas11_luxsofa3', '8', '0', '0', '1', '0', '0', '46', '4385', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4386', '4386', '470', 'xmas11_luxchair2', '6', '0', '0', '1', '0', '0', '48', '4386', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4387', '4387', '470', 'fireworks_11', '5', '0', '0', '1', '0', '0', '10', '4387', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4388', '4388', '470', 'xmas11_luxdish1', '3', '0', '0', '1', '0', '0', '50', '4388', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4389', '4389', '108', 'gld_gate', '7', '0', '5', '1', '0', '0', '10', '4389', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4390', '4390', '412', 'snowb_slope', '5', '0', '0', '1', '0', '0', '99', '4390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4391', '4391', '412', 'snowb_jump', '2', '0', '0', '1', '0', '0', '99', '4391', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4392', '4392', '412', 'snowb_light1', '1', '0', '0', '1', '0', '0', '99', '4392', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4393', '4393', '412', 'snowb_divider', '3', '0', '0', '1', '0', '0', '99', '4393', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4394', '4394', '412', 'snowb_snowpuff', '2', '0', '0', '1', '0', '0', '99', '4394', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4395', '4395', '412', 'snowb_rail', '5', '0', '0', '1', '0', '0', '99', '4395', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4402', '4402', '421', 'sfx_lazer', '4', '0', '0', '1', '0', '0', '12', '4402', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4403', '4403', '421', 'sfx_onetwo', '4', '0', '0', '1', '0', '0', '14', '4403', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4404', '4404', '421', 'sfx_duck', '4', '0', '0', '1', '0', '0', '9', '4404', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4405', '4405', '421', 'sfx_whistle', '4', '0', '0', '1', '0', '0', '15', '4405', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4406', '4406', '421', 'sfx_bells', '4', '0', '0', '1', '0', '0', '3', '4406', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4407', '4407', '421', 'sfx_glass', '4', '0', '0', '1', '0', '0', '10', '4407', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4408', '4408', '338', 'prizetrophy_niko2', '5', '0', '0', '1', '0', '0', '6', '4408', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4409', '4409', '338', 'prizetrophy_niko1', '5', '0', '0', '1', '0', '0', '5', '4409', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4410', '4410', '468', 'china_lantern', '4', '0', '0', '1', '0', '0', '1', '4410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4411', '4411', '468', 'fireworks_13', '150', '1', '5', '1', '0', '0', '5', '4411', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4412', '4412', '338', 'rare_fountain_niko', '5', '0', '0', '1', '0', '0', '18', '4412', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4413', '4413', '468', 'teleport_dragon', '8', '0', '0', '1', '0', '0', '3', '4413', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4414', '4414', '421', 'sfx_rare_lazer', '4', '0', '0', '1', '0', '0', '66', '4414', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4415', '4415', '421', 'sfx_rare_duck', '4', '0', '0', '1', '0', '0', '67', '4415', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4416', '4416', '446', 'val12_kbooth', '10', '0', '0', '1', '0', '0', '16', '4416', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4417', '4417', '446', 'val12_flower', '6', '0', '0', '1', '0', '0', '3', '4417', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4418', '4418', '446', 'val12_carpet', '3', '0', '0', '1', '0', '0', '1', '4418', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4419', '4419', '446', 'val12_vines', '8', '0', '0', '1', '0', '0', '17', '4419', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4420', '4420', '446', 'val12_shocker', '8', '0', '0', '1', '0', '0', '13', '4420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4421', '4421', '446', 'val12_hopper1', '5', '0', '0', '1', '0', '0', '4', '4421', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4422', '4422', '446', 'val12_pillar2', '4', '0', '0', '1', '0', '0', '12', '4422', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4423', '4423', '446', 'val12_xray', '10', '0', '0', '1', '0', '0', '18', '4423', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4424', '4424', '446', 'val12_marble2', '3', '0', '0', '1', '0', '0', '10', '4424', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4425', '4425', '446', 'val12_elevine', '2', '0', '0', '1', '0', '0', '2', '4425', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4426', '4426', '446', 'val12_marble1', '3', '0', '0', '1', '0', '0', '9', '4426', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4427', '4427', '446', 'val12_hopper2', '5', '0', '0', '1', '0', '0', '5', '4427', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4428', '4428', '446', 'edice_val12_therm', '5', '0', '0', '1', '0', '0', '9', '4428', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4429', '4429', '683', 'val12_therm_nfs', '4', '0', '0', '1', '0', '0', '16', '4429', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4430', '4430', '446', 'val12_sofa', '8', '0', '0', '1', '0', '0', '14', '4430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4431', '4431', '446', 'val12_lantern', '6', '0', '0', '1', '0', '0', '8', '4431', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4432', '4432', '446', 'val12_pillar1', '4', '0', '0', '1', '0', '0', '11', '4432', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4433', '4433', '446', 'val12_table', '2', '0', '0', '1', '0', '0', '7', '4433', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4434', '4434', '545', 'ads_antena3_floor', '4', '0', '0', '1', '0', '0', '99', '4434', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4435', '4435', '215', 'hole3', '1', '0', '0', '1', '0', '0', '3', '4435', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4436', '4436', '115', 'water_bowl1_1', '1', '0', '0', '1', '0', '0', '1', '4436', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4437', '4437', '115', 'water_bowl1_2', '2', '0', '0', '1', '0', '0', '21', '4437', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4438', '4438', '115', 'water_bowl1_3', '2', '0', '0', '1', '0', '0', '20', '4438', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4439', '4439', '115', 'water_bowl1_4', '2', '0', '0', '1', '0', '0', '19', '4439', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4440', '4440', '115', 'water_bowl1_5', '2', '0', '0', '1', '0', '0', '18', '4440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4441', '4441', '683', 'nest_with_egg', '4', '0', '0', '1', '0', '0', '6', '4441', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4442', '4442', '429', 'present_firework', '4', '0', '0', '1', '0', '0', '68', '4442', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4443', '4443', '446', 'val12_hopper_3', '5', '0', '0', '1', '0', '0', '6', '4443', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4444', '4444', '280', 'cine_platform', '5', '0', '0', '1', '0', '0', '10', '4444', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4445', '4445', '22', 'magazines', '1', '0', '0', '1', '0', '0', '69', '4445', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4446', '4446', '22', 'desk_junk', '1', '0', '0', '1', '0', '0', '70', '4446', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4447', '4447', '22', 'coffee_cup', '1', '0', '0', '1', '0', '0', '71', '4447', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4448', '4448', '22', 'bowl', '1', '0', '0', '1', '0', '0', '72', '4448', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4449', '4449', '1234', 'bookpile', '1', '0', '0', '1', '0', '0', '1', '4449', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4450', '4450', '242', 'horse_saddle2', '5', '0', '0', '1', '0', '0', '2', '4450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4451', '4451', '245', 'horse_fin_flag', '3', '0', '0', '1', '0', '0', '1', '4451', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4452', '4452', '245', 'horse_track_fence_cor', '1', '0', '0', '1', '0', '0', '14', '4452', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4453', '4453', '245', 'obstacle_oxer', '3', '0', '0', '1', '0', '0', '19', '4453', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4454', '4454', '245', 'horse_track1', '2', '0', '0', '1', '0', '0', '27', '4454', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4455', '4455', '245', 'horse_track_fence', '1', '0', '0', '1', '0', '0', '13', '4455', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4456', '4456', '429', 'elmeri', '4', '0', '0', '1', '0', '0', '99', '4456', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4457', '4457', '52', 'petfood20', '1', '0', '0', '1', '0', '0', '20', '4457', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4458', '4458', '282', 'elegrass1', '1', '0', '0', '1', '0', '0', '22', '4458', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4459', '4459', '120', 'elerock1', '2', '0', '0', '1', '0', '0', '10', '4459', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4461', '4461', '245', 'obstacle_bush', '3', '0', '0', '1', '0', '0', '31', '4461', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4462', '4462', '245', 'obstacle_fring', '5', '0', '0', '1', '0', '0', '32', '4462', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4463', '4463', '245', 'horse_fin_poster', '3', '0', '0', '1', '0', '0', '4', '4463', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4464', '4464', '52', 'petfood27', '1', '0', '0', '1', '0', '0', '28', '4464', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4465', '4465', '244', 'horse_hairstyle_7', '3', '0', '0', '1', '0', '0', '8', '4465', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4466', '4466', '245', 'horse_track_gate', '5', '0', '0', '1', '0', '0', '17', '4466', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4467', '4467', '245', 'horse_fin_poster2', '3', '0', '0', '1', '0', '0', '5', '4467', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4468', '4468', '245', 'horse_fin_flag2', '3', '0', '0', '1', '0', '0', '2', '4468', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4469', '4469', '245', 'horse_fin_poster3', '3', '0', '0', '1', '0', '0', '6', '4469', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4470', '4470', '245', 'horse_hopper', '3', '0', '0', '1', '0', '0', '29', '4470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4471', '4471', '245', 'obstacle_water3', '3', '0', '0', '1', '0', '0', '24', '4471', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4472', '4472', '245', 'obstacle_water', '3', '0', '0', '1', '0', '0', '15', '4472', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4473', '4473', '245', 'obstacle_oxer3', '3', '0', '0', '1', '0', '0', '21', '4473', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4474', '4474', '245', 'obstacle_oxer2', '3', '0', '0', '1', '0', '0', '20', '4474', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4475', '4475', '245', 'horse_fin_flag3', '3', '0', '0', '1', '0', '0', '3', '4475', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4476', '4476', '245', 'obstacle_water2', '3', '0', '0', '1', '0', '0', '23', '4476', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4477', '4477', '243', 'horse_hairdye_04_horsesho', '1', '0', '0', '1', '0', '0', '75', '4477', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4478', '4478', '212', 'ads_ag_crate', '4', '0', '0', '1', '0', '0', '1', '4478', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4479', '4479', '244', 'horse_hairstyle_4_hs', '3', '0', '0', '1', '0', '0', '99', '4479', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4480', '4480', '115', 'petfood7_horseshoe', '2', '0', '0', '1', '0', '0', '76', '4480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4481', '4481', '738', 'bolly_cherry', '5', '0', '0', '1', '0', '0', '2', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4482', '4482', '31', 'jp_ceiling_lamp', '3', '0', '0', '1', '0', '0', '45', '4482', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4483', '4483', '31', 'jp_bed', '5', '0', '0', '1', '0', '0', '44', '4483', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4484', '4484', '738', 'exe_drinks_cabinet', '5', '0', '0', '1', '0', '0', '14', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4485', '4485', '738', 'cine_curtain_red', '5', '0', '0', '1', '0', '0', '9', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4486', '4486', '738', 'sf_pod_dark', '5', '0', '0', '1', '0', '0', '19', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4487', '4487', '738', 'dark_merdragon', '5', '0', '0', '1', '0', '0', '12', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4488', '4488', '35', 'romantique_divider', '6', '0', '0', '1', '0', '0', '26', '4488', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4489', '4489', '738', 'black_dino_egg', '5', '0', '0', '1', '0', '0', '1', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4490', '4490', '12', 'CF_500_platinum_bar', '500', '0', '0', '1', '0', '0', '14', '4490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4491', '4491', '41', 'theatre_stage', '4', '0', '0', '1', '0', '0', '12', '4491', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4492', '4492', '41', 'theatre_mask', '4', '0', '0', '1', '0', '0', '7', '4492', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4493', '4493', '41', 'theatre_carpet', '4', '0', '0', '1', '0', '0', '1', '4493', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4494', '4494', '41', 'theatre_lights', '4', '0', '0', '1', '0', '0', '6', '4494', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4495', '4495', '41', 'theatre_rug', '4', '0', '0', '1', '0', '0', '8', '4495', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4496', '4496', '41', 'theatre_stool', '4', '0', '0', '1', '0', '0', '14', '4496', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4497', '4497', '41', 'theatre_wall', '4', '0', '0', '1', '0', '0', '14', '4497', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4498', '4498', '41', 'theatre_switch', '4', '0', '0', '1', '0', '0', '13', '4498', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4499', '4499', '41', 'theatre_chair', '4', '0', '0', '1', '0', '0', '2', '4499', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4500', '4500', '41', 'theatre_curtain', '4', '0', '0', '1', '0', '0', '3', '4500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4501', '4501', '41', 'theatre_floor', '4', '0', '0', '1', '0', '0', '5', '4501', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4502', '4502', '41', 'theatre_plant', '4', '0', '0', '1', '0', '0', '77', '4502', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4503', '4503', '41', 'theatre_edge', '4', '0', '0', '1', '0', '0', '4', '4503', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4504', '4504', '41', 'theatre_spotlight', '4', '0', '0', '1', '0', '0', '11', '4504', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4505', '4505', '255', 'wf_act_give_reward', '7', '0', '0', '1', '0', '0', '4', '4505', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4506', '4506', '52', 'petfood28', '1', '0', '0', '1', '0', '0', '29', '4506', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4507', '4507', '115', 'toy2', '1', '0', '0', '1', '0', '0', '1', '4507', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4508', '4508', '115', 'nest_bunny', '2', '0', '0', '1', '0', '0', '78', '4508', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4509', '4509', '115', 'nest_bunny_green', '2', '0', '0', '1', '0', '0', '79', '4509', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4510', '4510', '115', 'nest_bunny_blue', '2', '0', '0', '1', '0', '0', '80', '4510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4511', '4511', '369', 'lido_bench', '4', '0', '0', '1', '0', '0', '99', '4511', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4512', '4512', '369', 'lidowall3', '4', '0', '0', '1', '0', '0', '99', '4512', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4513', '4513', '369', 'lido_parasol', '4', '0', '0', '1', '0', '0', '99', '4513', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4514', '4514', '369', 'lidowall1', '4', '0', '0', '1', '0', '0', '99', '4514', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4515', '4515', '369', 'lidofence', '4', '0', '0', '1', '0', '0', '99', '4515', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4516', '4516', '369', 'lido_chair', '4', '0', '0', '1', '0', '0', '99', '4516', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4517', '4517', '369', 'lido_kiosk', '4', '0', '0', '1', '0', '0', '99', '4517', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4518', '4518', '369', 'lido_table', '4', '0', '0', '1', '0', '0', '99', '4518', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4519', '4519', '369', 'lidotree1', '4', '0', '0', '1', '0', '0', '99', '4519', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4520', '4520', '369', 'lidodoor', '4', '0', '0', '1', '0', '0', '99', '4520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4521', '4521', '369', 'lidotile', '4', '0', '0', '1', '0', '0', '99', '4521', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4522', '4522', '369', 'lido_kiosk_block', '4', '0', '0', '1', '0', '0', '99', '4522', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4523', '4523', '369', 'lidostairs', '4', '0', '0', '1', '0', '0', '99', '4523', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4524', '4524', '369', 'lidostage', '4', '0', '0', '1', '0', '0', '99', '4524', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4525', '4525', '369', 'lidowall2', '4', '0', '0', '1', '0', '0', '99', '4525', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4526', '4526', '371', 'wl_wall2', '4', '0', '0', '1', '0', '0', '1', '4526', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4527', '4527', '371', 'wl_table2', '4', '0', '0', '1', '0', '0', '3', '4527', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4528', '4528', '371', 'wl_sofa', '4', '0', '0', '1', '0', '0', '5', '4528', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4529', '4529', '371', 'wl_wall1', '4', '0', '0', '1', '0', '0', '2', '4529', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4530', '4530', '371', 'wl_floor', '4', '0', '0', '1', '0', '0', '8', '4530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4531', '4531', '371', 'wl_rdesk', '4', '0', '0', '1', '0', '0', '7', '4531', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4532', '4532', '371', 'wl_shelf', '4', '0', '0', '1', '0', '0', '6', '4532', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4533', '4533', '371', 'wl_chair', '4', '0', '0', '1', '0', '0', '9', '4533', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4534', '4534', '371', 'wl_table1', '4', '0', '0', '1', '0', '0', '4', '4534', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4535', '4535', '370', 'pcnc_tilegrass', '4', '0', '0', '1', '0', '0', '12', '4535', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4536', '4536', '370', 'pcnc_dvdrtile', '4', '0', '0', '1', '0', '0', '5', '4536', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4537', '4537', '370', 'pcnc_wtable', '4', '0', '0', '1', '0', '0', '20', '4537', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4538', '4538', '370', 'pcnc_shrub', '4', '0', '0', '1', '0', '0', '10', '4538', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4539', '4539', '370', 'pcnc_fountain', '4', '0', '0', '1', '0', '0', '6', '4539', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4540', '4540', '370', 'pcnc_tiledirt', '4', '0', '0', '1', '0', '0', '11', '4540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4541', '4541', '370', 'pcnc_gazebohack', '4', '0', '0', '1', '0', '0', '8', '4541', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4542', '4542', '370', 'pcnc_wall1', '4', '0', '0', '1', '0', '0', '14', '4542', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4543', '4543', '370', 'pcnc_carp', '4', '0', '0', '1', '0', '0', '2', '4543', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4544', '4544', '370', 'pcnc_door', '4', '0', '0', '1', '0', '0', '4', '4544', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4545', '4545', '370', 'pcnc_wood', '4', '0', '0', '1', '0', '0', '19', '4545', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4546', '4546', '370', 'pcnc_redbench', '4', '0', '0', '1', '0', '0', '9', '4546', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4547', '4547', '370', 'pcnc_wall2', '4', '0', '0', '1', '0', '0', '17', '4547', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4548', '4548', '370', 'pcnc_swing', '4', '0', '0', '1', '0', '0', '10', '4548', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4549', '4549', '370', 'pcnc_bbq', '4', '0', '0', '1', '0', '0', '1', '4549', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4550', '4550', '370', 'pcnc_tilestone', '4', '0', '0', '1', '0', '0', '14', '4550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4551', '4551', '370', 'pcnc_tree', '4', '0', '0', '1', '0', '0', '13', '4551', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4552', '4552', '370', 'pcnc_carrot', '4', '0', '0', '1', '0', '0', '3', '4552', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4553', '4553', '370', 'pcnc_gazebo', '4', '0', '0', '1', '0', '0', '7', '4553', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4554', '4554', '370', 'pcnc_wbench', '4', '0', '0', '1', '0', '0', '18', '4554', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4555', '4555', '738', 'nest_bunny_evil', '5', '0', '0', '1', '0', '0', '18', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4556', '4556', '115', 'nest_bunny_dep', '2', '0', '0', '1', '0', '0', '13', '4556', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4557', '4557', '115', 'nest_bunny_love', '2', '0', '0', '1', '0', '0', '14', '4557', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4558', '4558', '566', 'ads_dfrisss', '4', '0', '0', '1', '0', '0', '81', '4558', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4559', '4559', '738', 'table_plasto_round_lm1', '5', '0', '0', '1', '0', '0', '7', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4560', '4560', '513', 'chair_plasty2', '35', '0', '0', '1', '0', '0', '2', '4560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4561', '4561', '513', 'table_plasto2_sq', '10', '0', '0', '1', '0', '0', '6', '4561', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4562', '4562', '515', 'chair_plasto3', '3', '0', '0', '1', '0', '0', '1', '4562', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4563', '4563', '515', 'table_plasto3_4leg', '4', '0', '0', '1', '0', '0', '3', '4563', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4564', '4564', '515', 'chair_plasty3', '3', '0', '0', '1', '0', '0', '2', '4564', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4565', '4565', '738', 'table_plasto_sq_lm1', '5', '0', '0', '1', '0', '0', '8', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4566', '4566', '738', 'chair_plasty_lm1', '5', '0', '0', '1', '0', '0', '4', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4567', '4567', '515', 'table_plasto3_bigsq', '4', '0', '0', '1', '0', '0', '4', '4567', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4568', '4568', '515', 'table_plasto3_sq', '3', '0', '0', '1', '0', '0', '6', '4568', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4569', '4569', '738', 'table_plasto_bigsq_lm1', '5', '0', '0', '1', '0', '0', '6', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4570', '4570', '513', 'table_plasto2_bigsq', '10', '0', '0', '1', '0', '0', '4', '4570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4571', '4571', '513', 'table_plasto2_4leg', '10', '0', '0', '1', '0', '0', '3', '4571', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4572', '4572', '513', 'table_plasto2_round', '10', '0', '0', '1', '0', '0', '5', '4572', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4573', '4573', '738', 'table_plasto_4leg_lm1', '5', '0', '0', '1', '0', '0', '5', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4574', '4574', '513', 'chair_plasto2', '15', '0', '0', '1', '0', '0', '1', '4574', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4575', '4575', '738', 'chair_plasto_lm1', '5', '0', '0', '1', '0', '0', '3', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4576', '4576', '515', 'table_plasto3_round', '4', '0', '0', '1', '0', '0', '5', '4576', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4577', '4577', '66', 'easel_5', '4', '0', '0', '1', '0', '0', '5', '4577', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4578', '4578', '248', 'mnstr_revival', '3', '0', '0', '1', '0', '0', '2', '4578', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4579', '4579', '212', 'gh_div_wall', '3', '0', '0', '1', '0', '0', '42', '4579', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4580', '4580', '212', 'watering_can', '3', '0', '0', '1', '0', '0', '48', '4580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4581', '4581', '212', 'gh_div_cor', '3', '0', '0', '1', '0', '0', '41', '4581', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4582', '4582', '247', 'mnstr_seed', '20', '0', '0', '1', '0', '0', '1', '4582', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4583', '4583', '212', 'gardening_box', '1', '0', '0', '1', '0', '0', '2', '4583', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4584', '4584', '212', 'stone_platform', '4', '0', '0', '1', '0', '0', '45', '4584', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4585', '4585', '212', 'stone_stairs', '3', '0', '0', '1', '0', '0', '46', '4585', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4586', '4586', '514', 'chair_plasty4', '3', '0', '0', '1', '0', '0', '2', '4586', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4587', '4587', '514', 'table_plasto4_4leg', '4', '0', '0', '1', '0', '0', '3', '4587', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4588', '4588', '514', 'table_plasto4_sq', '3', '0', '0', '1', '0', '0', '6', '4588', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4589', '4589', '514', 'table_plasto4_bigsq', '4', '0', '0', '1', '0', '0', '4', '4589', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4590', '4590', '514', 'chair_plasto4', '3', '0', '0', '1', '0', '0', '1', '4590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4591', '4591', '514', 'table_plasto4_round', '4', '0', '0', '1', '0', '0', '5', '4591', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4592', '4592', '248', 'mnstr_rebreed', '10', '0', '0', '1', '0', '0', '3', '4592', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4593', '4593', '248', 'mnstr_fert', '3', '0', '0', '1', '0', '0', '1', '4593', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4594', '4594', '738', 'dragonlamp_shinobi', '5', '0', '0', '1', '0', '1', '13', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4595', '4595', '31', 'jp_divider', '3', '0', '0', '1', '0', '0', '42', '4595', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4596', '4596', '31', 'jp_gate', '3', '0', '0', '1', '0', '0', '43', '4596', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4597', '4597', '736', 'prizetrophy_breed_g', '12', '0', '0', '1', '0', '0', '37', '4597', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4598', '4598', '736', 'prizetrophy_breed_s', '10', '0', '0', '1', '0', '0', '38', '4598', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4599', '4599', '736', 'prizetrophy_breed_b', '8', '0', '0', '1', '0', '0', '39', '4599', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4600', '4600', '736', 'prizetrophy_nurture_g', '12', '0', '0', '1', '0', '0', '43', '4600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4601', '4601', '736', 'prizetrophy_nurture_s', '10', '0', '0', '1', '0', '0', '44', '4601', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4602', '4602', '736', 'prizetrophy_nurture_b', '8', '0', '0', '1', '0', '0', '45', '4602', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4603', '4603', '212', 'stone_flowerbed', '3', '0', '0', '1', '0', '0', '44', '4603', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4604', '4604', '247', 'mnstr_seed_rare', '150', '0', '5', '1', '0', '0', '2', '4604', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4605', '4605', '551', 'ads_mad3', '4', '0', '0', '1', '0', '0', '99', '4605', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4606', '4606', '738', 'mnstr_waterfall', '5', '0', '0', '1', '0', '0', '17', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4607', '4607', '248', 'mnstr_rebreed_2', '30', '0', '0', '1', '0', '0', '4', '4607', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4608', '4608', '248', 'mnstr_rebreed_3', '80', '0', '0', '1', '0', '0', '5', '4608', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4609', '4609', '738', 'garden_caterpillar', '5', '0', '0', '1', '0', '0', '15', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4610', '4610', '552', 'ads_cp_trophy', '4', '0', '0', '1', '0', '0', '99', '4610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4611', '4611', '474', 'ads_ontour', '4', '0', '0', '1', '0', '0', '21', '4611', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4612', '4612', '307', 'CF_75_ruby_small', '75', '0', '0', '1', '0', '0', '3', '4612', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4613', '4613', '307', 'CF_200_ruby', '200', '0', '0', '1', '0', '0', '7', '4613', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4614', '4614', '736', 'prizetrophy_habboway', '6', '0', '0', '1', '0', '0', '51', '4614', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4615', '4615', '216', 'patch_cloud', '4', '0', '0', '1', '0', '0', '21', '4615', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4616', '4616', '408', 'garden_bfly', '5', '0', '0', '1', '0', '0', '8', '4616', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4617', '4617', '555', 'kuurna_red_sofa', '0', '10', '0', '1', '0', '0', '2', '4617', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4618', '4618', '555', 'kuurna_red_chair', '0', '10', '0', '1', '0', '0', '5', '4618', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4619', '4619', '555', 'kuurna_red_chair1', '0', '10', '0', '1', '0', '0', '3', '4619', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4620', '4620', '555', 'kuurna_red_table', '0', '10', '0', '1', '0', '0', '1', '4620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4621', '4621', '555', 'kuurna_red_table1', '0', '10', '0', '1', '0', '0', '4', '4621', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4622', '4622', '555', 'kuurna_red_lamp', '0', '10', '0', '1', '0', '0', '6', '4622', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4623', '4623', '49', 'pixel_memorial', '20', '1000', '0', '1', '0', '0', '16', '4623', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4624', '4624', '737', 'trophy_torch', '5', '0', '0', '1', '0', '0', '13', '4624', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4625', '4625', '701', 'js_exe_chair', '3', '0', '0', '1', '0', '0', '5', '4625', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4626', '4626', '701', 'js_exe_gate', '4', '0', '0', '1', '0', '0', '3', '4626', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4627', '4627', '701', 'js_exe_bardesk', '3', '0', '0', '1', '0', '0', '1', '4627', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4628', '4628', '701', 'js_exe_sofa', '4', '0', '0', '1', '0', '0', '6', '4628', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4629', '4629', '701', 'js_exe_corner', '3', '0', '0', '1', '0', '0', '2', '4629', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4630', '4630', '701', 'js_exe_rug', '3', '0', '0', '1', '0', '0', '7', '4630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4631', '4631', '701', 'js_exe_chair2', '4', '0', '0', '1', '0', '0', '4', '4631', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4632', '4632', '701', 'js_exe_s_table', '4', '0', '0', '1', '0', '0', '8', '4632', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4633', '4633', '120', 'anc_pharaoh_tele', '12', '0', '0', '1', '0', '0', '15', '4633', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4634', '4634', '120', 'anc_artifact1', '30', '0', '0', '1', '0', '0', '2', '4634', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4635', '4635', '120', 'anc_trophy_obsidian', '6', '0', '0', '1', '0', '0', '22', '4635', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4636', '4636', '120', 'anc_pyramid_block', '2', '0', '0', '1', '0', '0', '16', '4636', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4637', '4637', '120', 'anc_trophy_marble', '6', '0', '0', '1', '0', '0', '21', '4637', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4638', '4638', '120', 'anc_trophy_sstone', '6', '0', '0', '1', '0', '0', '23', '4638', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4639', '4639', '120', 'anc_hot_sands', '3', '0', '0', '1', '0', '0', '12', '4639', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4640', '4640', '738', 'sp_statue', '5', '0', '0', '1', '0', '0', '20', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4641', '4641', '736', 'prizetrophy_frank', '5', '0', '0', '1', '0', '0', '59', '4641', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4642', '4642', '120', 'anc_ele_rock', '2', '0', '0', '1', '0', '0', '11', '4642', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4643', '4643', '120', 'shallow', '4', '0', '0', '1', '0', '0', '28', '4643', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4644', '4644', '120', 'anc_ele_grass', '2', '0', '0', '1', '0', '0', '10', '4644', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4645', '4645', '120', 'anc_sun', '10', '0', '0', '1', '0', '0', '17', '4645', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4646', '4646', '120', 'pink_flamingo', '12', '0', '0', '1', '0', '0', '27', '4646', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4647', '4647', '120', 'anc_bones', '6', '0', '0', '1', '0', '0', '5', '4647', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4648', '4648', '120', 'anc_artifact2', '30', '0', '0', '1', '0', '0', '3', '4648', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4649', '4649', '120', 'anc_jngl_patch', '3', '0', '0', '1', '0', '0', '13', '4649', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4650', '4650', '120', 'anc_talltree', '15', '0', '0', '1', '0', '0', '20', '4650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4651', '4651', '120', 'anc_waterfall', '8', '0', '0', '1', '0', '0', '24', '4651', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4652', '4652', '120', 'anc_mossyrock', '1', '0', '0', '1', '0', '0', '14', '4652', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4653', '4653', '120', 'anc_comfy_tree', '7', '0', '0', '1', '0', '0', '9', '4653', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4654', '4654', '120', 'gate_of_eternity', '15', '0', '0', '1', '0', '0', '26', '4654', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4655', '4655', '120', 'deal_anc_artifact3_and_badge', '30', '0', '0', '1', '0', '0', '4', '4655', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4656', '4656', '697', 'track12_circle', '3', '0', '0', '1', '0', '0', '195', '4656', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4657', '4657', '697', 'track12_hurdle', '4', '0', '0', '1', '0', '0', '197', '4657', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4658', '4658', '697', 'track12_ele_podium2', '9', '0', '0', '1', '0', '0', '193', '4658', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4659', '4659', '697', 'track12_tea_mother', '25', '0', '0', '1', '0', '0', '100', '4659', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4660', '4660', '697', 'track12_hammer', '2', '0', '0', '1', '0', '0', '192', '4660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4661', '4661', '697', 'track12_mini_torch', '4', '0', '0', '1', '0', '0', '198', '4661', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4662', '4662', '697', 'track12_ele_podium1', '9', '0', '0', '1', '0', '0', '194', '4662', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4663', '4663', '697', 'track12_ujack_sofa', '150', '1', '5', '1', '0', '0', '101', '4663', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4664', '4664', '697', 'track12_weight', '5', '0', '0', '1', '0', '0', '191', '4664', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4665', '4665', '225', 'prizetrophy_track12_g', '15', '0', '0', '1', '0', '0', '65', '4665', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4666', '4666', '225', 'prizetrophy_track12_s', '10', '0', '0', '1', '0', '0', '66', '4666', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4667', '4667', '225', 'prizetrophy_track12_b', '5', '0', '0', '1', '0', '0', '67', '4667', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4668', '4668', '738', 'track12_javstatue', '5', '0', '0', '1', '0', '0', '22', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4669', '4669', '738', 'track12_hcauldron', '5', '0', '0', '1', '0', '0', '21', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4670', '4670', '697', 'lon_block2', '3', '0', '0', '1', '0', '0', '200', '4670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4671', '4671', '697', 'lon_base', '4', '0', '0', '1', '0', '0', '201', '4671', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4672', '4672', '697', 'lon_window', '4', '0', '0', '1', '0', '0', '202', '4672', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4673', '4673', '697', 'lon_gate', '6', '0', '0', '1', '0', '0', '197', '4673', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4674', '4674', '697', 'lon_roof', '2', '0', '0', '1', '0', '0', '205', '4674', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4675', '4675', '697', 'lon_block1', '2', '0', '0', '1', '0', '0', '204', '4675', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4676', '4676', '429', 'hof_parameter_test', '4', '0', '0', '1', '0', '0', '83', '4676', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4677', '4677', '6', 'matic_walkway_red', '2', '0', '0', '1', '0', '0', '23', '4677', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4678', '4678', '6', 'matic_tree_green', '2', '0', '0', '1', '0', '0', '17', '4678', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4679', '4679', '6', 'matic_walkway_silver', '2', '0', '0', '1', '0', '0', '24', '4679', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4680', '4680', '6', 'matic_cont_duck', '3', '0', '0', '1', '0', '0', '5', '4680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4681', '4681', '6', 'matic_tree_blue', '2', '0', '0', '1', '0', '0', '16', '4681', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4682', '4682', '6', 'matic_tree_silver', '2', '0', '0', '1', '0', '0', '19', '4682', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4683', '4683', '6', 'matic_cont_frank', '3', '0', '0', '1', '0', '0', '6', '4683', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4684', '4684', '6', 'matic_cont_alien', '3', '0', '0', '1', '0', '0', '4', '4684', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4685', '4685', '6', 'matic_tree_yellow', '2', '0', '0', '1', '0', '0', '20', '4685', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4686', '4686', '6', 'matic_probe', '3', '0', '0', '1', '0', '0', '13', '4686', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4687', '4687', '6', 'matic_walkway_green', '2', '0', '0', '1', '0', '0', '22', '4687', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4688', '4688', '6', 'matic_tree_red', '2', '0', '0', '1', '0', '0', '18', '4688', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4689', '4689', '6', 'matic_walkway_blue', '2', '0', '0', '1', '0', '0', '21', '4689', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4690', '4690', '6', 'matic_walkway_yellow', '2', '0', '0', '1', '0', '0', '25', '4690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4691', '4691', '560', 'ads_spiderman_trophy', '4', '0', '0', '1', '0', '0', '28', '4691', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4692', '4692', '261', 'matic_box', '7', '0', '0', '1', '0', '0', '15', '4692', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4693', '4693', '6', 'matic_wirerig', '3', '0', '0', '1', '0', '0', '26', '4693', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4694', '4694', '6', 'matic_dispenser', '6', '0', '0', '1', '0', '0', '7', '4694', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4695', '4695', '6', 'matic_mech', '4', '0', '0', '1', '0', '0', '200', '4695', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4696', '4696', '551', 'ads_mad3_edit', '4', '0', '0', '1', '0', '0', '99', '4696', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4697', '4697', '223', 'roombg_color', '20', '0', '0', '1', '0', '0', '1', '4697', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4698', '4698', '223', 'roombg_mountains1', '15', '0', '0', '1', '0', '0', '2', '4698', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4699', '4699', '223', 'roombg_cloud_dark', '5', '0', '0', '1', '0', '0', '3', '4699', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4700', '4700', '223', 'roombg_cloud', '5', '0', '0', '1', '0', '0', '4', '4700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4701', '4701', '738', 'cloud_egg', '5', '0', '0', '1', '0', '0', '10', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4702', '4702', '738', 'cloud_throne', '5', '0', '0', '1', '0', '0', '11', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4703', '4703', '503', 'jetset_yacht_front', '15', '0', '0', '1', '0', '0', '12', '4703', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4704', '4704', '503', 'js_jetski', '12', '0', '0', '1', '0', '0', '23', '4704', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4705', '4705', '503', 'vip_gate', '10', '0', '0', '1', '0', '0', '30', '4705', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('4706', '4706', '503', 'jetset_yacht_mid_1', '10', '0', '0', '1', '0', '0', '13', '4706', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4707', '4707', '503', 'jetset_landhigh', '8', '0', '0', '1', '0', '0', '1', '4707', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4708', '4708', '503', 'jetset_landlow', '3', '0', '0', '1', '0', '0', '2', '4708', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4709', '4709', '503', 'jetset_yacht_back', '15', '0', '0', '1', '0', '0', '11', '4709', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4710', '4710', '503', 'jetset_yacht_mid_2', '10', '0', '0', '1', '0', '0', '14', '4710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4711', '4711', '503', 'jetset_vipscreen', '7', '0', '0', '1', '0', '0', '9', '4711', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4712', '4712', '503', 'jetset_yacht_mid_3', '10', '0', '0', '1', '0', '0', '15', '4712', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4713', '4713', '503', 'js_jetski2', '10', '0', '0', '1', '0', '0', '24', '4713', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4714', '4714', '503', 'jetset_tent', '10', '0', '0', '1', '0', '0', '5', '4714', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4715', '4715', '503', 'jetset_stonejetty', '5', '0', '0', '1', '0', '0', '4', '4715', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4716', '4716', '503', 'vip_hopper', '12', '0', '0', '1', '0', '0', '31', '4716', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('4717', '4717', '737', 'prizetrophy_room_1', '5', '0', '0', '1', '0', '0', '9', '4717', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4718', '4718', '503', 'js_bouncer', '15', '0', '0', '1', '0', '0', '16', '4718', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4719', '4719', '503', 'jetset_vault_wall', '7', '0', '0', '1', '0', '0', '8', '4719', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4720', '4720', '503', 'jetset_vault_crnr', '5', '0', '0', '1', '0', '0', '6', '4720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4721', '4721', '503', 'jetset_moneypatch', '3', '0', '0', '1', '0', '0', '3', '4721', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4722', '4722', '503', 'jetset_vault_door', '10', '0', '0', '1', '0', '0', '7', '4722', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4723', '4723', '1199', 'diamond_dragon', '5', '0', '0', '1', '0', '0', '11', '4723', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4724', '4724', '1199', 'diamond_throne', '5', '0', '0', '1', '0', '0', '12', '4724', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4725', '4725', '503', 'roombg_jetset', '25', '1', '5', '1', '0', '0', '0', '4725', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4726', '4726', '503', 'jetset_vipscreencr', '5', '0', '0', '1', '0', '0', '10', '4726', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4727', '4727', '738', 'jetset_tub', '5', '0', '0', '1', '0', '0', '16', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4728', '4728', '503', 'js_coins', '8', '0', '0', '1', '0', '0', '22', '4728', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4729', '4729', '393', 'hween12_cart', '4', '0', '0', '1', '0', '0', '2', '4729', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4730', '4730', '393', 'hween12_entry', '12', '0', '0', '1', '0', '0', '7', '4730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4731', '4731', '393', 'hween12_track', '3', '0', '0', '1', '0', '0', '19', '4731', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4732', '4732', '393', 'hween12_orb', '2', '0', '0', '1', '0', '0', '13', '4732', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4733', '4733', '393', 'hween12_scarecrow', '3', '0', '0', '1', '0', '0', '14', '4733', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4734', '4734', '393', 'roombg_hween12', '15', '0', '0', '1', '0', '0', '-1', '4734', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4735', '4735', '393', 'hween12_costume_hopper', '10', '0', '0', '1', '0', '0', '20', '4735', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4736', '4736', '393', 'hween12_track_crl', '3', '0', '0', '1', '0', '0', '19', '4736', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4737', '4737', '393', 'hween12_shedskin', '1', '0', '0', '1', '0', '0', '17', '4737', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4738', '4738', '393', 'hween12_guillotine', '7', '0', '0', '1', '0', '0', '1', '4738', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4739', '4739', '393', 'hween12_track_crr', '3', '0', '0', '1', '0', '0', '19', '4739', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4740', '4740', '393', 'hween12_moon', '25', '0', '0', '1', '0', '0', '15', '4740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4741', '4741', '393', 'hween12_coffin', '7', '0', '0', '1', '0', '0', '3', '4741', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4742', '4742', '393', 'hween12_lantern', '3', '0', '0', '1', '0', '0', '12', '4742', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4743', '4743', '393', 'hween12_mirror', '50', '1', '5', '1', '0', '0', '24', '4743', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4744', '4744', '393', 'cannon', '100', '1', '5', '1', '0', '0', '22', '4744', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4745', '4745', '393', 'hween12_duck', '50', '1', '5', '1', '0', '0', '23', '4745', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4746', '4746', '393', 'hween12_floor', '3', '0', '0', '1', '0', '0', '8', '4746', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4747', '4747', '393', 'hween12_wall', '5', '0', '0', '1', '0', '0', '7', '4747', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4748', '4748', '393', 'costume_gate', '10', '0', '0', '1', '0', '0', '21', '4748', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4749', '4749', '393', 'hween12_fortune', '15', '0', '0', '1', '0', '0', '9', '4749', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4750', '4750', '393', 'hween12_cage', '5', '0', '0', '1', '0', '0', '1', '4750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4751', '4751', '393', 'hween12_grabby', '15', '0', '0', '1', '0', '0', '10', '4751', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4752', '4752', '393', 'hween12_wolf', '75', '1', '5', '1', '0', '0', '25', '4752', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4753', '4753', '393', 'hween12_strengthtest', '10', '0', '0', '1', '0', '0', '11', '4753', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4754', '4754', '74', 'hs_stage_blue', '2', '0', '0', '1', '0', '0', '16', '4754', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4755', '4755', '74', 'hs_smoke', '3', '0', '0', '1', '0', '0', '14', '4755', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4756', '4756', '74', 'hs_carpet', '2', '0', '0', '1', '0', '0', '5', '4756', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4757', '4757', '74', 'hs_circstage', '3', '0', '0', '1', '0', '0', '8', '4757', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4758', '4758', '74', 'hs_stage_black', '2', '0', '0', '1', '0', '0', '15', '4758', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4759', '4759', '74', 'hs_stage_pink', '2', '0', '0', '1', '0', '0', '17', '4759', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4760', '4760', '74', 'hs_prop', '7', '0', '0', '1', '0', '0', '13', '4760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4761', '4761', '74', 'hs_dnctile_1', '3', '0', '0', '1', '0', '0', '9', '4761', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4762', '4762', '74', 'hs_lightstrip_pink', '1', '0', '0', '1', '0', '0', '11', '4762', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4763', '4763', '74', 'hs_stage_long_black', '5', '0', '0', '1', '0', '0', '18', '4763', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4764', '4764', '74', 'hs_carpet_blk', '3', '0', '0', '1', '0', '0', '6', '4764', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4765', '4765', '74', 'hs_stage_long_blue', '5', '0', '0', '1', '0', '0', '19', '4765', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4766', '4766', '74', 'hs_stairs_pink', '3', '0', '0', '1', '0', '0', '23', '4766', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4767', '4767', '74', 'hs_stage_long_pink', '5', '0', '0', '1', '0', '0', '20', '4767', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4768', '4768', '74', 'hs_bpass', '1', '0', '0', '1', '0', '0', '4', '4768', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4769', '4769', '74', 'hs_stairs_blue', '3', '0', '0', '1', '0', '0', '22', '4769', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4770', '4770', '74', 'hs_stairs_black', '3', '0', '0', '1', '0', '0', '21', '4770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4771', '4771', '74', 'hs_lightstrip_blue', '1', '0', '0', '1', '0', '0', '10', '4771', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4772', '4772', '74', 'hs_marswalk', '3', '0', '0', '1', '0', '0', '12', '4772', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4773', '4773', '74', 'hs_balcony', '5', '0', '0', '1', '0', '0', '2', '4773', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4774', '4774', '74', 'hs_box', '1', '0', '0', '1', '0', '0', '3', '4774', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4775', '4775', '74', 'hs_chair', '2', '0', '0', '1', '0', '0', '7', '4775', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4776', '4776', '421', 'sfx_xylo', '4', '0', '0', '1', '0', '0', '23', '4776', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4777', '4777', '421', 'sfx_dubstep3_2', '4', '0', '0', '1', '0', '0', '8', '4777', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4778', '4778', '421', 'sfx_dubstep3', '4', '0', '0', '1', '0', '0', '7', '4778', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4779', '4779', '421', 'sfx_xylo_high', '4', '0', '0', '1', '0', '0', '16', '4779', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4780', '4780', '421', 'sfx_bigfinish_jamesbrown', '4', '0', '0', '1', '0', '0', '85', '4780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4781', '4781', '421', 'sfx_funkhorn', '4', '0', '0', '1', '0', '0', '10', '4781', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4782', '4782', '421', 'sfx_dubstep1', '4', '0', '0', '1', '0', '0', '5', '4782', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4783', '4783', '421', 'sfx_xylo2', '4', '0', '0', '1', '0', '0', '24', '4783', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4784', '4784', '421', 'sfx_dubstep2', '4', '0', '0', '1', '0', '0', '6', '4784', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4785', '4785', '421', 'sfx_highhatintro', '4', '0', '0', '1', '0', '0', '11', '4785', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4786', '4786', '421', 'sfx_jamesbrown_hey', '4', '0', '0', '1', '0', '0', '86', '4786', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4787', '4787', '421', 'sfx_drumloop', '4', '0', '0', '1', '0', '0', '4', '4787', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4788', '4788', '421', 'sfx_pad3', '4', '0', '0', '1', '0', '0', '17', '4788', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4789', '4789', '421', 'sfx_xylopattern', '4', '0', '0', '1', '0', '0', '25', '4789', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4790', '4790', '421', 'sfx_pad1', '4', '0', '0', '1', '0', '0', '13', '4790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4791', '4791', '421', 'sfx_pad2', '4', '0', '0', '1', '0', '0', '14', '4791', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4792', '4792', '46', 'sound_set_77', '2', '0', '0', '1', '0', '0', '87', '4792', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4793', '4793', '46', 'sound_set_78', '2', '0', '0', '1', '0', '0', '88', '4793', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4794', '4794', '1199', 'dia_uplink', '5', '0', '0', '1', '0', '0', '14', '4794', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4795', '4795', '1199', 'dia_podium', '5', '0', '0', '1', '0', '0', '13', '4795', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4796', '4796', '278', 'pet_breeding_bear', '15', '0', '0', '1', '0', '0', '99', '4796', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4797', '4797', '683', 'mystery_box', '3', '0', '0', '1', '0', '0', '7', '4797', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4798', '4798', '421', 'sfx_strange_echoes_2', '4', '0', '0', '1', '0', '0', '20', '4798', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4799', '4799', '421', 'sfx_bass1', '4', '0', '0', '1', '0', '0', '1', '4799', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4800', '4800', '421', 'sfx_sqrpad_dbldotted', '4', '0', '0', '1', '0', '0', '18', '4800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4801', '4801', '421', 'sfx_bass_dbl', '4', '0', '0', '1', '0', '0', '2', '4801', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4802', '4802', '421', 'sfx_strange_echoes_1', '4', '0', '0', '1', '0', '0', '19', '4802', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4803', '4803', '421', 'sfx_strange_echoes_3', '4', '0', '0', '1', '0', '0', '21', '4803', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4804', '4804', '481', 'xmas12_floortile', '4', '0', '0', '1', '0', '0', '9', '4804', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4805', '4805', '481', 'xmas12_bardesk', '3', '0', '0', '1', '0', '0', '6', '4805', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4806', '4806', '481', 'xmas12_pork', '3', '0', '0', '1', '0', '0', '16', '4806', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4807', '4807', '481', 'xmas12_nutcracker', '125', '1', '5', '1', '0', '0', '32', '4807', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4808', '4808', '481', 'xmas12_table', '5', '0', '0', '1', '0', '0', '6', '4808', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4809', '4809', '738', 'xmas12_santathrone', '5', '0', '0', '1', '0', '0', '23', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4810', '4810', '481', 'xmas12_npole', '75', '1', '5', '1', '0', '0', '31', '4810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4811', '4811', '481', 'xmas12_chair', '3', '0', '0', '1', '0', '0', '6', '4811', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4812', '4812', '481', 'xmas12_fireplace', '7', '0', '0', '1', '0', '0', '8', '4812', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4813', '4813', '481', 'xmas12_pillar2', '8', '0', '0', '1', '0', '0', '14', '4813', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4814', '4814', '481', 'xmas12_barrel', '5', '0', '0', '1', '0', '0', '3', '4814', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4815', '4815', '481', 'xmas12_pillar1', '8', '0', '0', '1', '0', '0', '13', '4815', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4816', '4816', '481', 'xmas12_pillar3', '8', '0', '0', '1', '0', '0', '15', '4816', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4817', '4817', '481', 'xmas12_snack', '1', '0', '0', '1', '0', '0', '17', '4817', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4818', '4818', '481', 'xmas12_floortile2', '4', '0', '0', '1', '0', '0', '10', '4818', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4819', '4819', '481', 'xmas12_cfloor', '2', '0', '0', '1', '0', '0', '4', '4819', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4820', '4820', '738', 'xmas12_worktable', '5', '0', '0', '1', '0', '0', '24', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4821', '4821', '481', 'xmas12_cfloorbig', '4', '0', '0', '1', '0', '0', '5', '4821', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4822', '4822', '481', 'roombg_aurora', '50', '0', '0', '1', '0', '0', '30', '4822', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4823', '4823', '115', 'pet_toy_ball', '2', '0', '0', '1', '0', '0', '12', '4823', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4824', '4824', '115', 'pet_waterbottle', '2', '0', '0', '1', '0', '0', '11', '4824', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4825', '4825', '278', 'pet_breeding_terrier', '15', '0', '0', '1', '0', '0', '99', '4825', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4826', '4826', '115', 'pet_blanket_pink', '2', '0', '0', '1', '0', '0', '10', '4826', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4827', '4827', '115', 'pet_basket_blue', '2', '0', '0', '1', '0', '0', '10', '4827', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4828', '4828', '115', 'pet_basket_pink', '2', '0', '0', '1', '0', '0', '9', '4828', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4829', '4829', '115', 'pet_blanket_blue', '2', '0', '0', '1', '0', '0', '8', '4829', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4830', '4830', '212', 'mnstr_compost', '1', '0', '0', '1', '0', '0', '43', '4830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4831', '4831', '683', 'ny2013_res', '4', '0', '0', '1', '0', '0', '15', '4831', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4832', '4832', '683', 'ny2013_extrares', '4', '0', '0', '1', '0', '0', '14', '4832', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4833', '4833', '1199', 'holo_dragon', '5', '0', '0', '1', '0', '0', '15', '4833', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4834', '4834', '64', 'wf_act_call_stacks', '10', '0', '0', '1', '0', '0', '10', '4834', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4835', '4835', '67', 'fireworks_15', '10', '0', '0', '1', '0', '0', '51', '4835', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4836', '4836', '67', 'ny2013_chair', '3', '0', '0', '1', '0', '0', '4', '4836', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4837', '4837', '67', 'reef_aquarium', '200', '1', '5', '1', '0', '0', '55', '4837', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4838', '4838', '67', 'ny2013_calendar', '7', '0', '0', '1', '0', '0', '3', '4838', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4839', '4839', '67', 'ny2013_block', '2', '0', '0', '1', '0', '0', '2', '4839', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4840', '4840', '67', 'fireworks_14', '10', '0', '0', '1', '0', '0', '50', '4840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4841', '4841', '67', 'ny2013_aftermath', '5', '0', '0', '1', '0', '0', '1', '4841', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4842', '4842', '67', 'ny2013_floor', '3', '0', '0', '1', '0', '0', '8', '4842', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4843', '4843', '67', 'ny2013_clock', '10', '0', '0', '1', '0', '0', '5', '4843', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4844', '4844', '67', 'ny2013_cup', '1', '0', '0', '1', '0', '0', '6', '4844', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4845', '4845', '343', 'hc_roundchair', '3', '0', '5', '1', '0', '0', '10', '4845', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('4846', '4846', '343', 'hc_bigvase', '3', '0', '5', '1', '0', '0', '11', '4846', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('4847', '4847', '343', 'hc_knight_1', '75', '1', '5', '1', '0', '0', '17', '4847', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('4848', '4848', '343', 'hc_roundtable', '3', '0', '5', '1', '0', '0', '13', '4848', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('4849', '4849', '343', 'hc_cab', '3', '0', '5', '1', '0', '0', '14', '4849', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('4850', '4850', '343', 'hc_radio', '3', '0', '5', '1', '0', '0', '15', '4850', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('4851', '4851', '343', 'hc_luggage', '3', '0', '5', '1', '0', '0', '16', '4851', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('4852', '4852', '739', 'rare_dragonlamp_pink', '5', '0', '0', '1', '0', '0', '12', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4853', '4853', '739', 'pillow_silver', '5', '0', '0', '1', '0', '0', '11', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4854', '4854', '739', 'pillow_bronze', '5', '0', '0', '1', '0', '0', '10', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4855', '4855', '736', 'prizetrophy_cake_g', '8', '0', '0', '1', '0', '0', '40', '4855', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4856', '4856', '736', 'prizetrophy_cake_s', '10', '0', '0', '1', '0', '0', '41', '4856', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4857', '4857', '736', 'prizetrophy_cake_b', '12', '0', '0', '1', '0', '0', '42', '4857', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4858', '4858', '302', 'china_snake', '10', '0', '0', '1', '0', '0', '30', '4858', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4859', '4859', '1200', 'a11 rare_icecream', '5', '0', '0', '1', '0', '0', '30', '4859', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4860', '4860', '450', 'val13_build_3', '6', '0', '0', '1', '0', '0', '4', '4860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4861', '4861', '450', 'val13_gond_post', '5', '0', '0', '1', '0', '0', '18', '4861', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4862', '4862', '450', 'val13_gond_mid1', '5', '0', '0', '1', '0', '0', '16', '4862', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4863', '4863', '450', 'val13_water', '5', '0', '0', '1', '0', '0', '31', '4863', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4864', '4864', '450', 'val13_div_2', '3', '0', '0', '1', '0', '0', '7', '4864', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4865', '4865', '450', 'val13_gond_front', '10', '0', '0', '1', '0', '0', '15', '4865', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4866', '4866', '450', 'val13_build_1', '8', '0', '0', '1', '0', '0', '2', '4866', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4867', '4867', '450', 'val13_build_2', '4', '0', '0', '1', '0', '0', '3', '4867', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4868', '4868', '450', 'val13_gond_back', '10', '0', '0', '1', '0', '0', '14', '4868', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4869', '4869', '450', 'val13_gond_mid2', '7', '0', '0', '1', '0', '0', '17', '4869', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4870', '4870', '450', 'val13_div_1', '3', '0', '0', '1', '0', '0', '8', '4870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4871', '4871', '24', 'pixel_plantred', '0', '50', '0', '1', '0', '0', '47', '4871', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4872', '4872', '24', 'pixel_plantpink', '0', '50', '0', '1', '0', '0', '46', '4872', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4873', '4873', '24', 'pixel_light_red', '0', '75', '0', '1', '0', '0', '36', '4873', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4874', '4874', '24', 'pixel_plantblue', '0', '50', '0', '1', '0', '0', '44', '4874', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4875', '4875', '24', 'pixel_plantgreen', '0', '50', '0', '1', '0', '0', '45', '4875', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4876', '4876', '24', 'pixel_light_green', '0', '75', '0', '1', '0', '0', '34', '4876', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4877', '4877', '24', 'pixel_light_pink', '0', '75', '0', '1', '0', '0', '35', '4877', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4878', '4878', '24', 'pixel_plantblack', '0', '50', '0', '1', '0', '0', '43', '4878', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4879', '4879', '24', 'pixel_light_blue', '0', '75', '0', '1', '0', '0', '33', '4879', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4880', '4880', '24', 'pixel_carpet_red', '0', '150', '0', '1', '0', '0', '10', '4880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4881', '4881', '24', 'pixel_carpet_blue', '0', '150', '0', '1', '0', '0', '7', '4881', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4882', '4882', '24', 'pixel_carpet_pink', '0', '150', '0', '1', '0', '0', '9', '4882', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4883', '4883', '24', 'pixel_light_black', '0', '75', '0', '1', '0', '0', '32', '4883', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4884', '4884', '24', 'pixel_carpet_black', '0', '150', '0', '1', '0', '0', '6', '4884', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4885', '4885', '240', 'valentines_lovelock', '5', '0', '0', '1', '0', '0', '1', '4885', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4886', '4886', '24', 'pixel_bed_blue', '0', '225', '0', '1', '0', '0', '2', '4886', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4887', '4887', '24', 'pixel_smalltable_blue', '0', '100', '0', '1', '0', '0', '50', '4887', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4888', '4888', '24', 'pixel_smalltable_red', '0', '100', '0', '1', '0', '0', '53', '4888', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4889', '4889', '24', 'pixel_smalltable_pink', '0', '100', '0', '1', '0', '0', '52', '4889', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4890', '4890', '24', 'pixel_smalltable_black', '0', '100', '0', '1', '0', '0', '49', '4890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4891', '4891', '24', 'pixel_smalltable_green', '0', '100', '0', '1', '0', '0', '51', '4891', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4892', '4892', '240', 'valentines_lovelock9', '5', '0', '0', '1', '0', '0', '9', '4892', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4893', '4893', '24', 'pixel_table_red', '0', '150', '0', '1', '0', '0', '58', '4893', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4894', '4894', '24', 'pixel_chair_blue', '0', '125', '0', '1', '0', '0', '12', '4894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4895', '4895', '24', 'pixel_floor_pink', '0', '100', '0', '1', '0', '0', '29', '4895', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4896', '4896', '24', 'pixel_floor_brown', '0', '100', '0', '1', '0', '0', '27', '4896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4897', '4897', '24', 'pixel_floor_yellow', '0', '100', '0', '1', '0', '0', '31', '4897', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4898', '4898', '24', 'pixel_bed_red', '0', '225', '0', '1', '0', '0', '5', '4898', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4899', '4899', '24', 'pixel_chair_green', '0', '125', '0', '1', '0', '0', '13', '4899', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4900', '4900', '24', 'pixel_table_black', '0', '150', '0', '1', '0', '0', '54', '4900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4901', '4901', '24', 'pixel_bed_black', '0', '225', '0', '1', '0', '0', '1', '4901', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4902', '4902', '24', 'pixel_table_blue', '0', '150', '0', '1', '0', '0', '55', '4902', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4903', '4903', '24', 'pixel_floor_green', '0', '100', '0', '1', '0', '0', '28', '4903', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4904', '4904', '24', 'pixel_floor_silver', '0', '100', '0', '1', '0', '0', '30', '4904', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4905', '4905', '24', 'pixel_table_pink', '0', '150', '0', '1', '0', '0', '57', '4905', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4906', '4906', '24', 'pixel_chair_pink', '0', '125', '0', '1', '0', '0', '14', '4906', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4907', '4907', '24', 'pixel_table_green', '0', '150', '0', '1', '0', '0', '56', '4907', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4908', '4908', '24', 'pixel_bed_pink', '0', '225', '0', '1', '0', '0', '4', '4908', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4909', '4909', '24', 'pixel_bed_green', '0', '225', '0', '1', '0', '0', '3', '4909', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4910', '4910', '24', 'pixel_chair_red', '0', '125', '0', '1', '0', '0', '15', '4910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4911', '4911', '24', 'pixel_chair_black', '0', '125', '0', '1', '0', '0', '11', '4911', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4912', '4912', '24', 'pixel_floor_blue', '0', '100', '0', '1', '0', '0', '26', '4912', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4913', '4913', '240', 'valentines_lovelock8', '5', '0', '0', '1', '0', '0', '8', '4913', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4914', '4914', '240', 'valentines_lovelock7', '5', '0', '0', '1', '0', '0', '7', '4914', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4915', '4915', '240', 'valentines_lovelock3', '5', '0', '0', '1', '0', '0', '3', '4915', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4916', '4916', '240', 'valentines_lovelock4', '5', '0', '0', '1', '0', '0', '4', '4916', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4917', '4917', '240', 'valentines_lovelock6', '5', '0', '0', '1', '0', '0', '6', '4917', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4918', '4918', '240', 'valentines_lovelock5', '5', '0', '0', '1', '0', '0', '5', '4918', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4919', '4919', '240', 'valentines_lovelock2', '5', '0', '0', '1', '0', '0', '2', '4919', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4920', '4920', '240', 'valentines_lovelock10', '3', '0', '0', '1', '0', '0', '10', '4920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4921', '4921', '450', 'val13_div_3', '3', '0', '0', '1', '0', '0', '6', '4921', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4922', '4922', '450', 'val13_archway', '7', '0', '0', '1', '0', '0', '1', '4922', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4923', '4923', '450', 'val13_grass', '3', '0', '0', '1', '0', '0', '19', '4923', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4924', '4924', '450', 'val13_pillar', '3', '0', '0', '1', '0', '0', '22', '4924', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4925', '4925', '450', 'val13_floor1', '4', '0', '0', '1', '0', '0', '11', '4925', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4926', '4926', '450', 'val13_gazebo', '7', '0', '0', '1', '0', '0', '13', '4926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4927', '4927', '450', 'val13_div_3_crnr', '5', '0', '0', '1', '0', '0', '9', '4927', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4928', '4928', '450', 'val13_roses', '2', '0', '0', '1', '0', '0', '23', '4928', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4929', '4929', '450', 'val13_table', '4', '0', '0', '1', '0', '0', '5', '4929', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4930', '4930', '450', 'val13_lamp', '5', '0', '0', '1', '0', '0', '20', '4930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4931', '4931', '450', 'val13_flower', '5', '0', '0', '1', '0', '0', '12', '4931', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4932', '4932', '450', 'val13_div_3_crnr2', '3', '0', '0', '1', '0', '0', '10', '4932', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4933', '4933', '450', 'val13_light', '4', '0', '0', '1', '0', '0', '21', '4933', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4934', '4934', '450', 'val13_chair', '2', '0', '0', '1', '0', '0', '5', '4934', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4935', '4935', '450', 'val13_shrub_circ', '3', '0', '0', '1', '0', '0', '24', '4935', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4936', '4936', '450', 'val13_shrub_duck', '4', '0', '0', '1', '0', '0', '25', '4936', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4937', '4937', '24', 'pixel_carpet_green', '0', '150', '0', '1', '0', '0', '8', '4937', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4938', '4938', '24', 'pixel_couch_blue', '0', '150', '0', '1', '0', '0', '22', '4938', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4939', '4939', '739', 'val13_easel_4', '5', '0', '0', '1', '0', '0', '16', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4940', '4940', '739', 'val13_easel_3', '5', '0', '0', '1', '0', '0', '15', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4941', '4941', '739', 'val13_easel_1', '5', '0', '0', '1', '0', '0', '13', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4942', '4942', '739', 'val13_easel_2', '5', '0', '0', '1', '0', '0', '14', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4943', '4943', '739', 'val13_easel_5', '5', '0', '0', '1', '0', '0', '17', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4944', '4944', '450', 'val13_statue', '50', '0', '0', '1', '0', '0', '34', '4944', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4945', '4945', '307', 'CF_120_sapphire_small', '120', '0', '0', '1', '0', '0', '6', '4945', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4946', '4946', '307', 'CF_240_sapphire', '240', '0', '0', '1', '0', '0', '9', '4946', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4947', '4947', '64', 'wf_act_kick_user', '4', '0', '0', '1', '0', '0', '11', '4947', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4948', '4948', '70', 'steampunk_table_1', '4', '0', '0', '1', '0', '0', '24', '4948', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4949', '4949', '70', 'steampunk_pillar_1', '4', '0', '0', '1', '0', '0', '20', '4949', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4950', '4950', '70', 'steampunk_rack', '4', '0', '0', '1', '0', '0', '22', '4950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4951', '4951', '70', 'steampunk_pillar_2', '5', '0', '0', '1', '0', '0', '21', '4951', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4952', '4952', '70', 'steampunk_chand', '3', '0', '0', '1', '0', '0', '10', '4952', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4953', '4953', '70', 'steampunk_floor1', '3', '0', '0', '1', '0', '0', '12', '4953', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4954', '4954', '70', 'steampunk_sofachair', '3', '0', '0', '1', '0', '0', '23', '4954', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4955', '4955', '70', 'steampunk_chair', '3', '0', '0', '1', '0', '0', '9', '4955', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4956', '4956', '70', 'steampunk_tele', '6', '0', '0', '1', '0', '0', '26', '4956', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4957', '4957', '70', 'steampunk_table_2', '4', '0', '0', '1', '0', '0', '25', '4957', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4958', '4958', '70', 'steampunk_gear_1', '2', '0', '0', '1', '0', '0', '14', '4958', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4959', '4959', '70', 'steampunk_arch', '4', '0', '0', '1', '0', '0', '7', '4959', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4960', '4960', '70', 'steampunk_lamp', '3', '0', '0', '1', '0', '0', '18', '4960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4961', '4961', '70', 'steampunk_computer', '3', '0', '0', '1', '0', '0', '11', '4961', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4962', '4962', '70', 'steampunk_floor2', '3', '0', '0', '1', '0', '0', '13', '4962', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4963', '4963', '70', 'steampunk_globe', '3', '0', '0', '1', '0', '0', '16', '4963', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4964', '4964', '70', 'steampunk_gear_2', '2', '0', '0', '1', '0', '0', '15', '4964', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4965', '4965', '70', 'steampunk_carpet', '3', '0', '0', '1', '0', '0', '8', '4965', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4966', '4966', '70', 'steampunk_gramophone', '25', '1', '5', '1', '0', '0', '35', '4966', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4967', '4967', '70', 'steampunk_timemach', '50', '1', '5', '1', '0', '0', '36', '4967', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4968', '4968', '70', 'steampunk_zep', '100', '1', '5', '1', '0', '0', '37', '4968', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4969', '4969', '243', 'horse_hairdye_17', '3', '0', '0', '1', '0', '0', '1', '4969', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4970', '4970', '243', 'horse_dye_17', '3', '0', '0', '1', '0', '0', '1', '4970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4971', '4971', '243', 'horse_hairdye_15', '1', '0', '0', '1', '0', '0', '14', '4971', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4972', '4972', '243', 'horse_hairdye_14', '1', '0', '0', '1', '0', '0', '13', '4972', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4973', '4973', '243', 'horse_hairdye_13', '1', '0', '0', '1', '0', '0', '14', '4973', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4974', '4974', '243', 'horse_hairdye_16', '1', '0', '0', '1', '0', '0', '17', '4974', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4975', '4975', '380', 'easter13_flower_2', '5', '0', '0', '1', '0', '0', '6', '4975', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4976', '4976', '380', 'easter13_flower_1', '5', '0', '0', '1', '0', '0', '5', '4976', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4977', '4977', '380', 'easter13_arch', '4', '0', '0', '1', '0', '0', '1', '4977', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4978', '4978', '380', 'easter13_floor_1', '4', '0', '0', '1', '0', '0', '4', '4978', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4979', '4979', '380', 'easter13_teleport', '6', '0', '0', '1', '0', '0', '11', '4979', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4980', '4980', '380', 'easter13_bulbs', '3', '0', '0', '1', '0', '0', '2', '4980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4981', '4981', '380', 'easter13_stage_1', '2', '0', '0', '1', '0', '0', '10', '4981', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4982', '4982', '380', 'easter13_sshrooms', '3', '0', '0', '1', '0', '0', '9', '4982', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4983', '4983', '380', 'easter13_stage_2', '3', '0', '0', '1', '0', '0', '10', '4983', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4984', '4984', '380', 'easter13_flower_3', '5', '0', '0', '1', '0', '0', '7', '4984', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4985', '4985', '52', 'petfood29', '1', '0', '0', '1', '0', '0', '17', '4985', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4986', '4986', '1184', 'easter13_egg_0', '3', '0', '0', '1', '0', '0', '99', '4986', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4987', '4987', '1184', 'easter13_egg_3', '3', '0', '0', '1', '0', '0', '99', '4987', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4988', '4988', '1184', 'easter13_egg_1', '3', '0', '0', '1', '0', '0', '99', '4988', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4989', '4989', '1184', 'easter13_egg_2', '3', '0', '0', '1', '0', '0', '99', '4989', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4990', '4990', '281', 'table_silo_med*10', '3', '0', '0', '1', '0', '0', '15', '4990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4991', '4991', '281', 'sofa_silo*10', '3', '0', '0', '1', '0', '0', '43', '4991', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4992', '4992', '281', 'safe_silo*10', '6', '0', '0', '1', '0', '0', '103', '4992', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4993', '4993', '281', 'iced_c16_sofa', '2', '0', '0', '1', '0', '0', '53', '4993', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4994', '4994', '281', 'divider_silo3*10', '6', '0', '0', '1', '0', '0', '83', '4994', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4995', '4995', '281', 'chair_silo*10', '2', '0', '0', '1', '0', '0', '25', '4995', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4996', '4996', '281', 'barchair_silo*10', '2', '0', '0', '1', '0', '0', '93', '4996', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4997', '4997', '281', 'divider_silo1*10', '2', '0', '0', '1', '0', '0', '73', '4997', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4998', '4998', '281', 'table_silo_small*10', '2', '0', '0', '1', '0', '0', '63', '4998', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('4999', '4999', '380', 'easter13_globe', '15', '0', '0', '1', '0', '0', '31', '4999', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5000', '5000', '1186', 'easter13_stonefrank', '4', '0', '0', '1', '0', '0', '89', '5000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5001', '5001', '1186', 'duck_scuba', '3', '0', '0', '1', '0', '0', '1', '5001', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5002', '5002', '1186', 'duck_afro', '3', '0', '0', '1', '0', '0', '1', '5002', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5003', '5003', '1186', 'duck_frank', '3', '0', '0', '1', '0', '0', '1', '5003', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5004', '5004', '1186', 'penguin_frank', '4', '0', '0', '1', '0', '0', '53', '5004', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5005', '5005', '1186', 'penguin_tribal', '4', '0', '0', '1', '0', '0', '52', '5005', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5006', '5006', '1186', 'easter13_stonehead', '4', '0', '0', '1', '0', '0', '92', '5006', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5007', '5007', '1186', 'duck_zombie', '3', '0', '0', '1', '0', '0', '1', '5007', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5008', '5008', '1186', 'penguin_wip', '4', '0', '0', '1', '0', '0', '51', '5008', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5009', '5009', '1186', 'easter13_sub', '4', '0', '0', '1', '0', '0', '94', '5009', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5010', '5010', '1186', 'penguin_skele', '4', '0', '0', '1', '0', '0', '50', '5010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5011', '5011', '739', 'easter13_dinoegg', '5', '0', '0', '1', '0', '0', '2', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5012', '5012', '380', 'easter13_chair', '3', '0', '0', '1', '0', '0', '3', '5012', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5013', '5013', '25', 'badge_display2', '5', '0', '0', '1', '0', '0', '3', '5013', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5014', '5014', '25', 'badge_display', '3', '0', '0', '1', '0', '0', '2', '5014', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5015', '5015', '25', 'badge_display4', '3', '0', '0', '1', '0', '0', '5', '5015', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5016', '5016', '25', 'badge_display3', '3', '0', '0', '1', '0', '0', '1', '5016', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5017', '5017', '25', 'badge_display5', '3', '0', '0', '1', '0', '0', '4', '5017', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5018', '5018', '1204', 'exe_icecream', '5', '0', '0', '1', '0', '0', '21', '5018', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5019', '5019', '736', 'prizetrophy_hockey_g', '12', '0', '0', '1', '0', '0', '16', '5019', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5020', '5020', '736', 'prizetrophy_hockey_s', '10', '0', '0', '1', '0', '0', '17', '5020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5021', '5021', '736', 'prizetrophy_hockey_b', '8', '0', '0', '1', '0', '0', '18', '5021', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5022', '5022', '736', 'prizetrophy_football_g', '12', '0', '0', '1', '0', '0', '19', '5022', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5023', '5023', '736', 'prizetrophy_football_s', '10', '0', '0', '1', '0', '0', '20', '5023', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5024', '5024', '736', 'prizetrophy_football_b', '8', '0', '0', '1', '0', '0', '21', '5024', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5025', '5025', '736', 'prizetrophy_freeze_g', '12', '0', '0', '1', '0', '0', '22', '5025', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5026', '5026', '736', 'prizetrophy_freeze_s', '10', '0', '0', '1', '0', '0', '23', '5026', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5027', '5027', '736', 'prizetrophy_freeze_b', '8', '0', '0', '1', '0', '0', '24', '5027', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5028', '5028', '736', 'prizetrophy_bb_g', '12', '0', '0', '1', '0', '0', '25', '5028', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5029', '5029', '736', 'prizetrophy_bb_s', '10', '0', '0', '1', '0', '0', '26', '5029', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5030', '5030', '736', 'prizetrophy_bb_b', '8', '0', '0', '1', '0', '0', '27', '5030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5031', '5031', '736', 'prizetrophy_snow_g', '12', '0', '0', '1', '0', '0', '28', '5031', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5032', '5032', '736', 'prizetrophy_snow_s', '10', '0', '0', '1', '0', '0', '29', '5032', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5033', '5033', '736', 'prizetrophy_snow_b', '8', '0', '0', '1', '0', '0', '30', '5033', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5034', '5034', '736', 'prizetrophy_roller_g', '12', '0', '0', '1', '0', '0', '31', '5034', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5035', '5035', '736', 'prizetrophy_roller_s', '10', '0', '0', '1', '0', '0', '32', '5035', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5036', '5036', '736', 'prizetrophy_roller_b', '8', '0', '0', '1', '0', '0', '33', '5036', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5037', '5037', '108', 'gld_hangflag2', '5', '0', '0', '1', '0', '0', '12', '5037', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5038', '5038', '108', 'gld_tile2', '3', '0', '0', '1', '0', '0', '19', '5038', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5039', '5039', '108', 'gld_hangflag1', '5', '0', '0', '1', '0', '0', '11', '5039', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5040', '5040', '108', 'gld_tile1', '5', '0', '0', '1', '0', '0', '18', '5040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5041', '5041', '108', 'gld_table1', '5', '0', '0', '1', '0', '0', '17', '5041', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5042', '5042', '63', 'wf_trg_period_long', '7', '0', '0', '1', '0', '0', '11', '5042', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5043', '5043', '64', 'wf_act_give_score_tm', '10', '0', '0', '1', '0', '0', '12', '5043', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5044', '5044', '256', 'highscore_classic_alltime', '7', '0', '0', '1', '0', '0', '1', '5044', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5045', '5045', '256', 'highscore_classic_daily', '7', '0', '0', '1', '0', '0', '2', '5045', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5046', '5046', '256', 'highscore_classic_weekly', '7', '0', '0', '1', '0', '0', '3', '5046', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5047', '5047', '256', 'highscore_classic_monthly', '7', '0', '0', '1', '0', '0', '4', '5047', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5048', '5048', '64', 'wf_act_move_to_dir', '7', '0', '0', '1', '0', '0', '13', '5048', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5049', '5049', '64', 'wf_act_leave_team', '7', '0', '0', '1', '0', '0', '14', '5049', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5050', '5050', '63', 'wf_trg_collision', '7', '0', '0', '1', '0', '0', '12', '5050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5051', '5051', '256', 'highscore_perteam_alltime', '7', '0', '0', '1', '0', '0', '9', '5051', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5052', '5052', '256', 'highscore_perteam_daily', '7', '0', '0', '1', '0', '0', '10', '5052', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5053', '5053', '256', 'highscore_perteam_weekly', '7', '0', '0', '1', '0', '0', '11', '5053', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5054', '5054', '256', 'highscore_perteam_monthly', '7', '0', '0', '1', '0', '0', '12', '5054', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5055', '5055', '64', 'wf_act_chase', '7', '0', '0', '1', '0', '0', '15', '5055', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5056', '5056', '65', 'wf_cnd_actor_in_team', '5', '0', '0', '1', '0', '0', '8', '5056', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5057', '5057', '256', 'highscore_mostwin_alltime', '7', '0', '0', '1', '0', '0', '5', '5057', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5058', '5058', '256', 'highscore_mostwin_daily', '7', '0', '0', '1', '0', '0', '6', '5058', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5059', '5059', '256', 'highscore_mostwin_weekly', '7', '0', '0', '1', '0', '0', '7', '5059', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5060', '5060', '256', 'highscore_mostwin_monthly', '7', '0', '0', '1', '0', '0', '8', '5060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5061', '5061', '64', 'wf_act_flee', '7', '0', '0', '1', '0', '0', '16', '5061', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5062', '5062', '64', 'wf_act_join_team', '7', '0', '0', '1', '0', '0', '17', '5062', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5063', '5063', '739', 'arcade_cab', '5', '0', '0', '1', '0', '0', '1', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5064', '5064', '45', 'bb_tddhead_rc1', '50', '1', '5', '1', '0', '0', '42', '5064', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5065', '5065', '45', 'bb_robo_rc1', '50', '1', '5', '1', '0', '0', '41', '5065', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5066', '5066', '45', 'bb_apparatus_rc1', '50', '1', '5', '1', '0', '0', '40', '5066', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5067', '5067', '211', 'wf_blob', '3', '0', '0', '1', '0', '0', '19', '5067', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5068', '5068', '211', 'wf_blob2', '3', '0', '0', '1', '0', '0', '20', '5068', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5069', '5069', '122', 'loyalty_toad', '4', '0', '0', '1', '0', '0', '99', '5069', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5070', '5070', '122', 'statue_dragon', '4', '0', '0', '1', '0', '0', '99', '5070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5071', '5071', '122', 'statue_griffin', '4', '0', '0', '1', '0', '0', '99', '5071', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5072', '5072', '122', 'loyalty_mouse', '4', '0', '0', '1', '0', '0', '99', '5072', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5073', '5073', '122', 'statue_elk', '4', '0', '0', '1', '0', '0', '99', '5073', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5074', '5074', '62', 'mystics_gstool', '2', '0', '0', '1', '0', '0', '19', '5074', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5075', '5075', '62', 'mystics_bspike2', '2', '0', '0', '1', '0', '0', '6', '5075', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5076', '5076', '62', 'mystics_bbench', '3', '0', '0', '1', '0', '0', '3', '5076', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5077', '5077', '62', 'mystics_gblock1', '3', '0', '0', '1', '0', '0', '16', '5077', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5078', '5078', '62', 'mystics_bfloor', '3', '0', '0', '1', '0', '0', '4', '5078', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5079', '5079', '62', 'mystics_bstool', '2', '0', '0', '1', '0', '0', '7', '5079', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5080', '5080', '62', 'mystics_gbench', '3', '0', '0', '1', '0', '0', '15', '5080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5081', '5081', '62', 'mystics_garch', '5', '0', '0', '1', '0', '0', '13', '5081', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5082', '5082', '62', 'mystics_gblock2', '3', '0', '0', '1', '0', '0', '17', '5082', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5083', '5083', '62', 'mystics_gfloor', '3', '0', '0', '1', '0', '0', '18', '5083', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5084', '5084', '62', 'mystics_barch', '5', '0', '0', '1', '0', '0', '1', '5084', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5085', '5085', '62', 'mystics_gtile1', '5', '0', '0', '1', '0', '0', '22', '5085', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5086', '5086', '62', 'mystics_bbed', '5', '0', '0', '1', '0', '0', '2', '5086', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5087', '5087', '62', 'mystics_btile2', '3', '0', '0', '1', '0', '0', '11', '5087', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5088', '5088', '62', 'mystics_bspike1', '3', '0', '0', '1', '0', '0', '5', '5088', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5089', '5089', '62', 'mystics_btile1', '5', '0', '0', '1', '0', '0', '10', '5089', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5090', '5090', '62', 'mystics_btable', '4', '0', '0', '1', '0', '0', '8', '5090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5091', '5091', '62', 'mystics_gtable', '4', '0', '0', '1', '0', '0', '20', '5091', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5092', '5092', '62', 'mystics_gbed', '5', '0', '0', '1', '0', '0', '14', '5092', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5093', '5093', '62', 'mystics_gtree', '3', '0', '0', '1', '0', '0', '23', '5093', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5094', '5094', '255', 'wf_cnd_wearing_badge', '7', '0', '0', '1', '0', '0', '11', '5094', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5095', '5095', '255', 'wf_cnd_wearing_effect', '7', '0', '0', '1', '0', '0', '12', '5095', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5096', '5096', '1200', 'mystics_gthrone', '175', '1', '5', '1', '0', '0', '14', '5096', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5097', '5097', '1200', 'mystics_bthrone', '175', '1', '5', '1', '0', '0', '13', '5097', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5098', '5098', '122', 'mystics_ltstatue', '4', '0', '0', '1', '0', '0', '25', '5098', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5099', '5099', '1168', 'mystics_crystal_s', '4', '0', '0', '1', '0', '0', '24', '5099', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5100', '5100', '1168', 'mystics_crystal_m', '4', '0', '0', '1', '0', '0', '25', '5100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5101', '5101', '725', 'mystics_duck', '4', '0', '0', '1', '0', '0', '16', '5101', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5102', '5102', '1164', 'mystics_crystal_l', '4', '0', '0', '1', '0', '0', '27', '5102', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5103', '5103', '215', 'tile_stackmagic', '10', '0', '0', '1', '0', '0', '4', '5103', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5104', '5104', '739', 'mystics_rfountain', '5', '0', '0', '1', '0', '0', '8', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5105', '5105', '739', 'mystics_rpillar', '5', '0', '0', '1', '0', '0', '9', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5106', '5106', '739', 'holo_nelly', '5', '0', '0', '1', '0', '0', '5', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5108', '5108', '43', 'mint diner_bardesk_corner', '3', '0', '0', '1', '0', '0', '39', '5108', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5109', '5109', '43', 'mint diner_bardesk_gate', '4', '0', '0', '1', '0', '0', '49', '5109', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5110', '5110', '43', 'mint diner_sofa_1', '3', '0', '0', '1', '0', '0', '89', '5110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5111', '5111', '43', 'mint diner_bardesk', '3', '0', '0', '1', '0', '0', '29', '5111', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5112', '5112', '43', 'mint diner_table_1', '3', '0', '0', '1', '0', '0', '109', '5112', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5113', '5113', '43', 'mint diner_gumvendor', '3', '0', '0', '1', '0', '0', '79', '5113', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5114', '5114', '43', 'mint diner_sofa_2', '3', '0', '0', '1', '0', '0', '99', '5114', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5115', '5115', '43', 'mint diner_table_2', '4', '0', '0', '1', '0', '0', '119', '5115', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5116', '5116', '43', 'mint diner_chair', '3', '0', '0', '1', '0', '0', '69', '5116', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5117', '5117', '43', 'mint diner_cashreg', '5', '0', '0', '1', '0', '0', '59', '5117', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5118', '5118', '122', 'loyalty_dolphin', '4', '0', '0', '1', '0', '0', '99', '5118', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5119', '5119', '535', 'ads_clearasil_tile1', '4', '0', '0', '1', '0', '0', '99', '5119', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5120', '5120', '535', 'ads_clearasil_vend', '4', '0', '0', '1', '0', '0', '31', '5120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5121', '5121', '269', 'tent_orange', '9', '0', '0', '1', '0', '0', '7', '5121', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5122', '5122', '269', 'hblooza_bbq', '2', '0', '0', '1', '0', '0', '18', '5122', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5123', '5123', '269', 'foldabletable_camo', '2', '0', '0', '1', '0', '0', '13', '5123', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5124', '5124', '269', 'foldabletable_beige', '2', '0', '0', '1', '0', '0', '12', '5124', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5125', '5125', '269', 'hblooza_icecream', '15', '0', '0', '1', '0', '0', '20', '5125', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5126', '5126', '269', 'hblooza_stage2_1', '4', '0', '0', '1', '0', '0', '42', '5126', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5127', '5127', '269', 'hblooza_stage2_2', '4', '0', '0', '1', '0', '0', '43', '5127', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5128', '5128', '269', 'hblooza_stage2_3', '4', '0', '0', '1', '0', '0', '44', '5128', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5129', '5129', '269', 'hblooza_stage2_4', '4', '0', '0', '1', '0', '0', '45', '5129', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5130', '5130', '269', 'hblooza_popcorn', '25', '0', '0', '1', '0', '0', '23', '5130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5131', '5131', '269', 'hblooza_dirtfloor', '3', '0', '0', '1', '0', '0', '17', '5131', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5132', '5132', '269', 'hblooza_tfnc_1', '3', '0', '0', '1', '0', '0', '46', '5132', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5133', '5133', '269', 'tent_beige', '9', '0', '0', '1', '0', '0', '4', '5133', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5134', '5134', '269', 'hblooza_spacerent3x4', '5', '0', '0', '1', '0', '0', '211', '5134', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5135', '5135', '269', 'hblooza_sfnc_crnr_1', '2', '0', '0', '1', '0', '0', '34', '5135', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5136', '5136', '269', 'hblooza_sfnc_crnr_2', '2', '0', '0', '1', '0', '0', '35', '5136', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5137', '5137', '269', 'hblooza_sfnc_crnr_3', '2', '0', '0', '1', '0', '0', '36', '5137', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5138', '5138', '269', 'hblooza_sfnc_crnr_4', '2', '0', '0', '1', '0', '0', '37', '5138', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5139', '5139', '269', 'hblooza_stage1_1', '4', '0', '0', '1', '0', '0', '38', '5139', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5140', '5140', '269', 'hblooza_stage1_2', '4', '0', '0', '1', '0', '0', '39', '5140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5141', '5141', '269', 'hblooza_stage1_3', '4', '0', '0', '1', '0', '0', '40', '5141', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5142', '5142', '269', 'hblooza_stage1_4', '4', '0', '0', '1', '0', '0', '41', '5142', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5143', '5143', '269', 'tent_camo', '9', '0', '0', '1', '0', '0', '5', '5143', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5144', '5144', '269', 'hblooza_fnc_crnr', '2', '0', '0', '1', '0', '0', '28', '5144', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5145', '5145', '269', 'hblooza_bubblejuice', '25', '0', '0', '1', '0', '0', '21', '5145', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5146', '5146', '269', 'hblooza_tfnc_2_1', '3', '0', '0', '1', '0', '0', '47', '5146', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5147', '5147', '269', 'hblooza_tfnc_2_2', '3', '0', '0', '1', '0', '0', '48', '5147', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5148', '5148', '269', 'hblooza_tfnc_2_3', '3', '0', '0', '1', '0', '0', '49', '5148', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5149', '5149', '269', 'hblooza_tfnc_2_4', '3', '0', '0', '1', '0', '0', '50', '5149', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5150', '5150', '269', 'hblooza_pillar1', '10', '0', '0', '1', '0', '0', '29', '5150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5151', '5151', '269', 'bigtent_beige', '15', '0', '5', '1', '0', '0', '2', '5151', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5152', '5152', '269', 'foldablechair_camo', '2', '0', '0', '1', '0', '0', '11', '5152', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5153', '5153', '269', 'hblooza_candyfloss', '15', '0', '0', '1', '0', '0', '20', '5153', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5154', '5154', '269', 'hblooza_fnc', '2', '0', '0', '1', '0', '0', '27', '5154', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5155', '5155', '269', 'hblooza_spacerent6x6', '8', '0', '0', '1', '0', '0', '213', '5155', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5156', '5156', '269', 'hblooza_hotdog', '25', '0', '0', '1', '0', '0', '22', '5156', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5157', '5157', '269', 'bigtent_camo', '15', '0', '5', '1', '0', '0', '3', '5157', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5158', '5158', '269', 'hblooza_sfnc_1', '3', '0', '0', '1', '0', '0', '30', '5158', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5159', '5159', '269', 'hblooza_sfnc_2', '3', '0', '0', '1', '0', '0', '31', '5159', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5160', '5160', '269', 'hblooza_sfnc_3', '3', '0', '0', '1', '0', '0', '32', '5160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5161', '5161', '269', 'hblooza_sfnc_4', '3', '0', '0', '1', '0', '0', '33', '5161', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5162', '5162', '269', 'foldablechair_beige', '2', '0', '0', '1', '0', '0', '10', '5162', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5163', '5163', '269', 'tent_blue', '9', '0', '0', '1', '0', '0', '6', '5163', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5164', '5164', '739', 'hblooza_kiosk', '5', '0', '0', '1', '0', '0', '4', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5165', '5165', '269', 'hblooza_tgate_1', '4', '0', '0', '1', '0', '0', '51', '5165', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5166', '5166', '269', 'hblooza_tgate_2', '4', '0', '0', '1', '0', '0', '52', '5166', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5167', '5167', '269', 'hblooza_tgate_3', '4', '0', '0', '1', '0', '0', '53', '5167', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5168', '5168', '269', 'hblooza_tgate_4', '4', '0', '0', '1', '0', '0', '54', '5168', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5169', '5169', '269', 'hblooza_chicken', '15', '0', '0', '1', '0', '0', '19', '5169', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5170', '5170', '269', 'hblooza_sign', '3', '0', '0', '1', '0', '0', '60', '5170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5171', '5171', '269', 'hblooza_spacerent7x7', '10', '0', '0', '1', '0', '0', '214', '5171', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5172', '5172', '269', 'hblooza_spacerent5x5', '7', '0', '0', '1', '0', '0', '212', '5172', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5173', '5173', '109', 'yttv3', '4', '0', '0', '1', '0', '0', '5', '5173', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5174', '5174', '109', 'yttv2', '4', '0', '0', '1', '0', '0', '1', '5174', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5175', '5175', '109', 'yttv1', '4', '0', '0', '1', '0', '0', '4', '5175', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5176', '5176', '109', 'yttv2b', '4', '0', '0', '1', '0', '0', '2', '5176', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5177', '5177', '736', 'prizetrophy_hblooza_g', '12', '0', '0', '1', '0', '0', '4', '5177', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5178', '5178', '736', 'prizetrophy_hblooza_s', '10', '0', '0', '1', '0', '0', '5', '5178', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5179', '5179', '736', 'prizetrophy_hblooza_b', '8', '0', '0', '1', '0', '0', '6', '5179', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5180', '5180', '215', 'tile_stackmagic1', '12', '0', '0', '1', '0', '0', '5', '5180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5181', '5181', '215', 'tile_stackmagic2', '15', '0', '0', '1', '0', '0', '6', '5181', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5182', '5182', '266', 'hblooza_guitar3', '4', '0', '0', '1', '0', '0', '59', '5182', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5183', '5183', '266', 'hblooza_guitar1', '4', '0', '0', '1', '0', '0', '57', '5183', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5184', '5184', '266', 'hblooza_guitar11', '4', '0', '0', '1', '0', '0', '31', '5184', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5185', '5185', '266', 'hblooza_guitar7', '4', '0', '0', '1', '0', '0', '63', '5185', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5186', '5186', '266', 'hblooza_guitar9', '4', '0', '0', '1', '0', '0', '18', '5186', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5187', '5187', '266', 'hblooza_guitar8', '4', '0', '0', '1', '0', '0', '64', '5187', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5188', '5188', '266', 'hblooza_guitar6', '4', '0', '0', '1', '0', '0', '30', '5188', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5189', '5189', '266', 'hblooza_guitar10', '4', '0', '0', '1', '0', '0', '66', '5189', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5190', '5190', '266', 'hblooza_guitar5', '4', '0', '0', '1', '0', '0', '29', '5190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5191', '5191', '266', 'hblooza_guitar4', '4', '0', '0', '1', '0', '0', '60', '5191', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5192', '5192', '266', 'hblooza_guitar2', '4', '0', '0', '1', '0', '0', '58', '5192', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5193', '5193', '600', 'hblooza_pinata2', '25', '0', '5', '1', '0', '0', '40', '5193', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5194', '5194', '600', 'hblooza_pinata1', '12', '0', '0', '1', '0', '0', '39', '5194', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5195', '5195', '547', 'ads_vpiggy_flag', '4', '0', '0', '1', '0', '0', '40', '5195', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5196', '5196', '547', 'ads_vpiggy_pig', '4', '0', '0', '1', '0', '0', '21', '5196', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5197', '5197', '708', 'pirate_bottle_1', '1', '0', '0', '1', '0', '0', '71', '5197', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5198', '5198', '708', 'pirate_dvdr3', '2', '0', '0', '1', '0', '0', '11', '5198', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5199', '5199', '708', 'pirate_bottle_3', '1', '0', '0', '1', '0', '0', '73', '5199', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5200', '5200', '708', 'pirate_bottle_2', '1', '0', '0', '1', '0', '0', '72', '5200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5201', '5201', '708', 'pirate_chest1', '4', '0', '0', '1', '0', '0', '7', '5201', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5202', '5202', '708', 'pirate_barrel1', '3', '0', '0', '1', '0', '0', '2', '5202', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5203', '5203', '708', 'pirate_cannonballs', '3', '0', '0', '1', '0', '0', '6', '5203', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5204', '5204', '708', 'pirate_mast2', '5', '0', '0', '1', '0', '0', '17', '5204', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5205', '5205', '108', 'pirate_mast2grp', '6', '0', '0', '1', '0', '0', '21', '5205', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5206', '5206', '708', 'pirate_bottle_8', '1', '0', '0', '1', '0', '0', '78', '5206', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5207', '5207', '708', 'pirate_bottle_7', '1', '0', '0', '1', '0', '0', '77', '5207', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5208', '5208', '708', 'pirate_dvdr2', '3', '0', '0', '1', '0', '0', '10', '5208', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5209', '5209', '708', 'pirate_crate', '3', '0', '0', '1', '0', '0', '8', '5209', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5210', '5210', '708', 'pirate_parrot', '10', '0', '0', '1', '0', '0', '21', '5210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5211', '5211', '108', 'pirate_mast3grp', '6', '0', '0', '1', '0', '0', '22', '5211', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5212', '5212', '708', 'pirate_swordrack', '7', '0', '0', '1', '0', '0', '30', '5212', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5213', '5213', '708', 'pirate_bottle_10', '1', '0', '0', '1', '0', '0', '80', '5213', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5214', '5214', '708', 'pirate_gate', '4', '0', '0', '1', '0', '0', '12', '5214', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5215', '5215', '708', 'pirate_side1', '3', '0', '0', '1', '0', '0', '25', '5215', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5216', '5216', '708', 'pirate_roombg', '15', '0', '0', '1', '0', '0', '23', '5216', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5217', '5217', '708', 'pirate_stage3', '3', '0', '0', '1', '0', '0', '28', '5217', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5218', '5218', '708', 'pirate_bottle_4', '1', '0', '0', '1', '0', '0', '74', '5218', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5219', '5219', '708', 'pirate_bottle_9', '1', '0', '0', '1', '0', '0', '79', '5219', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5220', '5220', '708', 'pirate_stage2', '3', '0', '0', '1', '0', '0', '27', '5220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5221', '5221', '708', 'pirate_mast1', '4', '0', '0', '1', '0', '0', '16', '5221', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5222', '5222', '708', 'pirate_cannon', '10', '0', '0', '1', '0', '0', '5', '5222', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5223', '5223', '708', 'pirate_stairs', '2', '0', '0', '1', '0', '0', '29', '5223', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5224', '5224', '683', 'spacerent_room', '6', '0', '0', '1', '0', '0', '210', '5224', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5225', '5225', '108', 'pirate_mast4grp', '6', '0', '0', '1', '0', '0', '23', '5225', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5226', '5226', '708', 'pirate_grate', '3', '0', '0', '1', '0', '0', '14', '5226', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5227', '5227', '708', 'ship_wheel', '3', '0', '0', '1', '0', '0', '32', '5227', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5228', '5228', '708', 'pirate_bottle_6', '1', '0', '0', '1', '0', '0', '76', '5228', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5229', '5229', '708', 'pirate_mast3', '4', '0', '0', '1', '0', '0', '18', '5229', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5230', '5230', '708', 'pirate_stage', '3', '0', '0', '1', '0', '0', '26', '5230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5231', '5231', '708', 'pirate_bottle_5', '1', '0', '0', '1', '0', '0', '75', '5231', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5232', '5232', '708', 'pirate_flag', '3', '0', '0', '1', '0', '0', '13', '5232', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5233', '5233', '708', 'pirate_barrel2', '4', '0', '0', '1', '0', '0', '3', '5233', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5234', '5234', '708', 'pirate_plank', '2', '0', '0', '1', '0', '0', '22', '5234', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5235', '5235', '708', 'pirate_anchor', '1', '0', '0', '1', '0', '0', '1', '5235', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5236', '5236', '708', 'pirate_gunrack', '7', '0', '0', '1', '0', '0', '15', '5236', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5237', '5237', '708', 'pirate_sandtrap', '5', '0', '0', '1', '0', '0', '24', '5237', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5238', '5238', '708', 'pirate_barrel3', '4', '0', '0', '1', '0', '0', '4', '5238', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5239', '5239', '708', 'pirate_mast4', '3', '0', '0', '1', '0', '0', '19', '5239', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5240', '5240', '708', 'pirate_dvdr1', '3', '0', '0', '1', '0', '0', '9', '5240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5241', '5241', '708', 'pirate_teleport', '6', '0', '0', '1', '0', '0', '31', '5241', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5242', '5242', '708', 'pirate_poseidon', '50', '1', '5', '1', '0', '0', '42', '5242', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5243', '5243', '708', 'pirate_kraken', '50', '1', '5', '1', '0', '0', '40', '5243', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5244', '5244', '708', 'pirate_navdesk', '50', '1', '5', '1', '0', '0', '41', '5244', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5245', '5245', '709', 'pirate_dvdr1_g', '3', '0', '0', '1', '0', '0', '1', '5245', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5246', '5246', '709', 'pirate_stage_g', '3', '0', '0', '1', '0', '0', '10', '5246', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5247', '5247', '709', 'pirate_stage3_g', '2', '0', '0', '1', '0', '0', '9', '5247', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5248', '5248', '709', 'pirate_stairs_g', '2', '0', '0', '1', '0', '0', '11', '5248', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5249', '5249', '709', 'pirate_plank_g', '2', '0', '0', '1', '0', '0', '7', '5249', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5250', '5250', '709', 'pirate_flag_g', '3', '0', '0', '1', '0', '0', '5', '5250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5251', '5251', '709', 'pirate_mast_g', '7', '0', '0', '1', '0', '0', '6', '5251', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5252', '5252', '709', 'pirate_gate_g', '4', '0', '0', '1', '0', '0', '4', '5252', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5253', '5253', '709', 'pirate_stage2_g', '2', '0', '0', '1', '0', '0', '8', '5253', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5254', '5254', '709', 'ship_wheel_g', '3', '0', '0', '1', '0', '0', '12', '5254', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5255', '5255', '709', 'pirate_dvdr3_g', '2', '0', '0', '1', '0', '0', '3', '5255', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5256', '5256', '709', 'pirate_dvdr2_g', '2', '0', '0', '1', '0', '0', '2', '5256', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5257', '5257', '1200', 'school_chairgold', '100', '1', '5', '1', '0', '0', '19', '5257', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5258', '5258', '467', 'school_coatrack_g', '4', '0', '0', '1', '0', '0', '11', '5258', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5259', '5259', '467', 'school_locker_g_notele', '3', '0', '0', '1', '0', '0', '16', '5259', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5260', '5260', '467', 'school_coatrack_b', '4', '0', '0', '1', '0', '0', '10', '5260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5261', '5261', '467', 'school_locker_b_notele', '3', '0', '0', '1', '0', '0', '14', '5261', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5262', '5262', '467', 'school_chair_b', '2', '0', '0', '1', '0', '0', '8', '5262', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5263', '5263', '467', 'school_locker_g', '8', '0', '0', '1', '0', '0', '15', '5263', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5264', '5264', '1200', 'school_consolegold', '100', '1', '5', '1', '0', '0', '20', '5264', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5265', '5265', '467', 'school_chair_g', '2', '0', '0', '1', '0', '0', '9', '5265', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5266', '5266', '467', 'school_fountain', '5', '0', '0', '1', '0', '0', '19', '5266', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5267', '5267', '467', 'school_locker_r_notele', '3', '0', '0', '1', '0', '0', '18', '5267', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5268', '5268', '467', 'school_console_g', '3', '0', '0', '1', '0', '0', '6', '5268', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5269', '5269', '467', 'school_console_b', '3', '0', '0', '1', '0', '0', '5', '5269', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5270', '5270', '467', 'school_coatrack_r', '4', '0', '0', '1', '0', '0', '12', '5270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5271', '5271', '467', 'school_gate', '25', '1', '5', '1', '0', '0', '42', '5271', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5272', '5272', '467', 'school_cafe', '5', '0', '0', '1', '0', '0', '3', '5272', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5273', '5273', '764', 'grungelamp', '2', '0', '0', '1', '0', '0', '8', '5273', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5274', '5274', '535', 'ads_clearasil_vend2', '4', '0', '0', '1', '0', '0', '32', '5274', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5275', '5275', '739', 'golden_apple', '5', '0', '0', '1', '0', '0', '3', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5276', '5276', '467', 'trophy_display', '12', '0', '0', '1', '0', '0', '43', '5276', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5277', '5277', '394', 'hween13_sheep', '25', '1', '5', '1', '0', '0', '52', '5277', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5278', '5278', '394', 'hween13_rose', '35', '0', '0', '1', '0', '0', '42', '5278', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5279', '5279', '394', 'hween13_book', '25', '1', '5', '1', '0', '0', '50', '5279', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5280', '5280', '394', 'hween13_castleturret3', '6', '0', '0', '1', '0', '0', '15', '5280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5281', '5281', '394', 'hween13_castleturret1', '4', '0', '0', '1', '0', '0', '13', '5281', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5282', '5282', '394', 'hween13_castleturret2', '5', '0', '0', '1', '0', '0', '14', '5282', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5283', '5283', '394', 'hween13_castleblock2', '4', '0', '0', '1', '0', '0', '9', '5283', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5284', '5284', '394', 'hween13_bridgeend', '1', '0', '0', '1', '0', '0', '3', '5284', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5285', '5285', '394', 'hween13_thorndiv2', '1', '0', '0', '1', '0', '0', '37', '5285', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5286', '5286', '394', 'hween13_thorndiv1', '2', '0', '0', '1', '0', '0', '36', '5286', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5287', '5287', '394', 'hween13_gutsfloor', '3', '0', '0', '1', '0', '0', '24', '5287', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5288', '5288', '394', 'hween13_grass', '2', '0', '0', '1', '0', '0', '23', '5288', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5289', '5289', '394', 'hween13_castlespike', '1', '0', '0', '1', '0', '0', '12', '5289', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5290', '5290', '394', 'hween13_castleblock1', '3', '0', '0', '1', '0', '0', '8', '5290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5291', '5291', '394', 'hween13_floor2', '2', '0', '0', '1', '0', '0', '22', '5291', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5292', '5292', '394', 'hween13_roombg', '6', '0', '0', '1', '0', '0', '28', '5292', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5293', '5293', '394', 'hween13_bridgemid', '2', '0', '0', '1', '0', '0', '4', '5293', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5294', '5294', '394', 'hween13_fence_1', '2', '0', '0', '1', '0', '0', '20', '5294', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5295', '5295', '394', 'hween13_stage_s', '1', '0', '0', '1', '0', '0', '32', '5295', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5296', '5296', '394', 'hween13_crnr_1', '1', '0', '0', '1', '0', '0', '17', '5296', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5297', '5297', '394', 'hween13_cardtable', '2', '0', '0', '1', '0', '0', '7', '5297', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5298', '5298', '394', 'hween13_gate_1', '5', '0', '0', '1', '0', '0', '21', '5298', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5299', '5299', '394', 'hween13_tree', '5', '0', '0', '1', '0', '0', '41', '5299', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5300', '5300', '394', 'hween13_bldtrail', '1', '0', '0', '1', '0', '0', '1', '5300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5301', '5301', '394', 'hween13_teacup', '5', '0', '0', '1', '0', '0', '33', '5301', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5302', '5302', '394', 'hween13_tile1', '3', '0', '0', '1', '0', '0', '39', '5302', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5303', '5303', '394', 'hween13_stage_l', '2', '0', '0', '1', '0', '0', '31', '5303', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5304', '5304', '394', 'hween13_tele', '15', '0', '0', '1', '0', '0', '35', '5304', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5305', '5305', '394', 'hween13_chair', '2', '0', '0', '1', '0', '0', '16', '5305', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5306', '5306', '394', 'hween13_tile2', '3', '0', '0', '1', '0', '0', '40', '5306', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5307', '5307', '394', 'hween13_mirror', '3', '0', '0', '1', '0', '0', '25', '5307', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5308', '5308', '394', 'hween13_candle', '1', '0', '0', '1', '0', '0', '6', '5308', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5309', '5309', '394', 'hween13_piglamp', '3', '0', '0', '1', '0', '0', '27', '5309', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5310', '5310', '394', 'hween13_castlegarg', '2', '0', '0', '1', '0', '0', '11', '5310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5311', '5311', '394', 'hween13_castledoor', '6', '0', '0', '1', '0', '0', '10', '5311', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5312', '5312', '394', 'hween13_teaset', '2', '0', '0', '1', '0', '0', '34', '5312', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5313', '5313', '394', 'hween13_dwarfdiv', '2', '0', '0', '1', '0', '0', '19', '5313', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5314', '5314', '394', 'hween13_dwarfcrn', '1', '0', '0', '1', '0', '0', '18', '5314', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5315', '5315', '255', 'info_terminal', '4', '0', '0', '1', '0', '0', '1', '5315', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5316', '5316', '429', 'button_green', '4', '0', '0', '1', '0', '0', '117', '5316', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5317', '5317', '394', 'hween13_bed', '3', '0', '0', '1', '0', '0', '1', '5317', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5318', '5318', '122', 'loyalty_pig', '4', '0', '0', '1', '0', '0', '99', '5318', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5319', '5319', '394', 'hween13_monsterpea', '25', '1', '5', '1', '0', '0', '51', '5319', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5320', '5320', '739', 'hween13_sheepdemon', '5', '0', '0', '1', '0', '0', '6', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5321', '5321', '394', 'hween13_throne', '100', '1', '5', '1', '0', '0', '53', '5321', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5322', '5322', '109', 'yttv2n', '4', '0', '0', '1', '0', '0', '3', '5322', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5323', '5323', '280', 'cine_teleport4', '6', '0', '0', '1', '0', '0', '29', '5323', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5324', '5324', '280', 'cine_starchair', '75', '1', '5', '1', '0', '0', '25', '5324', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5325', '5325', '280', 'cine_pillarlight', '3', '0', '0', '1', '0', '0', '14', '5325', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5326', '5326', '280', 'cine_teleport2', '6', '0', '0', '1', '0', '0', '27', '5326', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5327', '5327', '280', 'cine_bigcorn', '4', '0', '0', '1', '0', '0', '9', '5327', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5328', '5328', '280', 'cine_teleport1', '6', '0', '0', '1', '0', '0', '26', '5328', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5329', '5329', '280', 'cine_soda', '4', '0', '0', '1', '0', '0', '9', '5329', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5330', '5330', '280', 'cine_teleport3', '6', '0', '0', '1', '0', '0', '28', '5330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5331', '5331', '538', 'ads_dtlrare', '4', '0', '0', '1', '0', '0', '23', '5331', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5332', '5332', '429', 'mystics_crystal', '4', '0', '0', '1', '0', '0', '119', '5332', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5333', '5333', '421', 'sfx_taperec_breakbeat', '4', '0', '0', '1', '0', '0', '120', '5333', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5334', '5334', '421', 'sfx_taperec', '4', '0', '0', '1', '0', '0', '121', '5334', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5335', '5335', '421', 'sfx_taperec_bassline', '4', '0', '0', '1', '0', '0', '122', '5335', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5336', '5336', '46', 'sound_set_79', '2', '0', '0', '1', '0', '0', '123', '5336', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5337', '5337', '429', 'background_color', '4', '0', '0', '1', '0', '0', '124', '5337', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5338', '5338', '24', 'pixel_couch_pink', '0', '150', '0', '1', '0', '0', '24', '5338', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5339', '5339', '24', 'pixel_couch_green', '0', '150', '0', '1', '0', '0', '23', '5339', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5340', '5340', '24', 'pixel_couch_black', '0', '150', '0', '1', '0', '0', '21', '5340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5341', '5341', '24', 'pixel_couch_red', '0', '150', '0', '1', '0', '0', '25', '5341', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5342', '5342', '483', 'xmas13_block2', '2', '0', '0', '1', '0', '0', '2', '5342', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5343', '5343', '279', 'xmas13_snowflake10', '6', '0', '0', '1', '0', '0', '24', '5343', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5344', '5344', '279', 'xmas13_snowflake2', '2', '0', '0', '1', '0', '0', '25', '5344', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5345', '5345', '483', 'xmas13_table', '3', '0', '0', '1', '0', '0', '33', '5345', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5346', '5346', '279', 'xmas13_snowflake5', '3', '0', '0', '1', '0', '0', '28', '5346', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5347', '5347', '483', 'xmas13_snack', '1', '0', '0', '1', '0', '0', '22', '5347', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5348', '5348', '279', 'xmas13_snowflake9', '1', '0', '0', '1', '0', '0', '32', '5348', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5349', '5349', '279', 'xmas13_snowflake3', '2', '0', '0', '1', '0', '0', '26', '5349', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5350', '5350', '483', 'xmas13_block1', '3', '0', '0', '1', '0', '0', '1', '5350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5351', '5351', '279', 'xmas13_snowflake6', '2', '0', '0', '1', '0', '0', '29', '5351', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5352', '5352', '279', 'xmas13_snowflake1', '3', '0', '0', '1', '0', '0', '23', '5352', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5353', '5353', '279', 'xmas13_snowflake7', '3', '0', '0', '1', '0', '0', '30', '5353', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5354', '5354', '279', 'xmas13_snowflake4', '3', '0', '0', '1', '0', '0', '27', '5354', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5355', '5355', '279', 'xmas13_snowflake8', '3', '0', '0', '1', '0', '0', '31', '5355', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5356', '5356', '483', 'xmas13_chair', '2', '0', '0', '1', '0', '0', '6', '5356', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5357', '5357', '483', 'xmas13_floor', '2', '0', '0', '1', '0', '0', '9', '5357', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5358', '5358', '455', 'js_bling_chair_w', '5', '0', '0', '1', '0', '0', '6', '5358', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5359', '5359', '455', 'js_bling_bed', '10', '0', '0', '1', '0', '0', '5', '5359', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5360', '5360', '503', 'js_chandelier', '4', '0', '0', '1', '0', '0', '21', '5360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5361', '5361', '455', 'js_bling11_seat1', '3', '0', '0', '1', '0', '0', '2', '5361', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5362', '5362', '455', 'js_bling_fridge', '8', '0', '0', '1', '0', '0', '7', '5362', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5363', '5363', '455', 'js_bling11_seat2', '3', '0', '0', '1', '0', '0', '3', '5363', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5364', '5364', '455', 'js_bling11_sofa', '3', '0', '0', '1', '0', '0', '4', '5364', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5365', '5365', '455', 'js_bling11_dvn', '3', '0', '0', '1', '0', '0', '1', '5365', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5366', '5366', '369', 'lidotower', '4', '0', '0', '1', '0', '0', '125', '5366', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5367', '5367', '429', 'test_tent', '4', '0', '0', '1', '0', '0', '126', '5367', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5368', '5368', '429', 'test_cnd_not_stuff_is', '4', '0', '0', '1', '0', '0', '127', '5368', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5369', '5369', '429', 'test_cnd_not_furni_on', '4', '0', '0', '1', '0', '0', '128', '5369', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5370', '5370', '429', 'info_terminal_test', '4', '0', '0', '1', '0', '0', '129', '5370', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5371', '5371', '429', 'talking_fridge', '4', '0', '0', '1', '0', '0', '130', '5371', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5372', '5372', '429', 'telescopetest', '4', '0', '0', '1', '0', '0', '131', '5372', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5373', '5373', '429', 'test_spacerent', '4', '0', '0', '1', '0', '0', '132', '5373', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5374', '5374', '429', 'guild_customized', '4', '0', '0', '1', '0', '0', '133', '5374', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5375', '5375', '429', 'test_effectswitch', '4', '0', '0', '1', '0', '0', '134', '5375', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5376', '5376', '429', 'test_cnd_not_hv_avtrs', '4', '0', '0', '1', '0', '0', '135', '5376', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5377', '5377', '429', 'vimeo_cubie', '4', '0', '0', '1', '0', '0', '136', '5377', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5378', '5378', '429', 'vote_majority', '4', '0', '0', '1', '0', '0', '20', '5378', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5379', '5379', '429', 'test_cnd_not_in_group', '4', '0', '0', '1', '0', '0', '137', '5379', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5380', '5380', '109', 'ytprojector', '3', '0', '0', '1', '0', '0', '99', '5380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5381', '5381', '429', 'test_cnd_not_match_snap', '4', '0', '0', '1', '0', '0', '138', '5381', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5382', '5382', '429', 'testbot', '4', '0', '0', '1', '0', '0', '11', '5382', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5383', '5383', '429', 'ach_resolution_test', '4', '0', '0', '1', '0', '0', '139', '5383', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5384', '5384', '429', 'test_bigtent', '4', '0', '0', '1', '0', '0', '140', '5384', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5385', '5385', '429', 'test_cnd_not_in_team', '4', '0', '0', '1', '0', '0', '141', '5385', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5386', '5386', '429', 'icecream_stand', '4', '0', '0', '1', '0', '0', '4', '5386', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5387', '5387', '429', 'test_candyfloss', '4', '0', '0', '1', '0', '0', '13', '5387', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5388', '5388', '429', 'test_cnd_not_wearing_b', '4', '0', '0', '1', '0', '0', '142', '5388', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5389', '5389', '429', 'shallow_test', '4', '0', '0', '1', '0', '0', '8', '5389', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5390', '5390', '429', 'test_cnd_not_wearing_f', '4', '0', '0', '1', '0', '0', '143', '5390', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5391', '5391', '429', 'test_builder_placeholder', '3', '0', '0', '1', '0', '0', '99', '5391', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5392', '5392', '429', 'test_cnd_not_trggrer_on', '4', '0', '0', '1', '0', '0', '144', '5392', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5393', '5393', '429', 'change_state_on_step', '4', '0', '0', '1', '0', '0', '145', '5393', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5394', '5394', '429', 'test_highscore_1', '4', '0', '0', '1', '0', '0', '146', '5394', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5395', '5395', '429', 'test_highscore_2', '4', '0', '0', '1', '0', '0', '147', '5395', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5396', '5396', '429', 'test_highscore_3', '4', '0', '0', '1', '0', '0', '148', '5396', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5397', '5397', '429', 'test_highscore_4', '4', '0', '0', '1', '0', '0', '149', '5397', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5398', '5398', '429', 'testtubetv2', '4', '0', '0', '1', '0', '0', '150', '5398', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5399', '5399', '429', 'vimeo_test', '3', '0', '0', '1', '0', '0', '99', '5399', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5400', '5400', '429', 'action_link_furni_test', '3', '0', '0', '1', '0', '0', '99', '5400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5401', '5401', '429', 'test_highscore_wins_1', '4', '0', '0', '1', '0', '0', '151', '5401', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5402', '5402', '429', 'test_highscore_wins_2', '4', '0', '0', '1', '0', '0', '152', '5402', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5403', '5403', '429', 'test_highscore_wins_3', '4', '0', '0', '1', '0', '0', '153', '5403', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5404', '5404', '429', 'test_highscore_wins_4', '4', '0', '0', '1', '0', '0', '154', '5404', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5405', '5405', '429', 'cr_tree_basic_01', '3', '0', '0', '1', '0', '0', '99', '5405', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5406', '5406', '429', 'handitem_tester', '4', '0', '0', '1', '0', '0', '3', '5406', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5407', '5407', '429', 'random_tele_1', '4', '0', '0', '1', '0', '0', '155', '5407', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5408', '5408', '429', 'builder_exp', '4', '0', '0', '1', '0', '0', '2', '5408', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5409', '5409', '429', 'cameraproto', '4', '0', '0', '1', '0', '0', '156', '5409', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5410', '5410', '429', 'test_shipside', '4', '0', '0', '1', '0', '0', '157', '5410', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5411', '5411', '429', 'lovelock_test', '4', '0', '0', '1', '0', '0', '158', '5411', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5412', '5412', '429', 'testing_crackable', '3', '0', '0', '1', '0', '0', '99', '5412', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5413', '5413', '429', 'royal_sofa', '4', '0', '0', '1', '0', '0', '7', '5413', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5414', '5414', '429', 'test_ltd_handitem', '4', '0', '0', '1', '0', '0', '18', '5414', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5415', '5415', '429', 'testing_yt', '4', '0', '0', '1', '0', '0', '159', '5415', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5416', '5416', '429', 'vote_machine', '4', '0', '0', '1', '0', '0', '160', '5416', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5417', '5417', '429', 'badge_display_case', '4', '0', '0', '1', '0', '0', '99', '5417', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5418', '5418', '429', 'testtubetv1', '4', '0', '0', '1', '0', '0', '161', '5418', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5419', '5419', '429', 'royal_chair', '4', '0', '0', '1', '0', '0', '6', '5419', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5420', '5420', '429', 'random_tele_2', '4', '0', '0', '1', '0', '0', '162', '5420', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5421', '5421', '429', 'statestoragetesting_1', '4', '0', '0', '1', '0', '0', '163', '5421', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5422', '5422', '429', 'statestoragetesting_2', '4', '0', '0', '1', '0', '0', '164', '5422', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5423', '5423', '429', 'statestoragetesting_3', '4', '0', '0', '1', '0', '0', '165', '5423', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5424', '5424', '429', 'statestoragetesting_4', '4', '0', '0', '1', '0', '0', '166', '5424', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5425', '5425', '429', 'statestoragetesting_5', '4', '0', '0', '1', '0', '0', '167', '5425', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5426', '5426', '429', 'statestoragetesting_6', '4', '0', '0', '1', '0', '0', '168', '5426', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5427', '5427', '429', 'statestoragetesting_7', '4', '0', '0', '1', '0', '0', '169', '5427', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5428', '5428', '429', 'statestoragetesting_8', '4', '0', '0', '1', '0', '0', '170', '5428', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5429', '5429', '429', 'statestoragetesting_9', '4', '0', '0', '1', '0', '0', '171', '5429', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5430', '5430', '429', 'test_cnd_not_user_count', '4', '0', '0', '1', '0', '0', '14', '5430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5431', '5431', '429', 'soundblock', '4', '0', '0', '1', '0', '0', '9', '5431', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5432', '5432', '429', 'testing_rentablespace', '3', '0', '0', '1', '0', '0', '99', '5432', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5433', '5433', '429', 'test_festhotdog', '4', '0', '0', '1', '0', '0', '17', '5433', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5434', '5434', '429', 'random_teleport', '4', '0', '0', '1', '0', '0', '5', '5434', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5435', '5435', '429', 'soundblock_breakbeat', '4', '0', '0', '1', '0', '0', '10', '5435', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5436', '5436', '429', 'stackable_water', '4', '0', '0', '1', '0', '0', '10', '5436', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5438', '5438', '65', 'wf_cnd_not_trggrer_on', '5', '0', '0', '1', '0', '0', '9', '5438', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5439', '5439', '65', 'wf_cnd_not_in_team', '5', '0', '0', '1', '0', '0', '10', '5439', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5440', '5440', '65', 'wf_cnd_not_furni_on', '5', '0', '0', '1', '0', '0', '11', '5440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5441', '5441', '65', 'wf_cnd_not_hv_avtrs', '5', '0', '0', '1', '0', '0', '12', '5441', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5442', '5442', '63', 'wf_trg_at_time_long', '6', '0', '0', '1', '0', '0', '13', '5442', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5443', '5443', '65', 'wf_cnd_not_user_count', '5', '0', '0', '1', '0', '0', '13', '5443', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5444', '5444', '255', 'wf_cnd_not_wearing_fx', '7', '0', '0', '1', '0', '0', '10', '5444', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5445', '5445', '65', 'wf_cnd_user_count_in', '5', '0', '0', '1', '0', '0', '14', '5445', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5446', '5446', '255', 'wf_cnd_not_wearing_b', '7', '0', '0', '1', '0', '0', '9', '5446', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5447', '5447', '65', 'wf_cnd_stuff_is', '5', '0', '0', '1', '0', '0', '15', '5447', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5448', '5448', '65', 'wf_cnd_not_in_group', '5', '0', '0', '1', '0', '0', '16', '5448', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5449', '5449', '65', 'wf_cnd_not_stuff_is', '5', '0', '0', '1', '0', '0', '17', '5449', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5450', '5450', '64', 'wf_act_move_furni_to', '4', '0', '0', '1', '0', '0', '18', '5450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5451', '5451', '429', 'wf_act_toggle_to_rnd', '4', '0', '0', '1', '0', '0', '175', '5451', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5452', '5452', '65', 'wf_cnd_not_match_snap', '5', '0', '0', '1', '0', '0', '18', '5452', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5455', '5455', '683', 'white_dino_egg', '5', '0', '0', '1', '0', '0', '178', '5455', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5457', '5457', '429', 'hole4', '4', '0', '0', '1', '0', '0', '180', '5457', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5458', '5458', '429', 'hole1x1test', '4', '0', '0', '1', '0', '0', '181', '5458', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5459', '5459', '429', 'teleport_random', '4', '0', '0', '1', '0', '0', '99', '5459', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5460', '5460', '429', 'teleport_random_2', '4', '0', '0', '1', '0', '0', '99', '5460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5461', '5461', '307', 'CF_5000_suitcase', '5000', '0', '0', '1', '0', '0', '40', '5461', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5462', '5462', '139', 'bc_block_0_1', '2', '0', '0', '1', '0', '0', '1', '5462', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5463', '5463', '139', 'bc_block_0_10', '2', '0', '0', '1', '0', '0', '10', '5463', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5464', '5464', '139', 'bc_block_0_11', '2', '0', '0', '1', '0', '0', '10', '5464', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5465', '5465', '139', 'bc_block_0_12', '2', '0', '0', '1', '0', '0', '11', '5465', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5466', '5466', '139', 'bc_block_0_13', '2', '0', '0', '1', '0', '0', '12', '5466', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5467', '5467', '139', 'bc_block_0_14', '2', '0', '0', '1', '0', '0', '14', '5467', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5468', '5468', '139', 'bc_block_0_2', '2', '0', '0', '1', '0', '0', '2', '5468', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5469', '5469', '139', 'bc_block_0_3', '2', '0', '0', '1', '0', '0', '3', '5469', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5470', '5470', '139', 'bc_block_0_4', '2', '0', '0', '1', '0', '0', '4', '5470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5471', '5471', '139', 'bc_block_0_5', '2', '0', '0', '1', '0', '0', '5', '5471', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5472', '5472', '139', 'bc_block_0_6', '2', '0', '0', '1', '0', '0', '6', '5472', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5473', '5473', '139', 'bc_block_0_7', '2', '0', '0', '1', '0', '0', '7', '5473', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5474', '5474', '139', 'bc_block_0_8', '2', '0', '0', '1', '0', '0', '8', '5474', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5475', '5475', '139', 'bc_block_0_9', '2', '0', '0', '1', '0', '0', '9', '5475', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5476', '5476', '140', 'bc_block_1_1', '2', '0', '0', '1', '0', '0', '99', '5476', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5477', '5477', '140', 'bc_block_1_10', '2', '0', '0', '1', '0', '0', '99', '5477', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5478', '5478', '140', 'bc_block_1_11', '2', '0', '0', '1', '0', '0', '99', '5478', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5479', '5479', '140', 'bc_block_1_12', '2', '0', '0', '1', '0', '0', '99', '5479', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5480', '5480', '140', 'bc_block_1_13', '2', '0', '0', '1', '0', '0', '99', '5480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5481', '5481', '140', 'bc_block_1_14', '2', '0', '0', '1', '0', '0', '99', '5481', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5482', '5482', '140', 'bc_block_1_2', '2', '0', '0', '1', '0', '0', '99', '5482', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5483', '5483', '140', 'bc_block_1_3', '2', '0', '0', '1', '0', '0', '99', '5483', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5484', '5484', '140', 'bc_block_1_4', '2', '0', '0', '1', '0', '0', '99', '5484', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5485', '5485', '140', 'bc_block_1_5', '2', '0', '0', '1', '0', '0', '99', '5485', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5486', '5486', '140', 'bc_block_1_6', '2', '0', '0', '1', '0', '0', '99', '5486', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5487', '5487', '140', 'bc_block_1_7', '2', '0', '0', '1', '0', '0', '99', '5487', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5488', '5488', '140', 'bc_block_1_8', '2', '0', '0', '1', '0', '0', '99', '5488', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5489', '5489', '140', 'bc_block_1_9', '2', '0', '0', '1', '0', '0', '99', '5489', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5490', '5490', '483', 'xmas13_rug', '3', '0', '0', '1', '0', '0', '20', '5490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5491', '5491', '483', 'xmas13_shelves', '4', '0', '0', '1', '0', '0', '21', '5491', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5492', '5492', '483', 'xmas13_pillar', '3', '0', '0', '1', '0', '0', '19', '5492', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5493', '5493', '483', 'xmas13_toyhorse', '10', '0', '0', '1', '0', '0', '44', '5493', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5494', '5494', '483', 'xmas13_tools1', '1', '0', '0', '1', '0', '0', '36', '5494', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5495', '5495', '483', 'xmas13_paintsplat1', '1', '0', '0', '1', '0', '0', '15', '5495', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5496', '5496', '483', 'xmas13_gingerbread', '1', '0', '0', '1', '0', '0', '10', '5496', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5497', '5497', '483', 'xmas13_light', '3', '0', '0', '1', '0', '0', '12', '5497', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5498', '5498', '483', 'xmas13_candycane1', '5', '0', '0', '1', '0', '0', '4', '5498', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5499', '5499', '483', 'xmas13_paintsplat3', '1', '0', '0', '1', '0', '0', '17', '5499', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5500', '5500', '483', 'xmas13_paintsplat4', '1', '0', '0', '1', '0', '0', '18', '5500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5501', '5501', '483', 'xmas13_paintsplat2', '1', '0', '0', '1', '0', '0', '16', '5501', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5502', '5502', '483', 'xmas13_candycane2', '3', '0', '0', '1', '0', '0', '5', '5502', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5503', '5503', '483', 'xmas13_bucket1', '2', '0', '0', '1', '0', '0', '14', '5503', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5504', '5504', '483', 'xmas13_toyblock2', '3', '0', '0', '1', '0', '0', '38', '5504', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5505', '5505', '483', 'xmas13_toyblock4', '3', '0', '0', '1', '0', '0', '40', '5505', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5506', '5506', '483', 'xmas13_toyblock3', '3', '0', '0', '1', '0', '0', '39', '5506', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5507', '5507', '483', 'xmas13_toyblock1', '3', '0', '0', '1', '0', '0', '37', '5507', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5508', '5508', '354', 'hc_exe_seccam', '3', '0', '5', '1', '0', '0', '1', '5508', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5509', '5509', '354', 'hc_exe_wrkdesk', '3', '0', '5', '1', '0', '0', '2', '5509', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5510', '5510', '354', 'hc_exe_glassdvdr', '3', '0', '5', '1', '0', '0', '3', '5510', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5511', '5511', '354', 'hc_exe_sofa', '3', '0', '5', '1', '0', '0', '4', '5511', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5512', '5512', '354', 'hc_exe_s_table', '3', '0', '5', '1', '0', '0', '5', '5512', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5513', '5513', '354', 'hc_exe_light', '3', '0', '5', '1', '0', '0', '6', '5513', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5514', '5514', '354', 'hc_exe_chair2', '3', '0', '5', '1', '0', '0', '7', '5514', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5515', '5515', '354', 'hc_exe_table', '3', '0', '5', '1', '0', '0', '8', '5515', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5516', '5516', '354', 'hc_exe_chair', '3', '0', '5', '1', '0', '0', '9', '5516', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5517', '5517', '354', 'hc_exe_elevator', '3', '0', '5', '1', '0', '0', '10', '5517', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5518', '5518', '354', 'hc_exe_cubelight', '3', '0', '5', '1', '0', '0', '11', '5518', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('5519', '5519', '683', 'mutearea_sign', '4', '0', '0', '1', '0', '0', '9', '5519', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5520', '5520', '683', 'buildarea_sign', '4', '0', '0', '1', '0', '0', '10', '5520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5521', '5521', '483', 'xmas13_mincepies', '3', '0', '0', '1', '0', '0', '14', '5521', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5522', '5522', '483', 'xmas13_eggnogbowl', '7', '0', '0', '1', '0', '0', '7', '5522', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5523', '5523', '483', 'xmas13_eggnogglass', '3', '0', '0', '1', '0', '0', '8', '5523', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5524', '5524', '483', 'xmas13_machine1', '50', '1', '5', '1', '0', '0', '45', '5524', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5525', '5525', '483', 'xmas13_jack', '2', '0', '0', '1', '0', '0', '11', '5525', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5526', '5526', '740', 'xmas13_throne', '4', '0', '0', '1', '0', '0', '12', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5527', '5527', '483', 'xmas13_toolbox', '1', '0', '0', '1', '0', '0', '35', '5527', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5528', '5528', '483', 'xmas13_workdesk', '5', '0', '0', '1', '0', '0', '3', '5528', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5529', '5529', '1200', 'xmas13_robotdino', '5', '0', '0', '1', '0', '0', '41', '5529', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5530', '5530', '238', 'gnome_box', '25', '0', '0', '1', '0', '0', '99', '5530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5531', '5531', '307', 'CF_750_duck', '750', '0', '0', '1', '0', '0', '30', '5531', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5532', '5532', '307', 'CF_350_duck', '350', '0', '0', '1', '0', '0', '18', '5532', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5533', '5533', '483', 'xmas13_terminal', '15', '0', '0', '1', '0', '0', '34', '5533', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5534', '5534', '1200', 'xmas13_icecream', '5', '0', '0', '1', '0', '0', '35', '5534', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5535', '5535', '483', 'roombg_stars', '35', '0', '0', '1', '0', '0', '41', '5535', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5536', '5536', '470', 'roombg_city1', '10', '0', '0', '1', '0', '0', '60', '5536', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5537', '5537', '470', 'roombg_city2', '10', '0', '0', '1', '0', '0', '61', '5537', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5538', '5538', '302', 'rare_chinahorse', '15', '0', '0', '1', '0', '0', '9', '5538', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5539', '5539', '146', 'bc_block_redbrick_1', '2', '0', '0', '1', '0', '0', '99', '5539', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5540', '5540', '146', 'bc_block_redbrick_10', '2', '0', '0', '1', '0', '0', '99', '5540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5541', '5541', '146', 'bc_block_redbrick_11', '2', '0', '0', '1', '0', '0', '99', '5541', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5542', '5542', '146', 'bc_block_redbrick_12', '2', '0', '0', '1', '0', '0', '99', '5542', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5543', '5543', '146', 'bc_block_redbrick_13', '2', '0', '0', '1', '0', '0', '99', '5543', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5544', '5544', '146', 'bc_block_redbrick_14', '2', '0', '0', '1', '0', '0', '99', '5544', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5545', '5545', '146', 'bc_block_redbrick_2', '2', '0', '0', '1', '0', '0', '99', '5545', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5546', '5546', '146', 'bc_block_redbrick_3', '2', '0', '0', '1', '0', '0', '99', '5546', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5547', '5547', '146', 'bc_block_redbrick_4', '2', '0', '0', '1', '0', '0', '99', '5547', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5548', '5548', '146', 'bc_block_redbrick_5', '2', '0', '0', '1', '0', '0', '99', '5548', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5549', '5549', '146', 'bc_block_redbrick_6', '2', '0', '0', '1', '0', '0', '99', '5549', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5550', '5550', '146', 'bc_block_redbrick_7', '2', '0', '0', '1', '0', '0', '99', '5550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5551', '5551', '146', 'bc_block_redbrick_8', '2', '0', '0', '1', '0', '0', '99', '5551', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5552', '5552', '146', 'bc_block_redbrick_9', '2', '0', '0', '1', '0', '0', '99', '5552', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5553', '5553', '150', 'bc_block_artdeco1_1', '2', '0', '0', '1', '0', '0', '99', '5553', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5554', '5554', '150', 'bc_block_artdeco1_2', '2', '0', '0', '1', '0', '0', '99', '5554', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5555', '5555', '150', 'bc_block_artdeco1_3', '2', '0', '0', '1', '0', '0', '99', '5555', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5556', '5556', '150', 'bc_block_artdeco1_4', '2', '0', '0', '1', '0', '0', '99', '5556', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5557', '5557', '150', 'bc_block_artdeco1_5', '2', '0', '0', '1', '0', '0', '99', '5557', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5558', '5558', '151', 'bc_block_industrial_1', '2', '0', '0', '1', '0', '0', '99', '5558', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5559', '5559', '151', 'bc_block_industrial_2', '2', '0', '0', '1', '0', '0', '99', '5559', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5560', '5560', '151', 'bc_block_industrial_3', '2', '0', '0', '1', '0', '0', '99', '5560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5561', '5561', '151', 'bc_block_industrial_4', '2', '0', '0', '1', '0', '0', '99', '5561', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5562', '5562', '151', 'bc_block_industrial_5', '2', '0', '0', '1', '0', '0', '99', '5562', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5563', '5563', '148', 'bc_lavarock_1', '2', '0', '0', '1', '0', '0', '1', '5563', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5564', '5564', '148', 'bc_lavarock_10', '2', '0', '0', '1', '0', '0', '10', '5564', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5565', '5565', '148', 'bc_lavarock_11', '2', '0', '0', '1', '0', '0', '10', '5565', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5566', '5566', '148', 'bc_lavarock_12', '2', '0', '0', '1', '0', '0', '11', '5566', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5567', '5567', '148', 'bc_lavarock_13', '2', '0', '0', '1', '0', '0', '12', '5567', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5568', '5568', '148', 'bc_lavarock_14', '2', '0', '0', '1', '0', '0', '14', '5568', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5569', '5569', '148', 'bc_lavarock_2', '2', '0', '0', '1', '0', '0', '2', '5569', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5570', '5570', '148', 'bc_lavarock_3', '2', '0', '0', '1', '0', '0', '3', '5570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5571', '5571', '148', 'bc_lavarock_4', '2', '0', '0', '1', '0', '0', '4', '5571', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5572', '5572', '148', 'bc_lavarock_5', '2', '0', '0', '1', '0', '0', '5', '5572', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5573', '5573', '148', 'bc_lavarock_6', '2', '0', '0', '1', '0', '0', '6', '5573', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5574', '5574', '148', 'bc_lavarock_7', '2', '0', '0', '1', '0', '0', '7', '5574', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5575', '5575', '148', 'bc_lavarock_8', '2', '0', '0', '1', '0', '0', '8', '5575', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5576', '5576', '148', 'bc_lavarock_9', '2', '0', '0', '1', '0', '0', '9', '5576', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5577', '5577', '153', 'bc_block_metalgrip_1', '2', '0', '0', '1', '0', '0', '99', '5577', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5578', '5578', '153', 'bc_block_metalgrip_2', '2', '0', '0', '1', '0', '0', '99', '5578', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5579', '5579', '153', 'bc_block_metalgrip_3', '2', '0', '0', '1', '0', '0', '99', '5579', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5580', '5580', '153', 'bc_block_metalgrip_4', '2', '0', '0', '1', '0', '0', '99', '5580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5581', '5581', '153', 'bc_block_metalgrip_5', '2', '0', '0', '1', '0', '0', '99', '5581', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5582', '5582', '157', 'bc_block_grass_1', '2', '0', '0', '1', '0', '0', '1', '5582', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5583', '5583', '157', 'bc_block_grass_2', '2', '0', '0', '1', '0', '0', '2', '5583', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5584', '5584', '157', 'bc_block_grass_3', '2', '0', '0', '1', '0', '0', '3', '5584', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5585', '5585', '157', 'bc_block_grass_4', '2', '0', '0', '1', '0', '0', '4', '5585', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5586', '5586', '157', 'bc_block_grass_5', '2', '0', '0', '1', '0', '0', '5', '5586', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5587', '5587', '157', 'bc_block_grass_6', '2', '0', '0', '1', '0', '0', '6', '5587', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5588', '5588', '157', 'bc_block_grass_7', '2', '0', '0', '1', '0', '0', '7', '5588', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5589', '5589', '149', 'bc_block_marble_1', '2', '0', '0', '1', '0', '0', '99', '5589', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5590', '5590', '149', 'bc_block_marble_10', '2', '0', '0', '1', '0', '0', '99', '5590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5591', '5591', '149', 'bc_block_marble_11', '2', '0', '0', '1', '0', '0', '99', '5591', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5592', '5592', '149', 'bc_block_marble_12', '2', '0', '0', '1', '0', '0', '99', '5592', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5593', '5593', '149', 'bc_block_marble_13', '2', '0', '0', '1', '0', '0', '99', '5593', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5594', '5594', '149', 'bc_block_marble_14', '2', '0', '0', '1', '0', '0', '99', '5594', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5595', '5595', '149', 'bc_block_marble_2', '2', '0', '0', '1', '0', '0', '99', '5595', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5596', '5596', '149', 'bc_block_marble_3', '2', '0', '0', '1', '0', '0', '99', '5596', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5597', '5597', '149', 'bc_block_marble_4', '2', '0', '0', '1', '0', '0', '99', '5597', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5598', '5598', '149', 'bc_block_marble_5', '2', '0', '0', '1', '0', '0', '99', '5598', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5599', '5599', '149', 'bc_block_marble_6', '2', '0', '0', '1', '0', '0', '99', '5599', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5600', '5600', '149', 'bc_block_marble_7', '2', '0', '0', '1', '0', '0', '99', '5600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5601', '5601', '149', 'bc_block_marble_8', '2', '0', '0', '1', '0', '0', '99', '5601', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5602', '5602', '149', 'bc_block_marble_9', '2', '0', '0', '1', '0', '0', '99', '5602', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5603', '5603', '152', 'bc_block_sand_1', '2', '0', '0', '1', '0', '0', '1', '5603', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5604', '5604', '152', 'bc_block_sand_2', '2', '0', '0', '1', '0', '0', '2', '5604', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5605', '5605', '152', 'bc_block_sand_3', '2', '0', '0', '1', '0', '0', '3', '5605', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5606', '5606', '152', 'bc_block_sand_4', '2', '0', '0', '1', '0', '0', '4', '5606', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5607', '5607', '152', 'bc_block_sand_5', '2', '0', '0', '1', '0', '0', '5', '5607', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5608', '5608', '152', 'bc_block_sand_6', '2', '0', '0', '1', '0', '0', '6', '5608', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5609', '5609', '152', 'bc_block_sand_7', '2', '0', '0', '1', '0', '0', '7', '5609', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5610', '5610', '147', 'bc_block_glass_1', '2', '0', '0', '1', '0', '0', '1', '5610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5611', '5611', '147', 'bc_block_glass_10', '2', '0', '0', '1', '0', '0', '10', '5611', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5612', '5612', '147', 'bc_block_glass_11', '2', '0', '0', '1', '0', '0', '10', '5612', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5613', '5613', '147', 'bc_block_glass_12', '2', '0', '0', '1', '0', '0', '11', '5613', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5614', '5614', '147', 'bc_block_glass_13', '2', '0', '0', '1', '0', '0', '12', '5614', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5615', '5615', '147', 'bc_block_glass_14', '2', '0', '0', '1', '0', '0', '14', '5615', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5616', '5616', '147', 'bc_block_glass_2', '2', '0', '0', '1', '0', '0', '2', '5616', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5617', '5617', '147', 'bc_block_glass_3', '2', '0', '0', '1', '0', '0', '3', '5617', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5618', '5618', '147', 'bc_block_glass_4', '2', '0', '0', '1', '0', '0', '4', '5618', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5619', '5619', '147', 'bc_block_glass_5', '2', '0', '0', '1', '0', '0', '5', '5619', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5620', '5620', '147', 'bc_block_glass_6', '2', '0', '0', '1', '0', '0', '6', '5620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5621', '5621', '147', 'bc_block_glass_7', '2', '0', '0', '1', '0', '0', '7', '5621', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5622', '5622', '147', 'bc_block_glass_8', '2', '0', '0', '1', '0', '0', '8', '5622', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5623', '5623', '147', 'bc_block_glass_9', '2', '0', '0', '1', '0', '0', '9', '5623', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5624', '5624', '138', 'bc_round_1', '2', '0', '0', '1', '0', '0', '99', '5624', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5625', '5625', '138', 'bc_round_10', '2', '0', '0', '1', '0', '0', '99', '5625', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5626', '5626', '138', 'bc_round_11', '2', '0', '0', '1', '0', '0', '99', '5626', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5627', '5627', '138', 'bc_round_12', '2', '0', '0', '1', '0', '0', '99', '5627', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5628', '5628', '138', 'bc_round_13', '2', '0', '0', '1', '0', '0', '99', '5628', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5629', '5629', '138', 'bc_round_14', '2', '0', '0', '1', '0', '0', '99', '5629', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5630', '5630', '138', 'bc_round_2', '2', '0', '0', '1', '0', '0', '99', '5630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5631', '5631', '138', 'bc_round_3', '2', '0', '0', '1', '0', '0', '99', '5631', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5632', '5632', '138', 'bc_round_4', '2', '0', '0', '1', '0', '0', '99', '5632', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5633', '5633', '138', 'bc_round_5', '2', '0', '0', '1', '0', '0', '99', '5633', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5634', '5634', '138', 'bc_round_6', '2', '0', '0', '1', '0', '0', '99', '5634', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5635', '5635', '138', 'bc_round_7', '2', '0', '0', '1', '0', '0', '99', '5635', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5636', '5636', '138', 'bc_round_8', '2', '0', '0', '1', '0', '0', '99', '5636', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5637', '5637', '138', 'bc_round_9', '2', '0', '0', '1', '0', '0', '99', '5637', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5638', '5638', '156', 'bc_block_wool_1', '2', '0', '0', '1', '0', '0', '99', '5638', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5639', '5639', '156', 'bc_block_wool_10', '2', '0', '0', '1', '0', '0', '99', '5639', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5640', '5640', '156', 'bc_block_wool_11', '2', '0', '0', '1', '0', '0', '99', '5640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5641', '5641', '156', 'bc_block_wool_12', '2', '0', '0', '1', '0', '0', '99', '5641', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5642', '5642', '156', 'bc_block_wool_13', '2', '0', '0', '1', '0', '0', '99', '5642', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5643', '5643', '156', 'bc_block_wool_14', '2', '0', '0', '1', '0', '0', '99', '5643', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5644', '5644', '156', 'bc_block_wool_2', '2', '0', '0', '1', '0', '0', '99', '5644', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5645', '5645', '156', 'bc_block_wool_3', '2', '0', '0', '1', '0', '0', '99', '5645', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5646', '5646', '156', 'bc_block_wool_4', '2', '0', '0', '1', '0', '0', '99', '5646', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5647', '5647', '156', 'bc_block_wool_5', '2', '0', '0', '1', '0', '0', '99', '5647', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5648', '5648', '156', 'bc_block_wool_6', '2', '0', '0', '1', '0', '0', '99', '5648', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5649', '5649', '156', 'bc_block_wool_7', '2', '0', '0', '1', '0', '0', '99', '5649', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5650', '5650', '156', 'bc_block_wool_8', '2', '0', '0', '1', '0', '0', '99', '5650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5651', '5651', '156', 'bc_block_wool_9', '2', '0', '0', '1', '0', '0', '99', '5651', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5652', '5652', '155', 'bc_stone_1', '2', '0', '0', '1', '0', '0', '1', '5652', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5653', '5653', '155', 'bc_stone_10', '2', '0', '0', '1', '0', '0', '10', '5653', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5654', '5654', '155', 'bc_stone_11', '2', '0', '0', '1', '0', '0', '10', '5654', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5655', '5655', '155', 'bc_stone_12', '2', '0', '0', '1', '0', '0', '11', '5655', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5656', '5656', '155', 'bc_stone_13', '2', '0', '0', '1', '0', '0', '12', '5656', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5657', '5657', '155', 'bc_stone_14', '2', '0', '0', '1', '0', '0', '14', '5657', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5658', '5658', '155', 'bc_stone_2', '2', '0', '0', '1', '0', '0', '2', '5658', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5659', '5659', '155', 'bc_stone_3', '2', '0', '0', '1', '0', '0', '3', '5659', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5660', '5660', '155', 'bc_stone_4', '2', '0', '0', '1', '0', '0', '4', '5660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5661', '5661', '155', 'bc_stone_5', '2', '0', '0', '1', '0', '0', '5', '5661', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5662', '5662', '155', 'bc_stone_6', '2', '0', '0', '1', '0', '0', '6', '5662', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5663', '5663', '155', 'bc_stone_7', '2', '0', '0', '1', '0', '0', '7', '5663', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5664', '5664', '155', 'bc_stone_8', '2', '0', '0', '1', '0', '0', '8', '5664', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5665', '5665', '155', 'bc_stone_9', '2', '0', '0', '1', '0', '0', '9', '5665', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5666', '5666', '154', 'bc_metalcrate_1', '2', '0', '0', '1', '0', '0', '1', '5666', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5667', '5667', '154', 'bc_metalcrate_10', '2', '0', '0', '1', '0', '0', '10', '5667', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5668', '5668', '154', 'bc_metalcrate_11', '2', '0', '0', '1', '0', '0', '10', '5668', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5669', '5669', '154', 'bc_metalcrate_12', '2', '0', '0', '1', '0', '0', '11', '5669', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5670', '5670', '154', 'bc_metalcrate_13', '2', '0', '0', '1', '0', '0', '12', '5670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5671', '5671', '154', 'bc_metalcrate_14', '2', '0', '0', '1', '0', '0', '14', '5671', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5672', '5672', '154', 'bc_metalcrate_2', '2', '0', '0', '1', '0', '0', '2', '5672', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5673', '5673', '154', 'bc_metalcrate_3', '2', '0', '0', '1', '0', '0', '3', '5673', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5674', '5674', '154', 'bc_metalcrate_4', '2', '0', '0', '1', '0', '0', '4', '5674', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5675', '5675', '154', 'bc_metalcrate_5', '2', '0', '0', '1', '0', '0', '5', '5675', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5676', '5676', '154', 'bc_metalcrate_6', '2', '0', '0', '1', '0', '0', '6', '5676', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5677', '5677', '154', 'bc_metalcrate_7', '2', '0', '0', '1', '0', '0', '7', '5677', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5678', '5678', '154', 'bc_metalcrate_8', '2', '0', '0', '1', '0', '0', '8', '5678', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5679', '5679', '154', 'bc_metalcrate_9', '2', '0', '0', '1', '0', '0', '9', '5679', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5680', '5680', '302', 'china_horse', '10', '0', '0', '1', '0', '0', '22', '5680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5681', '5681', '737', 'prizetrophy_storieshero', '3', '0', '0', '1', '0', '0', '6', '5681', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5682', '5682', '312', 'book_rare_0', '10', '0', '0', '1', '0', '0', '0', '5682', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5683', '5683', '312', 'book_rare_1', '10', '0', '0', '1', '0', '0', '1', '5683', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5684', '5684', '312', 'book_rare_2', '10', '0', '0', '1', '0', '0', '2', '5684', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5685', '5685', '312', 'book_rare_3', '10', '0', '0', '1', '0', '0', '3', '5685', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5686', '5686', '312', 'book_rare_4', '10', '0', '0', '1', '0', '0', '4', '5686', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5687', '5687', '312', 'book_rare_5', '10', '0', '0', '1', '0', '0', '5', '5687', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5688', '5688', '312', 'book_rare_6', '10', '0', '0', '1', '0', '0', '6', '5688', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5689', '5689', '312', 'book_rare_7', '10', '0', '0', '1', '0', '0', '7', '5689', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5690', '5690', '312', 'book_rare_8', '10', '0', '0', '1', '0', '0', '8', '5690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5691', '5691', '312', 'book_rare_9', '10', '0', '0', '1', '0', '0', '9', '5691', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5692', '5692', '299', 'val14_bench', '3', '0', '0', '1', '0', '0', '5', '5692', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5693', '5693', '299', 'val14_table', '3', '0', '0', '1', '0', '0', '3', '5693', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5694', '5694', '299', 'val14_rosebook', '25', '0', '0', '1', '0', '0', '29', '5694', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5695', '5695', '299', 'val14_stool', '2', '0', '0', '1', '0', '0', '4', '5695', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5696', '5696', '299', 'val14_bed_g', '3', '0', '0', '1', '0', '0', '-19', '5696', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5697', '5697', '299', 'val14_b_roof', '3', '0', '0', '1', '0', '0', '-17', '5697', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5698', '5698', '299', 'val14_gate', '3', '0', '0', '1', '0', '0', '8', '5698', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5699', '5699', '299', 'val14_tile2', '1', '0', '0', '1', '0', '0', '-10', '5699', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5700', '5700', '299', 'val14_bed_o', '3', '0', '0', '1', '0', '0', '-18', '5700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5701', '5701', '299', 'val14_wchair', '50', '1', '5', '1', '0', '0', '31', '5701', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5702', '5702', '299', 'val14_tile3', '1', '0', '0', '1', '0', '0', '-9', '5702', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5703', '5703', '299', 'val14_g_roof', '3', '0', '0', '1', '0', '0', '-16', '5703', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5704', '5704', '299', 'val14_bigplant1', '3', '0', '0', '1', '0', '0', '6', '5704', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5705', '5705', '299', 'val14_pot1', '2', '0', '0', '1', '0', '0', '21', '5705', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5706', '5706', '299', 'val14_fbath', '2', '0', '0', '1', '0', '0', '11', '5706', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5707', '5707', '299', 'val14_largetile', '3', '0', '0', '1', '0', '0', '17', '5707', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5708', '5708', '299', 'val14_tile1', '1', '0', '0', '1', '0', '0', '-11', '5708', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5709', '5709', '299', 'val14_y_roof', '3', '0', '0', '1', '0', '0', '-15', '5709', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5710', '5710', '299', 'val14_archway', '4', '0', '0', '1', '0', '0', '1', '5710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5711', '5711', '299', 'val14_door', '5', '0', '0', '1', '0', '0', '10', '5711', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5712', '5712', '299', 'val14_recchair', '4', '0', '0', '1', '0', '0', '22', '5712', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5713', '5713', '299', 'val14_bed_b', '3', '0', '0', '1', '0', '0', '-20', '5713', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5714', '5714', '299', 'val14_bigplant2', '3', '0', '0', '1', '0', '0', '7', '5714', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5715', '5715', '299', 'val14_b_wall', '5', '0', '0', '1', '0', '0', '-14', '5715', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5716', '5716', '299', 'val14_g_wall', '5', '0', '0', '1', '0', '0', '-13', '5716', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5717', '5717', '299', 'val14_y_wall', '5', '0', '0', '1', '0', '0', '-12', '5717', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5718', '5718', '299', 'val14_lovelock1', '7', '0', '0', '1', '0', '0', '19', '5718', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5719', '5719', '299', 'val14_lovelock2', '7', '0', '0', '1', '0', '0', '20', '5719', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5720', '5720', '736', 'prizetrophy_room2_g', '12', '0', '0', '1', '0', '0', '7', '5720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5721', '5721', '736', 'prizetrophy_room2_s', '10', '0', '0', '1', '0', '0', '8', '5721', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5722', '5722', '736', 'prizetrophy_room2_b', '8', '0', '0', '1', '0', '0', '9', '5722', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5723', '5723', '736', 'prizetrophy_hotel1_g', '12', '0', '0', '1', '0', '0', '10', '5723', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5724', '5724', '736', 'prizetrophy_hotel1_s', '10', '0', '0', '1', '0', '0', '11', '5724', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5725', '5725', '736', 'prizetrophy_hotel1_b', '8', '0', '0', '1', '0', '0', '12', '5725', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5726', '5726', '601', 'rare_pbag_7', '5', '0', '0', '1', '0', '0', '0', '5726', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5727', '5727', '601', 'rare_pbag_1', '5', '0', '0', '1', '0', '0', '1', '5727', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5728', '5728', '601', 'rare_pbag_2', '5', '0', '0', '1', '0', '0', '2', '5728', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5729', '5729', '601', 'rare_pbag_3', '5', '0', '0', '1', '0', '0', '3', '5729', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5730', '5730', '601', 'rare_pbag_4', '5', '0', '0', '1', '0', '0', '4', '5730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5731', '5731', '601', 'rare_pbag_5', '5', '0', '0', '1', '0', '0', '5', '5731', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5732', '5732', '601', 'rare_pbag_6', '5', '0', '0', '1', '0', '0', '6', '5732', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5733', '5733', '1201', 'br_phoenix', '25', '0', '0', '1', '0', '0', '30', '5733', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5734', '5734', '299', 'val14_lamp', '25', '1', '5', '1', '0', '0', '30', '5734', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5735', '5735', '506', 'stories_shakespeare_tree', '5', '0', '0', '1', '0', '0', '20', '5735', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5736', '5736', '506', 'stories_shakespeare_swing', '5', '0', '0', '1', '0', '0', '19', '5736', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5737', '5737', '506', 'stories_shakespeare_bench', '3', '0', '0', '1', '0', '0', '17', '5737', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5738', '5738', '506', 'stories_shakespeare_fairy', '8', '0', '0', '1', '0', '0', '18', '5738', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5739', '5739', '697', 'hlympic_bear', '15', '0', '0', '1', '0', '0', '196', '5739', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5740', '5740', '299', 'val14_fountain', '50', '1', '5', '1', '0', '0', '32', '5740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5741', '5741', '1202', 'portabandeira', '4', '0', '0', '1', '0', '0', '49', '5741', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5742', '5742', '299', 'val14_lovelock3', '100', '1', '5', '1', '0', '0', '33', '5742', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5743', '5743', '53', 'runway_camera', '10', '0', '0', '1', '0', '0', '35', '5743', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5744', '5744', '528', 'ads_nick_geyeser', '4', '0', '0', '1', '0', '0', '99', '5744', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5745', '5745', '528', 'ads_nick_faketile', '4', '0', '0', '1', '0', '0', '99', '5745', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5746', '5746', '53', 'runway_hangingb', '3', '0', '0', '1', '0', '0', '20', '5746', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5747', '5747', '53', 'runway_umbrellalight', '4', '0', '0', '1', '0', '0', '29', '5747', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5748', '5748', '53', 'runway_fan', '5', '0', '0', '1', '0', '0', '19', '5748', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5749', '5749', '53', 'runway_changing', '5', '0', '0', '1', '0', '0', '13', '5749', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5750', '5750', '1201', 'rare_sage', '15', '0', '0', '1', '0', '0', '40', '5750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5751', '5751', '53', 'runway_oldecamera', '25', '0', '0', '1', '0', '0', '37', '5751', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5752', '5752', '53', 'runway_changingrare', '25', '0', '0', '1', '0', '0', '36', '5752', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5753', '5753', '1201', 'rare_stpat14', '25', '0', '0', '1', '0', '0', '41', '5753', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5754', '5754', '115', 'nest_leprechaun', '3', '0', '0', '1', '0', '0', '99', '5754', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5755', '5755', '115', 'nest_gnome', '2', '0', '0', '1', '0', '0', '7', '5755', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5756', '5756', '426', 'leprechaun_box', '25', '0', '0', '1', '0', '0', '1', '5756', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5757', '5757', '632', 'newbie_stairs_pink', '4', '0', '0', '1', '0', '0', '183', '5757', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5758', '5758', '632', 'newbie_stairs_black', '4', '0', '0', '1', '0', '0', '184', '5758', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5759', '5759', '683', 'newbie_present_2014', '7', '0', '0', '1', '0', '0', '13', '5759', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5760', '5760', '632', 'newbie_eleblock5', '4', '0', '0', '1', '0', '0', '185', '5760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5761', '5761', '632', 'newbie_eleblock1', '4', '0', '0', '1', '0', '0', '186', '5761', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5762', '5762', '506', 'stories_sch_book', '2', '0', '0', '1', '0', '0', '12', '5762', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5763', '5763', '506', 'stories_sch_hourglass', '7', '0', '0', '1', '0', '0', '16', '5763', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5764', '5764', '740', 'LTD_fashionistam', '4', '0', '0', '1', '0', '0', '4', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5765', '5765', '740', 'LTD_fashionistaf', '4', '0', '0', '1', '0', '0', '3', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5766', '5766', '429', 'effect_faketile', '4', '0', '0', '1', '0', '0', '187', '5766', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5767', '5767', '143', 'bc_block_water_1', '2', '0', '0', '1', '0', '0', '1', '5767', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5768', '5768', '143', 'bc_block_water_2', '2', '0', '0', '1', '0', '0', '2', '5768', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5769', '5769', '143', 'bc_block_water_3', '2', '0', '0', '1', '0', '0', '3', '5769', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5770', '5770', '143', 'bc_block_water_4', '2', '0', '0', '1', '0', '0', '4', '5770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5771', '5771', '143', 'bc_block_water_5', '2', '0', '0', '1', '0', '0', '5', '5771', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5772', '5772', '143', 'bc_block_water_6', '2', '0', '0', '1', '0', '0', '6', '5772', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5773', '5773', '141', 'bc_tile_1', '2', '0', '0', '1', '0', '0', '1', '5773', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5774', '5774', '141', 'bc_tile_10', '2', '0', '0', '1', '0', '0', '10', '5774', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5775', '5775', '141', 'bc_tile_11', '2', '0', '0', '1', '0', '0', '10', '5775', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5776', '5776', '141', 'bc_tile_12', '2', '0', '0', '1', '0', '0', '11', '5776', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5777', '5777', '141', 'bc_tile_13', '2', '0', '0', '1', '0', '0', '12', '5777', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5778', '5778', '141', 'bc_tile_14', '2', '0', '0', '1', '0', '0', '14', '5778', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5779', '5779', '141', 'bc_tile_2', '2', '0', '0', '1', '0', '0', '2', '5779', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5780', '5780', '141', 'bc_tile_3', '2', '0', '0', '1', '0', '0', '3', '5780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5781', '5781', '141', 'bc_tile_4', '2', '0', '0', '1', '0', '0', '4', '5781', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5782', '5782', '141', 'bc_tile_5', '2', '0', '0', '1', '0', '0', '5', '5782', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5783', '5783', '141', 'bc_tile_6', '2', '0', '0', '1', '0', '0', '6', '5783', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5784', '5784', '141', 'bc_tile_7', '2', '0', '0', '1', '0', '0', '7', '5784', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5785', '5785', '141', 'bc_tile_8', '2', '0', '0', '1', '0', '0', '8', '5785', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5786', '5786', '141', 'bc_tile_9', '2', '0', '0', '1', '0', '0', '9', '5786', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5787', '5787', '145', 'bc_terra_1', '2', '0', '0', '1', '0', '0', '1', '5787', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5788', '5788', '145', 'bc_terra_10', '2', '0', '0', '1', '0', '0', '10', '5788', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5789', '5789', '145', 'bc_terra_11', '2', '0', '0', '1', '0', '0', '10', '5789', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5790', '5790', '145', 'bc_terra_12', '2', '0', '0', '1', '0', '0', '11', '5790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5791', '5791', '145', 'bc_terra_13', '2', '0', '0', '1', '0', '0', '12', '5791', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5792', '5792', '145', 'bc_terra_14', '2', '0', '0', '1', '0', '0', '14', '5792', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5793', '5793', '145', 'bc_terra_2', '2', '0', '0', '1', '0', '0', '2', '5793', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5794', '5794', '145', 'bc_terra_3', '2', '0', '0', '1', '0', '0', '3', '5794', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5795', '5795', '145', 'bc_terra_4', '2', '0', '0', '1', '0', '0', '4', '5795', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5796', '5796', '145', 'bc_terra_5', '2', '0', '0', '1', '0', '0', '5', '5796', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5797', '5797', '145', 'bc_terra_6', '2', '0', '0', '1', '0', '0', '6', '5797', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5798', '5798', '145', 'bc_terra_7', '2', '0', '0', '1', '0', '0', '7', '5798', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5799', '5799', '145', 'bc_terra_8', '2', '0', '0', '1', '0', '0', '8', '5799', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5800', '5800', '145', 'bc_terra_9', '2', '0', '0', '1', '0', '0', '9', '5800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5801', '5801', '142', 'bc_flowerhedge_1', '2', '0', '0', '1', '0', '0', '99', '5801', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5802', '5802', '142', 'bc_flowerhedge_10', '2', '0', '0', '1', '0', '0', '99', '5802', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5803', '5803', '142', 'bc_flowerhedge_11', '2', '0', '0', '1', '0', '0', '99', '5803', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5804', '5804', '142', 'bc_flowerhedge_12', '2', '0', '0', '1', '0', '0', '99', '5804', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5805', '5805', '142', 'bc_flowerhedge_13', '2', '0', '0', '1', '0', '0', '99', '5805', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5806', '5806', '142', 'bc_flowerhedge_14', '2', '0', '0', '1', '0', '0', '99', '5806', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5807', '5807', '142', 'bc_flowerhedge_2', '2', '0', '0', '1', '0', '0', '99', '5807', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5808', '5808', '142', 'bc_flowerhedge_3', '2', '0', '0', '1', '0', '0', '99', '5808', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5809', '5809', '142', 'bc_flowerhedge_4', '2', '0', '0', '1', '0', '0', '99', '5809', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5810', '5810', '142', 'bc_flowerhedge_5', '2', '0', '0', '1', '0', '0', '99', '5810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5811', '5811', '142', 'bc_flowerhedge_6', '2', '0', '0', '1', '0', '0', '99', '5811', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5812', '5812', '142', 'bc_flowerhedge_7', '2', '0', '0', '1', '0', '0', '99', '5812', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5813', '5813', '142', 'bc_flowerhedge_8', '2', '0', '0', '1', '0', '0', '99', '5813', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5814', '5814', '142', 'bc_flowerhedge_9', '2', '0', '0', '1', '0', '0', '99', '5814', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5815', '5815', '506', 'stories_sch_chair', '10', '0', '0', '1', '0', '0', '14', '5815', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5816', '5816', '506', 'stories_sch_bookshelf', '5', '0', '0', '1', '0', '0', '13', '5816', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5817', '5817', '381', 'easter14_chocchestrare', '15', '0', '0', '1', '0', '0', '49', '5817', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5818', '5818', '429', 'free_placement_room', '4', '0', '0', '1', '0', '0', '188', '5818', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('5819', '5819', '381', 'easter14_plant', '2', '0', '0', '1', '0', '0', '35', '5819', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5820', '5820', '381', 'easter14_elecdivdr', '3', '0', '0', '1', '0', '0', '15', '5820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5821', '5821', '381', 'easter14_jar', '1', '0', '0', '1', '0', '0', '30', '5821', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5822', '5822', '381', 'easter14_pillar', '5', '0', '0', '1', '0', '0', '34', '5822', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5823', '5823', '381', 'easter14_block3', '2', '0', '0', '1', '0', '0', '3', '5823', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5824', '5824', '381', 'easter14_block1', '3', '0', '0', '1', '0', '0', '1', '5824', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5825', '5825', '381', 'easter14_metalfloor', '4', '0', '0', '1', '0', '0', '32', '5825', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5826', '5826', '381', 'easter14_lamp', '3', '0', '0', '1', '0', '0', '31', '5826', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5827', '5827', '381', 'easter14_roombg', '15', '0', '0', '1', '0', '0', '36', '5827', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5828', '5828', '381', 'easter14_corner', '3', '0', '0', '1', '0', '0', '9', '5828', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5829', '5829', '381', 'easter14_captainchr', '6', '0', '0', '1', '0', '0', '6', '5829', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5830', '5830', '381', 'easter14_flower', '3', '0', '0', '1', '0', '0', '16', '5830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5831', '5831', '381', 'easter14_palmtree', '4', '0', '0', '1', '0', '0', '33', '5831', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5832', '5832', '381', 'easter14_teleport', '7', '0', '0', '1', '0', '0', '43', '5832', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5833', '5833', '381', 'easter14_eggplant', '3', '0', '0', '1', '0', '0', '12', '5833', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5834', '5834', '381', 'easter14_gate', '6', '0', '0', '1', '0', '0', '11', '5834', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5835', '5835', '381', 'easter14_divider', '3', '0', '0', '1', '0', '0', '10', '5835', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5836', '5836', '381', 'easter14_block2', '3', '0', '0', '1', '0', '0', '2', '5836', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5837', '5837', '381', 'easter14_block4', '2', '0', '0', '1', '0', '0', '4', '5837', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5838', '5838', '381', 'easter14_techtreebrkn', '3', '0', '0', '1', '0', '0', '42', '5838', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5839', '5839', '381', 'easter14_sandfloor', '4', '0', '0', '1', '0', '0', '37', '5839', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5840', '5840', '381', 'easter14_chair', '4', '0', '0', '1', '0', '0', '7', '5840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5841', '5841', '381', 'easter14_grasspatch', '4', '0', '0', '1', '0', '0', '18', '5841', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5842', '5842', '381', 'easter14_techstump', '2', '0', '0', '1', '0', '0', '41', '5842', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5843', '5843', '381', 'easter14_table', '4', '0', '0', '1', '0', '0', '40', '5843', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5844', '5844', '381', 'easter14_effectgiver', '8', '0', '0', '1', '0', '0', '13', '5844', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5845', '5845', '381', 'easter14_eleccrn', '3', '0', '0', '1', '0', '0', '14', '5845', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5846', '5846', '381', 'easter14_screen', '15', '0', '0', '1', '0', '0', '48', '5846', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5847', '5847', '381', 'easter14_statue', '25', '1', '5', '1', '0', '0', '51', '5847', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5848', '5848', '381', 'easter14_bunnysphinx', '25', '1', '5', '1', '0', '0', '50', '5848', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5849', '5849', '381', 'easter14_eggstar', '25', '1', '5', '1', '0', '0', '52', '5849', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5850', '5850', '740', 'ltd_habberge3', '3', '0', '0', '1', '0', '0', '7', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5851', '5851', '740', 'ltd_habberge2', '3', '0', '0', '1', '0', '0', '6', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5852', '5852', '740', 'ltd_habberge4', '5', '0', '0', '1', '0', '0', '7', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5853', '5853', '740', 'ltd_habberge5', '4', '0', '0', '1', '0', '0', '8', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5854', '5854', '255', 'wf_act_mute_triggerer', '7', '0', '0', '1', '0', '0', '5', '5854', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5855', '5855', '740', 'ltd_habberge1', '3', '0', '0', '1', '0', '0', '5', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5856', '5856', '1201', 'easter14_habberge6', '200', '0', '0', '1', '0', '0', '32', '5856', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5857', '5857', '506', 'stories_oldmusic_neon', '5', '0', '0', '1', '0', '0', '10', '5857', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5858', '5858', '506', 'stories_oldmusic_vinyl', '4', '0', '0', '1', '0', '0', '11', '5858', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5859', '5859', '506', 'stories_oldmusic_guitarcase', '7', '0', '0', '1', '0', '0', '8', '5859', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5860', '5860', '506', 'stories_oldmusic_mike', '3', '0', '0', '1', '0', '0', '9', '5860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5861', '5861', '255', 'wf_cnd_date_rng_active', '7', '0', '0', '1', '0', '0', '8', '5861', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5862', '5862', '1201', 'rare_venusstatue', '20', '0', '0', '1', '0', '0', '42', '5862', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5863', '5863', '163', 'guild_forum', '15', '0', '0', '1', '0', '0', '99', '5863', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5864', '5864', '110', 'vikings_table_r', '6', '0', '0', '1', '0', '0', '33', '5864', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5865', '5865', '110', 'vikings_chair_g', '5', '0', '0', '1', '0', '0', '8', '5865', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5866', '5866', '110', 'vikings_torch', '6', '0', '0', '1', '0', '0', '37', '5866', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5867', '5867', '110', 'vikings_bed', '13', '0', '0', '1', '0', '0', '7', '5867', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5868', '5868', '110', 'vikings_house', '3', '0', '0', '1', '0', '0', '19', '5868', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5869', '5869', '110', 'vikings_spike', '4', '0', '0', '1', '0', '0', '26', '5869', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5870', '5870', '110', 'vikings_wooddivdr', '4', '0', '0', '1', '0', '0', '44', '5870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5871', '5871', '110', 'vikings_floor', '4', '0', '0', '1', '0', '0', '13', '5871', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5872', '5872', '110', 'vikings_woodgate', '6', '0', '0', '1', '0', '0', '45', '5872', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5873', '5873', '110', 'vikings_flag_r', '7', '0', '0', '1', '0', '0', '12', '5873', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5874', '5874', '110', 'vikings_stonecrn', '3', '0', '0', '1', '0', '0', '27', '5874', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5875', '5875', '110', 'vikings_animal_r', '8', '0', '0', '1', '0', '0', '2', '5875', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5876', '5876', '110', 'vikings_basket1', '1', '0', '0', '1', '0', '0', '5', '5876', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5877', '5877', '110', 'vikings_stonedivdr', '4', '0', '0', '1', '0', '0', '28', '5877', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5878', '5878', '110', 'vikings_outdoorstove', '7', '0', '0', '1', '0', '0', '21', '5878', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5879', '5879', '110', 'vikings_weapon', '6', '0', '0', '1', '0', '0', '42', '5879', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5880', '5880', '110', 'vikings_animal_g', '8', '0', '0', '1', '0', '0', '1', '5880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5881', '5881', '110', 'vikings_indoorstove', '7', '0', '0', '1', '0', '0', '20', '5881', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5882', '5882', '110', 'vikings_roof_r', '3', '0', '0', '1', '0', '0', '24', '5882', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5883', '5883', '110', 'vikings_gondola1', '6', '0', '0', '1', '0', '0', '14', '5883', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5884', '5884', '110', 'vikings_basket2', '1', '0', '0', '1', '0', '0', '6', '5884', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5885', '5885', '110', 'vikings_table_g', '6', '0', '0', '1', '0', '0', '32', '5885', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5886', '5886', '110', 'vikings_gondola2b', '4', '0', '0', '1', '0', '0', '16', '5886', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5887', '5887', '110', 'vikings_woodcrn', '3', '0', '0', '1', '0', '0', '43', '5887', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5888', '5888', '110', 'vikings_gondola3', '6', '0', '0', '1', '0', '0', '18', '5888', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5889', '5889', '110', 'vikings_teleport', '8', '0', '0', '1', '0', '0', '34', '5889', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5890', '5890', '110', 'vikings_flag_g', '7', '0', '0', '1', '0', '0', '11', '5890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5891', '5891', '110', 'vikings_gondola2c', '4', '0', '0', '1', '0', '0', '17', '5891', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5892', '5892', '110', 'vikings_roof_g', '3', '0', '0', '1', '0', '0', '23', '5892', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5893', '5893', '110', 'vikings_chair_r', '5', '0', '0', '1', '0', '0', '9', '5893', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5894', '5894', '110', 'vikings_tombstone', '10', '0', '0', '1', '0', '0', '36', '5894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5895', '5895', '110', 'vikings_stonegate', '6', '0', '0', '1', '0', '0', '29', '5895', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5896', '5896', '110', 'vikings_stool', '1', '0', '0', '1', '0', '0', '30', '5896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5897', '5897', '110', 'vikings_gondola2a', '4', '0', '0', '1', '0', '0', '15', '5897', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5898', '5898', '110', 'vikings_stove', '13', '0', '0', '1', '0', '0', '31', '5898', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5899', '5899', '110', 'vikings_pillar', '7', '0', '0', '1', '0', '0', '22', '5899', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5900', '5900', '144', 'bc_wood_1', '2', '0', '0', '1', '0', '0', '99', '5900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5901', '5901', '144', 'bc_wood_2', '2', '0', '0', '1', '0', '0', '99', '5901', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5902', '5902', '144', 'bc_wood_3', '2', '0', '0', '1', '0', '0', '99', '5902', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5903', '5903', '144', 'bc_wood_4', '2', '0', '0', '1', '0', '0', '99', '5903', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5904', '5904', '144', 'bc_wood_5', '2', '0', '0', '1', '0', '0', '99', '5904', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5905', '5905', '144', 'bc_wood_6', '2', '0', '0', '1', '0', '0', '99', '5905', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5906', '5906', '110', 'vikings_runestone', '25', '0', '0', '1', '0', '0', '62', '5906', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5907', '5907', '113', 'room_noob_walltl', '4', '0', '0', '1', '0', '0', '17', '5907', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5908', '5908', '113', 'room_noob_bar', '4', '0', '0', '1', '0', '0', '1', '5908', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5909', '5909', '113', 'room_noob_walltr1', '4', '0', '0', '1', '0', '0', '31', '5909', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5910', '5910', '113', 'room_noob_table1', '4', '0', '0', '1', '0', '0', '23', '5910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5911', '5911', '113', 'room_noob_carpet1', '4', '0', '0', '1', '0', '0', '5', '5911', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5912', '5912', '113', 'room_noob_fxremove', '4', '0', '0', '1', '0', '0', '13', '5912', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5913', '5913', '113', 'room_noob_barchair', '4', '0', '0', '1', '0', '0', '2', '5913', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5914', '5914', '113', 'room_noob_fx1', '4', '0', '0', '1', '0', '0', '10', '5914', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5915', '5915', '113', 'room_noob_table2', '4', '0', '0', '1', '0', '0', '24', '5915', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5916', '5916', '113', 'room_noob_stairside', '4', '0', '0', '1', '0', '0', '15', '5916', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5917', '5917', '113', 'room_noob_walltr2', '4', '0', '0', '1', '0', '0', '32', '5917', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5918', '5918', '113', 'room_noob_tallfloor', '4', '0', '0', '1', '0', '0', '25', '5918', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5919', '5919', '113', 'room_noob_floor1', '4', '0', '0', '1', '0', '0', '8', '5919', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5920', '5920', '113', 'room_noob_stairs', '4', '0', '0', '1', '0', '0', '21', '5920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5921', '5921', '113', 'room_noob_fx2', '4', '0', '0', '1', '0', '0', '11', '5921', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5922', '5922', '113', 'room_noob_barside', '4', '0', '0', '1', '0', '0', '4', '5922', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5923', '5923', '113', 'room_noob_sofa', '4', '0', '0', '1', '0', '0', '20', '5923', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5924', '5924', '113', 'room_noob_glow', '4', '0', '0', '1', '0', '0', '14', '5924', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5925', '5925', '113', 'room_noob_plant', '4', '0', '0', '1', '0', '0', '18', '5925', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5926', '5926', '113', 'room_noob_wallcrnr', '4', '0', '0', '1', '0', '0', '29', '5926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5927', '5927', '113', 'room_noob_wallbl3', '4', '0', '0', '1', '0', '0', '28', '5927', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5928', '5928', '113', 'room_noob_hanglight', '4', '0', '0', '1', '0', '0', '17', '5928', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5929', '5929', '113', 'room_noob_wallbl1', '4', '0', '0', '1', '0', '0', '16', '5929', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5930', '5930', '113', 'room_noob_div', '4', '0', '0', '1', '0', '0', '7', '5930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5931', '5931', '113', 'room_noob_floor2', '4', '0', '0', '1', '0', '0', '10', '5931', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5932', '5932', '113', 'room_noob_floor3', '4', '0', '0', '1', '0', '0', '9', '5932', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5933', '5933', '113', 'room_noob_chair', '4', '0', '0', '1', '0', '0', '6', '5933', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5934', '5934', '113', 'room_noob_bargate', '4', '0', '0', '1', '0', '0', '3', '5934', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5935', '5935', '113', 'room_noob_wallbl2', '4', '0', '0', '1', '0', '0', '27', '5935', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5936', '5936', '113', 'room_noob_pool', '4', '0', '0', '1', '0', '0', '19', '5936', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5937', '5937', '113', 'room_noob_fx4', '4', '0', '0', '1', '0', '0', '14', '5937', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5938', '5938', '113', 'room_noob_fx3', '4', '0', '0', '1', '0', '0', '12', '5938', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5939', '5939', '255', 'wf_blob_invis', '4', '0', '0', '1', '0', '0', '90', '5939', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5940', '5940', '255', 'wf_blob2_vis', '4', '0', '0', '1', '0', '0', '90', '5940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5941', '5941', '740', 'vikings_throne', '4', '0', '0', '1', '0', '0', '10', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5942', '5942', '110', 'vikings_yggdrasil', '75', '0', '0', '1', '0', '0', '63', '5942', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5943', '5943', '110', 'vikings_thor', '25', '0', '0', '1', '0', '0', '60', '5943', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5944', '5944', '110', 'vikings_chesspiece', '25', '0', '0', '1', '0', '0', '61', '5944', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5945', '5945', '339', 'tablet_vendor', '4', '0', '0', '1', '0', '0', '2', '5945', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5946', '5946', '307', 'CF_500_vikings', '500', '0', '0', '1', '0', '0', '22', '5946', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5947', '5947', '538', 'ads_dtlrare_rc', '4', '0', '0', '1', '0', '0', '46', '5947', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5948', '5948', '113', 'room_noob_exit', '4', '0', '0', '1', '0', '0', '190', '5948', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5949', '5949', '523', 'fball_goldenboot', '25', '0', '0', '1', '0', '0', '42', '5949', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5950', '5950', '108', 'fball_grp_crnr', '2', '0', '0', '1', '0', '0', '5', '5950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5952', '5952', '523', 'fball_ball6', '15', '0', '0', '1', '0', '0', '8', '5952', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5955', '5955', '108', 'fball_grp_fnc1', '2', '0', '0', '1', '0', '0', '6', '5955', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5956', '5956', '108', 'fball_grp_cote', '3', '0', '0', '1', '0', '0', '4', '5956', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5957', '5957', '108', 'fball_grp_bench', '3', '0', '0', '1', '0', '0', '3', '5957', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5958', '5958', '108', 'fball_grp_fnc3', '3', '0', '0', '1', '0', '0', '7', '5958', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5959', '5959', '523', 'fball_audbench2', '6', '0', '0', '1', '0', '0', '2', '5959', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5960', '5960', '523', 'stories_football_board', '5', '0', '0', '1', '0', '0', '39', '5960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5961', '5961', '523', 'stories_football_table', '6', '0', '0', '1', '0', '0', '41', '5961', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5962', '5962', '108', 'fball_flag_grp', '3', '0', '0', '1', '0', '0', '2', '5962', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5963', '5963', '523', 'fball_goldenboot2', '25', '0', '0', '1', '0', '0', '43', '5963', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5964', '5964', '523', 'fball_mascot', '25', '0', '0', '1', '0', '0', '44', '5964', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5965', '5965', '523', 'fball_scales', '10', '0', '0', '1', '0', '0', '33', '5965', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5966', '5966', '307', 'CF_diamond_1000', '0', '1000', '5', '1', '0', '0', '34', '5966', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5967', '5967', '307', 'CF_diamond_500', '0', '500', '5', '1', '0', '0', '23', '5967', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5968', '5968', '307', 'CF_diamond_250', '0', '250', '5', '1', '0', '0', '11', '5968', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5969', '5969', '307', 'CF_diamond_100', '0', '100', '5', '1', '0', '0', '4', '5969', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5970', '5970', '307', 'CF_diamond_2500', '0', '2500', '5', '1', '0', '0', '39', '5970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5971', '5971', '523', 'stories_football_screen', '8', '0', '0', '1', '0', '0', '40', '5971', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5972', '5972', '740', 'fball_ltd14', '4', '0', '0', '1', '0', '0', '1', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5973', '5973', '736', 'prizetrophy_fballbrazil_g', '4', '0', '0', '1', '0', '0', '46', '5973', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5974', '5974', '736', 'prizetrophy_fballbrazil_s', '4', '0', '0', '1', '0', '0', '47', '5974', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5975', '5975', '736', 'prizetrophy_fballbrazil_b', '4', '0', '0', '1', '0', '0', '48', '5975', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5976', '5976', '261', 'gift_mysterytrophy', '7', '0', '0', '1', '0', '0', '11', '5976', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5977', '5977', '567', 'hblooza14_hotair_b', '4', '0', '0', '1', '0', '0', '31', '5977', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5978', '5978', '567', 'hblooza14_hotair_y', '4', '0', '0', '1', '0', '0', '33', '5978', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5979', '5979', '269', 'hblooza14_bundkiosk', '7', '0', '0', '1', '0', '0', '103', '5979', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5980', '5980', '567', 'hblooza14_hotair_p', '4', '0', '0', '1', '0', '0', '32', '5980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5981', '5981', '269', 'hblooza14_tent', '20', '0', '0', '1', '0', '0', '129', '5981', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5982', '5982', '269', 'hblooza14_drinkstall', '25', '0', '0', '1', '0', '0', '25', '5982', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5983', '5983', '269', 'hblooza14_shotgall', '15', '0', '0', '1', '0', '0', '125', '5983', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5984', '5984', '269', 'hblooza14_duckhook', '15', '0', '0', '1', '0', '0', '110', '5984', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5985', '5985', '600', 'hblooza14_pinata2', '7', '0', '0', '1', '0', '0', '19', '5985', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5986', '5986', '269', 'hblooza14_hedgediv', '3', '0', '0', '1', '0', '0', '120', '5986', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5987', '5987', '269', 'hblooza14_duckgate', '6', '0', '0', '1', '0', '0', '109', '5987', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5988', '5988', '269', 'hblooza14_tele', '8', '0', '0', '1', '0', '0', '128', '5988', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5989', '5989', '567', 'hblooza14_duck_balloon_y', '4', '0', '0', '1', '0', '0', '18', '5989', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5990', '5990', '600', 'hblooza14_pinata1', '7', '0', '0', '1', '0', '0', '18', '5990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5991', '5991', '269', 'hblooza14_flowerlight', '5', '0', '0', '1', '0', '0', '117', '5991', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5992', '5992', '269', 'hblooza14_flagpole', '6', '0', '0', '1', '0', '0', '112', '5992', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5993', '5993', '269', 'hblooza14_hctele', '15', '0', '0', '1', '0', '0', '118', '5993', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5994', '5994', '269', 'hblooza14_rollercost', '3', '0', '0', '1', '0', '0', '124', '5994', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5995', '5995', '269', 'hblooza14_duckdvdr', '3', '0', '0', '1', '0', '0', '108', '5995', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5996', '5996', '567', 'hblooza14_cafe_y', '4', '0', '0', '1', '0', '0', '7', '5996', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5997', '5997', '269', 'hblooza14_duckhookhc', '15', '0', '0', '1', '0', '0', '111', '5997', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5998', '5998', '269', 'hblooza14_flagpole_p', '6', '0', '0', '1', '0', '0', '113', '5998', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('5999', '5999', '567', 'hblooza14_horsecarop', '4', '0', '0', '1', '0', '0', '29', '5999', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6000', '6000', '269', 'hblooza14_candystall', '25', '0', '0', '1', '0', '0', '24', '6000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6001', '6001', '600', 'hblooza14_pinata3', '7', '0', '0', '1', '0', '0', '37', '6001', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6002', '6002', '269', 'hblooza14_ballsign', '3', '0', '0', '1', '0', '0', '102', '6002', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6003', '6003', '567', 'hblooza14_horsecaroy', '4', '0', '0', '1', '0', '0', '17', '6003', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6004', '6004', '269', 'hblooza14_planepadr', '8', '0', '0', '1', '0', '0', '123', '6004', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6005', '6005', '567', 'hblooza14_duck_balloon_p', '4', '0', '0', '1', '0', '0', '17', '6005', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6006', '6006', '567', 'hblooza14_cafe_b', '4', '0', '0', '1', '0', '0', '5', '6006', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6007', '6007', '567', 'hblooza14_duck_balloon_b', '4', '0', '0', '1', '0', '0', '14', '6007', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6008', '6008', '269', 'hblooza14_flag_p', '2', '0', '0', '1', '0', '0', '115', '6008', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6009', '6009', '269', 'hblooza14_flag_y', '2', '0', '0', '1', '0', '0', '116', '6009', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6010', '6010', '269', 'hblooza14_arrowsign', '3', '0', '0', '1', '0', '0', '101', '6010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6011', '6011', '269', 'hblooza14_dance', '15', '0', '0', '1', '0', '0', '105', '6011', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6012', '6012', '269', 'hblooza14_table', '5', '0', '0', '1', '0', '0', '127', '6012', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6013', '6013', '269', 'hblooza14_hedgecrn', '4', '0', '0', '1', '0', '0', '119', '6013', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6014', '6014', '269', 'hblooza14_duckcrn', '2', '0', '0', '1', '0', '0', '107', '6014', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6015', '6015', '269', 'hblooza14_stool', '3', '0', '0', '1', '0', '0', '126', '6015', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6016', '6016', '269', 'hblooza14_flag_b', '2', '0', '0', '1', '0', '0', '114', '6016', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6017', '6017', '567', 'hblooza14_cafe_p', '4', '0', '0', '1', '0', '0', '6', '6017', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6018', '6018', '269', 'hblooza14_mud', '3', '0', '0', '1', '0', '0', '121', '6018', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6019', '6019', '269', 'hblooza14_arch', '8', '0', '0', '1', '0', '0', '100', '6019', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6020', '6020', '269', 'hblooza14_planepadb', '8', '0', '0', '1', '0', '0', '122', '6020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6021', '6021', '567', 'hblooza14_horsecarob', '4', '0', '0', '1', '0', '0', '28', '6021', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6022', '6022', '269', 'st_palooza_cake', '3', '0', '0', '1', '0', '0', '134', '6022', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6023', '6023', '269', 'st_palooza_unicorn', '25', '1', '5', '1', '0', '0', '198', '6023', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6024', '6024', '726', 'st_palooza_cupcakes', '4', '0', '0', '1', '0', '0', '3', '6024', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6025', '6025', '269', 'hblooza14_track_crl', '3', '0', '0', '1', '0', '0', '131', '6025', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6026', '6026', '269', 'hblooza14_track', '3', '0', '0', '1', '0', '0', '130', '6026', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6027', '6027', '269', 'hblooza14_track_crr', '3', '0', '0', '1', '0', '0', '132', '6027', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6028', '6028', '600', 'hblooza14_pinata4', '7', '0', '0', '1', '0', '0', '38', '6028', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6029', '6029', '269', 'st_palooza_screen', '25', '1', '5', '1', '0', '0', '199', '6029', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6030', '6030', '269', 'st_palooza_balloons', '25', '1', '5', '1', '0', '0', '200', '6030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6031', '6031', '269', 'st_palooza_pool', '8', '0', '0', '1', '0', '0', '135', '6031', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6032', '6032', '112', 'wildwest_minecart', '10', '0', '0', '1', '0', '0', '70', '6032', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6033', '6033', '112', 'wildwest_teleport', '6', '0', '0', '1', '0', '0', '58', '6033', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6034', '6034', '740', 'wildwest_piano', '4', '0', '0', '1', '0', '0', '11', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6035', '6035', '112', 'wildwest_floor', '3', '0', '0', '1', '0', '0', '24', '6035', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6036', '6036', '112', 'wildwest_milkcan', '1', '0', '0', '1', '0', '0', '31', '6036', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6037', '6037', '112', 'wildwest_bank', '7', '0', '0', '1', '0', '0', '8', '6037', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6038', '6038', '112', 'wildwest_sofa', '3', '0', '0', '1', '0', '0', '44', '6038', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6039', '6039', '112', 'wildwest_desk', '4', '0', '0', '1', '0', '0', '14', '6039', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6040', '6040', '112', 'wildwest_pump', '3', '0', '0', '1', '0', '0', '33', '6040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6041', '6041', '112', 'wildwest_vulture', '10', '0', '0', '1', '0', '0', '62', '6041', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6042', '6042', '112', 'wildwest_salooncrn', '3', '0', '0', '1', '0', '0', '38', '6042', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6043', '6043', '112', 'wildwest_floor2', '3', '0', '0', '1', '0', '0', '25', '6043', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6044', '6044', '112', 'wildwest_chair', '3', '0', '0', '1', '0', '0', '17', '6044', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6045', '6045', '112', 'wildwest_cactus1', '2', '0', '0', '1', '0', '0', '15', '6045', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6046', '6046', '112', 'wildwest_stagew2', '4', '0', '0', '1', '0', '0', '53', '6046', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6047', '6047', '112', 'wildwest_cactus2', '5', '0', '0', '1', '0', '0', '16', '6047', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6048', '6048', '112', 'wildwest_wagon', '75', '1', '5', '1', '0', '0', '79', '6048', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6049', '6049', '112', 'wildwest_roofr', '4', '0', '0', '1', '0', '0', '35', '6049', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6050', '6050', '112', 'wildwest_stager2', '4', '0', '0', '1', '0', '0', '51', '6050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6051', '6051', '112', 'wildwest_spittoon2', '2', '0', '0', '1', '0', '0', '46', '6051', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6052', '6052', '112', 'wildwest_roofw', '4', '0', '0', '1', '0', '0', '36', '6052', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6053', '6053', '112', 'wildwest_store', '7', '0', '0', '1', '0', '0', '8', '6053', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6054', '6054', '112', 'wildwest_bench', '5', '0', '0', '1', '0', '0', '9', '6054', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6055', '6055', '112', 'wildwest_saloondr', '3', '0', '0', '1', '0', '0', '39', '6055', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6056', '6056', '112', 'wildwest_divdr', '5', '0', '0', '1', '0', '0', '23', '6056', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6057', '6057', '112', 'wildwest_gate', '8', '0', '0', '1', '0', '0', '23', '6057', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6058', '6058', '112', 'wildwest_wanted_poster', '8', '0', '0', '1', '0', '0', '65', '6058', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6059', '6059', '112', 'wildwest_till', '50', '1', '5', '1', '0', '0', '77', '6059', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6060', '6060', '112', 'wildwest_spittoon', '2', '0', '0', '1', '0', '0', '45', '6060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6061', '6061', '112', 'wildwest_stocks', '7', '0', '0', '1', '0', '0', '54', '6061', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6062', '6062', '112', 'wildwest_light', '3', '0', '0', '1', '0', '0', '28', '6062', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6063', '6063', '112', 'wildwest_tarbucket', '3', '0', '0', '1', '0', '0', '57', '6063', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6064', '6064', '112', 'wildwest_tree', '7', '0', '0', '1', '0', '0', '61', '6064', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6065', '6065', '112', 'wildwest_saloon', '7', '0', '0', '1', '0', '0', '8', '6065', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6066', '6066', '112', 'wildwest_cabinet', '15', '0', '0', '1', '0', '0', '14', '6066', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6067', '6067', '112', 'wildwest_stageb', '3', '0', '0', '1', '0', '0', '47', '6067', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6068', '6068', '112', 'wildwest_crn', '4', '0', '0', '1', '0', '0', '23', '6068', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6069', '6069', '112', 'wildwest_longhorn', '4', '0', '0', '1', '0', '0', '29', '6069', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6070', '6070', '112', 'wildwest_clothesline', '5', '0', '0', '1', '0', '0', '18', '6070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6071', '6071', '112', 'wildwest_bgland', '12', '0', '0', '1', '0', '0', '11', '6071', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6072', '6072', '112', 'wildwest_crate', '2', '0', '0', '1', '0', '0', '19', '6072', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6073', '6073', '112', 'wildwest_weed', '5', '0', '0', '1', '0', '0', '66', '6073', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6074', '6074', '112', 'wildwest_bgland2', '10', '0', '0', '1', '0', '0', '12', '6074', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6075', '6075', '112', 'wildwest_bgtrain', '12', '0', '0', '1', '0', '0', '13', '6075', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6076', '6076', '112', 'wildwest_roofb', '4', '0', '0', '1', '0', '0', '34', '6076', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6077', '6077', '112', 'wildwest_saloonwall', '4', '0', '0', '1', '0', '0', '41', '6077', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6078', '6078', '112', 'wildwest_sheriff', '7', '0', '0', '1', '0', '0', '8', '6078', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6079', '6079', '112', 'wildwest_snake', '7', '0', '0', '1', '0', '0', '43', '6079', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6080', '6080', '112', 'wildwest_table', '3', '0', '0', '1', '0', '0', '56', '6080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6081', '6081', '112', 'wildwest_stageb2', '4', '0', '0', '1', '0', '0', '48', '6081', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6082', '6082', '112', 'wildwest_stager', '3', '0', '0', '1', '0', '0', '49', '6082', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6083', '6083', '112', 'wildwest_stagew', '3', '0', '0', '1', '0', '0', '52', '6083', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6084', '6084', '112', 'wildwest_gallows', '50', '1', '5', '1', '0', '0', '78', '6084', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6085', '6085', '112', 'st_wildwest_buffalo', '25', '1', '5', '1', '0', '0', '76', '6085', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6086', '6086', '112', 'st_wildwest_cards', '2', '0', '0', '1', '0', '0', '4', '6086', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6087', '6087', '112', 'st_wildwest_barrel', '3', '0', '0', '1', '0', '0', '1', '6087', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6088', '6088', '112', 'st_wildwest_tnt', '4', '0', '0', '1', '0', '0', '6', '6088', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6089', '6089', '112', 'st_wildwest_goldpick', '4', '0', '0', '1', '0', '0', '5', '6089', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6090', '6090', '112', 'st_wildwest_canteen', '2', '0', '0', '1', '0', '0', '3', '6090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6091', '6091', '6', 'matic_light_cam_red', '2', '0', '0', '1', '0', '0', '12', '6091', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6092', '6092', '6', 'matic_light_cam_blue', '2', '0', '0', '1', '0', '0', '9', '6092', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6093', '6093', '6', 'matic_light_cam_green', '2', '0', '0', '1', '0', '0', '10', '6093', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6094', '6094', '6', 'matic_sanitizer', '4', '0', '0', '1', '0', '0', '14', '6094', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6095', '6095', '6', 'matic_light_cam_orange', '2', '0', '0', '1', '0', '0', '11', '6095', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6096', '6096', '114', 'uni_messwardrobe', '5', '0', '0', '1', '0', '0', '41', '6096', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6097', '6097', '114', 'uni_plush1', '3', '0', '0', '1', '0', '0', '49', '6097', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6098', '6098', '114', 'uni_owl', '5', '0', '0', '1', '0', '0', '45', '6098', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6099', '6099', '114', 'uni_ottoman', '4', '0', '0', '1', '0', '0', '44', '6099', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6100', '6100', '114', 'uni_drinks', '3', '0', '0', '1', '0', '0', '20', '6100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6101', '6101', '114', 'uni_brotein', '3', '0', '0', '1', '0', '0', '10', '6101', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6102', '6102', '114', 'uni_games', '1', '0', '0', '1', '0', '0', '29', '6102', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6103', '6103', '114', 'uni_girlchair', '3', '0', '0', '1', '0', '0', '31', '6103', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6104', '6104', '114', 'uni_gamershelf', '5', '0', '0', '1', '0', '0', '28', '6104', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6105', '6105', '114', 'uni_dumbells', '3', '0', '0', '1', '0', '0', '21', '6105', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6106', '6106', '114', 'uni_doorhanging', '3', '0', '0', '1', '0', '0', '19', '6106', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6107', '6107', '114', 'uni_wardrobe', '5', '0', '0', '1', '0', '0', '59', '6107', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6108', '6108', '114', 'uni_jewellery', '2', '0', '0', '1', '0', '0', '36', '6108', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6109', '6109', '114', 'uni_plush2', '3', '0', '0', '1', '0', '0', '50', '6109', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6110', '6110', '114', 'uni_cafeterie', '3', '0', '0', '1', '0', '0', '14', '6110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6111', '6111', '114', 'uni_projector', '25', '1', '5', '1', '0', '0', '70', '6111', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6112', '6112', '114', 'uni_rubik', '2', '0', '0', '1', '0', '0', '55', '6112', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6113', '6113', '114', 'uni_hipbed', '6', '0', '0', '1', '0', '0', '33', '6113', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6114', '6114', '114', 'uni_laptop', '3', '0', '0', '1', '0', '0', '37', '6114', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6115', '6115', '114', 'uni_wobench', '10', '0', '0', '1', '0', '0', '60', '6115', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6116', '6116', '114', 'uni_fridge', '3', '0', '0', '1', '0', '0', '25', '6116', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6117', '6117', '114', 'uni_bed', '6', '0', '0', '1', '0', '0', '8', '6117', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6118', '6118', '114', 'uni_snacks', '2', '0', '0', '1', '0', '0', '56', '6118', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6119', '6119', '114', 'uni_chair', '3', '0', '0', '1', '0', '0', '16', '6119', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6120', '6120', '114', 'uni_messbed', '6', '0', '0', '1', '0', '0', '40', '6120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6121', '6121', '114', 'uni_gamerdesk', '4', '0', '0', '1', '0', '0', '27', '6121', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6122', '6122', '114', 'uni_pizza', '2', '0', '0', '1', '0', '0', '48', '6122', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6123', '6123', '114', 'uni_manga', '2', '0', '0', '1', '0', '0', '39', '6123', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6124', '6124', '114', 'uni_nstand', '3', '0', '0', '1', '0', '0', '43', '6124', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6125', '6125', '114', 'uni_plushpile', '4', '0', '0', '1', '0', '0', '51', '6125', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6126', '6126', '114', 'uni_bookshelf', '5', '0', '0', '1', '0', '0', '9', '6126', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6127', '6127', '114', 'uni_gamerbed', '6', '0', '0', '1', '0', '0', '26', '6127', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6128', '6128', '114', 'uni_hipbookcase', '5', '0', '0', '1', '0', '0', '34', '6128', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6129', '6129', '114', 'uni_desk', '3', '0', '0', '1', '0', '0', '18', '6129', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6130', '6130', '114', 'uni_girlbed', '6', '0', '0', '1', '0', '0', '30', '6130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6131', '6131', '114', 'uni_alarm', '3', '0', '0', '1', '0', '0', '7', '6131', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6132', '6132', '740', 'uni_lectern', '4', '0', '0', '1', '0', '0', '9', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6133', '6133', '114', 'uni_catrug', '4', '0', '0', '1', '0', '0', '15', '6133', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6134', '6134', '114', 'uni_trashcan', '3', '0', '0', '1', '0', '0', '57', '6134', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6135', '6135', '182', 'bathroom_bath3', '5', '0', '0', '1', '0', '0', '4', '6135', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6136', '6136', '182', 'bathroom_sinkmodule3', '4', '0', '0', '1', '0', '0', '19', '6136', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6137', '6137', '182', 'bathroom_tablemodule4', '4', '0', '0', '1', '0', '0', '24', '6137', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6138', '6138', '182', 'bathroom_sinkmodule2', '4', '0', '0', '1', '0', '0', '18', '6138', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6139', '6139', '182', 'bathroom_toilet4', '3', '0', '0', '1', '0', '0', '28', '6139', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6140', '6140', '182', 'bathroom_tablemodule1', '4', '0', '0', '1', '0', '0', '21', '6140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6141', '6141', '182', 'bathroom_toilet1', '3', '0', '0', '1', '0', '0', '25', '6141', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6142', '6142', '182', 'bathroom_sinkmodule4', '4', '0', '0', '1', '0', '0', '20', '6142', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6143', '6143', '182', 'bathroom_bath2', '5', '0', '0', '1', '0', '0', '3', '6143', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6144', '6144', '182', 'bathroom_floortile2', '4', '0', '0', '1', '0', '0', '8', '6144', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6145', '6145', '182', 'bathroom_toilet3', '3', '0', '0', '1', '0', '0', '27', '6145', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6146', '6146', '182', 'bathroom_floortile4', '4', '0', '0', '1', '0', '0', '10', '6146', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6147', '6147', '182', 'bathroom_bath4', '5', '0', '0', '1', '0', '0', '5', '6147', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6148', '6148', '182', 'bathroom_shower1', '7', '0', '0', '1', '0', '0', '13', '6148', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6149', '6149', '182', 'bathroom_floortile3', '4', '0', '0', '1', '0', '0', '9', '6149', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6150', '6150', '182', 'bathroom_bath1', '5', '0', '0', '1', '0', '0', '2', '6150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6151', '6151', '182', 'bathroom_toilet2', '3', '0', '0', '1', '0', '0', '26', '6151', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6152', '6152', '182', 'bathroom_toiletroll', '3', '0', '0', '1', '0', '0', '29', '6152', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6153', '6153', '182', 'bathroom_shampoo', '1', '0', '0', '1', '0', '0', '12', '6153', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6154', '6154', '182', 'bathroom_floortile1', '4', '0', '0', '1', '0', '0', '7', '6154', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6155', '6155', '182', 'bathroom_shower2', '7', '0', '0', '1', '0', '0', '14', '6155', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6156', '6156', '182', 'bathroom_poop', '3', '0', '0', '1', '0', '0', '11', '6156', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6157', '6157', '182', 'bathroom_shower4', '7', '0', '0', '1', '0', '0', '16', '6157', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6158', '6158', '182', 'bathroom_chamberpot', '3', '0', '0', '1', '0', '0', '6', '6158', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6159', '6159', '182', 'bathroom_tablemodule2', '4', '0', '0', '1', '0', '0', '22', '6159', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6160', '6160', '182', 'bathroom_shower3', '7', '0', '0', '1', '0', '0', '15', '6160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6161', '6161', '182', 'bathroom_tablemodule3', '4', '0', '0', '1', '0', '0', '23', '6161', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6162', '6162', '182', 'bathroom_sinkmodule1', '4', '0', '0', '1', '0', '0', '17', '6162', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6163', '6163', '114', 'st_uni_dnamodel', '3', '0', '0', '1', '0', '0', '1', '6163', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6164', '6164', '114', 'st_uni_testtubes', '3', '0', '0', '1', '0', '0', '6', '6164', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6165', '6165', '114', 'st_uni_labtable', '50', '1', '5', '1', '0', '0', '72', '6165', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6166', '6166', '114', 'st_uni_ooze', '3', '0', '0', '1', '0', '0', '3', '6166', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6167', '6167', '114', 'uni_einstein', '5', '0', '0', '1', '0', '0', '22', '6167', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6168', '6168', '114', 'st_uni_solarsystem', '50', '1', '5', '1', '0', '0', '71', '6168', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6169', '6169', '6', 'matic_water_dispenser', '4', '0', '0', '1', '0', '0', '200', '6169', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6170', '6170', '6', 'matic_chair', '2', '0', '0', '1', '0', '0', '3', '6170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6171', '6171', '6', 'matic_brainjar', '2', '0', '0', '1', '0', '0', '2', '6171', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6172', '6172', '6', 'matic_slime_duck', '4', '0', '0', '1', '0', '0', '15', '6172', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6173', '6173', '6', 'matic_door', '4', '0', '0', '1', '0', '0', '8', '6173', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6174', '6174', '395', 'hween14_crn', '3', '0', '0', '1', '0', '0', '11', '6174', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6175', '6175', '395', 'hween14_floor', '4', '0', '0', '1', '0', '0', '23', '6175', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6176', '6176', '395', 'hween14_catrina', '7', '0', '0', '1', '0', '0', '0', '6176', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6177', '6177', '395', 'hween14_hccoffin', '10', '0', '0', '1', '0', '0', '31', '6177', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6178', '6178', '395', 'hween14_skelepieces', '3', '0', '0', '1', '0', '0', '-1', '6178', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6179', '6179', '395', 'hween14_mariachi', '7', '0', '0', '1', '0', '0', '0', '6179', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6180', '6180', '395', 'hween14_table', '5', '0', '0', '1', '0', '0', '41', '6180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6181', '6181', '395', 'hween14_bench', '5', '0', '0', '1', '0', '0', '5', '6181', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6182', '6182', '395', 'hween14_doll5', '12', '0', '0', '1', '0', '0', '17', '6182', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6183', '6183', '395', 'hween14_carpet', '3', '0', '0', '1', '0', '0', '8', '6183', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6184', '6184', '395', 'hween14_lovelock', '8', '0', '0', '1', '0', '0', '34', '6184', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6185', '6185', '395', 'hween14_candletrail', '2', '0', '0', '1', '0', '0', '6', '6185', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6186', '6186', '395', 'hween14_doll2', '12', '0', '0', '1', '0', '0', '16', '6186', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6187', '6187', '395', 'hween14_doll8', '12', '0', '0', '1', '0', '0', '20', '6187', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6188', '6188', '395', 'hween14_doll6', '12', '0', '0', '1', '0', '0', '18', '6188', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6189', '6189', '395', 'hween14_doll1', '12', '0', '0', '1', '0', '0', '14', '6189', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6190', '6190', '395', 'hween14_gate', '7', '0', '0', '1', '0', '0', '13', '6190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6191', '6191', '395', 'hween14_goat', '9', '0', '0', '1', '0', '0', '28', '6191', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6192', '6192', '395', 'hween14_doll7', '12', '0', '0', '1', '0', '0', '19', '6192', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6193', '6193', '395', 'hween14_grossfood', '2', '0', '0', '1', '0', '0', '29', '6193', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6194', '6194', '395', 'hween14_hctele', '8', '0', '0', '1', '0', '0', '33', '6194', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6195', '6195', '395', 'hween14_flowertrail', '2', '0', '0', '1', '0', '0', '25', '6195', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6196', '6196', '395', 'hween14_doll10', '12', '0', '0', '1', '0', '0', '15', '6196', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6197', '6197', '395', 'hween14_hangskull', '3', '0', '0', '1', '0', '0', '30', '6197', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6198', '6198', '395', 'hween14_skullcandle', '3', '0', '0', '1', '0', '0', '38', '6198', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6199', '6199', '395', 'hween14_rare2', '25', '1', '5', '1', '0', '0', '51', '6199', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6200', '6200', '395', 'hween14_altarpieces1', '4', '0', '0', '1', '0', '0', '1', '6200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6201', '6201', '395', 'hween14_teleport', '6', '0', '0', '1', '0', '0', '42', '6201', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6202', '6202', '395', 'hween14_doll9', '12', '0', '0', '1', '0', '0', '21', '6202', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6203', '6203', '395', 'hween14_doll3', '12', '0', '0', '1', '0', '0', '20', '6203', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6204', '6204', '395', 'hween14_doll4', '12', '0', '0', '1', '0', '0', '20', '6204', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6205', '6205', '395', 'hween14_chair', '4', '0', '0', '1', '0', '0', '10', '6205', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6206', '6206', '395', 'hween14_food', '2', '0', '0', '1', '0', '0', '26', '6206', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6207', '6207', '395', 'hween14_bed', '8', '0', '0', '1', '0', '0', '4', '6207', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6208', '6208', '395', 'hween14_altarpieces2', '4', '0', '0', '1', '0', '0', '2', '6208', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6209', '6209', '395', 'hween14_mirror', '7', '0', '0', '1', '0', '0', '35', '6209', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6210', '6210', '395', 'hween14_flowerpot', '3', '0', '0', '1', '0', '0', '24', '6210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6211', '6211', '395', 'hween14_altarpieces3', '4', '0', '0', '1', '0', '0', '3', '6211', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6212', '6212', '395', 'hween14_divdr', '4', '0', '0', '1', '0', '0', '12', '6212', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6213', '6213', '395', 'hween14_skulllight', '4', '0', '0', '1', '0', '0', '39', '6213', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6214', '6214', '395', 'hween14_demon', '15', '0', '0', '1', '0', '0', '28', '6214', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6215', '6215', '395', 'st_hween14_jack', '3', '0', '0', '1', '0', '0', '47', '6215', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6216', '6216', '395', 'st_hween14_skulls', '25', '1', '5', '1', '0', '0', '50', '6216', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6217', '6217', '395', 'hween14_carnivalbg', '10', '0', '0', '1', '0', '0', '7', '6217', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6218', '6218', '395', 'st_hween14_horse', '7', '0', '0', '1', '0', '0', '46', '6218', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6219', '6219', '395', 'st_hween14_mbox', '7', '0', '0', '1', '0', '0', '48', '6219', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6220', '6220', '395', 'st_hween14_fireplace', '25', '1', '5', '1', '0', '0', '49', '6220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6221', '6221', '395', 'st_hween14_closet', '8', '0', '0', '1', '0', '0', '44', '6221', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6222', '6222', '307', 'CF_350_skull', '350', '0', '0', '1', '0', '0', '16', '6222', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6223', '6223', '395', 'hween14_rare1', '100', '1', '5', '1', '0', '0', '52', '6223', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6224', '6224', '280', 'limo_r_front', '10', '0', '0', '1', '0', '0', '63', '6224', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6225', '6225', '280', 'limo_r_back', '10', '0', '0', '1', '0', '0', '62', '6225', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6226', '6226', '280', 'limo_r_mid2', '5', '0', '0', '1', '0', '0', '65', '6226', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6227', '6227', '280', 'limo_r_mid', '7', '0', '0', '1', '0', '0', '64', '6227', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6228', '6228', '740', 'hween14_ltdalter', '4', '0', '0', '1', '0', '0', '2', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6229', '6229', '737', 'prizetrophy_mastercard', '5', '0', '0', '1', '0', '0', '4', '6229', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6230', '6230', '484', 'xmas14_recliner', '6', '0', '0', '1', '0', '0', '34', '6230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6231', '6231', '484', 'xmas14_corner2', '3', '0', '0', '1', '0', '0', '5', '6231', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6232', '6232', '484', 'xmas14_stages1', '3', '0', '0', '1', '0', '0', '51', '6232', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6233', '6233', '484', 'xmas14_tikibar2', '7', '0', '0', '1', '0', '0', '58', '6233', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6234', '6234', '484', 'xmas14_beachhut', '10', '0', '0', '1', '0', '0', '1', '6234', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6235', '6235', '484', 'xmas14_divider', '3', '0', '0', '1', '0', '0', '6', '6235', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6236', '6236', '484', 'xmas14_tikibar', '7', '0', '0', '1', '0', '0', '57', '6236', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6237', '6237', '484', 'xmas14_stages2', '2', '0', '0', '1', '0', '0', '52', '6237', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6238', '6238', '484', 'xmas14_snowman', '6', '0', '0', '1', '0', '0', '50', '6238', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6239', '6239', '484', 'xmas14_tele', '7', '0', '0', '1', '0', '0', '56', '6239', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6240', '6240', '484', 'xmas14_corner1', '3', '0', '0', '1', '0', '0', '4', '6240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6241', '6241', '484', 'xmas14_table', '5', '0', '0', '1', '0', '0', '55', '6241', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6242', '6242', '484', 'xmas14_sunbeams', '4', '0', '0', '1', '0', '0', '54', '6242', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6243', '6243', '484', 'xmas14_sand', '3', '0', '0', '1', '0', '0', '36', '6243', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6244', '6244', '484', 'xmas14_gate1', '4', '0', '0', '1', '0', '0', '7', '6244', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6245', '6245', '484', 'xmas14_chair', '3', '0', '0', '1', '0', '0', '55', '6245', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6246', '6246', '484', 'xmas14_gate2', '4', '0', '0', '1', '0', '0', '8', '6246', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6247', '6247', '484', 'xmas14_lights1', '2', '0', '0', '1', '0', '0', '23', '6247', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6248', '6248', '484', 'xmas14_lights2', '2', '0', '0', '1', '0', '0', '24', '6248', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6249', '6249', '484', 'xmas14_starfish', '3', '0', '0', '1', '0', '0', '53', '6249', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6250', '6250', '484', 'xmas14_inflatabletree', '6', '0', '0', '1', '0', '0', '22', '6250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6251', '6251', '484', 'xmas14_palm', '6', '0', '0', '1', '0', '0', '33', '6251', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6252', '6252', '484', 'xmas14_mermaid', '25', '1', '5', '1', '0', '0', '75', '6252', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6253', '6253', '484', 'xmas14_lobsterdin', '2', '0', '0', '1', '0', '0', '25', '6253', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6254', '6254', '484', 'xmas14_festivehut', '10', '0', '0', '1', '0', '0', '1', '6254', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6255', '6255', '484', 'xmas14_octosanta', '50', '1', '5', '1', '0', '0', '76', '6255', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6256', '6256', '484', 'xmas14_sharkthrone', '75', '1', '5', '1', '0', '0', '77', '6256', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6257', '6257', '484', 'xmas14_boomboxman', '3', '0', '0', '1', '0', '0', '2', '6257', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6258', '6258', '484', 'xmas14_rudolph_ring', '2', '0', '0', '1', '0', '0', '35', '6258', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6259', '6259', '740', 'xmas14_snowglobe', '4', '0', '0', '1', '0', '0', '13', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6260', '6260', '484', 'xmas14_tubeman', '3', '0', '0', '1', '0', '0', '59', '6260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6261', '6261', '484', 'xmas14_elf8', '2', '0', '0', '1', '0', '0', '67', '6261', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6262', '6262', '484', 'xmas14_elf7', '2', '0', '0', '1', '0', '0', '66', '6262', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6263', '6263', '484', 'xmas14_elf3', '2', '0', '0', '1', '0', '0', '62', '6263', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6264', '6264', '484', 'xmas14_elf1', '2', '0', '0', '1', '0', '0', '60', '6264', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6265', '6265', '484', 'xmas14_elf5', '2', '0', '0', '1', '0', '0', '64', '6265', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6266', '6266', '484', 'xmas14_elf10', '2', '0', '0', '1', '0', '0', '69', '6266', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6267', '6267', '484', 'xmas14_elf2', '2', '0', '0', '1', '0', '0', '61', '6267', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6268', '6268', '484', 'xmas14_elf9', '2', '0', '0', '1', '0', '0', '68', '6268', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6269', '6269', '484', 'xmas14_elf4', '2', '0', '0', '1', '0', '0', '63', '6269', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6270', '6270', '484', 'xmas14_elf6', '2', '0', '0', '1', '0', '0', '65', '6270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6271', '6271', '355', 'hc_arab_tetbl', '3', '0', '5', '1', '0', '0', '10', '6271', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('6272', '6272', '355', 'hc_arab_bigtb', '3', '0', '5', '1', '0', '0', '2', '6272', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('6273', '6273', '484', 'xmas14_santateller', '10', '0', '0', '1', '0', '0', '38', '6273', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6274', '6274', '49', 'memorial_size', '1', '0', '0', '1', '0', '0', '99', '6274', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6275', '6275', '495', 'bc_blocktrophy_1', '4', '0', '0', '1', '0', '0', '99', '6275', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6276', '6276', '484', 'xmas14_hammock', '12', '0', '0', '1', '0', '0', '21', '6276', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6277', '6277', '484', 'xmas14_santastuck', '3', '0', '0', '1', '0', '0', '37', '6277', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6278', '6278', '202', 'clothing_party1', '5', '0', '0', '1', '0', '0', '39', '6278', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6279', '6279', '207', 'clothing_geometricskirt', '5', '0', '0', '1', '0', '0', '7', '6279', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6280', '6280', '205', 'clothing_waistcoatsuit', '5', '0', '0', '1', '0', '0', '15', '6280', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6281', '6281', '200', 'clothing_meowtfit', '18', '0', '5', '1', '0', '0', '36', '6281', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6282', '6282', '201', 'clothing_gatsby', '6', '0', '0', '1', '0', '0', '59', '6282', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6283', '6283', '310', 'clothing_bow', '6', '0', '0', '1', '0', '0', '80', '6283', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6284', '6284', '202', 'clothing_squid', '6', '0', '0', '1', '0', '0', '37', '6284', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6285', '6285', '201', 'clothing_baldy', '6', '0', '0', '1', '0', '0', '58', '6285', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6286', '6286', '201', 'clothing_wavy2', '6', '0', '0', '1', '0', '0', '20', '6286', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6287', '6287', '201', 'clothing_mutton1', '6', '0', '0', '1', '0', '0', '106', '6287', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6288', '6288', '202', 'clothing_straw2', '4', '0', '0', '1', '0', '0', '36', '6288', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6289', '6289', '1242', 'clothing_fishhat', '6', '0', '0', '1', '0', '0', '26', '6289', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6290', '6290', '206', 'clothing_rolled_jeans', '3', '0', '0', '1', '0', '0', '14', '6290', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6291', '6291', '208', 'clothing_birdshoes', '3', '0', '0', '1', '0', '0', '11', '6291', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6292', '6292', '200', 'clothing_mermaidoutfit', '12', '0', '0', '1', '0', '0', '35', '6292', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6293', '6293', '204', 'clothing_droopycollar', '3', '0', '0', '1', '0', '0', '38', '6293', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6294', '6294', '310', 'clothing_headband', '6', '0', '0', '1', '0', '0', '79', '6294', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6295', '6295', '202', 'clothing_flowercrown', '5', '0', '5', '1', '0', '0', '35', '6295', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6296', '6296', '310', 'clothing_hheadphones', '6', '0', '0', '1', '0', '0', '78', '6296', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6297', '6297', '201', 'clothing_mutton2', '2', '0', '0', '1', '0', '0', '105', '6297', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6298', '6298', '207', 'clothing_floralskirt', '5', '0', '0', '1', '0', '0', '6', '6298', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6299', '6299', '310', 'clothing_nightvision', '6', '0', '0', '1', '0', '0', '77', '6299', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6300', '6300', '200', 'clothing_mockymouse', '6', '0', '0', '1', '0', '0', '50', '6300', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6301', '6301', '204', 'clothing_xmas1', '5', '0', '0', '1', '0', '0', '37', '6301', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6302', '6302', '201', 'clothing_shavedside', '3', '0', '0', '1', '0', '0', '55', '6302', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6303', '6303', '204', 'clothing_geometricjumper', '5', '0', '0', '1', '0', '0', '36', '6303', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6304', '6304', '201', 'clothing_beard1', '2', '0', '0', '1', '0', '0', '104', '6304', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6305', '6305', '310', 'clothing_beads', '6', '0', '0', '1', '0', '0', '76', '6305', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6306', '6306', '204', 'clothing_twotonecardi', '5', '0', '0', '1', '0', '0', '35', '6306', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6307', '6307', '206', 'clothing_animalprint', '5', '0', '0', '1', '0', '0', '13', '6307', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6308', '6308', '202', 'clothing_party2', '5', '0', '0', '1', '0', '0', '38', '6308', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6309', '6309', '204', 'clothing_tshirt_rolled', '3', '0', '0', '1', '0', '0', '34', '6309', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6310', '6310', '206', 'clothing_rippedjeans', '3', '0', '0', '1', '0', '0', '9', '6310', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6311', '6311', '208', 'clothing_shoestights', '4', '0', '0', '1', '0', '0', '10', '6311', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6312', '6312', '115', 'pet_puppy_toy', '2', '0', '0', '1', '0', '0', '6', '6312', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6313', '6313', '115', 'pet_ufo_toy', '2', '0', '0', '1', '0', '0', '5', '6313', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6314', '6314', '115', 'yarn', '2', '0', '0', '1', '0', '0', '1', '6314', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6315', '6315', '115', 'nest_pig', '2', '0', '0', '1', '0', '0', '3', '6315', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6316', '6316', '115', 'nest_bed', '2', '0', '0', '1', '0', '0', '2', '6316', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6317', '6317', '115', 'nest_box', '2', '0', '0', '1', '0', '0', '2', '6317', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6318', '6318', '423', 'fxbox_fx147', '3', '0', '0', '1', '0', '0', '6', '6318', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6319', '6319', '423', 'fxbox_fx92', '3', '0', '0', '1', '0', '0', '1', '6319', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6320', '6320', '423', 'fxbox_fx123', '3', '0', '0', '1', '0', '0', '10', '6320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6321', '6321', '423', 'fxbox_fx153', '3', '0', '0', '1', '0', '0', '4', '6321', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6322', '6322', '1118', 'fxbox_fx152', '3', '0', '0', '1', '0', '0', '5', '6322', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6323', '6323', '423', 'fxbox_fx116', '3', '0', '0', '1', '0', '0', '11', '6323', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6324', '6324', '1118', 'fxbox_fx125', '3', '0', '0', '1', '0', '0', '10', '6324', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6325', '6325', '423', 'fxbox_fx143', '3', '0', '0', '1', '0', '0', '7', '6325', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6326', '6326', '423', 'fxbox_fx127', '3', '0', '0', '1', '0', '0', '8', '6326', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6327', '6327', '423', 'fxbox_fx126', '3', '0', '0', '1', '0', '0', '9', '6327', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6328', '6328', '472', 'ny2015_floor2', '2', '0', '0', '1', '0', '0', '9', '6328', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6329', '6329', '472', 'ny2015_archway', '5', '0', '0', '1', '0', '0', '1', '6329', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6330', '6330', '472', 'ny2015_balloons', '3', '0', '0', '1', '0', '0', '2', '6330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6331', '6331', '472', 'ny2015_chocfountain', '4', '0', '0', '1', '0', '0', '5', '6331', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6332', '6332', '472', 'ny2015_conball', '6', '0', '0', '1', '0', '0', '7', '6332', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6333', '6333', '472', 'ny2015_bar', '8', '0', '0', '1', '0', '0', '3', '6333', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6334', '6334', '472', 'ny2015_table', '4', '0', '0', '1', '0', '0', '10', '6334', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6335', '6335', '472', 'ny2015_cctray', '3', '0', '0', '1', '0', '0', '4', '6335', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6336', '6336', '472', 'ny2015_floor1', '4', '0', '0', '1', '0', '0', '8', '6336', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6337', '6337', '472', 'ny2015_drktray', '3', '0', '0', '1', '0', '0', '6', '6337', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6338', '6338', '355', 'hc_arab_tray3', '3', '0', '5', '1', '0', '0', '12', '6338', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('6339', '6339', '355', 'hc_arab_tray1', '3', '0', '5', '1', '0', '0', '11', '6339', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('6340', '6340', '355', 'hc_arab_rug', '3', '0', '5', '1', '0', '0', '6', '6340', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('6341', '6341', '355', 'hc_arab_chair', '3', '0', '5', '1', '0', '0', '3', '6341', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('6342', '6342', '355', 'hc_arab_divdr', '3', '0', '5', '1', '0', '0', '4', '6342', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('6343', '6343', '355', 'hc_arab_teamk', '3', '0', '5', '1', '0', '0', '1', '6343', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('6344', '6344', '355', 'hc_arab_snake', '3', '0', '5', '1', '0', '0', '7', '6344', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('6345', '6345', '355', 'hc_arab_pllw', '3', '0', '5', '1', '0', '0', '5', '6345', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('6346', '6346', '278', 'pet_breeding_dog', '15', '0', '0', '1', '0', '0', '99', '6346', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6347', '6347', '278', 'pet_breeding_pig', '15', '0', '0', '1', '0', '0', '99', '6347', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6348', '6348', '278', 'pet_breeding_cat', '15', '0', '0', '1', '0', '0', '99', '6348', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6349', '6349', '547', 'ads_vpiggy_santapig', '4', '0', '0', '1', '0', '0', '99', '6349', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6350', '6350', '130', 'bc_pyramidtip_1', '2', '0', '0', '1', '0', '0', '99', '6350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6351', '6351', '130', 'bc_pyramidtip_10', '2', '0', '0', '1', '0', '0', '99', '6351', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6352', '6352', '130', 'bc_pyramidtip_11', '2', '0', '0', '1', '0', '0', '99', '6352', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6353', '6353', '130', 'bc_pyramidtip_12', '2', '0', '0', '1', '0', '0', '99', '6353', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6354', '6354', '130', 'bc_pyramidtip_13', '2', '0', '0', '1', '0', '0', '99', '6354', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6355', '6355', '130', 'bc_pyramidtip_14', '2', '0', '0', '1', '0', '0', '99', '6355', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6356', '6356', '130', 'bc_pyramidtip_15', '2', '0', '0', '1', '0', '0', '99', '6356', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6357', '6357', '130', 'bc_pyramidtip_16', '2', '0', '0', '1', '0', '0', '99', '6357', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6358', '6358', '130', 'bc_pyramidtip_17', '2', '0', '0', '1', '0', '0', '99', '6358', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6359', '6359', '130', 'bc_pyramidtip_18', '2', '0', '0', '1', '0', '0', '99', '6359', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6360', '6360', '130', 'bc_pyramidtip_19', '2', '0', '0', '1', '0', '0', '99', '6360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6361', '6361', '130', 'bc_pyramidtip_2', '2', '0', '0', '1', '0', '0', '99', '6361', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6362', '6362', '130', 'bc_pyramidtip_20', '2', '0', '0', '1', '0', '0', '99', '6362', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6363', '6363', '130', 'bc_pyramidtip_21', '2', '0', '0', '1', '0', '0', '99', '6363', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6364', '6364', '130', 'bc_pyramidtip_22', '2', '0', '0', '1', '0', '0', '99', '6364', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6365', '6365', '130', 'bc_pyramidtip_23', '2', '0', '0', '1', '0', '0', '99', '6365', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6366', '6366', '130', 'bc_pyramidtip_24', '2', '0', '0', '1', '0', '0', '99', '6366', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6367', '6367', '130', 'bc_pyramidtip_25', '2', '0', '0', '1', '0', '0', '99', '6367', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6368', '6368', '130', 'bc_pyramidtip_26', '2', '0', '0', '1', '0', '0', '99', '6368', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6369', '6369', '130', 'bc_pyramidtip_27', '2', '0', '0', '1', '0', '0', '99', '6369', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6370', '6370', '130', 'bc_pyramidtip_28', '2', '0', '0', '1', '0', '0', '99', '6370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6371', '6371', '130', 'bc_pyramidtip_29', '2', '0', '0', '1', '0', '0', '99', '6371', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6372', '6372', '130', 'bc_pyramidtip_3', '2', '0', '0', '1', '0', '0', '99', '6372', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6373', '6373', '130', 'bc_pyramidtip_30', '2', '0', '0', '1', '0', '0', '99', '6373', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6374', '6374', '130', 'bc_pyramidtip_31', '2', '0', '0', '1', '0', '0', '99', '6374', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6375', '6375', '130', 'bc_pyramidtip_32', '2', '0', '0', '1', '0', '0', '99', '6375', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6376', '6376', '130', 'bc_pyramidtip_33', '2', '0', '0', '1', '0', '0', '99', '6376', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6377', '6377', '130', 'bc_pyramidtip_34', '2', '0', '0', '1', '0', '0', '99', '6377', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6378', '6378', '130', 'bc_pyramidtip_35', '2', '0', '0', '1', '0', '0', '99', '6378', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6379', '6379', '130', 'bc_pyramidtip_36', '2', '0', '0', '1', '0', '0', '99', '6379', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6380', '6380', '130', 'bc_pyramidtip_37', '2', '0', '0', '1', '0', '0', '99', '6380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6381', '6381', '130', 'bc_pyramidtip_38', '2', '0', '0', '1', '0', '0', '99', '6381', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6382', '6382', '130', 'bc_pyramidtip_39', '2', '0', '0', '1', '0', '0', '99', '6382', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6383', '6383', '130', 'bc_pyramidtip_4', '2', '0', '0', '1', '0', '0', '99', '6383', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6384', '6384', '130', 'bc_pyramidtip_40', '2', '0', '0', '1', '0', '0', '99', '6384', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6385', '6385', '130', 'bc_pyramidtip_41', '2', '0', '0', '1', '0', '0', '99', '6385', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6386', '6386', '130', 'bc_pyramidtip_42', '2', '0', '0', '1', '0', '0', '99', '6386', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6387', '6387', '130', 'bc_pyramidtip_43', '2', '0', '0', '1', '0', '0', '99', '6387', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6388', '6388', '130', 'bc_pyramidtip_44', '2', '0', '0', '1', '0', '0', '99', '6388', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6389', '6389', '130', 'bc_pyramidtip_45', '2', '0', '0', '1', '0', '0', '99', '6389', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6390', '6390', '130', 'bc_pyramidtip_46', '2', '0', '0', '1', '0', '0', '99', '6390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6391', '6391', '130', 'bc_pyramidtip_47', '2', '0', '0', '1', '0', '0', '99', '6391', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6392', '6392', '130', 'bc_pyramidtip_48', '2', '0', '0', '1', '0', '0', '99', '6392', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6393', '6393', '130', 'bc_pyramidtip_49', '2', '0', '0', '1', '0', '0', '99', '6393', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6394', '6394', '130', 'bc_pyramidtip_5', '2', '0', '0', '1', '0', '0', '99', '6394', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6395', '6395', '130', 'bc_pyramidtip_50', '2', '0', '0', '1', '0', '0', '99', '6395', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6396', '6396', '130', 'bc_pyramidtip_51', '2', '0', '0', '1', '0', '0', '99', '6396', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6397', '6397', '130', 'bc_pyramidtip_52', '2', '0', '0', '1', '0', '0', '99', '6397', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6398', '6398', '130', 'bc_pyramidtip_53', '2', '0', '0', '1', '0', '0', '99', '6398', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6399', '6399', '130', 'bc_pyramidtip_54', '2', '0', '0', '1', '0', '0', '99', '6399', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6400', '6400', '130', 'bc_pyramidtip_55', '2', '0', '0', '1', '0', '0', '99', '6400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6401', '6401', '130', 'bc_pyramidtip_56', '2', '0', '0', '1', '0', '0', '99', '6401', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6402', '6402', '130', 'bc_pyramidtip_57', '2', '0', '0', '1', '0', '0', '99', '6402', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6403', '6403', '130', 'bc_pyramidtip_58', '2', '0', '0', '1', '0', '0', '99', '6403', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6404', '6404', '130', 'bc_pyramidtip_59', '2', '0', '0', '1', '0', '0', '99', '6404', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6405', '6405', '130', 'bc_pyramidtip_6', '2', '0', '0', '1', '0', '0', '99', '6405', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6406', '6406', '130', 'bc_pyramidtip_60', '2', '0', '0', '1', '0', '0', '99', '6406', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6407', '6407', '130', 'bc_pyramidtip_61', '2', '0', '0', '1', '0', '0', '99', '6407', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6408', '6408', '130', 'bc_pyramidtip_62', '2', '0', '0', '1', '0', '0', '99', '6408', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6409', '6409', '130', 'bc_pyramidtip_63', '2', '0', '0', '1', '0', '0', '99', '6409', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6410', '6410', '130', 'bc_pyramidtip_64', '2', '0', '0', '1', '0', '0', '99', '6410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6411', '6411', '130', 'bc_pyramidtip_65', '2', '0', '0', '1', '0', '0', '99', '6411', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6412', '6412', '130', 'bc_pyramidtip_66', '2', '0', '0', '1', '0', '0', '99', '6412', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6413', '6413', '130', 'bc_pyramidtip_67', '2', '0', '0', '1', '0', '0', '99', '6413', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6414', '6414', '130', 'bc_pyramidtip_68', '2', '0', '0', '1', '0', '0', '99', '6414', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6415', '6415', '130', 'bc_pyramidtip_69', '2', '0', '0', '1', '0', '0', '99', '6415', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6416', '6416', '130', 'bc_pyramidtip_7', '2', '0', '0', '1', '0', '0', '99', '6416', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6417', '6417', '130', 'bc_pyramidtip_8', '2', '0', '0', '1', '0', '0', '99', '6417', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6418', '6418', '130', 'bc_pyramidtip_9', '2', '0', '0', '1', '0', '0', '99', '6418', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6419', '6419', '126', 'bc_cone_1', '2', '0', '0', '1', '0', '0', '99', '6419', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6420', '6420', '126', 'bc_cone_10', '2', '0', '0', '1', '0', '0', '99', '6420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6421', '6421', '126', 'bc_cone_11', '2', '0', '0', '1', '0', '0', '99', '6421', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6422', '6422', '126', 'bc_cone_12', '2', '0', '0', '1', '0', '0', '99', '6422', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6423', '6423', '126', 'bc_cone_13', '2', '0', '0', '1', '0', '0', '99', '6423', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6424', '6424', '126', 'bc_cone_14', '2', '0', '0', '1', '0', '0', '99', '6424', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6425', '6425', '126', 'bc_cone_15', '2', '0', '0', '1', '0', '0', '99', '6425', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6426', '6426', '126', 'bc_cone_16', '2', '0', '0', '1', '0', '0', '99', '6426', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6427', '6427', '126', 'bc_cone_17', '2', '0', '0', '1', '0', '0', '99', '6427', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6428', '6428', '126', 'bc_cone_18', '2', '0', '0', '1', '0', '0', '99', '6428', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6429', '6429', '126', 'bc_cone_19', '2', '0', '0', '1', '0', '0', '99', '6429', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6430', '6430', '126', 'bc_cone_2', '2', '0', '0', '1', '0', '0', '99', '6430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6431', '6431', '126', 'bc_cone_20', '2', '0', '0', '1', '0', '0', '99', '6431', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6432', '6432', '126', 'bc_cone_21', '2', '0', '0', '1', '0', '0', '99', '6432', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6433', '6433', '126', 'bc_cone_22', '2', '0', '0', '1', '0', '0', '99', '6433', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6434', '6434', '126', 'bc_cone_23', '2', '0', '0', '1', '0', '0', '99', '6434', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6435', '6435', '126', 'bc_cone_24', '2', '0', '0', '1', '0', '0', '99', '6435', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6436', '6436', '126', 'bc_cone_25', '2', '0', '0', '1', '0', '0', '99', '6436', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6437', '6437', '126', 'bc_cone_26', '2', '0', '0', '1', '0', '0', '99', '6437', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6438', '6438', '126', 'bc_cone_27', '2', '0', '0', '1', '0', '0', '99', '6438', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6439', '6439', '126', 'bc_cone_28', '2', '0', '0', '1', '0', '0', '99', '6439', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6440', '6440', '126', 'bc_cone_29', '2', '0', '0', '1', '0', '0', '99', '6440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6441', '6441', '126', 'bc_cone_3', '2', '0', '0', '1', '0', '0', '99', '6441', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6442', '6442', '126', 'bc_cone_30', '2', '0', '0', '1', '0', '0', '99', '6442', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6443', '6443', '126', 'bc_cone_31', '2', '0', '0', '1', '0', '0', '99', '6443', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6444', '6444', '126', 'bc_cone_32', '2', '0', '0', '1', '0', '0', '99', '6444', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6445', '6445', '126', 'bc_cone_33', '2', '0', '0', '1', '0', '0', '99', '6445', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6446', '6446', '126', 'bc_cone_34', '2', '0', '0', '1', '0', '0', '99', '6446', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6447', '6447', '126', 'bc_cone_35', '2', '0', '0', '1', '0', '0', '99', '6447', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6448', '6448', '126', 'bc_cone_36', '2', '0', '0', '1', '0', '0', '99', '6448', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6449', '6449', '126', 'bc_cone_37', '2', '0', '0', '1', '0', '0', '99', '6449', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6450', '6450', '126', 'bc_cone_38', '2', '0', '0', '1', '0', '0', '99', '6450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6451', '6451', '126', 'bc_cone_39', '2', '0', '0', '1', '0', '0', '99', '6451', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6452', '6452', '126', 'bc_cone_4', '2', '0', '0', '1', '0', '0', '99', '6452', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6453', '6453', '126', 'bc_cone_40', '2', '0', '0', '1', '0', '0', '99', '6453', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6454', '6454', '126', 'bc_cone_41', '2', '0', '0', '1', '0', '0', '99', '6454', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6455', '6455', '126', 'bc_cone_42', '2', '0', '0', '1', '0', '0', '99', '6455', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6456', '6456', '126', 'bc_cone_43', '2', '0', '0', '1', '0', '0', '99', '6456', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6457', '6457', '126', 'bc_cone_44', '2', '0', '0', '1', '0', '0', '99', '6457', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6458', '6458', '126', 'bc_cone_45', '2', '0', '0', '1', '0', '0', '99', '6458', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6459', '6459', '126', 'bc_cone_46', '2', '0', '0', '1', '0', '0', '99', '6459', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6460', '6460', '126', 'bc_cone_47', '2', '0', '0', '1', '0', '0', '99', '6460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6461', '6461', '126', 'bc_cone_48', '2', '0', '0', '1', '0', '0', '99', '6461', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6462', '6462', '126', 'bc_cone_49', '2', '0', '0', '1', '0', '0', '99', '6462', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6463', '6463', '126', 'bc_cone_5', '2', '0', '0', '1', '0', '0', '99', '6463', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6464', '6464', '126', 'bc_cone_50', '2', '0', '0', '1', '0', '0', '99', '6464', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6465', '6465', '126', 'bc_cone_51', '2', '0', '0', '1', '0', '0', '99', '6465', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6466', '6466', '126', 'bc_cone_52', '2', '0', '0', '1', '0', '0', '99', '6466', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6467', '6467', '126', 'bc_cone_53', '2', '0', '0', '1', '0', '0', '99', '6467', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6468', '6468', '126', 'bc_cone_54', '2', '0', '0', '1', '0', '0', '99', '6468', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6469', '6469', '126', 'bc_cone_55', '2', '0', '0', '1', '0', '0', '99', '6469', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6470', '6470', '126', 'bc_cone_56', '2', '0', '0', '1', '0', '0', '99', '6470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6471', '6471', '126', 'bc_cone_57', '2', '0', '0', '1', '0', '0', '99', '6471', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6472', '6472', '126', 'bc_cone_58', '2', '0', '0', '1', '0', '0', '99', '6472', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6473', '6473', '126', 'bc_cone_59', '2', '0', '0', '1', '0', '0', '99', '6473', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6474', '6474', '126', 'bc_cone_6', '2', '0', '0', '1', '0', '0', '99', '6474', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6475', '6475', '126', 'bc_cone_60', '2', '0', '0', '1', '0', '0', '99', '6475', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6476', '6476', '126', 'bc_cone_61', '2', '0', '0', '1', '0', '0', '99', '6476', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6477', '6477', '126', 'bc_cone_62', '2', '0', '0', '1', '0', '0', '99', '6477', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6478', '6478', '126', 'bc_cone_63', '2', '0', '0', '1', '0', '0', '99', '6478', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6479', '6479', '126', 'bc_cone_64', '2', '0', '0', '1', '0', '0', '99', '6479', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6480', '6480', '126', 'bc_cone_65', '2', '0', '0', '1', '0', '0', '99', '6480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6481', '6481', '126', 'bc_cone_66', '2', '0', '0', '1', '0', '0', '99', '6481', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6482', '6482', '126', 'bc_cone_67', '2', '0', '0', '1', '0', '0', '99', '6482', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6483', '6483', '126', 'bc_cone_68', '2', '0', '0', '1', '0', '0', '99', '6483', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6484', '6484', '126', 'bc_cone_69', '2', '0', '0', '1', '0', '0', '99', '6484', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6485', '6485', '126', 'bc_cone_7', '2', '0', '0', '1', '0', '0', '99', '6485', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6486', '6486', '126', 'bc_cone_8', '2', '0', '0', '1', '0', '0', '99', '6486', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6487', '6487', '126', 'bc_cone_9', '2', '0', '0', '1', '0', '0', '99', '6487', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6488', '6488', '133', 'bc_standinghalfcylinder_1', '2', '0', '0', '1', '0', '0', '99', '6488', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6489', '6489', '133', 'bc_standinghalfcylinder_10', '2', '0', '0', '1', '0', '0', '99', '6489', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6490', '6490', '133', 'bc_standinghalfcylinder_11', '2', '0', '0', '1', '0', '0', '99', '6490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6491', '6491', '133', 'bc_standinghalfcylinder_12', '2', '0', '0', '1', '0', '0', '99', '6491', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6492', '6492', '133', 'bc_standinghalfcylinder_13', '2', '0', '0', '1', '0', '0', '99', '6492', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6493', '6493', '133', 'bc_standinghalfcylinder_14', '2', '0', '0', '1', '0', '0', '99', '6493', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6494', '6494', '133', 'bc_standinghalfcylinder_15', '2', '0', '0', '1', '0', '0', '99', '6494', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6495', '6495', '133', 'bc_standinghalfcylinder_16', '2', '0', '0', '1', '0', '0', '99', '6495', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6496', '6496', '133', 'bc_standinghalfcylinder_17', '2', '0', '0', '1', '0', '0', '99', '6496', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6497', '6497', '133', 'bc_standinghalfcylinder_18', '2', '0', '0', '1', '0', '0', '99', '6497', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6498', '6498', '133', 'bc_standinghalfcylinder_19', '2', '0', '0', '1', '0', '0', '99', '6498', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6499', '6499', '133', 'bc_standinghalfcylinder_2', '2', '0', '0', '1', '0', '0', '99', '6499', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6500', '6500', '133', 'bc_standinghalfcylinder_20', '2', '0', '0', '1', '0', '0', '99', '6500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6501', '6501', '133', 'bc_standinghalfcylinder_21', '2', '0', '0', '1', '0', '0', '99', '6501', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6502', '6502', '133', 'bc_standinghalfcylinder_22', '2', '0', '0', '1', '0', '0', '99', '6502', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6503', '6503', '133', 'bc_standinghalfcylinder_23', '2', '0', '0', '1', '0', '0', '99', '6503', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6504', '6504', '133', 'bc_standinghalfcylinder_24', '2', '0', '0', '1', '0', '0', '99', '6504', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6505', '6505', '133', 'bc_standinghalfcylinder_25', '2', '0', '0', '1', '0', '0', '99', '6505', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6506', '6506', '133', 'bc_standinghalfcylinder_26', '2', '0', '0', '1', '0', '0', '99', '6506', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6507', '6507', '133', 'bc_standinghalfcylinder_27', '2', '0', '0', '1', '0', '0', '99', '6507', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6508', '6508', '133', 'bc_standinghalfcylinder_28', '2', '0', '0', '1', '0', '0', '99', '6508', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6509', '6509', '133', 'bc_standinghalfcylinder_29', '2', '0', '0', '1', '0', '0', '99', '6509', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6510', '6510', '133', 'bc_standinghalfcylinder_3', '2', '0', '0', '1', '0', '0', '99', '6510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6511', '6511', '133', 'bc_standinghalfcylinder_30', '2', '0', '0', '1', '0', '0', '99', '6511', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6512', '6512', '133', 'bc_standinghalfcylinder_31', '2', '0', '0', '1', '0', '0', '99', '6512', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6513', '6513', '133', 'bc_standinghalfcylinder_32', '2', '0', '0', '1', '0', '0', '99', '6513', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6514', '6514', '133', 'bc_standinghalfcylinder_33', '2', '0', '0', '1', '0', '0', '99', '6514', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6515', '6515', '133', 'bc_standinghalfcylinder_34', '2', '0', '0', '1', '0', '0', '99', '6515', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6516', '6516', '133', 'bc_standinghalfcylinder_35', '2', '0', '0', '1', '0', '0', '99', '6516', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6517', '6517', '133', 'bc_standinghalfcylinder_36', '2', '0', '0', '1', '0', '0', '99', '6517', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6518', '6518', '133', 'bc_standinghalfcylinder_37', '2', '0', '0', '1', '0', '0', '99', '6518', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6519', '6519', '133', 'bc_standinghalfcylinder_38', '2', '0', '0', '1', '0', '0', '99', '6519', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6520', '6520', '133', 'bc_standinghalfcylinder_39', '2', '0', '0', '1', '0', '0', '99', '6520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6521', '6521', '133', 'bc_standinghalfcylinder_4', '2', '0', '0', '1', '0', '0', '99', '6521', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6522', '6522', '133', 'bc_standinghalfcylinder_40', '2', '0', '0', '1', '0', '0', '99', '6522', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6523', '6523', '133', 'bc_standinghalfcylinder_41', '2', '0', '0', '1', '0', '0', '99', '6523', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6524', '6524', '133', 'bc_standinghalfcylinder_42', '2', '0', '0', '1', '0', '0', '99', '6524', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6525', '6525', '133', 'bc_standinghalfcylinder_43', '2', '0', '0', '1', '0', '0', '99', '6525', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6526', '6526', '133', 'bc_standinghalfcylinder_44', '2', '0', '0', '1', '0', '0', '99', '6526', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6527', '6527', '133', 'bc_standinghalfcylinder_45', '2', '0', '0', '1', '0', '0', '99', '6527', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6528', '6528', '133', 'bc_standinghalfcylinder_46', '2', '0', '0', '1', '0', '0', '99', '6528', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6529', '6529', '133', 'bc_standinghalfcylinder_47', '2', '0', '0', '1', '0', '0', '99', '6529', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6530', '6530', '133', 'bc_standinghalfcylinder_48', '2', '0', '0', '1', '0', '0', '99', '6530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6531', '6531', '133', 'bc_standinghalfcylinder_49', '2', '0', '0', '1', '0', '0', '99', '6531', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6532', '6532', '133', 'bc_standinghalfcylinder_5', '2', '0', '0', '1', '0', '0', '99', '6532', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6533', '6533', '133', 'bc_standinghalfcylinder_50', '2', '0', '0', '1', '0', '0', '99', '6533', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6534', '6534', '133', 'bc_standinghalfcylinder_51', '2', '0', '0', '1', '0', '0', '99', '6534', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6535', '6535', '133', 'bc_standinghalfcylinder_52', '2', '0', '0', '1', '0', '0', '99', '6535', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6536', '6536', '133', 'bc_standinghalfcylinder_53', '2', '0', '0', '1', '0', '0', '99', '6536', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6537', '6537', '133', 'bc_standinghalfcylinder_54', '2', '0', '0', '1', '0', '0', '99', '6537', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6538', '6538', '133', 'bc_standinghalfcylinder_55', '2', '0', '0', '1', '0', '0', '99', '6538', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6539', '6539', '133', 'bc_standinghalfcylinder_56', '2', '0', '0', '1', '0', '0', '99', '6539', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6540', '6540', '133', 'bc_standinghalfcylinder_57', '2', '0', '0', '1', '0', '0', '99', '6540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6541', '6541', '133', 'bc_standinghalfcylinder_58', '2', '0', '0', '1', '0', '0', '99', '6541', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6542', '6542', '133', 'bc_standinghalfcylinder_59', '2', '0', '0', '1', '0', '0', '99', '6542', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6543', '6543', '133', 'bc_standinghalfcylinder_6', '2', '0', '0', '1', '0', '0', '99', '6543', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6544', '6544', '133', 'bc_standinghalfcylinder_60', '2', '0', '0', '1', '0', '0', '99', '6544', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6545', '6545', '133', 'bc_standinghalfcylinder_61', '2', '0', '0', '1', '0', '0', '99', '6545', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6546', '6546', '133', 'bc_standinghalfcylinder_62', '2', '0', '0', '1', '0', '0', '99', '6546', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6547', '6547', '133', 'bc_standinghalfcylinder_63', '2', '0', '0', '1', '0', '0', '99', '6547', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6548', '6548', '133', 'bc_standinghalfcylinder_64', '2', '0', '0', '1', '0', '0', '99', '6548', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6549', '6549', '133', 'bc_standinghalfcylinder_65', '2', '0', '0', '1', '0', '0', '99', '6549', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6550', '6550', '133', 'bc_standinghalfcylinder_66', '2', '0', '0', '1', '0', '0', '99', '6550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6551', '6551', '133', 'bc_standinghalfcylinder_67', '2', '0', '0', '1', '0', '0', '99', '6551', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6552', '6552', '133', 'bc_standinghalfcylinder_68', '2', '0', '0', '1', '0', '0', '99', '6552', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6553', '6553', '133', 'bc_standinghalfcylinder_69', '2', '0', '0', '1', '0', '0', '99', '6553', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6554', '6554', '133', 'bc_standinghalfcylinder_7', '2', '0', '0', '1', '0', '0', '99', '6554', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6555', '6555', '133', 'bc_standinghalfcylinder_8', '2', '0', '0', '1', '0', '0', '99', '6555', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6556', '6556', '133', 'bc_standinghalfcylinder_9', '2', '0', '0', '1', '0', '0', '99', '6556', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6557', '6557', '129', 'bc_hemisphere_1', '2', '0', '0', '1', '0', '0', '99', '6557', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6558', '6558', '129', 'bc_hemisphere_10', '2', '0', '0', '1', '0', '0', '99', '6558', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6559', '6559', '129', 'bc_hemisphere_11', '2', '0', '0', '1', '0', '0', '99', '6559', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6560', '6560', '129', 'bc_hemisphere_12', '2', '0', '0', '1', '0', '0', '99', '6560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6561', '6561', '129', 'bc_hemisphere_13', '2', '0', '0', '1', '0', '0', '99', '6561', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6562', '6562', '129', 'bc_hemisphere_14', '2', '0', '0', '1', '0', '0', '99', '6562', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6563', '6563', '129', 'bc_hemisphere_15', '2', '0', '0', '1', '0', '0', '99', '6563', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6564', '6564', '129', 'bc_hemisphere_16', '2', '0', '0', '1', '0', '0', '99', '6564', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6565', '6565', '129', 'bc_hemisphere_17', '2', '0', '0', '1', '0', '0', '99', '6565', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6566', '6566', '129', 'bc_hemisphere_18', '2', '0', '0', '1', '0', '0', '99', '6566', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6567', '6567', '129', 'bc_hemisphere_19', '2', '0', '0', '1', '0', '0', '99', '6567', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6568', '6568', '129', 'bc_hemisphere_2', '2', '0', '0', '1', '0', '0', '99', '6568', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6569', '6569', '129', 'bc_hemisphere_20', '2', '0', '0', '1', '0', '0', '99', '6569', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6570', '6570', '129', 'bc_hemisphere_21', '2', '0', '0', '1', '0', '0', '99', '6570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6571', '6571', '129', 'bc_hemisphere_22', '2', '0', '0', '1', '0', '0', '99', '6571', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6572', '6572', '129', 'bc_hemisphere_23', '2', '0', '0', '1', '0', '0', '99', '6572', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6573', '6573', '129', 'bc_hemisphere_24', '2', '0', '0', '1', '0', '0', '99', '6573', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6574', '6574', '129', 'bc_hemisphere_25', '2', '0', '0', '1', '0', '0', '99', '6574', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6575', '6575', '129', 'bc_hemisphere_26', '2', '0', '0', '1', '0', '0', '99', '6575', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6576', '6576', '129', 'bc_hemisphere_27', '2', '0', '0', '1', '0', '0', '99', '6576', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6577', '6577', '129', 'bc_hemisphere_28', '2', '0', '0', '1', '0', '0', '99', '6577', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6578', '6578', '129', 'bc_hemisphere_29', '2', '0', '0', '1', '0', '0', '99', '6578', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6579', '6579', '129', 'bc_hemisphere_3', '2', '0', '0', '1', '0', '0', '99', '6579', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6580', '6580', '129', 'bc_hemisphere_30', '2', '0', '0', '1', '0', '0', '99', '6580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6581', '6581', '129', 'bc_hemisphere_31', '2', '0', '0', '1', '0', '0', '99', '6581', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6582', '6582', '129', 'bc_hemisphere_32', '2', '0', '0', '1', '0', '0', '99', '6582', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6583', '6583', '129', 'bc_hemisphere_33', '2', '0', '0', '1', '0', '0', '99', '6583', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6584', '6584', '129', 'bc_hemisphere_34', '2', '0', '0', '1', '0', '0', '99', '6584', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6585', '6585', '129', 'bc_hemisphere_35', '2', '0', '0', '1', '0', '0', '99', '6585', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6586', '6586', '129', 'bc_hemisphere_36', '2', '0', '0', '1', '0', '0', '99', '6586', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6587', '6587', '129', 'bc_hemisphere_37', '2', '0', '0', '1', '0', '0', '99', '6587', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6588', '6588', '129', 'bc_hemisphere_38', '2', '0', '0', '1', '0', '0', '99', '6588', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6589', '6589', '129', 'bc_hemisphere_39', '2', '0', '0', '1', '0', '0', '99', '6589', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6590', '6590', '129', 'bc_hemisphere_4', '2', '0', '0', '1', '0', '0', '99', '6590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6591', '6591', '129', 'bc_hemisphere_40', '2', '0', '0', '1', '0', '0', '99', '6591', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6592', '6592', '129', 'bc_hemisphere_41', '2', '0', '0', '1', '0', '0', '99', '6592', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6593', '6593', '129', 'bc_hemisphere_42', '2', '0', '0', '1', '0', '0', '99', '6593', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6594', '6594', '129', 'bc_hemisphere_43', '2', '0', '0', '1', '0', '0', '99', '6594', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6595', '6595', '129', 'bc_hemisphere_44', '2', '0', '0', '1', '0', '0', '99', '6595', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6596', '6596', '129', 'bc_hemisphere_45', '2', '0', '0', '1', '0', '0', '99', '6596', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6597', '6597', '129', 'bc_hemisphere_46', '2', '0', '0', '1', '0', '0', '99', '6597', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6598', '6598', '129', 'bc_hemisphere_47', '2', '0', '0', '1', '0', '0', '99', '6598', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6599', '6599', '129', 'bc_hemisphere_48', '2', '0', '0', '1', '0', '0', '99', '6599', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6600', '6600', '129', 'bc_hemisphere_49', '2', '0', '0', '1', '0', '0', '99', '6600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6601', '6601', '129', 'bc_hemisphere_5', '2', '0', '0', '1', '0', '0', '99', '6601', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6602', '6602', '129', 'bc_hemisphere_50', '2', '0', '0', '1', '0', '0', '99', '6602', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6603', '6603', '129', 'bc_hemisphere_51', '2', '0', '0', '1', '0', '0', '99', '6603', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6604', '6604', '129', 'bc_hemisphere_52', '2', '0', '0', '1', '0', '0', '99', '6604', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6605', '6605', '129', 'bc_hemisphere_53', '2', '0', '0', '1', '0', '0', '99', '6605', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6606', '6606', '129', 'bc_hemisphere_54', '2', '0', '0', '1', '0', '0', '99', '6606', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6607', '6607', '129', 'bc_hemisphere_55', '2', '0', '0', '1', '0', '0', '99', '6607', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6608', '6608', '129', 'bc_hemisphere_56', '2', '0', '0', '1', '0', '0', '99', '6608', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6609', '6609', '129', 'bc_hemisphere_57', '2', '0', '0', '1', '0', '0', '99', '6609', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6610', '6610', '129', 'bc_hemisphere_58', '2', '0', '0', '1', '0', '0', '99', '6610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6611', '6611', '129', 'bc_hemisphere_59', '2', '0', '0', '1', '0', '0', '99', '6611', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6612', '6612', '129', 'bc_hemisphere_6', '2', '0', '0', '1', '0', '0', '99', '6612', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6613', '6613', '129', 'bc_hemisphere_60', '2', '0', '0', '1', '0', '0', '99', '6613', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6614', '6614', '129', 'bc_hemisphere_61', '2', '0', '0', '1', '0', '0', '99', '6614', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6615', '6615', '129', 'bc_hemisphere_62', '2', '0', '0', '1', '0', '0', '99', '6615', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6616', '6616', '129', 'bc_hemisphere_63', '2', '0', '0', '1', '0', '0', '99', '6616', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6617', '6617', '129', 'bc_hemisphere_64', '2', '0', '0', '1', '0', '0', '99', '6617', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6618', '6618', '129', 'bc_hemisphere_65', '2', '0', '0', '1', '0', '0', '99', '6618', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6619', '6619', '129', 'bc_hemisphere_66', '2', '0', '0', '1', '0', '0', '99', '6619', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6620', '6620', '129', 'bc_hemisphere_67', '2', '0', '0', '1', '0', '0', '99', '6620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6621', '6621', '129', 'bc_hemisphere_68', '2', '0', '0', '1', '0', '0', '99', '6621', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6622', '6622', '129', 'bc_hemisphere_69', '2', '0', '0', '1', '0', '0', '99', '6622', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6623', '6623', '129', 'bc_hemisphere_7', '2', '0', '0', '1', '0', '0', '99', '6623', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6624', '6624', '129', 'bc_hemisphere_8', '2', '0', '0', '1', '0', '0', '99', '6624', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6625', '6625', '129', 'bc_hemisphere_9', '2', '0', '0', '1', '0', '0', '99', '6625', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6626', '6626', '128', 'bc_halfcylinder_1', '2', '0', '0', '1', '0', '0', '99', '6626', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6627', '6627', '128', 'bc_halfcylinder_10', '2', '0', '0', '1', '0', '0', '99', '6627', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6628', '6628', '128', 'bc_halfcylinder_11', '2', '0', '0', '1', '0', '0', '99', '6628', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6629', '6629', '128', 'bc_halfcylinder_12', '2', '0', '0', '1', '0', '0', '99', '6629', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6630', '6630', '128', 'bc_halfcylinder_13', '2', '0', '0', '1', '0', '0', '99', '6630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6631', '6631', '128', 'bc_halfcylinder_14', '2', '0', '0', '1', '0', '0', '99', '6631', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6632', '6632', '128', 'bc_halfcylinder_15', '2', '0', '0', '1', '0', '0', '99', '6632', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6633', '6633', '128', 'bc_halfcylinder_16', '2', '0', '0', '1', '0', '0', '99', '6633', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6634', '6634', '128', 'bc_halfcylinder_17', '2', '0', '0', '1', '0', '0', '99', '6634', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6635', '6635', '128', 'bc_halfcylinder_18', '2', '0', '0', '1', '0', '0', '99', '6635', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6636', '6636', '128', 'bc_halfcylinder_19', '2', '0', '0', '1', '0', '0', '99', '6636', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6637', '6637', '128', 'bc_halfcylinder_2', '2', '0', '0', '1', '0', '0', '99', '6637', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6638', '6638', '128', 'bc_halfcylinder_20', '2', '0', '0', '1', '0', '0', '99', '6638', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6639', '6639', '128', 'bc_halfcylinder_21', '2', '0', '0', '1', '0', '0', '99', '6639', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6640', '6640', '128', 'bc_halfcylinder_22', '2', '0', '0', '1', '0', '0', '99', '6640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6641', '6641', '128', 'bc_halfcylinder_23', '2', '0', '0', '1', '0', '0', '99', '6641', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6642', '6642', '128', 'bc_halfcylinder_24', '2', '0', '0', '1', '0', '0', '99', '6642', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6643', '6643', '128', 'bc_halfcylinder_25', '2', '0', '0', '1', '0', '0', '99', '6643', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6644', '6644', '128', 'bc_halfcylinder_26', '2', '0', '0', '1', '0', '0', '99', '6644', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6645', '6645', '128', 'bc_halfcylinder_27', '2', '0', '0', '1', '0', '0', '99', '6645', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6646', '6646', '128', 'bc_halfcylinder_28', '2', '0', '0', '1', '0', '0', '99', '6646', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6647', '6647', '128', 'bc_halfcylinder_29', '2', '0', '0', '1', '0', '0', '99', '6647', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6648', '6648', '128', 'bc_halfcylinder_3', '2', '0', '0', '1', '0', '0', '99', '6648', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6649', '6649', '128', 'bc_halfcylinder_30', '2', '0', '0', '1', '0', '0', '99', '6649', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6650', '6650', '128', 'bc_halfcylinder_31', '2', '0', '0', '1', '0', '0', '99', '6650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6651', '6651', '128', 'bc_halfcylinder_32', '2', '0', '0', '1', '0', '0', '99', '6651', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6652', '6652', '128', 'bc_halfcylinder_33', '2', '0', '0', '1', '0', '0', '99', '6652', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6653', '6653', '128', 'bc_halfcylinder_34', '2', '0', '0', '1', '0', '0', '99', '6653', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6654', '6654', '128', 'bc_halfcylinder_35', '2', '0', '0', '1', '0', '0', '99', '6654', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6655', '6655', '128', 'bc_halfcylinder_36', '2', '0', '0', '1', '0', '0', '99', '6655', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6656', '6656', '128', 'bc_halfcylinder_37', '2', '0', '0', '1', '0', '0', '99', '6656', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6657', '6657', '128', 'bc_halfcylinder_38', '2', '0', '0', '1', '0', '0', '99', '6657', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6658', '6658', '128', 'bc_halfcylinder_39', '2', '0', '0', '1', '0', '0', '99', '6658', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6659', '6659', '128', 'bc_halfcylinder_4', '2', '0', '0', '1', '0', '0', '99', '6659', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6660', '6660', '128', 'bc_halfcylinder_40', '2', '0', '0', '1', '0', '0', '99', '6660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6661', '6661', '128', 'bc_halfcylinder_41', '2', '0', '0', '1', '0', '0', '99', '6661', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6662', '6662', '128', 'bc_halfcylinder_42', '2', '0', '0', '1', '0', '0', '99', '6662', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6663', '6663', '128', 'bc_halfcylinder_43', '2', '0', '0', '1', '0', '0', '99', '6663', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6664', '6664', '128', 'bc_halfcylinder_44', '2', '0', '0', '1', '0', '0', '99', '6664', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6665', '6665', '128', 'bc_halfcylinder_45', '2', '0', '0', '1', '0', '0', '99', '6665', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6666', '6666', '128', 'bc_halfcylinder_46', '2', '0', '0', '1', '0', '0', '99', '6666', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6667', '6667', '128', 'bc_halfcylinder_47', '2', '0', '0', '1', '0', '0', '99', '6667', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6668', '6668', '128', 'bc_halfcylinder_48', '2', '0', '0', '1', '0', '0', '99', '6668', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6669', '6669', '128', 'bc_halfcylinder_49', '2', '0', '0', '1', '0', '0', '99', '6669', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6670', '6670', '128', 'bc_halfcylinder_5', '2', '0', '0', '1', '0', '0', '99', '6670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6671', '6671', '128', 'bc_halfcylinder_50', '2', '0', '0', '1', '0', '0', '99', '6671', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6672', '6672', '128', 'bc_halfcylinder_51', '2', '0', '0', '1', '0', '0', '99', '6672', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6673', '6673', '128', 'bc_halfcylinder_52', '2', '0', '0', '1', '0', '0', '99', '6673', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6674', '6674', '128', 'bc_halfcylinder_53', '2', '0', '0', '1', '0', '0', '99', '6674', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6675', '6675', '128', 'bc_halfcylinder_54', '2', '0', '0', '1', '0', '0', '99', '6675', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6676', '6676', '128', 'bc_halfcylinder_55', '2', '0', '0', '1', '0', '0', '99', '6676', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6677', '6677', '128', 'bc_halfcylinder_56', '2', '0', '0', '1', '0', '0', '99', '6677', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6678', '6678', '128', 'bc_halfcylinder_57', '2', '0', '0', '1', '0', '0', '99', '6678', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6679', '6679', '128', 'bc_halfcylinder_58', '2', '0', '0', '1', '0', '0', '99', '6679', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6680', '6680', '128', 'bc_halfcylinder_59', '2', '0', '0', '1', '0', '0', '99', '6680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6681', '6681', '128', 'bc_halfcylinder_6', '2', '0', '0', '1', '0', '0', '99', '6681', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6682', '6682', '128', 'bc_halfcylinder_60', '2', '0', '0', '1', '0', '0', '99', '6682', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6683', '6683', '128', 'bc_halfcylinder_61', '2', '0', '0', '1', '0', '0', '99', '6683', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6684', '6684', '128', 'bc_halfcylinder_62', '2', '0', '0', '1', '0', '0', '99', '6684', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6685', '6685', '128', 'bc_halfcylinder_63', '2', '0', '0', '1', '0', '0', '99', '6685', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6686', '6686', '128', 'bc_halfcylinder_64', '2', '0', '0', '1', '0', '0', '99', '6686', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6687', '6687', '128', 'bc_halfcylinder_65', '2', '0', '0', '1', '0', '0', '99', '6687', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6688', '6688', '128', 'bc_halfcylinder_66', '2', '0', '0', '1', '0', '0', '99', '6688', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6689', '6689', '128', 'bc_halfcylinder_67', '2', '0', '0', '1', '0', '0', '99', '6689', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6690', '6690', '128', 'bc_halfcylinder_68', '2', '0', '0', '1', '0', '0', '99', '6690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6691', '6691', '128', 'bc_halfcylinder_69', '2', '0', '0', '1', '0', '0', '99', '6691', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6692', '6692', '128', 'bc_halfcylinder_7', '2', '0', '0', '1', '0', '0', '99', '6692', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6693', '6693', '128', 'bc_halfcylinder_8', '2', '0', '0', '1', '0', '0', '99', '6693', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6694', '6694', '128', 'bc_halfcylinder_9', '2', '0', '0', '1', '0', '0', '99', '6694', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6695', '6695', '131', 'bc_quarterring_1', '2', '0', '0', '1', '0', '0', '99', '6695', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6696', '6696', '131', 'bc_quarterring_10', '2', '0', '0', '1', '0', '0', '99', '6696', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6697', '6697', '131', 'bc_quarterring_11', '2', '0', '0', '1', '0', '0', '99', '6697', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6698', '6698', '131', 'bc_quarterring_12', '2', '0', '0', '1', '0', '0', '99', '6698', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6699', '6699', '131', 'bc_quarterring_13', '2', '0', '0', '1', '0', '0', '99', '6699', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6700', '6700', '131', 'bc_quarterring_14', '2', '0', '0', '1', '0', '0', '99', '6700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6701', '6701', '131', 'bc_quarterring_15', '2', '0', '0', '1', '0', '0', '99', '6701', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6702', '6702', '131', 'bc_quarterring_16', '2', '0', '0', '1', '0', '0', '99', '6702', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6703', '6703', '131', 'bc_quarterring_17', '2', '0', '0', '1', '0', '0', '99', '6703', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6704', '6704', '131', 'bc_quarterring_18', '2', '0', '0', '1', '0', '0', '99', '6704', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6705', '6705', '131', 'bc_quarterring_19', '2', '0', '0', '1', '0', '0', '99', '6705', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6706', '6706', '131', 'bc_quarterring_2', '2', '0', '0', '1', '0', '0', '99', '6706', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6707', '6707', '131', 'bc_quarterring_20', '2', '0', '0', '1', '0', '0', '99', '6707', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6708', '6708', '131', 'bc_quarterring_21', '2', '0', '0', '1', '0', '0', '99', '6708', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6709', '6709', '131', 'bc_quarterring_22', '2', '0', '0', '1', '0', '0', '99', '6709', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6710', '6710', '131', 'bc_quarterring_23', '2', '0', '0', '1', '0', '0', '99', '6710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6711', '6711', '131', 'bc_quarterring_24', '2', '0', '0', '1', '0', '0', '99', '6711', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6712', '6712', '131', 'bc_quarterring_25', '2', '0', '0', '1', '0', '0', '99', '6712', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6713', '6713', '131', 'bc_quarterring_26', '2', '0', '0', '1', '0', '0', '99', '6713', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6714', '6714', '131', 'bc_quarterring_27', '2', '0', '0', '1', '0', '0', '99', '6714', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6715', '6715', '131', 'bc_quarterring_28', '2', '0', '0', '1', '0', '0', '99', '6715', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6716', '6716', '131', 'bc_quarterring_29', '2', '0', '0', '1', '0', '0', '99', '6716', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6717', '6717', '131', 'bc_quarterring_3', '2', '0', '0', '1', '0', '0', '99', '6717', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6718', '6718', '131', 'bc_quarterring_30', '2', '0', '0', '1', '0', '0', '99', '6718', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6719', '6719', '131', 'bc_quarterring_31', '2', '0', '0', '1', '0', '0', '99', '6719', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6720', '6720', '131', 'bc_quarterring_32', '2', '0', '0', '1', '0', '0', '99', '6720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6721', '6721', '131', 'bc_quarterring_33', '2', '0', '0', '1', '0', '0', '99', '6721', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6722', '6722', '131', 'bc_quarterring_34', '2', '0', '0', '1', '0', '0', '99', '6722', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6723', '6723', '131', 'bc_quarterring_35', '2', '0', '0', '1', '0', '0', '99', '6723', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6724', '6724', '131', 'bc_quarterring_36', '2', '0', '0', '1', '0', '0', '99', '6724', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6725', '6725', '131', 'bc_quarterring_37', '2', '0', '0', '1', '0', '0', '99', '6725', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6726', '6726', '131', 'bc_quarterring_38', '2', '0', '0', '1', '0', '0', '99', '6726', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6727', '6727', '131', 'bc_quarterring_39', '2', '0', '0', '1', '0', '0', '99', '6727', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6728', '6728', '131', 'bc_quarterring_4', '2', '0', '0', '1', '0', '0', '99', '6728', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6729', '6729', '131', 'bc_quarterring_40', '2', '0', '0', '1', '0', '0', '99', '6729', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6730', '6730', '131', 'bc_quarterring_41', '2', '0', '0', '1', '0', '0', '99', '6730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6731', '6731', '131', 'bc_quarterring_42', '2', '0', '0', '1', '0', '0', '99', '6731', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6732', '6732', '131', 'bc_quarterring_43', '2', '0', '0', '1', '0', '0', '99', '6732', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6733', '6733', '131', 'bc_quarterring_44', '2', '0', '0', '1', '0', '0', '99', '6733', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6734', '6734', '131', 'bc_quarterring_45', '2', '0', '0', '1', '0', '0', '99', '6734', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6735', '6735', '131', 'bc_quarterring_46', '2', '0', '0', '1', '0', '0', '99', '6735', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6736', '6736', '131', 'bc_quarterring_47', '2', '0', '0', '1', '0', '0', '99', '6736', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6737', '6737', '131', 'bc_quarterring_48', '2', '0', '0', '1', '0', '0', '99', '6737', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6738', '6738', '131', 'bc_quarterring_49', '2', '0', '0', '1', '0', '0', '99', '6738', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6739', '6739', '131', 'bc_quarterring_5', '2', '0', '0', '1', '0', '0', '99', '6739', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6740', '6740', '131', 'bc_quarterring_50', '2', '0', '0', '1', '0', '0', '99', '6740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6741', '6741', '131', 'bc_quarterring_51', '2', '0', '0', '1', '0', '0', '99', '6741', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6742', '6742', '131', 'bc_quarterring_52', '2', '0', '0', '1', '0', '0', '99', '6742', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6743', '6743', '131', 'bc_quarterring_53', '2', '0', '0', '1', '0', '0', '99', '6743', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6744', '6744', '131', 'bc_quarterring_54', '2', '0', '0', '1', '0', '0', '99', '6744', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6745', '6745', '131', 'bc_quarterring_55', '2', '0', '0', '1', '0', '0', '99', '6745', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6746', '6746', '131', 'bc_quarterring_56', '2', '0', '0', '1', '0', '0', '99', '6746', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6747', '6747', '131', 'bc_quarterring_57', '2', '0', '0', '1', '0', '0', '99', '6747', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6748', '6748', '131', 'bc_quarterring_58', '2', '0', '0', '1', '0', '0', '99', '6748', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6749', '6749', '131', 'bc_quarterring_59', '2', '0', '0', '1', '0', '0', '99', '6749', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6750', '6750', '131', 'bc_quarterring_6', '2', '0', '0', '1', '0', '0', '99', '6750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6751', '6751', '131', 'bc_quarterring_60', '2', '0', '0', '1', '0', '0', '99', '6751', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6752', '6752', '131', 'bc_quarterring_61', '2', '0', '0', '1', '0', '0', '99', '6752', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6753', '6753', '131', 'bc_quarterring_62', '2', '0', '0', '1', '0', '0', '99', '6753', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6754', '6754', '131', 'bc_quarterring_63', '2', '0', '0', '1', '0', '0', '99', '6754', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6755', '6755', '131', 'bc_quarterring_64', '2', '0', '0', '1', '0', '0', '99', '6755', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6756', '6756', '131', 'bc_quarterring_65', '2', '0', '0', '1', '0', '0', '99', '6756', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6757', '6757', '131', 'bc_quarterring_66', '2', '0', '0', '1', '0', '0', '99', '6757', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6758', '6758', '131', 'bc_quarterring_67', '2', '0', '0', '1', '0', '0', '99', '6758', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6759', '6759', '131', 'bc_quarterring_68', '2', '0', '0', '1', '0', '0', '99', '6759', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6760', '6760', '131', 'bc_quarterring_69', '2', '0', '0', '1', '0', '0', '99', '6760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6761', '6761', '131', 'bc_quarterring_7', '2', '0', '0', '1', '0', '0', '99', '6761', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6762', '6762', '131', 'bc_quarterring_8', '2', '0', '0', '1', '0', '0', '99', '6762', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6763', '6763', '131', 'bc_quarterring_9', '2', '0', '0', '1', '0', '0', '99', '6763', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6764', '6764', '137', 'bc_glasspanel_1', '2', '0', '0', '1', '0', '0', '99', '6764', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6765', '6765', '137', 'bc_glasspanel_10', '2', '0', '0', '1', '0', '0', '99', '6765', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6766', '6766', '137', 'bc_glasspanel_11', '2', '0', '0', '1', '0', '0', '99', '6766', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6767', '6767', '137', 'bc_glasspanel_12', '2', '0', '0', '1', '0', '0', '99', '6767', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6768', '6768', '137', 'bc_glasspanel_13', '2', '0', '0', '1', '0', '0', '99', '6768', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6769', '6769', '137', 'bc_glasspanel_14', '2', '0', '0', '1', '0', '0', '99', '6769', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6770', '6770', '137', 'bc_glasspanel_15', '2', '0', '0', '1', '0', '0', '99', '6770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6771', '6771', '137', 'bc_glasspanel_16', '2', '0', '0', '1', '0', '0', '99', '6771', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6772', '6772', '137', 'bc_glasspanel_17', '2', '0', '0', '1', '0', '0', '99', '6772', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6773', '6773', '137', 'bc_glasspanel_18', '2', '0', '0', '1', '0', '0', '99', '6773', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6774', '6774', '137', 'bc_glasspanel_19', '2', '0', '0', '1', '0', '0', '99', '6774', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6775', '6775', '137', 'bc_glasspanel_2', '2', '0', '0', '1', '0', '0', '99', '6775', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6776', '6776', '137', 'bc_glasspanel_20', '2', '0', '0', '1', '0', '0', '99', '6776', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6777', '6777', '137', 'bc_glasspanel_21', '2', '0', '0', '1', '0', '0', '99', '6777', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6778', '6778', '137', 'bc_glasspanel_22', '2', '0', '0', '1', '0', '0', '99', '6778', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6779', '6779', '137', 'bc_glasspanel_23', '2', '0', '0', '1', '0', '0', '99', '6779', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6780', '6780', '137', 'bc_glasspanel_24', '2', '0', '0', '1', '0', '0', '99', '6780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6781', '6781', '137', 'bc_glasspanel_25', '2', '0', '0', '1', '0', '0', '99', '6781', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6782', '6782', '137', 'bc_glasspanel_26', '2', '0', '0', '1', '0', '0', '99', '6782', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6783', '6783', '137', 'bc_glasspanel_27', '2', '0', '0', '1', '0', '0', '99', '6783', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6784', '6784', '137', 'bc_glasspanel_28', '2', '0', '0', '1', '0', '0', '99', '6784', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6785', '6785', '137', 'bc_glasspanel_29', '2', '0', '0', '1', '0', '0', '99', '6785', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6786', '6786', '137', 'bc_glasspanel_3', '2', '0', '0', '1', '0', '0', '99', '6786', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6787', '6787', '137', 'bc_glasspanel_30', '2', '0', '0', '1', '0', '0', '99', '6787', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6788', '6788', '137', 'bc_glasspanel_31', '2', '0', '0', '1', '0', '0', '99', '6788', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6789', '6789', '137', 'bc_glasspanel_32', '2', '0', '0', '1', '0', '0', '99', '6789', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6790', '6790', '137', 'bc_glasspanel_33', '2', '0', '0', '1', '0', '0', '99', '6790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6791', '6791', '137', 'bc_glasspanel_34', '2', '0', '0', '1', '0', '0', '99', '6791', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6792', '6792', '137', 'bc_glasspanel_35', '2', '0', '0', '1', '0', '0', '99', '6792', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6793', '6793', '137', 'bc_glasspanel_36', '2', '0', '0', '1', '0', '0', '99', '6793', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6794', '6794', '137', 'bc_glasspanel_37', '2', '0', '0', '1', '0', '0', '99', '6794', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6795', '6795', '137', 'bc_glasspanel_38', '2', '0', '0', '1', '0', '0', '99', '6795', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6796', '6796', '137', 'bc_glasspanel_39', '2', '0', '0', '1', '0', '0', '99', '6796', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6797', '6797', '137', 'bc_glasspanel_4', '2', '0', '0', '1', '0', '0', '99', '6797', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6798', '6798', '137', 'bc_glasspanel_40', '2', '0', '0', '1', '0', '0', '99', '6798', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6799', '6799', '137', 'bc_glasspanel_41', '2', '0', '0', '1', '0', '0', '99', '6799', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6800', '6800', '137', 'bc_glasspanel_42', '2', '0', '0', '1', '0', '0', '99', '6800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6801', '6801', '137', 'bc_glasspanel_43', '2', '0', '0', '1', '0', '0', '99', '6801', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6802', '6802', '137', 'bc_glasspanel_44', '2', '0', '0', '1', '0', '0', '99', '6802', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6803', '6803', '137', 'bc_glasspanel_45', '2', '0', '0', '1', '0', '0', '99', '6803', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6804', '6804', '137', 'bc_glasspanel_46', '2', '0', '0', '1', '0', '0', '99', '6804', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6805', '6805', '137', 'bc_glasspanel_47', '2', '0', '0', '1', '0', '0', '99', '6805', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6806', '6806', '137', 'bc_glasspanel_48', '2', '0', '0', '1', '0', '0', '99', '6806', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6807', '6807', '137', 'bc_glasspanel_49', '2', '0', '0', '1', '0', '0', '99', '6807', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6808', '6808', '137', 'bc_glasspanel_5', '2', '0', '0', '1', '0', '0', '99', '6808', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6809', '6809', '137', 'bc_glasspanel_50', '2', '0', '0', '1', '0', '0', '99', '6809', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6810', '6810', '137', 'bc_glasspanel_51', '2', '0', '0', '1', '0', '0', '99', '6810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6811', '6811', '137', 'bc_glasspanel_52', '2', '0', '0', '1', '0', '0', '99', '6811', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6812', '6812', '137', 'bc_glasspanel_53', '2', '0', '0', '1', '0', '0', '99', '6812', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6813', '6813', '137', 'bc_glasspanel_54', '2', '0', '0', '1', '0', '0', '99', '6813', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6814', '6814', '137', 'bc_glasspanel_55', '2', '0', '0', '1', '0', '0', '99', '6814', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6815', '6815', '137', 'bc_glasspanel_56', '2', '0', '0', '1', '0', '0', '99', '6815', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6816', '6816', '137', 'bc_glasspanel_57', '2', '0', '0', '1', '0', '0', '99', '6816', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6817', '6817', '137', 'bc_glasspanel_58', '2', '0', '0', '1', '0', '0', '99', '6817', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6818', '6818', '137', 'bc_glasspanel_59', '2', '0', '0', '1', '0', '0', '99', '6818', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6819', '6819', '137', 'bc_glasspanel_6', '2', '0', '0', '1', '0', '0', '99', '6819', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6820', '6820', '137', 'bc_glasspanel_60', '2', '0', '0', '1', '0', '0', '99', '6820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6821', '6821', '137', 'bc_glasspanel_61', '2', '0', '0', '1', '0', '0', '99', '6821', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6822', '6822', '137', 'bc_glasspanel_62', '2', '0', '0', '1', '0', '0', '99', '6822', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6823', '6823', '137', 'bc_glasspanel_63', '2', '0', '0', '1', '0', '0', '99', '6823', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6824', '6824', '137', 'bc_glasspanel_64', '2', '0', '0', '1', '0', '0', '99', '6824', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6825', '6825', '137', 'bc_glasspanel_65', '2', '0', '0', '1', '0', '0', '99', '6825', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6826', '6826', '137', 'bc_glasspanel_66', '2', '0', '0', '1', '0', '0', '99', '6826', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6827', '6827', '137', 'bc_glasspanel_67', '2', '0', '0', '1', '0', '0', '99', '6827', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6828', '6828', '137', 'bc_glasspanel_68', '2', '0', '0', '1', '0', '0', '99', '6828', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6829', '6829', '137', 'bc_glasspanel_69', '2', '0', '0', '1', '0', '0', '99', '6829', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6830', '6830', '137', 'bc_glasspanel_7', '2', '0', '0', '1', '0', '0', '99', '6830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6831', '6831', '137', 'bc_glasspanel_8', '2', '0', '0', '1', '0', '0', '99', '6831', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6832', '6832', '137', 'bc_glasspanel_9', '2', '0', '0', '1', '0', '0', '99', '6832', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6833', '6833', '135', 'bc_wedge_1', '2', '0', '0', '1', '0', '0', '99', '6833', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6834', '6834', '135', 'bc_wedge_10', '2', '0', '0', '1', '0', '0', '99', '6834', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6835', '6835', '135', 'bc_wedge_11', '2', '0', '0', '1', '0', '0', '99', '6835', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6836', '6836', '135', 'bc_wedge_12', '2', '0', '0', '1', '0', '0', '99', '6836', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6837', '6837', '135', 'bc_wedge_13', '2', '0', '0', '1', '0', '0', '99', '6837', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6838', '6838', '135', 'bc_wedge_14', '2', '0', '0', '1', '0', '0', '99', '6838', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6839', '6839', '135', 'bc_wedge_15', '2', '0', '0', '1', '0', '0', '99', '6839', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6840', '6840', '135', 'bc_wedge_16', '2', '0', '0', '1', '0', '0', '99', '6840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6841', '6841', '135', 'bc_wedge_17', '2', '0', '0', '1', '0', '0', '99', '6841', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6842', '6842', '135', 'bc_wedge_18', '2', '0', '0', '1', '0', '0', '99', '6842', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6843', '6843', '135', 'bc_wedge_19', '2', '0', '0', '1', '0', '0', '99', '6843', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6844', '6844', '135', 'bc_wedge_2', '2', '0', '0', '1', '0', '0', '99', '6844', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6845', '6845', '135', 'bc_wedge_20', '2', '0', '0', '1', '0', '0', '99', '6845', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6846', '6846', '135', 'bc_wedge_21', '2', '0', '0', '1', '0', '0', '99', '6846', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6847', '6847', '135', 'bc_wedge_22', '2', '0', '0', '1', '0', '0', '99', '6847', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6848', '6848', '135', 'bc_wedge_23', '2', '0', '0', '1', '0', '0', '99', '6848', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6849', '6849', '135', 'bc_wedge_24', '2', '0', '0', '1', '0', '0', '99', '6849', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6850', '6850', '135', 'bc_wedge_25', '2', '0', '0', '1', '0', '0', '99', '6850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6851', '6851', '135', 'bc_wedge_26', '2', '0', '0', '1', '0', '0', '99', '6851', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6852', '6852', '135', 'bc_wedge_27', '2', '0', '0', '1', '0', '0', '99', '6852', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6853', '6853', '135', 'bc_wedge_28', '2', '0', '0', '1', '0', '0', '99', '6853', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6854', '6854', '135', 'bc_wedge_29', '2', '0', '0', '1', '0', '0', '99', '6854', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6855', '6855', '135', 'bc_wedge_3', '2', '0', '0', '1', '0', '0', '99', '6855', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6856', '6856', '135', 'bc_wedge_30', '2', '0', '0', '1', '0', '0', '99', '6856', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6857', '6857', '135', 'bc_wedge_31', '2', '0', '0', '1', '0', '0', '99', '6857', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6858', '6858', '135', 'bc_wedge_32', '2', '0', '0', '1', '0', '0', '99', '6858', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6859', '6859', '135', 'bc_wedge_33', '2', '0', '0', '1', '0', '0', '99', '6859', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6860', '6860', '135', 'bc_wedge_34', '2', '0', '0', '1', '0', '0', '99', '6860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6861', '6861', '135', 'bc_wedge_35', '2', '0', '0', '1', '0', '0', '99', '6861', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6862', '6862', '135', 'bc_wedge_36', '2', '0', '0', '1', '0', '0', '99', '6862', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6863', '6863', '135', 'bc_wedge_37', '2', '0', '0', '1', '0', '0', '99', '6863', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6864', '6864', '135', 'bc_wedge_38', '2', '0', '0', '1', '0', '0', '99', '6864', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6865', '6865', '135', 'bc_wedge_39', '2', '0', '0', '1', '0', '0', '99', '6865', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6866', '6866', '135', 'bc_wedge_4', '2', '0', '0', '1', '0', '0', '99', '6866', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6867', '6867', '135', 'bc_wedge_40', '2', '0', '0', '1', '0', '0', '99', '6867', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6868', '6868', '135', 'bc_wedge_41', '2', '0', '0', '1', '0', '0', '99', '6868', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6869', '6869', '135', 'bc_wedge_42', '2', '0', '0', '1', '0', '0', '99', '6869', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6870', '6870', '135', 'bc_wedge_43', '2', '0', '0', '1', '0', '0', '99', '6870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6871', '6871', '135', 'bc_wedge_44', '2', '0', '0', '1', '0', '0', '99', '6871', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6872', '6872', '135', 'bc_wedge_45', '2', '0', '0', '1', '0', '0', '99', '6872', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6873', '6873', '135', 'bc_wedge_46', '2', '0', '0', '1', '0', '0', '99', '6873', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6874', '6874', '135', 'bc_wedge_47', '2', '0', '0', '1', '0', '0', '99', '6874', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6875', '6875', '135', 'bc_wedge_48', '2', '0', '0', '1', '0', '0', '99', '6875', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6876', '6876', '135', 'bc_wedge_49', '2', '0', '0', '1', '0', '0', '99', '6876', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6877', '6877', '135', 'bc_wedge_5', '2', '0', '0', '1', '0', '0', '99', '6877', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6878', '6878', '135', 'bc_wedge_50', '2', '0', '0', '1', '0', '0', '99', '6878', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6879', '6879', '135', 'bc_wedge_51', '2', '0', '0', '1', '0', '0', '99', '6879', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6880', '6880', '135', 'bc_wedge_52', '2', '0', '0', '1', '0', '0', '99', '6880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6881', '6881', '135', 'bc_wedge_53', '2', '0', '0', '1', '0', '0', '99', '6881', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6882', '6882', '135', 'bc_wedge_54', '2', '0', '0', '1', '0', '0', '99', '6882', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6883', '6883', '135', 'bc_wedge_55', '2', '0', '0', '1', '0', '0', '99', '6883', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6884', '6884', '135', 'bc_wedge_56', '2', '0', '0', '1', '0', '0', '99', '6884', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6885', '6885', '135', 'bc_wedge_57', '2', '0', '0', '1', '0', '0', '99', '6885', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6886', '6886', '135', 'bc_wedge_58', '2', '0', '0', '1', '0', '0', '99', '6886', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6887', '6887', '135', 'bc_wedge_59', '2', '0', '0', '1', '0', '0', '99', '6887', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6888', '6888', '135', 'bc_wedge_6', '2', '0', '0', '1', '0', '0', '99', '6888', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6889', '6889', '135', 'bc_wedge_60', '2', '0', '0', '1', '0', '0', '99', '6889', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6890', '6890', '135', 'bc_wedge_61', '2', '0', '0', '1', '0', '0', '99', '6890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6891', '6891', '135', 'bc_wedge_62', '2', '0', '0', '1', '0', '0', '99', '6891', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6892', '6892', '135', 'bc_wedge_63', '2', '0', '0', '1', '0', '0', '99', '6892', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6893', '6893', '135', 'bc_wedge_64', '2', '0', '0', '1', '0', '0', '99', '6893', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6894', '6894', '135', 'bc_wedge_65', '2', '0', '0', '1', '0', '0', '99', '6894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6895', '6895', '135', 'bc_wedge_66', '2', '0', '0', '1', '0', '0', '99', '6895', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6896', '6896', '135', 'bc_wedge_67', '2', '0', '0', '1', '0', '0', '99', '6896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6897', '6897', '135', 'bc_wedge_68', '2', '0', '0', '1', '0', '0', '99', '6897', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6898', '6898', '135', 'bc_wedge_69', '2', '0', '0', '1', '0', '0', '99', '6898', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6899', '6899', '135', 'bc_wedge_7', '2', '0', '0', '1', '0', '0', '99', '6899', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6900', '6900', '135', 'bc_wedge_8', '2', '0', '0', '1', '0', '0', '99', '6900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6901', '6901', '135', 'bc_wedge_9', '2', '0', '0', '1', '0', '0', '99', '6901', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6902', '6902', '139', 'bc_block_0_15', '2', '0', '0', '1', '0', '0', '13', '6902', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6903', '6903', '139', 'bc_block_0_16', '2', '0', '0', '1', '0', '0', '14', '6903', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6904', '6904', '139', 'bc_block_0_17', '2', '0', '0', '1', '0', '0', '17', '6904', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6905', '6905', '139', 'bc_block_0_18', '2', '0', '0', '1', '0', '0', '18', '6905', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6906', '6906', '139', 'bc_block_0_19', '2', '0', '0', '1', '0', '0', '19', '6906', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6907', '6907', '139', 'bc_block_0_20', '2', '0', '0', '1', '0', '0', '20', '6907', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6908', '6908', '139', 'bc_block_0_21', '2', '0', '0', '1', '0', '0', '21', '6908', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6909', '6909', '139', 'bc_block_0_22', '2', '0', '0', '1', '0', '0', '15', '6909', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6910', '6910', '139', 'bc_block_0_23', '2', '0', '0', '1', '0', '0', '23', '6910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6911', '6911', '139', 'bc_block_0_24', '2', '0', '0', '1', '0', '0', '24', '6911', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6912', '6912', '139', 'bc_block_0_25', '2', '0', '0', '1', '0', '0', '25', '6912', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6913', '6913', '139', 'bc_block_0_26', '2', '0', '0', '1', '0', '0', '16', '6913', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6914', '6914', '139', 'bc_block_0_27', '2', '0', '0', '1', '0', '0', '27', '6914', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6915', '6915', '139', 'bc_block_0_28', '2', '0', '0', '1', '0', '0', '28', '6915', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6916', '6916', '139', 'bc_block_0_29', '2', '0', '0', '1', '0', '0', '29', '6916', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6917', '6917', '139', 'bc_block_0_30', '2', '0', '0', '1', '0', '0', '17', '6917', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6918', '6918', '139', 'bc_block_0_31', '2', '0', '0', '1', '0', '0', '31', '6918', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6919', '6919', '139', 'bc_block_0_32', '2', '0', '0', '1', '0', '0', '32', '6919', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6920', '6920', '139', 'bc_block_0_33', '2', '0', '0', '1', '0', '0', '33', '6920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6921', '6921', '139', 'bc_block_0_34', '2', '0', '0', '1', '0', '0', '34', '6921', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6922', '6922', '139', 'bc_block_0_35', '2', '0', '0', '1', '0', '0', '18', '6922', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6923', '6923', '139', 'bc_block_0_36', '2', '0', '0', '1', '0', '0', '19', '6923', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6924', '6924', '139', 'bc_block_0_37', '2', '0', '0', '1', '0', '0', '37', '6924', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6925', '6925', '139', 'bc_block_0_38', '2', '0', '0', '1', '0', '0', '38', '6925', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6926', '6926', '139', 'bc_block_0_39', '2', '0', '0', '1', '0', '0', '20', '6926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6927', '6927', '139', 'bc_block_0_40', '2', '0', '0', '1', '0', '0', '40', '6927', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6928', '6928', '139', 'bc_block_0_41', '2', '0', '0', '1', '0', '0', '21', '6928', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6929', '6929', '139', 'bc_block_0_42', '2', '0', '0', '1', '0', '0', '42', '6929', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6930', '6930', '139', 'bc_block_0_43', '2', '0', '0', '1', '0', '0', '22', '6930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6931', '6931', '139', 'bc_block_0_44', '2', '0', '0', '1', '0', '0', '44', '6931', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6932', '6932', '139', 'bc_block_0_45', '2', '0', '0', '1', '0', '0', '23', '6932', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6933', '6933', '139', 'bc_block_0_46', '2', '0', '0', '1', '0', '0', '46', '6933', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6934', '6934', '139', 'bc_block_0_47', '2', '0', '0', '1', '0', '0', '24', '6934', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6935', '6935', '139', 'bc_block_0_48', '2', '0', '0', '1', '0', '0', '48', '6935', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6936', '6936', '139', 'bc_block_0_49', '2', '0', '0', '1', '0', '0', '49', '6936', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6937', '6937', '139', 'bc_block_0_50', '2', '0', '0', '1', '0', '0', '50', '6937', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6938', '6938', '139', 'bc_block_0_51', '2', '0', '0', '1', '0', '0', '51', '6938', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6939', '6939', '139', 'bc_block_0_52', '2', '0', '0', '1', '0', '0', '25', '6939', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6940', '6940', '139', 'bc_block_0_53', '2', '0', '0', '1', '0', '0', '26', '6940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6941', '6941', '139', 'bc_block_0_54', '2', '0', '0', '1', '0', '0', '54', '6941', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6942', '6942', '139', 'bc_block_0_55', '2', '0', '0', '1', '0', '0', '27', '6942', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6943', '6943', '139', 'bc_block_0_56', '2', '0', '0', '1', '0', '0', '28', '6943', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6944', '6944', '139', 'bc_block_0_57', '2', '0', '0', '1', '0', '0', '57', '6944', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6945', '6945', '139', 'bc_block_0_58', '2', '0', '0', '1', '0', '0', '58', '6945', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6946', '6946', '139', 'bc_block_0_59', '2', '0', '0', '1', '0', '0', '59', '6946', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6947', '6947', '139', 'bc_block_0_60', '2', '0', '0', '1', '0', '0', '60', '6947', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6948', '6948', '139', 'bc_block_0_61', '2', '0', '0', '1', '0', '0', '29', '6948', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6949', '6949', '139', 'bc_block_0_62', '2', '0', '0', '1', '0', '0', '30', '6949', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6950', '6950', '139', 'bc_block_0_63', '2', '0', '0', '1', '0', '0', '63', '6950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6951', '6951', '139', 'bc_block_0_64', '2', '0', '0', '1', '0', '0', '64', '6951', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6952', '6952', '139', 'bc_block_0_65', '2', '0', '0', '1', '0', '0', '65', '6952', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6953', '6953', '139', 'bc_block_0_66', '2', '0', '0', '1', '0', '0', '66', '6953', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6954', '6954', '139', 'bc_block_0_67', '2', '0', '0', '1', '0', '0', '31', '6954', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6955', '6955', '139', 'bc_block_0_68', '2', '0', '0', '1', '0', '0', '32', '6955', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6956', '6956', '139', 'bc_block_0_69', '2', '0', '0', '1', '0', '0', '33', '6956', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6957', '6957', '127', 'bc_cylinder_1', '2', '0', '0', '1', '0', '0', '99', '6957', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6958', '6958', '127', 'bc_cylinder_10', '2', '0', '0', '1', '0', '0', '99', '6958', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6959', '6959', '127', 'bc_cylinder_11', '2', '0', '0', '1', '0', '0', '99', '6959', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6960', '6960', '127', 'bc_cylinder_12', '2', '0', '0', '1', '0', '0', '99', '6960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6961', '6961', '127', 'bc_cylinder_13', '2', '0', '0', '1', '0', '0', '99', '6961', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6962', '6962', '127', 'bc_cylinder_14', '2', '0', '0', '1', '0', '0', '99', '6962', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6963', '6963', '127', 'bc_cylinder_15', '2', '0', '0', '1', '0', '0', '99', '6963', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6964', '6964', '127', 'bc_cylinder_16', '2', '0', '0', '1', '0', '0', '99', '6964', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6965', '6965', '127', 'bc_cylinder_17', '2', '0', '0', '1', '0', '0', '99', '6965', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6966', '6966', '127', 'bc_cylinder_18', '2', '0', '0', '1', '0', '0', '99', '6966', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6967', '6967', '127', 'bc_cylinder_19', '2', '0', '0', '1', '0', '0', '99', '6967', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6968', '6968', '127', 'bc_cylinder_2', '2', '0', '0', '1', '0', '0', '99', '6968', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6969', '6969', '127', 'bc_cylinder_20', '2', '0', '0', '1', '0', '0', '99', '6969', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6970', '6970', '127', 'bc_cylinder_21', '2', '0', '0', '1', '0', '0', '99', '6970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6971', '6971', '127', 'bc_cylinder_22', '2', '0', '0', '1', '0', '0', '99', '6971', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6972', '6972', '127', 'bc_cylinder_23', '2', '0', '0', '1', '0', '0', '99', '6972', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6973', '6973', '127', 'bc_cylinder_24', '2', '0', '0', '1', '0', '0', '99', '6973', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6974', '6974', '127', 'bc_cylinder_25', '2', '0', '0', '1', '0', '0', '99', '6974', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6975', '6975', '127', 'bc_cylinder_26', '2', '0', '0', '1', '0', '0', '99', '6975', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6976', '6976', '127', 'bc_cylinder_27', '2', '0', '0', '1', '0', '0', '99', '6976', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6977', '6977', '127', 'bc_cylinder_28', '2', '0', '0', '1', '0', '0', '99', '6977', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6978', '6978', '127', 'bc_cylinder_29', '2', '0', '0', '1', '0', '0', '99', '6978', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6979', '6979', '127', 'bc_cylinder_3', '2', '0', '0', '1', '0', '0', '99', '6979', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6980', '6980', '127', 'bc_cylinder_30', '2', '0', '0', '1', '0', '0', '99', '6980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6981', '6981', '127', 'bc_cylinder_31', '2', '0', '0', '1', '0', '0', '99', '6981', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6982', '6982', '127', 'bc_cylinder_32', '2', '0', '0', '1', '0', '0', '99', '6982', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6983', '6983', '127', 'bc_cylinder_33', '2', '0', '0', '1', '0', '0', '99', '6983', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6984', '6984', '127', 'bc_cylinder_34', '2', '0', '0', '1', '0', '0', '99', '6984', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6985', '6985', '127', 'bc_cylinder_35', '2', '0', '0', '1', '0', '0', '99', '6985', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6986', '6986', '127', 'bc_cylinder_36', '2', '0', '0', '1', '0', '0', '99', '6986', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6987', '6987', '127', 'bc_cylinder_37', '2', '0', '0', '1', '0', '0', '99', '6987', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6988', '6988', '127', 'bc_cylinder_38', '2', '0', '0', '1', '0', '0', '99', '6988', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6989', '6989', '127', 'bc_cylinder_39', '2', '0', '0', '1', '0', '0', '99', '6989', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6990', '6990', '127', 'bc_cylinder_4', '2', '0', '0', '1', '0', '0', '99', '6990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6991', '6991', '127', 'bc_cylinder_40', '2', '0', '0', '1', '0', '0', '99', '6991', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6992', '6992', '127', 'bc_cylinder_41', '2', '0', '0', '1', '0', '0', '99', '6992', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6993', '6993', '127', 'bc_cylinder_42', '2', '0', '0', '1', '0', '0', '99', '6993', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6994', '6994', '127', 'bc_cylinder_43', '2', '0', '0', '1', '0', '0', '99', '6994', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6995', '6995', '127', 'bc_cylinder_44', '2', '0', '0', '1', '0', '0', '99', '6995', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6996', '6996', '127', 'bc_cylinder_45', '2', '0', '0', '1', '0', '0', '99', '6996', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6997', '6997', '127', 'bc_cylinder_46', '2', '0', '0', '1', '0', '0', '99', '6997', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6998', '6998', '127', 'bc_cylinder_47', '2', '0', '0', '1', '0', '0', '99', '6998', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('6999', '6999', '127', 'bc_cylinder_48', '2', '0', '0', '1', '0', '0', '99', '6999', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7000', '7000', '127', 'bc_cylinder_49', '2', '0', '0', '1', '0', '0', '99', '7000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7001', '7001', '127', 'bc_cylinder_5', '2', '0', '0', '1', '0', '0', '99', '7001', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7002', '7002', '127', 'bc_cylinder_50', '2', '0', '0', '1', '0', '0', '99', '7002', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7003', '7003', '127', 'bc_cylinder_51', '2', '0', '0', '1', '0', '0', '99', '7003', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7004', '7004', '127', 'bc_cylinder_52', '2', '0', '0', '1', '0', '0', '99', '7004', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7005', '7005', '127', 'bc_cylinder_53', '2', '0', '0', '1', '0', '0', '99', '7005', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7006', '7006', '127', 'bc_cylinder_54', '2', '0', '0', '1', '0', '0', '99', '7006', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7007', '7007', '127', 'bc_cylinder_55', '2', '0', '0', '1', '0', '0', '99', '7007', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7008', '7008', '127', 'bc_cylinder_56', '2', '0', '0', '1', '0', '0', '99', '7008', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7009', '7009', '127', 'bc_cylinder_57', '2', '0', '0', '1', '0', '0', '99', '7009', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7010', '7010', '127', 'bc_cylinder_58', '2', '0', '0', '1', '0', '0', '99', '7010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7011', '7011', '127', 'bc_cylinder_59', '2', '0', '0', '1', '0', '0', '99', '7011', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7012', '7012', '127', 'bc_cylinder_6', '2', '0', '0', '1', '0', '0', '99', '7012', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7013', '7013', '127', 'bc_cylinder_60', '2', '0', '0', '1', '0', '0', '99', '7013', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7014', '7014', '127', 'bc_cylinder_61', '2', '0', '0', '1', '0', '0', '99', '7014', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7015', '7015', '127', 'bc_cylinder_62', '2', '0', '0', '1', '0', '0', '99', '7015', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7016', '7016', '127', 'bc_cylinder_63', '2', '0', '0', '1', '0', '0', '99', '7016', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7017', '7017', '127', 'bc_cylinder_64', '2', '0', '0', '1', '0', '0', '99', '7017', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7018', '7018', '127', 'bc_cylinder_65', '2', '0', '0', '1', '0', '0', '99', '7018', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7019', '7019', '127', 'bc_cylinder_66', '2', '0', '0', '1', '0', '0', '99', '7019', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7020', '7020', '127', 'bc_cylinder_67', '2', '0', '0', '1', '0', '0', '99', '7020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7021', '7021', '127', 'bc_cylinder_68', '2', '0', '0', '1', '0', '0', '99', '7021', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7022', '7022', '127', 'bc_cylinder_69', '2', '0', '0', '1', '0', '0', '99', '7022', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7023', '7023', '127', 'bc_cylinder_7', '2', '0', '0', '1', '0', '0', '99', '7023', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7024', '7024', '127', 'bc_cylinder_8', '2', '0', '0', '1', '0', '0', '99', '7024', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7025', '7025', '127', 'bc_cylinder_9', '2', '0', '0', '1', '0', '0', '99', '7025', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7026', '7026', '134', 'bc_standingtriangularprism_1', '2', '0', '0', '1', '0', '0', '99', '7026', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7027', '7027', '134', 'bc_standingtriangularprism_10', '2', '0', '0', '1', '0', '0', '99', '7027', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7028', '7028', '134', 'bc_standingtriangularprism_11', '2', '0', '0', '1', '0', '0', '99', '7028', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7029', '7029', '134', 'bc_standingtriangularprism_12', '2', '0', '0', '1', '0', '0', '99', '7029', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7030', '7030', '134', 'bc_standingtriangularprism_13', '2', '0', '0', '1', '0', '0', '99', '7030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7031', '7031', '134', 'bc_standingtriangularprism_14', '2', '0', '0', '1', '0', '0', '99', '7031', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7032', '7032', '134', 'bc_standingtriangularprism_15', '2', '0', '0', '1', '0', '0', '99', '7032', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7033', '7033', '134', 'bc_standingtriangularprism_16', '2', '0', '0', '1', '0', '0', '99', '7033', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7034', '7034', '134', 'bc_standingtriangularprism_17', '2', '0', '0', '1', '0', '0', '99', '7034', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7035', '7035', '134', 'bc_standingtriangularprism_18', '2', '0', '0', '1', '0', '0', '99', '7035', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7036', '7036', '134', 'bc_standingtriangularprism_19', '2', '0', '0', '1', '0', '0', '99', '7036', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7037', '7037', '134', 'bc_standingtriangularprism_2', '2', '0', '0', '1', '0', '0', '99', '7037', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7038', '7038', '134', 'bc_standingtriangularprism_20', '2', '0', '0', '1', '0', '0', '99', '7038', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7039', '7039', '134', 'bc_standingtriangularprism_21', '2', '0', '0', '1', '0', '0', '99', '7039', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7040', '7040', '134', 'bc_standingtriangularprism_22', '2', '0', '0', '1', '0', '0', '99', '7040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7041', '7041', '134', 'bc_standingtriangularprism_23', '2', '0', '0', '1', '0', '0', '99', '7041', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7042', '7042', '134', 'bc_standingtriangularprism_24', '2', '0', '0', '1', '0', '0', '99', '7042', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7043', '7043', '134', 'bc_standingtriangularprism_25', '2', '0', '0', '1', '0', '0', '99', '7043', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7044', '7044', '134', 'bc_standingtriangularprism_26', '2', '0', '0', '1', '0', '0', '99', '7044', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7045', '7045', '134', 'bc_standingtriangularprism_27', '2', '0', '0', '1', '0', '0', '99', '7045', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7046', '7046', '134', 'bc_standingtriangularprism_28', '2', '0', '0', '1', '0', '0', '99', '7046', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7047', '7047', '134', 'bc_standingtriangularprism_29', '2', '0', '0', '1', '0', '0', '99', '7047', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7048', '7048', '134', 'bc_standingtriangularprism_3', '2', '0', '0', '1', '0', '0', '99', '7048', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7049', '7049', '134', 'bc_standingtriangularprism_30', '2', '0', '0', '1', '0', '0', '99', '7049', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7050', '7050', '134', 'bc_standingtriangularprism_31', '2', '0', '0', '1', '0', '0', '99', '7050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7051', '7051', '134', 'bc_standingtriangularprism_32', '2', '0', '0', '1', '0', '0', '99', '7051', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7052', '7052', '134', 'bc_standingtriangularprism_33', '2', '0', '0', '1', '0', '0', '99', '7052', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7053', '7053', '134', 'bc_standingtriangularprism_34', '2', '0', '0', '1', '0', '0', '99', '7053', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7054', '7054', '134', 'bc_standingtriangularprism_35', '2', '0', '0', '1', '0', '0', '99', '7054', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7055', '7055', '134', 'bc_standingtriangularprism_36', '2', '0', '0', '1', '0', '0', '99', '7055', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7056', '7056', '134', 'bc_standingtriangularprism_37', '2', '0', '0', '1', '0', '0', '99', '7056', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7057', '7057', '134', 'bc_standingtriangularprism_38', '2', '0', '0', '1', '0', '0', '99', '7057', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7058', '7058', '134', 'bc_standingtriangularprism_39', '2', '0', '0', '1', '0', '0', '99', '7058', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7059', '7059', '134', 'bc_standingtriangularprism_4', '2', '0', '0', '1', '0', '0', '99', '7059', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7060', '7060', '134', 'bc_standingtriangularprism_40', '2', '0', '0', '1', '0', '0', '99', '7060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7061', '7061', '134', 'bc_standingtriangularprism_41', '2', '0', '0', '1', '0', '0', '99', '7061', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7062', '7062', '134', 'bc_standingtriangularprism_42', '2', '0', '0', '1', '0', '0', '99', '7062', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7063', '7063', '134', 'bc_standingtriangularprism_43', '2', '0', '0', '1', '0', '0', '99', '7063', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7064', '7064', '134', 'bc_standingtriangularprism_44', '2', '0', '0', '1', '0', '0', '99', '7064', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7065', '7065', '134', 'bc_standingtriangularprism_45', '2', '0', '0', '1', '0', '0', '99', '7065', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7066', '7066', '134', 'bc_standingtriangularprism_46', '2', '0', '0', '1', '0', '0', '99', '7066', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7067', '7067', '134', 'bc_standingtriangularprism_47', '2', '0', '0', '1', '0', '0', '99', '7067', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7068', '7068', '134', 'bc_standingtriangularprism_48', '2', '0', '0', '1', '0', '0', '99', '7068', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7069', '7069', '134', 'bc_standingtriangularprism_49', '2', '0', '0', '1', '0', '0', '99', '7069', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7070', '7070', '134', 'bc_standingtriangularprism_5', '2', '0', '0', '1', '0', '0', '99', '7070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7071', '7071', '134', 'bc_standingtriangularprism_50', '2', '0', '0', '1', '0', '0', '99', '7071', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7072', '7072', '134', 'bc_standingtriangularprism_51', '2', '0', '0', '1', '0', '0', '99', '7072', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7073', '7073', '134', 'bc_standingtriangularprism_52', '2', '0', '0', '1', '0', '0', '99', '7073', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7074', '7074', '134', 'bc_standingtriangularprism_53', '2', '0', '0', '1', '0', '0', '99', '7074', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7075', '7075', '134', 'bc_standingtriangularprism_54', '2', '0', '0', '1', '0', '0', '99', '7075', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7076', '7076', '134', 'bc_standingtriangularprism_55', '2', '0', '0', '1', '0', '0', '99', '7076', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7077', '7077', '134', 'bc_standingtriangularprism_56', '2', '0', '0', '1', '0', '0', '99', '7077', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7078', '7078', '134', 'bc_standingtriangularprism_57', '2', '0', '0', '1', '0', '0', '99', '7078', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7079', '7079', '134', 'bc_standingtriangularprism_58', '2', '0', '0', '1', '0', '0', '99', '7079', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7080', '7080', '134', 'bc_standingtriangularprism_59', '2', '0', '0', '1', '0', '0', '99', '7080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7081', '7081', '134', 'bc_standingtriangularprism_6', '2', '0', '0', '1', '0', '0', '99', '7081', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7082', '7082', '134', 'bc_standingtriangularprism_60', '2', '0', '0', '1', '0', '0', '99', '7082', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7083', '7083', '134', 'bc_standingtriangularprism_61', '2', '0', '0', '1', '0', '0', '99', '7083', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7084', '7084', '134', 'bc_standingtriangularprism_62', '2', '0', '0', '1', '0', '0', '99', '7084', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7085', '7085', '134', 'bc_standingtriangularprism_63', '2', '0', '0', '1', '0', '0', '99', '7085', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7086', '7086', '134', 'bc_standingtriangularprism_64', '2', '0', '0', '1', '0', '0', '99', '7086', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7087', '7087', '134', 'bc_standingtriangularprism_65', '2', '0', '0', '1', '0', '0', '99', '7087', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7088', '7088', '134', 'bc_standingtriangularprism_66', '2', '0', '0', '1', '0', '0', '99', '7088', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7089', '7089', '134', 'bc_standingtriangularprism_67', '2', '0', '0', '1', '0', '0', '99', '7089', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7090', '7090', '134', 'bc_standingtriangularprism_68', '2', '0', '0', '1', '0', '0', '99', '7090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7091', '7091', '134', 'bc_standingtriangularprism_69', '2', '0', '0', '1', '0', '0', '99', '7091', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7092', '7092', '134', 'bc_standingtriangularprism_7', '2', '0', '0', '1', '0', '0', '99', '7092', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7093', '7093', '134', 'bc_standingtriangularprism_8', '2', '0', '0', '1', '0', '0', '99', '7093', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7094', '7094', '134', 'bc_standingtriangularprism_9', '2', '0', '0', '1', '0', '0', '99', '7094', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7095', '7095', '140', 'bc_block_1_15', '2', '0', '0', '1', '0', '0', '99', '7095', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7096', '7096', '140', 'bc_block_1_16', '2', '0', '0', '1', '0', '0', '99', '7096', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7097', '7097', '140', 'bc_block_1_17', '2', '0', '0', '1', '0', '0', '99', '7097', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7098', '7098', '140', 'bc_block_1_18', '2', '0', '0', '1', '0', '0', '99', '7098', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7099', '7099', '140', 'bc_block_1_19', '2', '0', '0', '1', '0', '0', '99', '7099', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7100', '7100', '140', 'bc_block_1_20', '2', '0', '0', '1', '0', '0', '99', '7100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7101', '7101', '140', 'bc_block_1_21', '2', '0', '0', '1', '0', '0', '99', '7101', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7102', '7102', '140', 'bc_block_1_22', '2', '0', '0', '1', '0', '0', '99', '7102', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7103', '7103', '140', 'bc_block_1_23', '2', '0', '0', '1', '0', '0', '99', '7103', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7104', '7104', '140', 'bc_block_1_24', '2', '0', '0', '1', '0', '0', '99', '7104', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7105', '7105', '140', 'bc_block_1_25', '2', '0', '0', '1', '0', '0', '99', '7105', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7106', '7106', '140', 'bc_block_1_26', '2', '0', '0', '1', '0', '0', '99', '7106', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7107', '7107', '140', 'bc_block_1_27', '2', '0', '0', '1', '0', '0', '99', '7107', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7108', '7108', '140', 'bc_block_1_28', '2', '0', '0', '1', '0', '0', '99', '7108', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7109', '7109', '140', 'bc_block_1_29', '2', '0', '0', '1', '0', '0', '99', '7109', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7110', '7110', '140', 'bc_block_1_30', '2', '0', '0', '1', '0', '0', '99', '7110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7111', '7111', '140', 'bc_block_1_31', '2', '0', '0', '1', '0', '0', '99', '7111', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7112', '7112', '140', 'bc_block_1_32', '2', '0', '0', '1', '0', '0', '99', '7112', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7113', '7113', '140', 'bc_block_1_33', '2', '0', '0', '1', '0', '0', '99', '7113', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7114', '7114', '140', 'bc_block_1_34', '2', '0', '0', '1', '0', '0', '99', '7114', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7115', '7115', '140', 'bc_block_1_35', '2', '0', '0', '1', '0', '0', '99', '7115', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7116', '7116', '140', 'bc_block_1_36', '2', '0', '0', '1', '0', '0', '99', '7116', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7117', '7117', '140', 'bc_block_1_37', '2', '0', '0', '1', '0', '0', '99', '7117', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7118', '7118', '140', 'bc_block_1_38', '2', '0', '0', '1', '0', '0', '99', '7118', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7119', '7119', '140', 'bc_block_1_39', '2', '0', '0', '1', '0', '0', '99', '7119', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7120', '7120', '140', 'bc_block_1_40', '2', '0', '0', '1', '0', '0', '99', '7120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7121', '7121', '140', 'bc_block_1_41', '2', '0', '0', '1', '0', '0', '99', '7121', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7122', '7122', '140', 'bc_block_1_42', '2', '0', '0', '1', '0', '0', '99', '7122', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7123', '7123', '140', 'bc_block_1_43', '2', '0', '0', '1', '0', '0', '99', '7123', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7124', '7124', '140', 'bc_block_1_44', '2', '0', '0', '1', '0', '0', '99', '7124', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7125', '7125', '140', 'bc_block_1_45', '2', '0', '0', '1', '0', '0', '99', '7125', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7126', '7126', '140', 'bc_block_1_46', '2', '0', '0', '1', '0', '0', '99', '7126', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7127', '7127', '140', 'bc_block_1_47', '2', '0', '0', '1', '0', '0', '99', '7127', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7128', '7128', '140', 'bc_block_1_48', '2', '0', '0', '1', '0', '0', '99', '7128', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7129', '7129', '140', 'bc_block_1_49', '2', '0', '0', '1', '0', '0', '99', '7129', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7130', '7130', '140', 'bc_block_1_50', '2', '0', '0', '1', '0', '0', '99', '7130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7131', '7131', '140', 'bc_block_1_51', '2', '0', '0', '1', '0', '0', '99', '7131', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7132', '7132', '140', 'bc_block_1_52', '2', '0', '0', '1', '0', '0', '99', '7132', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7133', '7133', '140', 'bc_block_1_53', '2', '0', '0', '1', '0', '0', '99', '7133', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7134', '7134', '140', 'bc_block_1_54', '2', '0', '0', '1', '0', '0', '99', '7134', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7135', '7135', '140', 'bc_block_1_55', '2', '0', '0', '1', '0', '0', '99', '7135', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7136', '7136', '140', 'bc_block_1_56', '2', '0', '0', '1', '0', '0', '99', '7136', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7137', '7137', '140', 'bc_block_1_57', '2', '0', '0', '1', '0', '0', '99', '7137', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7138', '7138', '140', 'bc_block_1_58', '2', '0', '0', '1', '0', '0', '99', '7138', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7139', '7139', '140', 'bc_block_1_59', '2', '0', '0', '1', '0', '0', '99', '7139', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7140', '7140', '140', 'bc_block_1_60', '2', '0', '0', '1', '0', '0', '99', '7140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7141', '7141', '140', 'bc_block_1_61', '2', '0', '0', '1', '0', '0', '99', '7141', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7142', '7142', '140', 'bc_block_1_62', '2', '0', '0', '1', '0', '0', '99', '7142', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7143', '7143', '140', 'bc_block_1_63', '2', '0', '0', '1', '0', '0', '99', '7143', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7144', '7144', '140', 'bc_block_1_64', '2', '0', '0', '1', '0', '0', '99', '7144', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7145', '7145', '140', 'bc_block_1_65', '2', '0', '0', '1', '0', '0', '99', '7145', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7146', '7146', '140', 'bc_block_1_66', '2', '0', '0', '1', '0', '0', '99', '7146', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7147', '7147', '140', 'bc_block_1_67', '2', '0', '0', '1', '0', '0', '99', '7147', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7148', '7148', '140', 'bc_block_1_68', '2', '0', '0', '1', '0', '0', '99', '7148', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7149', '7149', '140', 'bc_block_1_69', '2', '0', '0', '1', '0', '0', '99', '7149', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7150', '7150', '136', 'bc_triangularprism_1', '4', '0', '0', '1', '0', '0', '99', '7150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7151', '7151', '136', 'bc_triangularprism_10', '4', '0', '0', '1', '0', '0', '99', '7151', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7152', '7152', '136', 'bc_triangularprism_11', '4', '0', '0', '1', '0', '0', '99', '7152', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7153', '7153', '136', 'bc_triangularprism_12', '4', '0', '0', '1', '0', '0', '99', '7153', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7154', '7154', '136', 'bc_triangularprism_13', '4', '0', '0', '1', '0', '0', '99', '7154', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7155', '7155', '136', 'bc_triangularprism_14', '4', '0', '0', '1', '0', '0', '99', '7155', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7156', '7156', '136', 'bc_triangularprism_15', '4', '0', '0', '1', '0', '0', '99', '7156', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7157', '7157', '136', 'bc_triangularprism_16', '4', '0', '0', '1', '0', '0', '99', '7157', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7158', '7158', '136', 'bc_triangularprism_17', '4', '0', '0', '1', '0', '0', '99', '7158', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7159', '7159', '136', 'bc_triangularprism_18', '4', '0', '0', '1', '0', '0', '99', '7159', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7160', '7160', '136', 'bc_triangularprism_19', '4', '0', '0', '1', '0', '0', '99', '7160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7161', '7161', '136', 'bc_triangularprism_2', '4', '0', '0', '1', '0', '0', '99', '7161', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7162', '7162', '136', 'bc_triangularprism_20', '4', '0', '0', '1', '0', '0', '99', '7162', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7163', '7163', '136', 'bc_triangularprism_21', '4', '0', '0', '1', '0', '0', '99', '7163', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7164', '7164', '136', 'bc_triangularprism_22', '4', '0', '0', '1', '0', '0', '99', '7164', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7165', '7165', '136', 'bc_triangularprism_23', '4', '0', '0', '1', '0', '0', '99', '7165', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7166', '7166', '136', 'bc_triangularprism_24', '4', '0', '0', '1', '0', '0', '99', '7166', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7167', '7167', '136', 'bc_triangularprism_25', '4', '0', '0', '1', '0', '0', '99', '7167', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7168', '7168', '136', 'bc_triangularprism_26', '4', '0', '0', '1', '0', '0', '99', '7168', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7169', '7169', '136', 'bc_triangularprism_27', '4', '0', '0', '1', '0', '0', '99', '7169', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7170', '7170', '136', 'bc_triangularprism_28', '4', '0', '0', '1', '0', '0', '99', '7170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7171', '7171', '136', 'bc_triangularprism_29', '4', '0', '0', '1', '0', '0', '99', '7171', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7172', '7172', '136', 'bc_triangularprism_3', '4', '0', '0', '1', '0', '0', '99', '7172', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7173', '7173', '136', 'bc_triangularprism_30', '4', '0', '0', '1', '0', '0', '99', '7173', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7174', '7174', '136', 'bc_triangularprism_31', '4', '0', '0', '1', '0', '0', '99', '7174', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7175', '7175', '136', 'bc_triangularprism_32', '4', '0', '0', '1', '0', '0', '99', '7175', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7176', '7176', '136', 'bc_triangularprism_33', '4', '0', '0', '1', '0', '0', '99', '7176', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7177', '7177', '136', 'bc_triangularprism_34', '4', '0', '0', '1', '0', '0', '99', '7177', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7178', '7178', '136', 'bc_triangularprism_35', '4', '0', '0', '1', '0', '0', '99', '7178', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7179', '7179', '136', 'bc_triangularprism_36', '4', '0', '0', '1', '0', '0', '99', '7179', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7180', '7180', '136', 'bc_triangularprism_37', '4', '0', '0', '1', '0', '0', '99', '7180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7181', '7181', '136', 'bc_triangularprism_38', '4', '0', '0', '1', '0', '0', '99', '7181', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7182', '7182', '136', 'bc_triangularprism_39', '4', '0', '0', '1', '0', '0', '99', '7182', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7183', '7183', '136', 'bc_triangularprism_4', '4', '0', '0', '1', '0', '0', '99', '7183', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7184', '7184', '136', 'bc_triangularprism_40', '4', '0', '0', '1', '0', '0', '99', '7184', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7185', '7185', '136', 'bc_triangularprism_41', '4', '0', '0', '1', '0', '0', '99', '7185', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7186', '7186', '136', 'bc_triangularprism_42', '4', '0', '0', '1', '0', '0', '99', '7186', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7187', '7187', '136', 'bc_triangularprism_43', '4', '0', '0', '1', '0', '0', '99', '7187', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7188', '7188', '136', 'bc_triangularprism_44', '4', '0', '0', '1', '0', '0', '99', '7188', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7189', '7189', '136', 'bc_triangularprism_45', '4', '0', '0', '1', '0', '0', '99', '7189', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7190', '7190', '136', 'bc_triangularprism_46', '4', '0', '0', '1', '0', '0', '99', '7190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7191', '7191', '136', 'bc_triangularprism_47', '4', '0', '0', '1', '0', '0', '99', '7191', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7192', '7192', '136', 'bc_triangularprism_48', '4', '0', '0', '1', '0', '0', '99', '7192', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7193', '7193', '136', 'bc_triangularprism_49', '4', '0', '0', '1', '0', '0', '99', '7193', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7194', '7194', '136', 'bc_triangularprism_5', '4', '0', '0', '1', '0', '0', '99', '7194', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7195', '7195', '136', 'bc_triangularprism_50', '4', '0', '0', '1', '0', '0', '99', '7195', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7196', '7196', '136', 'bc_triangularprism_51', '4', '0', '0', '1', '0', '0', '99', '7196', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7197', '7197', '136', 'bc_triangularprism_52', '4', '0', '0', '1', '0', '0', '99', '7197', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7198', '7198', '136', 'bc_triangularprism_53', '4', '0', '0', '1', '0', '0', '99', '7198', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7199', '7199', '136', 'bc_triangularprism_54', '4', '0', '0', '1', '0', '0', '99', '7199', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7200', '7200', '136', 'bc_triangularprism_55', '4', '0', '0', '1', '0', '0', '99', '7200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7201', '7201', '136', 'bc_triangularprism_56', '4', '0', '0', '1', '0', '0', '99', '7201', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7202', '7202', '136', 'bc_triangularprism_57', '4', '0', '0', '1', '0', '0', '99', '7202', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7203', '7203', '136', 'bc_triangularprism_58', '4', '0', '0', '1', '0', '0', '99', '7203', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7204', '7204', '136', 'bc_triangularprism_59', '4', '0', '0', '1', '0', '0', '99', '7204', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7205', '7205', '136', 'bc_triangularprism_6', '4', '0', '0', '1', '0', '0', '99', '7205', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7206', '7206', '136', 'bc_triangularprism_60', '4', '0', '0', '1', '0', '0', '99', '7206', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7207', '7207', '136', 'bc_triangularprism_61', '4', '0', '0', '1', '0', '0', '99', '7207', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7208', '7208', '136', 'bc_triangularprism_62', '4', '0', '0', '1', '0', '0', '99', '7208', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7209', '7209', '136', 'bc_triangularprism_63', '4', '0', '0', '1', '0', '0', '99', '7209', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7210', '7210', '136', 'bc_triangularprism_64', '4', '0', '0', '1', '0', '0', '99', '7210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7211', '7211', '136', 'bc_triangularprism_65', '4', '0', '0', '1', '0', '0', '99', '7211', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7212', '7212', '136', 'bc_triangularprism_66', '4', '0', '0', '1', '0', '0', '99', '7212', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7213', '7213', '136', 'bc_triangularprism_67', '4', '0', '0', '1', '0', '0', '99', '7213', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7214', '7214', '136', 'bc_triangularprism_68', '4', '0', '0', '1', '0', '0', '99', '7214', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7215', '7215', '136', 'bc_triangularprism_69', '4', '0', '0', '1', '0', '0', '99', '7215', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7216', '7216', '136', 'bc_triangularprism_7', '4', '0', '0', '1', '0', '0', '99', '7216', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7217', '7217', '136', 'bc_triangularprism_8', '4', '0', '0', '1', '0', '0', '99', '7217', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7218', '7218', '136', 'bc_triangularprism_9', '4', '0', '0', '1', '0', '0', '99', '7218', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7219', '7219', '132', 'bc_sphere_1', '2', '0', '0', '1', '0', '0', '99', '7219', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7220', '7220', '132', 'bc_sphere_10', '2', '0', '0', '1', '0', '0', '99', '7220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7221', '7221', '132', 'bc_sphere_11', '2', '0', '0', '1', '0', '0', '99', '7221', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7222', '7222', '132', 'bc_sphere_12', '2', '0', '0', '1', '0', '0', '99', '7222', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7223', '7223', '132', 'bc_sphere_13', '2', '0', '0', '1', '0', '0', '99', '7223', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7224', '7224', '132', 'bc_sphere_14', '2', '0', '0', '1', '0', '0', '99', '7224', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7225', '7225', '132', 'bc_sphere_15', '2', '0', '0', '1', '0', '0', '99', '7225', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7226', '7226', '132', 'bc_sphere_16', '2', '0', '0', '1', '0', '0', '99', '7226', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7227', '7227', '132', 'bc_sphere_17', '2', '0', '0', '1', '0', '0', '99', '7227', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7228', '7228', '132', 'bc_sphere_18', '2', '0', '0', '1', '0', '0', '99', '7228', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7229', '7229', '132', 'bc_sphere_19', '2', '0', '0', '1', '0', '0', '99', '7229', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7230', '7230', '132', 'bc_sphere_2', '2', '0', '0', '1', '0', '0', '99', '7230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7231', '7231', '132', 'bc_sphere_20', '2', '0', '0', '1', '0', '0', '99', '7231', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7232', '7232', '132', 'bc_sphere_21', '2', '0', '0', '1', '0', '0', '99', '7232', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7233', '7233', '132', 'bc_sphere_22', '2', '0', '0', '1', '0', '0', '99', '7233', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7234', '7234', '132', 'bc_sphere_23', '2', '0', '0', '1', '0', '0', '99', '7234', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7235', '7235', '132', 'bc_sphere_24', '2', '0', '0', '1', '0', '0', '99', '7235', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7236', '7236', '132', 'bc_sphere_25', '2', '0', '0', '1', '0', '0', '99', '7236', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7237', '7237', '132', 'bc_sphere_26', '2', '0', '0', '1', '0', '0', '99', '7237', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7238', '7238', '132', 'bc_sphere_27', '2', '0', '0', '1', '0', '0', '99', '7238', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7239', '7239', '132', 'bc_sphere_28', '2', '0', '0', '1', '0', '0', '99', '7239', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7240', '7240', '132', 'bc_sphere_29', '2', '0', '0', '1', '0', '0', '99', '7240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7241', '7241', '132', 'bc_sphere_3', '2', '0', '0', '1', '0', '0', '99', '7241', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7242', '7242', '132', 'bc_sphere_30', '2', '0', '0', '1', '0', '0', '99', '7242', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7243', '7243', '132', 'bc_sphere_31', '2', '0', '0', '1', '0', '0', '99', '7243', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7244', '7244', '132', 'bc_sphere_32', '2', '0', '0', '1', '0', '0', '99', '7244', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7245', '7245', '132', 'bc_sphere_33', '2', '0', '0', '1', '0', '0', '99', '7245', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7246', '7246', '132', 'bc_sphere_34', '2', '0', '0', '1', '0', '0', '99', '7246', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7247', '7247', '132', 'bc_sphere_35', '2', '0', '0', '1', '0', '0', '99', '7247', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7248', '7248', '132', 'bc_sphere_36', '2', '0', '0', '1', '0', '0', '99', '7248', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7249', '7249', '132', 'bc_sphere_37', '2', '0', '0', '1', '0', '0', '99', '7249', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7250', '7250', '132', 'bc_sphere_38', '2', '0', '0', '1', '0', '0', '99', '7250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7251', '7251', '132', 'bc_sphere_39', '2', '0', '0', '1', '0', '0', '99', '7251', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7252', '7252', '132', 'bc_sphere_4', '2', '0', '0', '1', '0', '0', '99', '7252', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7253', '7253', '132', 'bc_sphere_40', '2', '0', '0', '1', '0', '0', '99', '7253', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7254', '7254', '132', 'bc_sphere_41', '2', '0', '0', '1', '0', '0', '99', '7254', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7255', '7255', '132', 'bc_sphere_42', '2', '0', '0', '1', '0', '0', '99', '7255', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7256', '7256', '132', 'bc_sphere_43', '2', '0', '0', '1', '0', '0', '99', '7256', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7257', '7257', '132', 'bc_sphere_44', '2', '0', '0', '1', '0', '0', '99', '7257', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7258', '7258', '132', 'bc_sphere_45', '2', '0', '0', '1', '0', '0', '99', '7258', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7259', '7259', '132', 'bc_sphere_46', '2', '0', '0', '1', '0', '0', '99', '7259', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7260', '7260', '132', 'bc_sphere_47', '2', '0', '0', '1', '0', '0', '99', '7260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7261', '7261', '132', 'bc_sphere_48', '2', '0', '0', '1', '0', '0', '99', '7261', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7262', '7262', '132', 'bc_sphere_49', '2', '0', '0', '1', '0', '0', '99', '7262', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7263', '7263', '132', 'bc_sphere_5', '2', '0', '0', '1', '0', '0', '99', '7263', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7264', '7264', '132', 'bc_sphere_50', '2', '0', '0', '1', '0', '0', '99', '7264', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7265', '7265', '132', 'bc_sphere_51', '2', '0', '0', '1', '0', '0', '99', '7265', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7266', '7266', '132', 'bc_sphere_52', '2', '0', '0', '1', '0', '0', '99', '7266', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7267', '7267', '132', 'bc_sphere_53', '2', '0', '0', '1', '0', '0', '99', '7267', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7268', '7268', '132', 'bc_sphere_54', '2', '0', '0', '1', '0', '0', '99', '7268', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7269', '7269', '132', 'bc_sphere_55', '2', '0', '0', '1', '0', '0', '99', '7269', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7270', '7270', '132', 'bc_sphere_56', '2', '0', '0', '1', '0', '0', '99', '7270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7271', '7271', '132', 'bc_sphere_57', '2', '0', '0', '1', '0', '0', '99', '7271', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7272', '7272', '132', 'bc_sphere_58', '2', '0', '0', '1', '0', '0', '99', '7272', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7273', '7273', '132', 'bc_sphere_59', '2', '0', '0', '1', '0', '0', '99', '7273', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7274', '7274', '132', 'bc_sphere_6', '2', '0', '0', '1', '0', '0', '99', '7274', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7275', '7275', '132', 'bc_sphere_60', '2', '0', '0', '1', '0', '0', '99', '7275', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7276', '7276', '132', 'bc_sphere_61', '2', '0', '0', '1', '0', '0', '99', '7276', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7277', '7277', '132', 'bc_sphere_62', '2', '0', '0', '1', '0', '0', '99', '7277', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7278', '7278', '132', 'bc_sphere_63', '2', '0', '0', '1', '0', '0', '99', '7278', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7279', '7279', '132', 'bc_sphere_64', '2', '0', '0', '1', '0', '0', '99', '7279', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7280', '7280', '132', 'bc_sphere_65', '2', '0', '0', '1', '0', '0', '99', '7280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7281', '7281', '132', 'bc_sphere_66', '2', '0', '0', '1', '0', '0', '99', '7281', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7282', '7282', '132', 'bc_sphere_67', '2', '0', '0', '1', '0', '0', '99', '7282', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7283', '7283', '132', 'bc_sphere_68', '2', '0', '0', '1', '0', '0', '99', '7283', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7284', '7284', '132', 'bc_sphere_69', '2', '0', '0', '1', '0', '0', '99', '7284', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7285', '7285', '132', 'bc_sphere_7', '2', '0', '0', '1', '0', '0', '99', '7285', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7286', '7286', '132', 'bc_sphere_8', '2', '0', '0', '1', '0', '0', '99', '7286', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7287', '7287', '132', 'bc_sphere_9', '2', '0', '0', '1', '0', '0', '99', '7287', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7288', '7288', '138', 'bc_round_15', '2', '0', '0', '1', '0', '0', '99', '7288', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7289', '7289', '138', 'bc_round_16', '2', '0', '0', '1', '0', '0', '99', '7289', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7290', '7290', '138', 'bc_round_17', '2', '0', '0', '1', '0', '0', '99', '7290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7291', '7291', '138', 'bc_round_18', '2', '0', '0', '1', '0', '0', '99', '7291', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7292', '7292', '138', 'bc_round_19', '2', '0', '0', '1', '0', '0', '99', '7292', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7293', '7293', '138', 'bc_round_20', '2', '0', '0', '1', '0', '0', '99', '7293', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7294', '7294', '138', 'bc_round_21', '2', '0', '0', '1', '0', '0', '99', '7294', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7295', '7295', '138', 'bc_round_22', '2', '0', '0', '1', '0', '0', '99', '7295', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7296', '7296', '138', 'bc_round_23', '2', '0', '0', '1', '0', '0', '99', '7296', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7297', '7297', '138', 'bc_round_24', '2', '0', '0', '1', '0', '0', '99', '7297', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7298', '7298', '138', 'bc_round_25', '2', '0', '0', '1', '0', '0', '99', '7298', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7299', '7299', '138', 'bc_round_26', '2', '0', '0', '1', '0', '0', '99', '7299', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7300', '7300', '138', 'bc_round_27', '2', '0', '0', '1', '0', '0', '99', '7300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7301', '7301', '138', 'bc_round_28', '2', '0', '0', '1', '0', '0', '99', '7301', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7302', '7302', '138', 'bc_round_29', '2', '0', '0', '1', '0', '0', '99', '7302', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7303', '7303', '138', 'bc_round_30', '2', '0', '0', '1', '0', '0', '99', '7303', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7304', '7304', '138', 'bc_round_31', '2', '0', '0', '1', '0', '0', '99', '7304', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7305', '7305', '138', 'bc_round_32', '2', '0', '0', '1', '0', '0', '99', '7305', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7306', '7306', '138', 'bc_round_33', '2', '0', '0', '1', '0', '0', '99', '7306', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7307', '7307', '138', 'bc_round_34', '2', '0', '0', '1', '0', '0', '99', '7307', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7308', '7308', '138', 'bc_round_35', '2', '0', '0', '1', '0', '0', '99', '7308', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7309', '7309', '138', 'bc_round_36', '2', '0', '0', '1', '0', '0', '99', '7309', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7310', '7310', '138', 'bc_round_37', '2', '0', '0', '1', '0', '0', '99', '7310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7311', '7311', '138', 'bc_round_38', '2', '0', '0', '1', '0', '0', '99', '7311', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7312', '7312', '138', 'bc_round_39', '2', '0', '0', '1', '0', '0', '99', '7312', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7313', '7313', '138', 'bc_round_40', '2', '0', '0', '1', '0', '0', '99', '7313', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7314', '7314', '138', 'bc_round_41', '2', '0', '0', '1', '0', '0', '99', '7314', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7315', '7315', '138', 'bc_round_42', '2', '0', '0', '1', '0', '0', '99', '7315', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7316', '7316', '138', 'bc_round_43', '2', '0', '0', '1', '0', '0', '99', '7316', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7317', '7317', '138', 'bc_round_44', '2', '0', '0', '1', '0', '0', '99', '7317', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7318', '7318', '138', 'bc_round_45', '2', '0', '0', '1', '0', '0', '99', '7318', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7319', '7319', '138', 'bc_round_46', '2', '0', '0', '1', '0', '0', '99', '7319', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7320', '7320', '138', 'bc_round_47', '2', '0', '0', '1', '0', '0', '99', '7320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7321', '7321', '138', 'bc_round_48', '2', '0', '0', '1', '0', '0', '99', '7321', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7322', '7322', '138', 'bc_round_49', '2', '0', '0', '1', '0', '0', '99', '7322', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7323', '7323', '138', 'bc_round_50', '2', '0', '0', '1', '0', '0', '99', '7323', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7324', '7324', '138', 'bc_round_51', '2', '0', '0', '1', '0', '0', '99', '7324', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7325', '7325', '138', 'bc_round_52', '2', '0', '0', '1', '0', '0', '99', '7325', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7326', '7326', '138', 'bc_round_53', '2', '0', '0', '1', '0', '0', '99', '7326', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7327', '7327', '138', 'bc_round_54', '2', '0', '0', '1', '0', '0', '99', '7327', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7328', '7328', '138', 'bc_round_55', '2', '0', '0', '1', '0', '0', '99', '7328', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7329', '7329', '138', 'bc_round_56', '2', '0', '0', '1', '0', '0', '99', '7329', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7330', '7330', '138', 'bc_round_57', '2', '0', '0', '1', '0', '0', '99', '7330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7331', '7331', '138', 'bc_round_58', '2', '0', '0', '1', '0', '0', '99', '7331', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7332', '7332', '138', 'bc_round_59', '2', '0', '0', '1', '0', '0', '99', '7332', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7333', '7333', '138', 'bc_round_60', '2', '0', '0', '1', '0', '0', '99', '7333', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7334', '7334', '138', 'bc_round_61', '2', '0', '0', '1', '0', '0', '99', '7334', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7335', '7335', '138', 'bc_round_62', '2', '0', '0', '1', '0', '0', '99', '7335', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7336', '7336', '138', 'bc_round_63', '2', '0', '0', '1', '0', '0', '99', '7336', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7337', '7337', '138', 'bc_round_64', '2', '0', '0', '1', '0', '0', '99', '7337', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7338', '7338', '138', 'bc_round_65', '2', '0', '0', '1', '0', '0', '99', '7338', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7339', '7339', '138', 'bc_round_66', '2', '0', '0', '1', '0', '0', '99', '7339', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7340', '7340', '138', 'bc_round_67', '2', '0', '0', '1', '0', '0', '99', '7340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7341', '7341', '138', 'bc_round_68', '2', '0', '0', '1', '0', '0', '99', '7341', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7342', '7342', '138', 'bc_round_69', '2', '0', '0', '1', '0', '0', '99', '7342', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7343', '7343', '307', 'CF_1500_suitcase', '1500', '0', '0', '1', '0', '0', '38', '7343', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7344', '7344', '117', 'bc_alpha1_w_1', '2', '0', '0', '1', '0', '0', '99', '7344', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7345', '7345', '117', 'bc_alpha1_w_10', '2', '0', '0', '1', '0', '0', '99', '7345', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7346', '7346', '117', 'bc_alpha1_w_11', '2', '0', '0', '1', '0', '0', '99', '7346', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7347', '7347', '117', 'bc_alpha1_w_12', '2', '0', '0', '1', '0', '0', '99', '7347', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7348', '7348', '117', 'bc_alpha1_w_13', '2', '0', '0', '1', '0', '0', '99', '7348', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7349', '7349', '1229', 'bc_alpha1_w_14', '2', '0', '0', '1', '0', '0', '23', '7349', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7350', '7350', '117', 'bc_alpha1_w_2', '2', '0', '0', '1', '0', '0', '99', '7350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7351', '7351', '117', 'bc_alpha1_w_3', '2', '0', '0', '1', '0', '0', '99', '7351', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7352', '7352', '117', 'bc_alpha1_w_4', '2', '0', '0', '1', '0', '0', '99', '7352', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7353', '7353', '117', 'bc_alpha1_w_5', '2', '0', '0', '1', '0', '0', '99', '7353', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7354', '7354', '117', 'bc_alpha1_w_6', '2', '0', '0', '1', '0', '0', '99', '7354', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7355', '7355', '117', 'bc_alpha1_w_7', '2', '0', '0', '1', '0', '0', '99', '7355', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7356', '7356', '117', 'bc_alpha1_w_8', '2', '0', '0', '1', '0', '0', '99', '7356', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7357', '7357', '117', 'bc_alpha1_w_9', '2', '0', '0', '1', '0', '0', '99', '7357', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7358', '7358', '117', 'bc_alpha1_g_1', '2', '0', '0', '1', '0', '0', '99', '7358', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7359', '7359', '117', 'bc_alpha1_g_10', '2', '0', '0', '1', '0', '0', '99', '7359', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7360', '7360', '117', 'bc_alpha1_g_11', '2', '0', '0', '1', '0', '0', '99', '7360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7361', '7361', '117', 'bc_alpha1_g_12', '2', '0', '0', '1', '0', '0', '99', '7361', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7362', '7362', '117', 'bc_alpha1_g_13', '2', '0', '0', '1', '0', '0', '99', '7362', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7363', '7363', '1229', 'bc_alpha1_g_14', '2', '0', '0', '1', '0', '0', '7', '7363', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7364', '7364', '117', 'bc_alpha1_g_2', '2', '0', '0', '1', '0', '0', '99', '7364', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7365', '7365', '117', 'bc_alpha1_g_3', '2', '0', '0', '1', '0', '0', '99', '7365', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7366', '7366', '117', 'bc_alpha1_g_4', '2', '0', '0', '1', '0', '0', '99', '7366', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7367', '7367', '117', 'bc_alpha1_g_5', '2', '0', '0', '1', '0', '0', '99', '7367', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7368', '7368', '117', 'bc_alpha1_g_6', '2', '0', '0', '1', '0', '0', '99', '7368', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7369', '7369', '117', 'bc_alpha1_g_7', '2', '0', '0', '1', '0', '0', '99', '7369', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7370', '7370', '117', 'bc_alpha1_g_8', '2', '0', '0', '1', '0', '0', '99', '7370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7371', '7371', '117', 'bc_alpha1_g_9', '2', '0', '0', '1', '0', '0', '99', '7371', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7372', '7372', '117', 'bc_alpha1_r_1', '2', '0', '0', '1', '0', '0', '99', '7372', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7373', '7373', '117', 'bc_alpha1_r_10', '2', '0', '0', '1', '0', '0', '99', '7373', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7374', '7374', '117', 'bc_alpha1_r_11', '2', '0', '0', '1', '0', '0', '99', '7374', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7375', '7375', '117', 'bc_alpha1_r_12', '2', '0', '0', '1', '0', '0', '99', '7375', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7376', '7376', '117', 'bc_alpha1_r_13', '2', '0', '0', '1', '0', '0', '99', '7376', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7377', '7377', '1229', 'bc_alpha1_r_14', '2', '0', '0', '1', '0', '0', '18', '7377', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7378', '7378', '117', 'bc_alpha1_r_2', '2', '0', '0', '1', '0', '0', '99', '7378', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7379', '7379', '117', 'bc_alpha1_r_3', '2', '0', '0', '1', '0', '0', '99', '7379', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7380', '7380', '117', 'bc_alpha1_r_4', '2', '0', '0', '1', '0', '0', '99', '7380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7381', '7381', '117', 'bc_alpha1_r_5', '2', '0', '0', '1', '0', '0', '99', '7381', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7382', '7382', '117', 'bc_alpha1_r_6', '2', '0', '0', '1', '0', '0', '99', '7382', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7383', '7383', '117', 'bc_alpha1_r_7', '2', '0', '0', '1', '0', '0', '99', '7383', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7384', '7384', '117', 'bc_alpha1_r_8', '2', '0', '0', '1', '0', '0', '99', '7384', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7385', '7385', '117', 'bc_alpha1_r_9', '2', '0', '0', '1', '0', '0', '99', '7385', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7386', '7386', '117', 'bc_alpha1_s_1', '2', '0', '0', '1', '0', '0', '99', '7386', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7387', '7387', '117', 'bc_alpha1_s_10', '2', '0', '0', '1', '0', '0', '99', '7387', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7388', '7388', '117', 'bc_alpha1_s_11', '2', '0', '0', '1', '0', '0', '99', '7388', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7389', '7389', '117', 'bc_alpha1_s_12', '2', '0', '0', '1', '0', '0', '99', '7389', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7390', '7390', '117', 'bc_alpha1_s_13', '2', '0', '0', '1', '0', '0', '99', '7390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7391', '7391', '1229', 'bc_alpha1_s_14', '2', '0', '0', '1', '0', '0', '19', '7391', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7392', '7392', '117', 'bc_alpha1_s_2', '2', '0', '0', '1', '0', '0', '99', '7392', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7393', '7393', '117', 'bc_alpha1_s_3', '2', '0', '0', '1', '0', '0', '99', '7393', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7394', '7394', '117', 'bc_alpha1_s_4', '2', '0', '0', '1', '0', '0', '99', '7394', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7395', '7395', '117', 'bc_alpha1_s_5', '2', '0', '0', '1', '0', '0', '99', '7395', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7396', '7396', '117', 'bc_alpha1_s_6', '2', '0', '0', '1', '0', '0', '99', '7396', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7397', '7397', '117', 'bc_alpha1_s_7', '2', '0', '0', '1', '0', '0', '99', '7397', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7398', '7398', '117', 'bc_alpha1_s_8', '2', '0', '0', '1', '0', '0', '99', '7398', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7399', '7399', '117', 'bc_alpha1_s_9', '2', '0', '0', '1', '0', '0', '99', '7399', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7400', '7400', '117', 'bc_alpha1_h_1', '2', '0', '0', '1', '0', '0', '99', '7400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7401', '7401', '117', 'bc_alpha1_h_10', '2', '0', '0', '1', '0', '0', '99', '7401', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7402', '7402', '117', 'bc_alpha1_h_11', '2', '0', '0', '1', '0', '0', '99', '7402', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7403', '7403', '117', 'bc_alpha1_h_12', '2', '0', '0', '1', '0', '0', '99', '7403', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7404', '7404', '117', 'bc_alpha1_h_13', '2', '0', '0', '1', '0', '0', '99', '7404', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7405', '7405', '1229', 'bc_alpha1_h_14', '2', '0', '0', '1', '0', '0', '8', '7405', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7406', '7406', '117', 'bc_alpha1_h_2', '2', '0', '0', '1', '0', '0', '99', '7406', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7407', '7407', '117', 'bc_alpha1_h_3', '2', '0', '0', '1', '0', '0', '99', '7407', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7408', '7408', '117', 'bc_alpha1_h_4', '2', '0', '0', '1', '0', '0', '99', '7408', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7409', '7409', '117', 'bc_alpha1_h_5', '2', '0', '0', '1', '0', '0', '99', '7409', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7410', '7410', '117', 'bc_alpha1_h_6', '2', '0', '0', '1', '0', '0', '99', '7410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7411', '7411', '117', 'bc_alpha1_h_7', '2', '0', '0', '1', '0', '0', '99', '7411', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7412', '7412', '117', 'bc_alpha1_h_8', '2', '0', '0', '1', '0', '0', '99', '7412', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7413', '7413', '117', 'bc_alpha1_h_9', '2', '0', '0', '1', '0', '0', '99', '7413', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7414', '7414', '117', 'bc_alpha1_t_1', '2', '0', '0', '1', '0', '0', '99', '7414', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7415', '7415', '117', 'bc_alpha1_t_10', '2', '0', '0', '1', '0', '0', '99', '7415', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7416', '7416', '117', 'bc_alpha1_t_11', '2', '0', '0', '1', '0', '0', '99', '7416', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7417', '7417', '117', 'bc_alpha1_t_12', '2', '0', '0', '1', '0', '0', '99', '7417', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7418', '7418', '117', 'bc_alpha1_t_13', '2', '0', '0', '1', '0', '0', '99', '7418', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7419', '7419', '1229', 'bc_alpha1_t_14', '2', '0', '0', '1', '0', '0', '20', '7419', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7420', '7420', '117', 'bc_alpha1_t_2', '2', '0', '0', '1', '0', '0', '99', '7420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7421', '7421', '117', 'bc_alpha1_t_3', '2', '0', '0', '1', '0', '0', '99', '7421', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7422', '7422', '117', 'bc_alpha1_t_4', '2', '0', '0', '1', '0', '0', '99', '7422', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7423', '7423', '117', 'bc_alpha1_t_5', '2', '0', '0', '1', '0', '0', '99', '7423', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7424', '7424', '117', 'bc_alpha1_t_6', '2', '0', '0', '1', '0', '0', '99', '7424', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7425', '7425', '117', 'bc_alpha1_t_7', '2', '0', '0', '1', '0', '0', '99', '7425', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7426', '7426', '117', 'bc_alpha1_t_8', '2', '0', '0', '1', '0', '0', '99', '7426', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7427', '7427', '117', 'bc_alpha1_t_9', '2', '0', '0', '1', '0', '0', '99', '7427', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7428', '7428', '117', 'bc_alpha1_o_1', '2', '0', '0', '1', '0', '0', '99', '7428', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7429', '7429', '117', 'bc_alpha1_o_10', '2', '0', '0', '1', '0', '0', '99', '7429', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7430', '7430', '117', 'bc_alpha1_o_11', '2', '0', '0', '1', '0', '0', '99', '7430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7431', '7431', '117', 'bc_alpha1_o_12', '2', '0', '0', '1', '0', '0', '99', '7431', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7432', '7432', '117', 'bc_alpha1_o_13', '2', '0', '0', '1', '0', '0', '99', '7432', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7433', '7433', '1229', 'bc_alpha1_o_14', '2', '0', '0', '1', '0', '0', '15', '7433', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7434', '7434', '117', 'bc_alpha1_o_2', '2', '0', '0', '1', '0', '0', '99', '7434', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7435', '7435', '117', 'bc_alpha1_o_3', '2', '0', '0', '1', '0', '0', '99', '7435', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7436', '7436', '117', 'bc_alpha1_o_4', '2', '0', '0', '1', '0', '0', '99', '7436', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7437', '7437', '117', 'bc_alpha1_o_5', '2', '0', '0', '1', '0', '0', '99', '7437', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7438', '7438', '117', 'bc_alpha1_o_6', '2', '0', '0', '1', '0', '0', '99', '7438', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7439', '7439', '117', 'bc_alpha1_o_7', '2', '0', '0', '1', '0', '0', '99', '7439', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7440', '7440', '117', 'bc_alpha1_o_8', '2', '0', '0', '1', '0', '0', '99', '7440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7441', '7441', '117', 'bc_alpha1_o_9', '2', '0', '0', '1', '0', '0', '99', '7441', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7442', '7442', '117', 'bc_alpha1_v_1', '2', '0', '0', '1', '0', '0', '99', '7442', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7443', '7443', '117', 'bc_alpha1_v_10', '2', '0', '0', '1', '0', '0', '99', '7443', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7444', '7444', '117', 'bc_alpha1_v_11', '2', '0', '0', '1', '0', '0', '99', '7444', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7445', '7445', '117', 'bc_alpha1_v_12', '2', '0', '0', '1', '0', '0', '99', '7445', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7446', '7446', '117', 'bc_alpha1_v_13', '2', '0', '0', '1', '0', '0', '99', '7446', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7447', '7447', '1229', 'bc_alpha1_v_14', '2', '0', '0', '1', '0', '0', '22', '7447', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7448', '7448', '117', 'bc_alpha1_v_2', '2', '0', '0', '1', '0', '0', '99', '7448', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7449', '7449', '117', 'bc_alpha1_v_3', '2', '0', '0', '1', '0', '0', '99', '7449', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7450', '7450', '117', 'bc_alpha1_v_4', '2', '0', '0', '1', '0', '0', '99', '7450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7451', '7451', '117', 'bc_alpha1_v_5', '2', '0', '0', '1', '0', '0', '99', '7451', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7452', '7452', '117', 'bc_alpha1_v_6', '2', '0', '0', '1', '0', '0', '99', '7452', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7453', '7453', '117', 'bc_alpha1_v_7', '2', '0', '0', '1', '0', '0', '99', '7453', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7454', '7454', '117', 'bc_alpha1_v_8', '2', '0', '0', '1', '0', '0', '99', '7454', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7455', '7455', '117', 'bc_alpha1_v_9', '2', '0', '0', '1', '0', '0', '99', '7455', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7456', '7456', '117', 'bc_alpha1_c_1', '2', '0', '0', '1', '0', '0', '99', '7456', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7457', '7457', '117', 'bc_alpha1_c_10', '2', '0', '0', '1', '0', '0', '99', '7457', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7458', '7458', '117', 'bc_alpha1_c_11', '2', '0', '0', '1', '0', '0', '99', '7458', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7459', '7459', '117', 'bc_alpha1_c_12', '2', '0', '0', '1', '0', '0', '99', '7459', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7460', '7460', '117', 'bc_alpha1_c_13', '2', '0', '0', '1', '0', '0', '99', '7460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7461', '7461', '1229', 'bc_alpha1_c_14', '2', '0', '0', '1', '0', '0', '3', '7461', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7462', '7462', '117', 'bc_alpha1_c_2', '2', '0', '0', '1', '0', '0', '99', '7462', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7463', '7463', '117', 'bc_alpha1_c_3', '2', '0', '0', '1', '0', '0', '99', '7463', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7464', '7464', '117', 'bc_alpha1_c_4', '2', '0', '0', '1', '0', '0', '99', '7464', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7465', '7465', '117', 'bc_alpha1_c_5', '2', '0', '0', '1', '0', '0', '99', '7465', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7466', '7466', '117', 'bc_alpha1_c_6', '2', '0', '0', '1', '0', '0', '99', '7466', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7467', '7467', '117', 'bc_alpha1_c_7', '2', '0', '0', '1', '0', '0', '99', '7467', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7468', '7468', '117', 'bc_alpha1_c_8', '2', '0', '0', '1', '0', '0', '99', '7468', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7469', '7469', '117', 'bc_alpha1_c_9', '2', '0', '0', '1', '0', '0', '99', '7469', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7470', '7470', '117', 'bc_alpha1_b_1', '2', '0', '0', '1', '0', '0', '99', '7470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7471', '7471', '117', 'bc_alpha1_b_10', '2', '0', '0', '1', '0', '0', '99', '7471', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7472', '7472', '117', 'bc_alpha1_b_11', '2', '0', '0', '1', '0', '0', '99', '7472', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7473', '7473', '117', 'bc_alpha1_b_12', '2', '0', '0', '1', '0', '0', '99', '7473', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7474', '7474', '117', 'bc_alpha1_b_13', '2', '0', '0', '1', '0', '0', '99', '7474', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7475', '7475', '1229', 'bc_alpha1_b_14', '2', '0', '0', '1', '0', '0', '2', '7475', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7476', '7476', '117', 'bc_alpha1_b_2', '2', '0', '0', '1', '0', '0', '99', '7476', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7477', '7477', '117', 'bc_alpha1_b_3', '2', '0', '0', '1', '0', '0', '99', '7477', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7478', '7478', '117', 'bc_alpha1_b_4', '2', '0', '0', '1', '0', '0', '99', '7478', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7479', '7479', '117', 'bc_alpha1_b_5', '2', '0', '0', '1', '0', '0', '99', '7479', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7480', '7480', '117', 'bc_alpha1_b_6', '2', '0', '0', '1', '0', '0', '99', '7480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7481', '7481', '117', 'bc_alpha1_b_7', '2', '0', '0', '1', '0', '0', '99', '7481', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7482', '7482', '117', 'bc_alpha1_b_8', '2', '0', '0', '1', '0', '0', '99', '7482', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7483', '7483', '117', 'bc_alpha1_b_9', '2', '0', '0', '1', '0', '0', '99', '7483', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7484', '7484', '117', 'bc_alpha1_m_1', '2', '0', '0', '1', '0', '0', '99', '7484', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7485', '7485', '117', 'bc_alpha1_m_10', '2', '0', '0', '1', '0', '0', '99', '7485', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7486', '7486', '117', 'bc_alpha1_m_11', '2', '0', '0', '1', '0', '0', '99', '7486', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7487', '7487', '117', 'bc_alpha1_m_12', '2', '0', '0', '1', '0', '0', '99', '7487', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7488', '7488', '117', 'bc_alpha1_m_13', '2', '0', '0', '1', '0', '0', '99', '7488', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7489', '7489', '1229', 'bc_alpha1_m_14', '2', '0', '0', '1', '0', '0', '13', '7489', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7490', '7490', '117', 'bc_alpha1_m_2', '2', '0', '0', '1', '0', '0', '99', '7490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7491', '7491', '117', 'bc_alpha1_m_3', '2', '0', '0', '1', '0', '0', '99', '7491', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7492', '7492', '117', 'bc_alpha1_m_4', '2', '0', '0', '1', '0', '0', '99', '7492', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7493', '7493', '117', 'bc_alpha1_m_5', '2', '0', '0', '1', '0', '0', '99', '7493', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7494', '7494', '117', 'bc_alpha1_m_6', '2', '0', '0', '1', '0', '0', '99', '7494', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7495', '7495', '117', 'bc_alpha1_m_7', '2', '0', '0', '1', '0', '0', '99', '7495', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7496', '7496', '117', 'bc_alpha1_m_8', '2', '0', '0', '1', '0', '0', '99', '7496', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7497', '7497', '117', 'bc_alpha1_m_9', '2', '0', '0', '1', '0', '0', '99', '7497', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7498', '7498', '117', 'bc_alpha1_i_1', '2', '0', '0', '1', '0', '0', '99', '7498', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7499', '7499', '117', 'bc_alpha1_i_10', '2', '0', '0', '1', '0', '0', '99', '7499', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7500', '7500', '117', 'bc_alpha1_i_11', '2', '0', '0', '1', '0', '0', '99', '7500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7501', '7501', '117', 'bc_alpha1_i_12', '2', '0', '0', '1', '0', '0', '99', '7501', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7502', '7502', '117', 'bc_alpha1_i_13', '2', '0', '0', '1', '0', '0', '99', '7502', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7503', '7503', '1229', 'bc_alpha1_i_14', '2', '0', '0', '1', '0', '0', '9', '7503', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7504', '7504', '117', 'bc_alpha1_i_2', '2', '0', '0', '1', '0', '0', '99', '7504', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7505', '7505', '117', 'bc_alpha1_i_3', '2', '0', '0', '1', '0', '0', '99', '7505', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7506', '7506', '117', 'bc_alpha1_i_4', '2', '0', '0', '1', '0', '0', '99', '7506', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7507', '7507', '117', 'bc_alpha1_i_5', '2', '0', '0', '1', '0', '0', '99', '7507', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7508', '7508', '117', 'bc_alpha1_i_6', '2', '0', '0', '1', '0', '0', '99', '7508', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7509', '7509', '117', 'bc_alpha1_i_7', '2', '0', '0', '1', '0', '0', '99', '7509', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7510', '7510', '117', 'bc_alpha1_i_8', '2', '0', '0', '1', '0', '0', '99', '7510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7511', '7511', '117', 'bc_alpha1_i_9', '2', '0', '0', '1', '0', '0', '99', '7511', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7512', '7512', '117', 'bc_alpha1_x_1', '2', '0', '0', '1', '0', '0', '99', '7512', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7513', '7513', '117', 'bc_alpha1_x_10', '2', '0', '0', '1', '0', '0', '99', '7513', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7514', '7514', '117', 'bc_alpha1_x_11', '2', '0', '0', '1', '0', '0', '99', '7514', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7515', '7515', '117', 'bc_alpha1_x_12', '2', '0', '0', '1', '0', '0', '99', '7515', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7516', '7516', '117', 'bc_alpha1_x_13', '2', '0', '0', '1', '0', '0', '99', '7516', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7517', '7517', '1229', 'bc_alpha1_x_14', '2', '0', '0', '1', '0', '0', '24', '7517', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7518', '7518', '117', 'bc_alpha1_x_2', '2', '0', '0', '1', '0', '0', '99', '7518', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7519', '7519', '117', 'bc_alpha1_x_3', '2', '0', '0', '1', '0', '0', '99', '7519', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7520', '7520', '117', 'bc_alpha1_x_4', '2', '0', '0', '1', '0', '0', '99', '7520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7521', '7521', '117', 'bc_alpha1_x_5', '2', '0', '0', '1', '0', '0', '99', '7521', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7522', '7522', '117', 'bc_alpha1_x_6', '2', '0', '0', '1', '0', '0', '99', '7522', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7523', '7523', '117', 'bc_alpha1_x_7', '2', '0', '0', '1', '0', '0', '99', '7523', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7524', '7524', '117', 'bc_alpha1_x_8', '2', '0', '0', '1', '0', '0', '99', '7524', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7525', '7525', '117', 'bc_alpha1_x_9', '2', '0', '0', '1', '0', '0', '99', '7525', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7526', '7526', '117', 'bc_alpha1_l_1', '2', '0', '0', '1', '0', '0', '99', '7526', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7527', '7527', '117', 'bc_alpha1_l_10', '2', '0', '0', '1', '0', '0', '99', '7527', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7528', '7528', '117', 'bc_alpha1_l_11', '2', '0', '0', '1', '0', '0', '99', '7528', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7529', '7529', '117', 'bc_alpha1_l_12', '2', '0', '0', '1', '0', '0', '99', '7529', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7530', '7530', '117', 'bc_alpha1_l_13', '2', '0', '0', '1', '0', '0', '99', '7530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7531', '7531', '1229', 'bc_alpha1_l_14', '2', '0', '0', '1', '0', '0', '12', '7531', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7532', '7532', '117', 'bc_alpha1_l_2', '2', '0', '0', '1', '0', '0', '99', '7532', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7533', '7533', '117', 'bc_alpha1_l_3', '2', '0', '0', '1', '0', '0', '99', '7533', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7534', '7534', '117', 'bc_alpha1_l_4', '2', '0', '0', '1', '0', '0', '99', '7534', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7535', '7535', '117', 'bc_alpha1_l_5', '2', '0', '0', '1', '0', '0', '99', '7535', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7536', '7536', '117', 'bc_alpha1_l_6', '2', '0', '0', '1', '0', '0', '99', '7536', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7537', '7537', '117', 'bc_alpha1_l_7', '2', '0', '0', '1', '0', '0', '99', '7537', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7538', '7538', '117', 'bc_alpha1_l_8', '2', '0', '0', '1', '0', '0', '99', '7538', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7539', '7539', '117', 'bc_alpha1_l_9', '2', '0', '0', '1', '0', '0', '99', '7539', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7540', '7540', '117', 'bc_alpha1_j_1', '2', '0', '0', '1', '0', '0', '99', '7540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7541', '7541', '117', 'bc_alpha1_j_10', '2', '0', '0', '1', '0', '0', '99', '7541', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7542', '7542', '117', 'bc_alpha1_j_11', '2', '0', '0', '1', '0', '0', '99', '7542', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7543', '7543', '117', 'bc_alpha1_j_12', '2', '0', '0', '1', '0', '0', '99', '7543', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7544', '7544', '117', 'bc_alpha1_j_13', '2', '0', '0', '1', '0', '0', '99', '7544', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7545', '7545', '1229', 'bc_alpha1_j_14', '2', '0', '0', '1', '0', '0', '10', '7545', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7546', '7546', '117', 'bc_alpha1_j_2', '2', '0', '0', '1', '0', '0', '99', '7546', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7547', '7547', '117', 'bc_alpha1_j_3', '2', '0', '0', '1', '0', '0', '99', '7547', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7548', '7548', '117', 'bc_alpha1_j_4', '2', '0', '0', '1', '0', '0', '99', '7548', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7549', '7549', '117', 'bc_alpha1_j_5', '2', '0', '0', '1', '0', '0', '99', '7549', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7550', '7550', '117', 'bc_alpha1_j_6', '2', '0', '0', '1', '0', '0', '99', '7550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7551', '7551', '117', 'bc_alpha1_j_7', '2', '0', '0', '1', '0', '0', '99', '7551', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7552', '7552', '117', 'bc_alpha1_j_8', '2', '0', '0', '1', '0', '0', '99', '7552', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7553', '7553', '117', 'bc_alpha1_j_9', '2', '0', '0', '1', '0', '0', '99', '7553', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7554', '7554', '117', 'bc_alpha1_f_1', '2', '0', '0', '1', '0', '0', '99', '7554', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7555', '7555', '117', 'bc_alpha1_f_10', '2', '0', '0', '1', '0', '0', '99', '7555', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7556', '7556', '117', 'bc_alpha1_f_11', '2', '0', '0', '1', '0', '0', '99', '7556', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7557', '7557', '117', 'bc_alpha1_f_12', '2', '0', '0', '1', '0', '0', '99', '7557', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7558', '7558', '117', 'bc_alpha1_f_13', '2', '0', '0', '1', '0', '0', '99', '7558', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7559', '7559', '1229', 'bc_alpha1_f_14', '2', '0', '0', '1', '0', '0', '6', '7559', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7560', '7560', '117', 'bc_alpha1_f_2', '2', '0', '0', '1', '0', '0', '99', '7560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7561', '7561', '117', 'bc_alpha1_f_3', '2', '0', '0', '1', '0', '0', '99', '7561', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7562', '7562', '117', 'bc_alpha1_f_4', '2', '0', '0', '1', '0', '0', '99', '7562', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7563', '7563', '117', 'bc_alpha1_f_5', '2', '0', '0', '1', '0', '0', '99', '7563', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7564', '7564', '117', 'bc_alpha1_f_6', '2', '0', '0', '1', '0', '0', '99', '7564', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7565', '7565', '117', 'bc_alpha1_f_7', '2', '0', '0', '1', '0', '0', '99', '7565', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7566', '7566', '117', 'bc_alpha1_f_8', '2', '0', '0', '1', '0', '0', '99', '7566', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7567', '7567', '117', 'bc_alpha1_f_9', '2', '0', '0', '1', '0', '0', '99', '7567', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7568', '7568', '117', 'bc_alpha1_e_1', '2', '0', '0', '1', '0', '0', '99', '7568', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7569', '7569', '117', 'bc_alpha1_e_10', '2', '0', '0', '1', '0', '0', '99', '7569', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7570', '7570', '117', 'bc_alpha1_e_11', '2', '0', '0', '1', '0', '0', '99', '7570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7571', '7571', '117', 'bc_alpha1_e_12', '2', '0', '0', '1', '0', '0', '99', '7571', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7572', '7572', '117', 'bc_alpha1_e_13', '2', '0', '0', '1', '0', '0', '99', '7572', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7573', '7573', '1229', 'bc_alpha1_e_14', '2', '0', '0', '1', '0', '0', '5', '7573', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7574', '7574', '117', 'bc_alpha1_e_2', '2', '0', '0', '1', '0', '0', '99', '7574', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7575', '7575', '117', 'bc_alpha1_e_3', '2', '0', '0', '1', '0', '0', '99', '7575', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7576', '7576', '117', 'bc_alpha1_e_4', '2', '0', '0', '1', '0', '0', '99', '7576', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7577', '7577', '117', 'bc_alpha1_e_5', '2', '0', '0', '1', '0', '0', '99', '7577', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7578', '7578', '117', 'bc_alpha1_e_6', '2', '0', '0', '1', '0', '0', '99', '7578', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7579', '7579', '117', 'bc_alpha1_e_7', '2', '0', '0', '1', '0', '0', '99', '7579', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7580', '7580', '117', 'bc_alpha1_e_8', '2', '0', '0', '1', '0', '0', '99', '7580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7581', '7581', '117', 'bc_alpha1_e_9', '2', '0', '0', '1', '0', '0', '99', '7581', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7582', '7582', '117', 'bc_alpha1_q_1', '2', '0', '0', '1', '0', '0', '99', '7582', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7583', '7583', '117', 'bc_alpha1_q_10', '2', '0', '0', '1', '0', '0', '99', '7583', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7584', '7584', '117', 'bc_alpha1_q_11', '2', '0', '0', '1', '0', '0', '99', '7584', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7585', '7585', '117', 'bc_alpha1_q_12', '2', '0', '0', '1', '0', '0', '99', '7585', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7586', '7586', '117', 'bc_alpha1_q_13', '2', '0', '0', '1', '0', '0', '99', '7586', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7587', '7587', '1229', 'bc_alpha1_q_14', '2', '0', '0', '1', '0', '0', '17', '7587', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7588', '7588', '117', 'bc_alpha1_q_2', '2', '0', '0', '1', '0', '0', '99', '7588', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7589', '7589', '117', 'bc_alpha1_q_3', '2', '0', '0', '1', '0', '0', '99', '7589', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7590', '7590', '117', 'bc_alpha1_q_4', '2', '0', '0', '1', '0', '0', '99', '7590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7591', '7591', '117', 'bc_alpha1_q_5', '2', '0', '0', '1', '0', '0', '99', '7591', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7592', '7592', '117', 'bc_alpha1_q_6', '2', '0', '0', '1', '0', '0', '99', '7592', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7593', '7593', '117', 'bc_alpha1_q_7', '2', '0', '0', '1', '0', '0', '99', '7593', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7594', '7594', '117', 'bc_alpha1_q_8', '2', '0', '0', '1', '0', '0', '99', '7594', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7595', '7595', '117', 'bc_alpha1_q_9', '2', '0', '0', '1', '0', '0', '99', '7595', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7596', '7596', '117', 'bc_alpha1_y_1', '2', '0', '0', '1', '0', '0', '99', '7596', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7597', '7597', '117', 'bc_alpha1_y_10', '2', '0', '0', '1', '0', '0', '99', '7597', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7598', '7598', '117', 'bc_alpha1_y_11', '2', '0', '0', '1', '0', '0', '99', '7598', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7599', '7599', '117', 'bc_alpha1_y_12', '2', '0', '0', '1', '0', '0', '99', '7599', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7600', '7600', '117', 'bc_alpha1_y_13', '2', '0', '0', '1', '0', '0', '99', '7600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7601', '7601', '1229', 'bc_alpha1_y_14', '2', '0', '0', '1', '0', '0', '25', '7601', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7602', '7602', '117', 'bc_alpha1_y_2', '2', '0', '0', '1', '0', '0', '99', '7602', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7603', '7603', '117', 'bc_alpha1_y_3', '2', '0', '0', '1', '0', '0', '99', '7603', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7604', '7604', '117', 'bc_alpha1_y_4', '2', '0', '0', '1', '0', '0', '99', '7604', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7605', '7605', '117', 'bc_alpha1_y_5', '2', '0', '0', '1', '0', '0', '99', '7605', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7606', '7606', '117', 'bc_alpha1_y_6', '2', '0', '0', '1', '0', '0', '99', '7606', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7607', '7607', '117', 'bc_alpha1_y_7', '2', '0', '0', '1', '0', '0', '99', '7607', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7608', '7608', '117', 'bc_alpha1_y_8', '2', '0', '0', '1', '0', '0', '99', '7608', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7609', '7609', '117', 'bc_alpha1_y_9', '2', '0', '0', '1', '0', '0', '99', '7609', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7610', '7610', '117', 'bc_alpha1_d_1', '2', '0', '0', '1', '0', '0', '99', '7610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7611', '7611', '117', 'bc_alpha1_d_10', '2', '0', '0', '1', '0', '0', '99', '7611', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7612', '7612', '117', 'bc_alpha1_d_11', '2', '0', '0', '1', '0', '0', '99', '7612', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7613', '7613', '117', 'bc_alpha1_d_12', '2', '0', '0', '1', '0', '0', '99', '7613', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7614', '7614', '117', 'bc_alpha1_d_13', '2', '0', '0', '1', '0', '0', '99', '7614', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7615', '7615', '1229', 'bc_alpha1_d_14', '2', '0', '0', '1', '0', '0', '4', '7615', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7616', '7616', '117', 'bc_alpha1_d_2', '2', '0', '0', '1', '0', '0', '99', '7616', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7617', '7617', '117', 'bc_alpha1_d_3', '2', '0', '0', '1', '0', '0', '99', '7617', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7618', '7618', '117', 'bc_alpha1_d_4', '2', '0', '0', '1', '0', '0', '99', '7618', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7619', '7619', '117', 'bc_alpha1_d_5', '2', '0', '0', '1', '0', '0', '99', '7619', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7620', '7620', '117', 'bc_alpha1_d_6', '2', '0', '0', '1', '0', '0', '99', '7620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7621', '7621', '117', 'bc_alpha1_d_7', '2', '0', '0', '1', '0', '0', '99', '7621', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7622', '7622', '117', 'bc_alpha1_d_8', '2', '0', '0', '1', '0', '0', '99', '7622', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7623', '7623', '117', 'bc_alpha1_d_9', '2', '0', '0', '1', '0', '0', '99', '7623', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7624', '7624', '117', 'bc_alpha1_n_1', '2', '0', '0', '1', '0', '0', '99', '7624', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7625', '7625', '117', 'bc_alpha1_n_10', '2', '0', '0', '1', '0', '0', '99', '7625', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7626', '7626', '117', 'bc_alpha1_n_11', '2', '0', '0', '1', '0', '0', '99', '7626', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7627', '7627', '117', 'bc_alpha1_n_12', '2', '0', '0', '1', '0', '0', '99', '7627', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7628', '7628', '117', 'bc_alpha1_n_13', '2', '0', '0', '1', '0', '0', '99', '7628', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7629', '7629', '1229', 'bc_alpha1_n_14', '2', '0', '0', '1', '0', '0', '14', '7629', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7630', '7630', '117', 'bc_alpha1_n_2', '2', '0', '0', '1', '0', '0', '99', '7630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7631', '7631', '117', 'bc_alpha1_n_3', '2', '0', '0', '1', '0', '0', '99', '7631', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7632', '7632', '117', 'bc_alpha1_n_4', '2', '0', '0', '1', '0', '0', '99', '7632', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7633', '7633', '117', 'bc_alpha1_n_5', '2', '0', '0', '1', '0', '0', '99', '7633', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7634', '7634', '117', 'bc_alpha1_n_6', '2', '0', '0', '1', '0', '0', '99', '7634', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7635', '7635', '117', 'bc_alpha1_n_7', '2', '0', '0', '1', '0', '0', '99', '7635', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7636', '7636', '117', 'bc_alpha1_n_8', '2', '0', '0', '1', '0', '0', '99', '7636', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7637', '7637', '117', 'bc_alpha1_n_9', '2', '0', '0', '1', '0', '0', '99', '7637', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7638', '7638', '117', 'bc_alpha1_k_1', '2', '0', '0', '1', '0', '0', '99', '7638', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7639', '7639', '117', 'bc_alpha1_k_10', '2', '0', '0', '1', '0', '0', '99', '7639', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7640', '7640', '117', 'bc_alpha1_k_11', '2', '0', '0', '1', '0', '0', '99', '7640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7641', '7641', '117', 'bc_alpha1_k_12', '2', '0', '0', '1', '0', '0', '99', '7641', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7642', '7642', '117', 'bc_alpha1_k_13', '2', '0', '0', '1', '0', '0', '99', '7642', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7643', '7643', '1229', 'bc_alpha1_k_14', '2', '0', '0', '1', '0', '0', '11', '7643', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7644', '7644', '117', 'bc_alpha1_k_2', '2', '0', '0', '1', '0', '0', '99', '7644', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7645', '7645', '117', 'bc_alpha1_k_3', '2', '0', '0', '1', '0', '0', '99', '7645', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7646', '7646', '117', 'bc_alpha1_k_4', '2', '0', '0', '1', '0', '0', '99', '7646', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7647', '7647', '117', 'bc_alpha1_k_5', '2', '0', '0', '1', '0', '0', '99', '7647', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7648', '7648', '117', 'bc_alpha1_k_6', '2', '0', '0', '1', '0', '0', '99', '7648', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7649', '7649', '117', 'bc_alpha1_k_7', '2', '0', '0', '1', '0', '0', '99', '7649', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7650', '7650', '117', 'bc_alpha1_k_8', '2', '0', '0', '1', '0', '0', '99', '7650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7651', '7651', '117', 'bc_alpha1_k_9', '2', '0', '0', '1', '0', '0', '99', '7651', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7652', '7652', '117', 'bc_alpha1_num_1', '2', '0', '0', '1', '0', '0', '99', '7652', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7653', '7653', '117', 'bc_alpha1_num_10', '2', '0', '0', '1', '0', '0', '99', '7653', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7654', '7654', '117', 'bc_alpha1_num_11', '2', '0', '0', '1', '0', '0', '99', '7654', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7655', '7655', '117', 'bc_alpha1_num_12', '2', '0', '0', '1', '0', '0', '99', '7655', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7656', '7656', '117', 'bc_alpha1_num_13', '2', '0', '0', '1', '0', '0', '99', '7656', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7657', '7657', '1229', 'bc_alpha1_num_14', '2', '0', '0', '1', '0', '0', '27', '7657', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7658', '7658', '117', 'bc_alpha1_num_2', '2', '0', '0', '1', '0', '0', '99', '7658', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7659', '7659', '117', 'bc_alpha1_num_3', '2', '0', '0', '1', '0', '0', '99', '7659', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7660', '7660', '117', 'bc_alpha1_num_4', '2', '0', '0', '1', '0', '0', '99', '7660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7661', '7661', '117', 'bc_alpha1_num_5', '2', '0', '0', '1', '0', '0', '99', '7661', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7662', '7662', '117', 'bc_alpha1_num_6', '2', '0', '0', '1', '0', '0', '99', '7662', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7663', '7663', '117', 'bc_alpha1_num_7', '2', '0', '0', '1', '0', '0', '99', '7663', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7664', '7664', '117', 'bc_alpha1_num_8', '2', '0', '0', '1', '0', '0', '99', '7664', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7665', '7665', '117', 'bc_alpha1_num_9', '2', '0', '0', '1', '0', '0', '99', '7665', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7666', '7666', '117', 'bc_alpha1_u_1', '2', '0', '0', '1', '0', '0', '99', '7666', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7667', '7667', '117', 'bc_alpha1_u_10', '2', '0', '0', '1', '0', '0', '99', '7667', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7668', '7668', '117', 'bc_alpha1_u_11', '2', '0', '0', '1', '0', '0', '99', '7668', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7669', '7669', '117', 'bc_alpha1_u_12', '2', '0', '0', '1', '0', '0', '99', '7669', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7670', '7670', '117', 'bc_alpha1_u_13', '2', '0', '0', '1', '0', '0', '99', '7670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7671', '7671', '1229', 'bc_alpha1_u_14', '2', '0', '0', '1', '0', '0', '21', '7671', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7672', '7672', '117', 'bc_alpha1_u_2', '2', '0', '0', '1', '0', '0', '99', '7672', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7673', '7673', '117', 'bc_alpha1_u_3', '2', '0', '0', '1', '0', '0', '99', '7673', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7674', '7674', '117', 'bc_alpha1_u_4', '2', '0', '0', '1', '0', '0', '99', '7674', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7675', '7675', '117', 'bc_alpha1_u_5', '2', '0', '0', '1', '0', '0', '99', '7675', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7676', '7676', '117', 'bc_alpha1_u_6', '2', '0', '0', '1', '0', '0', '99', '7676', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7677', '7677', '117', 'bc_alpha1_u_7', '2', '0', '0', '1', '0', '0', '99', '7677', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7678', '7678', '117', 'bc_alpha1_u_8', '2', '0', '0', '1', '0', '0', '99', '7678', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7679', '7679', '117', 'bc_alpha1_u_9', '2', '0', '0', '1', '0', '0', '99', '7679', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7680', '7680', '117', 'bc_alpha1_z_1', '2', '0', '0', '1', '0', '0', '99', '7680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7681', '7681', '117', 'bc_alpha1_z_10', '2', '0', '0', '1', '0', '0', '99', '7681', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7682', '7682', '117', 'bc_alpha1_z_11', '2', '0', '0', '1', '0', '0', '99', '7682', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7683', '7683', '117', 'bc_alpha1_z_12', '2', '0', '0', '1', '0', '0', '99', '7683', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7684', '7684', '117', 'bc_alpha1_z_13', '2', '0', '0', '1', '0', '0', '99', '7684', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7685', '7685', '1229', 'bc_alpha1_z_14', '2', '0', '0', '1', '0', '0', '26', '7685', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7686', '7686', '117', 'bc_alpha1_z_2', '2', '0', '0', '1', '0', '0', '99', '7686', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7687', '7687', '117', 'bc_alpha1_z_3', '2', '0', '0', '1', '0', '0', '99', '7687', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7688', '7688', '117', 'bc_alpha1_z_4', '2', '0', '0', '1', '0', '0', '99', '7688', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7689', '7689', '117', 'bc_alpha1_z_5', '2', '0', '0', '1', '0', '0', '99', '7689', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7690', '7690', '117', 'bc_alpha1_z_6', '2', '0', '0', '1', '0', '0', '99', '7690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7691', '7691', '117', 'bc_alpha1_z_7', '2', '0', '0', '1', '0', '0', '99', '7691', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7692', '7692', '117', 'bc_alpha1_z_8', '2', '0', '0', '1', '0', '0', '99', '7692', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7693', '7693', '117', 'bc_alpha1_z_9', '2', '0', '0', '1', '0', '0', '99', '7693', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7694', '7694', '117', 'bc_alpha1_a_1', '2', '0', '0', '1', '0', '0', '99', '7694', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7695', '7695', '117', 'bc_alpha1_a_10', '2', '0', '0', '1', '0', '0', '99', '7695', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7696', '7696', '117', 'bc_alpha1_a_11', '2', '0', '0', '1', '0', '0', '99', '7696', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7697', '7697', '117', 'bc_alpha1_a_12', '2', '0', '0', '1', '0', '0', '99', '7697', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7698', '7698', '117', 'bc_alpha1_a_13', '2', '0', '0', '1', '0', '0', '99', '7698', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7699', '7699', '1229', 'bc_alpha1_a_14', '2', '0', '0', '1', '0', '0', '1', '7699', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7700', '7700', '117', 'bc_alpha1_a_2', '2', '0', '0', '1', '0', '0', '99', '7700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7701', '7701', '117', 'bc_alpha1_a_3', '2', '0', '0', '1', '0', '0', '99', '7701', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7702', '7702', '117', 'bc_alpha1_a_4', '2', '0', '0', '1', '0', '0', '99', '7702', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7703', '7703', '117', 'bc_alpha1_a_5', '2', '0', '0', '1', '0', '0', '99', '7703', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7704', '7704', '117', 'bc_alpha1_a_6', '2', '0', '0', '1', '0', '0', '99', '7704', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7705', '7705', '117', 'bc_alpha1_a_7', '2', '0', '0', '1', '0', '0', '99', '7705', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7706', '7706', '117', 'bc_alpha1_a_8', '2', '0', '0', '1', '0', '0', '99', '7706', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7707', '7707', '117', 'bc_alpha1_a_9', '2', '0', '0', '1', '0', '0', '99', '7707', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7708', '7708', '117', 'bc_alpha1_p_1', '2', '0', '0', '1', '0', '0', '99', '7708', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7709', '7709', '117', 'bc_alpha1_p_10', '2', '0', '0', '1', '0', '0', '99', '7709', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7710', '7710', '117', 'bc_alpha1_p_11', '2', '0', '0', '1', '0', '0', '99', '7710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7711', '7711', '117', 'bc_alpha1_p_12', '2', '0', '0', '1', '0', '0', '99', '7711', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7712', '7712', '117', 'bc_alpha1_p_13', '2', '0', '0', '1', '0', '0', '99', '7712', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7713', '7713', '1229', 'bc_alpha1_p_14', '2', '0', '0', '1', '0', '0', '16', '7713', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7714', '7714', '117', 'bc_alpha1_p_2', '2', '0', '0', '1', '0', '0', '99', '7714', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7715', '7715', '117', 'bc_alpha1_p_3', '2', '0', '0', '1', '0', '0', '99', '7715', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7716', '7716', '117', 'bc_alpha1_p_4', '2', '0', '0', '1', '0', '0', '99', '7716', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7717', '7717', '117', 'bc_alpha1_p_5', '2', '0', '0', '1', '0', '0', '99', '7717', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7718', '7718', '117', 'bc_alpha1_p_6', '2', '0', '0', '1', '0', '0', '99', '7718', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7719', '7719', '117', 'bc_alpha1_p_7', '2', '0', '0', '1', '0', '0', '99', '7719', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7720', '7720', '117', 'bc_alpha1_p_8', '2', '0', '0', '1', '0', '0', '99', '7720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7721', '7721', '117', 'bc_alpha1_p_9', '2', '0', '0', '1', '0', '0', '99', '7721', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7722', '7722', '116', 'attic15_cabinet', '10', '0', '0', '1', '0', '0', '4', '7722', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7723', '7723', '456', 'val15_gift2', '1', '0', '0', '1', '0', '0', '14', '7723', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7724', '7724', '456', 'val15_zen', '3', '0', '0', '1', '0', '0', '34', '7724', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7725', '7725', '456', 'val15_tele', '7', '0', '0', '1', '0', '0', '31', '7725', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7726', '7726', '456', 'val15_sakura', '75', '0', '0', '1', '0', '0', '39', '7726', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7727', '7727', '456', 'val15_lilys', '3', '0', '0', '1', '0', '0', '19', '7727', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7728', '7728', '456', 'val15_rock1', '2', '0', '0', '1', '0', '0', '21', '7728', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7729', '7729', '456', 'val15_shamisen', '7', '0', '0', '1', '0', '0', '24', '7729', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7730', '7730', '456', 'val15_tea', '3', '0', '0', '1', '0', '0', '30', '7730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7731', '7731', '456', 'val15_gift1', '1', '0', '0', '1', '0', '0', '12', '7731', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7732', '7732', '456', 'val15_hottub', '75', '1', '5', '1', '0', '0', '40', '7732', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7733', '7733', '456', 'val15_petals', '3', '0', '0', '1', '0', '0', '20', '7733', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7734', '7734', '456', 'val15_stage2', '3', '0', '0', '1', '0', '0', '28', '7734', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7735', '7735', '456', 'val15_lantern', '5', '0', '0', '1', '0', '0', '18', '7735', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7736', '7736', '456', 'val15_gift3', '1', '0', '0', '1', '0', '0', '13', '7736', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7737', '7737', '456', 'val15_corner', '4', '0', '0', '1', '0', '0', '7', '7737', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7738', '7738', '456', 'val15_dogstat', '3', '0', '0', '1', '0', '0', '6', '7738', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7739', '7739', '456', 'val15_table', '4', '0', '0', '1', '0', '0', '29', '7739', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7740', '7740', '456', 'val15_chair', '3', '0', '0', '1', '0', '0', '5', '7740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7741', '7741', '456', 'val15_rock2', '4', '0', '0', '1', '0', '0', '22', '7741', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7742', '7742', '456', 'val15_bridge2', '3', '0', '0', '1', '0', '0', '4', '7742', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7743', '7743', '456', 'val15_divider', '6', '0', '0', '1', '0', '0', '8', '7743', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7744', '7744', '456', 'val15_water', '4', '0', '0', '1', '0', '0', '33', '7744', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7745', '7745', '741', 'val15_armour_badge', '4', '0', '0', '1', '0', '0', '16', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7746', '7746', '456', 'val15_koipond', '125', '1', '5', '1', '0', '0', '41', '7746', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7747', '7747', '456', 'val15_crane', '2', '0', '0', '1', '0', '0', '6', '7747', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7748', '7748', '456', 'val15_bench', '4', '0', '0', '1', '0', '0', '2', '7748', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7749', '7749', '456', 'val15_gazebo', '7', '0', '0', '1', '0', '0', '11', '7749', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7750', '7750', '456', 'val15_tree', '12', '0', '0', '1', '0', '0', '32', '7750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7751', '7751', '456', 'val15_shinto_arch', '9', '0', '0', '1', '0', '0', '25', '7751', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7752', '7752', '456', 'val15_gate', '6', '0', '0', '1', '0', '0', '9', '7752', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7753', '7753', '456', 'val15_bridge1', '3', '0', '0', '1', '0', '0', '3', '7753', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7754', '7754', '456', 'val15_stage1', '4', '0', '0', '1', '0', '0', '27', '7754', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7755', '7755', '116', 'attic15_sofa', '6', '0', '0', '1', '0', '0', '18', '7755', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7756', '7756', '116', 'attic15_crn', '3', '0', '0', '1', '0', '0', '9', '7756', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7757', '7757', '116', 'attic15_box', '4', '0', '0', '1', '0', '0', '3', '7757', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7758', '7758', '116', 'attic15_chest', '15', '0', '0', '1', '0', '0', '26', '7758', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7759', '7759', '116', 'attic15_oillamp', '3', '0', '0', '1', '0', '0', '14', '7759', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7760', '7760', '116', 'attic15_bigshelf', '5', '0', '0', '1', '0', '0', '1', '7760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7761', '7761', '116', 'attic15_chair', '3', '0', '0', '1', '0', '0', '6', '7761', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7762', '7762', '116', 'attic15_bigtable', '4', '0', '0', '1', '0', '0', '2', '7762', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7763', '7763', '116', 'attic15_lamp', '3', '0', '0', '1', '0', '0', '11', '7763', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7764', '7764', '116', 'attic15_table', '2', '0', '0', '1', '0', '0', '19', '7764', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7765', '7765', '116', 'attic15_paintingfloor', '5', '0', '0', '1', '0', '0', '14', '7765', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7766', '7766', '116', 'attic15_window', '3', '0', '0', '1', '0', '0', '23', '7766', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7767', '7767', '116', 'attic15_cradle', '6', '0', '0', '1', '0', '0', '8', '7767', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7768', '7768', '116', 'attic15_telescope', '25', '1', '5', '1', '0', '0', '28', '7768', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7769', '7769', '116', 'attic15_gate', '4', '0', '0', '1', '0', '0', '10', '7769', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7770', '7770', '116', 'attic15_clock', '25', '1', '5', '1', '0', '0', '27', '7770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7771', '7771', '116', 'attic15_mousetrap', '3', '0', '0', '1', '0', '0', '12', '7771', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7772', '7772', '116', 'attic15_carpet', '7', '0', '0', '1', '0', '0', '5', '7772', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7773', '7773', '116', 'attic15_tele', '7', '0', '0', '1', '0', '0', '20', '7773', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7774', '7774', '116', 'attic15_shelf', '3', '0', '0', '1', '0', '0', '17', '7774', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7775', '7775', '116', 'attic15_divider', '4', '0', '0', '1', '0', '0', '10', '7775', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7776', '7776', '456', 'val15_shrub', '3', '0', '0', '1', '0', '0', '26', '7776', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7777', '7777', '200', 'clothing_kimono1', '20', '0', '0', '1', '0', '0', '34', '7777', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7778', '7778', '200', 'clothing_kimono2', '16', '0', '0', '1', '0', '0', '33', '7778', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7779', '7779', '490', 'rare_prize15_1', '6', '0', '0', '1', '0', '0', '1', '7779', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7780', '7780', '490', 'rare_prize15_10', '6', '0', '0', '1', '0', '0', '10', '7780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7781', '7781', '490', 'rare_prize15_11', '6', '0', '0', '1', '0', '0', '10', '7781', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7782', '7782', '490', 'rare_prize15_12', '6', '0', '0', '1', '0', '0', '11', '7782', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7783', '7783', '490', 'rare_prize15_2', '6', '0', '0', '1', '0', '0', '2', '7783', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7784', '7784', '490', 'rare_prize15_3', '6', '0', '0', '1', '0', '0', '3', '7784', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7785', '7785', '490', 'rare_prize15_4', '6', '0', '0', '1', '0', '0', '4', '7785', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7786', '7786', '490', 'rare_prize15_5', '6', '0', '0', '1', '0', '0', '5', '7786', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7787', '7787', '490', 'rare_prize15_6', '6', '0', '0', '1', '0', '0', '6', '7787', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7788', '7788', '490', 'rare_prize15_7', '6', '0', '0', '1', '0', '0', '7', '7788', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7789', '7789', '490', 'rare_prize15_8', '6', '0', '0', '1', '0', '0', '8', '7789', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7790', '7790', '490', 'rare_prize15_9', '6', '0', '0', '1', '0', '0', '9', '7790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7791', '7791', '1202', 'carnival15_hotair_brazil', '4', '0', '0', '1', '0', '0', '35', '7791', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7792', '7792', '490', 'rare_prize15_13', '6', '0', '0', '1', '0', '0', '12', '7792', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7793', '7793', '490', 'rare_prize15_14', '3', '0', '0', '1', '0', '0', '99', '7793', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7794', '7794', '490', 'rare_prize15_15', '6', '0', '0', '1', '0', '0', '13', '7794', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7795', '7795', '490', 'rare_prize15_16', '6', '0', '0', '1', '0', '0', '14', '7795', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7796', '7796', '490', 'rare_prize15_17', '6', '0', '0', '1', '0', '0', '17', '7796', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7797', '7797', '490', 'rare_prize15_18', '6', '0', '0', '1', '0', '0', '18', '7797', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7798', '7798', '490', 'rare_prize15_19', '6', '0', '0', '1', '0', '0', '19', '7798', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7799', '7799', '490', 'rare_prize15_20', '6', '0', '0', '1', '0', '0', '20', '7799', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7800', '7800', '490', 'rare_prize15_21', '6', '0', '0', '1', '0', '0', '21', '7800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7801', '7801', '490', 'rare_prize15_22', '6', '0', '0', '1', '0', '0', '15', '7801', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7802', '7802', '490', 'rare_prize15_23', '6', '0', '0', '1', '0', '0', '23', '7802', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7803', '7803', '490', 'rare_prize15_24', '6', '0', '0', '1', '0', '0', '24', '7803', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7804', '7804', '118', 'cpunk_c15_neoarrowup', '2', '0', '0', '1', '0', '0', '12', '7804', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7805', '7805', '118', 'cpunk_c15_neonx', '2', '0', '0', '1', '0', '0', '15', '7805', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7806', '7806', '741', 'cpunk15_robofrank', '4', '0', '0', '1', '0', '0', '8', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7807', '7807', '118', 'cpunk_c15_tele', '7', '0', '0', '1', '0', '0', '23', '7807', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7808', '7808', '118', 'cpunk15_robo', '3', '0', '0', '1', '0', '0', '4', '7808', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7809', '7809', '118', 'cpunk15_gift', '1', '0', '0', '1', '0', '0', '2', '7809', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7810', '7810', '118', 'cpunk_c15_rain', '4', '0', '0', '1', '0', '0', '16', '7810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7811', '7811', '118', 'cpunk_c15_table', '5', '0', '0', '1', '0', '0', '22', '7811', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7812', '7812', '208', 'clothing_cyboots', '4', '0', '0', '1', '0', '0', '9', '7812', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7813', '7813', '118', 'cpunk_c15_searchlight', '5', '0', '0', '1', '0', '0', '19', '7813', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7814', '7814', '205', 'clothing_cyzipped', '5', '0', '0', '1', '0', '0', '14', '7814', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7815', '7815', '200', 'clothing_cystraphood', '18', '0', '0', '1', '0', '0', '32', '7815', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7816', '7816', '310', 'clothing_goggles', '6', '0', '0', '1', '0', '0', '75', '7816', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7817', '7817', '118', 'cpunk_c15_robojunk', '3', '0', '0', '1', '0', '0', '18', '7817', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7818', '7818', '118', 'cpunk15_blimp', '75', '1', '5', '1', '0', '0', '40', '7818', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7819', '7819', '207', 'clothing_cyskirt', '4', '0', '0', '1', '0', '0', '8', '7819', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7820', '7820', '201', 'clothing_cyquif', '6', '0', '0', '1', '0', '0', '70', '7820', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7821', '7821', '118', 'cpunk_c15_building2', '3', '0', '0', '1', '0', '0', '9', '7821', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7822', '7822', '202', 'clothing_cyhood', '6', '0', '0', '1', '0', '0', '32', '7822', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7823', '7823', '118', 'cpunk_c15_tubes', '4', '0', '0', '1', '0', '0', '25', '7823', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7824', '7824', '201', 'clothing_cyhair', '6', '0', '0', '1', '0', '0', '51', '7824', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7825', '7825', '118', 'cpunk_c15_neonsk', '2', '0', '0', '1', '0', '0', '14', '7825', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7826', '7826', '118', 'cpunk_c15_neoarrow', '2', '0', '0', '1', '0', '0', '11', '7826', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7827', '7827', '206', 'clothing_cystrappants', '5', '0', '0', '1', '0', '0', '12', '7827', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7828', '7828', '118', 'cpunk_c15_road', '4', '0', '0', '1', '0', '0', '17', '7828', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7829', '7829', '118', 'cpunk15_gunvender', '7', '0', '0', '1', '0', '0', '3', '7829', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7830', '7830', '118', 'cpunk_c15_neond', '2', '0', '0', '1', '0', '0', '13', '7830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7831', '7831', '208', 'clothing_cystrapboots', '4', '0', '0', '1', '0', '0', '8', '7831', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7832', '7832', '310', 'clothing_cymask', '6', '0', '0', '1', '0', '0', '74', '7832', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7833', '7833', '118', 'cpunk_c15_stool', '3', '0', '0', '1', '0', '0', '21', '7833', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7834', '7834', '118', 'cpunk_c15_traffic', '10', '0', '0', '1', '0', '0', '24', '7834', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7835', '7835', '310', 'clothing_cyglass', '8', '0', '0', '1', '0', '0', '100', '7835', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7836', '7836', '118', 'cpunk_c15_door', '5', '0', '0', '1', '0', '0', '7', '7836', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7837', '7837', '200', 'clothing_cygirl', '16', '0', '0', '1', '0', '0', '31', '7837', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7838', '7838', '118', 'cpunk15_roborat', '1', '0', '0', '1', '0', '0', '38', '7838', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7839', '7839', '118', 'cpunk15_robosheep', '15', '0', '0', '1', '0', '0', '39', '7839', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7840', '7840', '118', 'cpunk_c15_bar', '10', '0', '0', '1', '0', '0', '10', '7840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7841', '7841', '310', 'clothing_cycircuit', '6', '0', '0', '1', '0', '0', '73', '7841', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7842', '7842', '205', 'clothing_cyleather', '4', '0', '0', '1', '0', '0', '15', '7842', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7843', '7843', '310', 'clothing_cyphones', '6', '0', '0', '1', '0', '0', '72', '7843', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7844', '7844', '118', 'cpunk_c15_building1', '5', '0', '0', '1', '0', '0', '8', '7844', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7845', '7845', '468', 'cny_sheepballoon', '10', '0', '0', '1', '0', '0', '58', '7845', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7846', '7846', '302', 'china_goat', '10', '0', '0', '1', '0', '0', '21', '7846', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7847', '7847', '118', 'cpunk_c15_stage1', '4', '0', '0', '1', '0', '0', '20', '7847', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7848', '7848', '64', 'wf_act_bot_clothes', '10', '0', '0', '1', '0', '0', '19', '7848', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7849', '7849', '64', 'wf_act_bot_teleport', '10', '0', '0', '1', '0', '0', '20', '7849', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7850', '7850', '63', 'wf_trg_bot_reached_stf', '7', '0', '0', '1', '0', '0', '14', '7850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7851', '7851', '64', 'wf_act_bot_follow_avatar', '10', '0', '0', '1', '0', '0', '21', '7851', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7852', '7852', '64', 'wf_act_bot_give_handitem', '10', '0', '0', '1', '0', '0', '22', '7852', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7853', '7853', '64', 'wf_act_bot_move', '10', '0', '0', '1', '0', '0', '23', '7853', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7854', '7854', '65', 'wf_cnd_has_handitem', '5', '0', '0', '1', '0', '0', '19', '7854', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7855', '7855', '64', 'wf_act_bot_talk_to_avatar', '10', '0', '0', '1', '0', '0', '24', '7855', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7856', '7856', '63', 'wf_trg_bot_reached_avtr', '7', '0', '0', '1', '0', '0', '15', '7856', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7857', '7857', '64', 'wf_act_bot_talk', '10', '0', '0', '1', '0', '0', '25', '7857', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7858', '7858', '436', 'room_cof15_tree1', '4', '0', '0', '1', '0', '0', '99', '7858', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7859', '7859', '436', 'room_cof15_counter2', '4', '0', '0', '1', '0', '0', '99', '7859', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7860', '7860', '436', 'room_cof15_table3', '4', '0', '0', '1', '0', '0', '99', '7860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7861', '7861', '436', 'room_cof15_lamp1', '4', '0', '0', '1', '0', '0', '99', '7861', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7862', '7862', '436', 'room_cof15_chair', '4', '0', '0', '1', '0', '0', '99', '7862', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7863', '7863', '436', 'room_cof15_counter1', '4', '0', '0', '1', '0', '0', '99', '7863', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7864', '7864', '436', 'room_cof15_table1', '4', '0', '0', '1', '0', '0', '99', '7864', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7865', '7865', '436', 'room_cof15_table2', '4', '0', '0', '1', '0', '0', '99', '7865', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7866', '7866', '436', 'room_cof15_sofa1', '4', '0', '0', '1', '0', '0', '99', '7866', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7867', '7867', '436', 'room_cof15_cup', '4', '0', '0', '1', '0', '0', '99', '7867', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7868', '7868', '436', 'room_cof15_planter', '4', '0', '0', '1', '0', '0', '99', '7868', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7869', '7869', '436', 'room_cof15_pillar1', '4', '0', '0', '1', '0', '0', '99', '7869', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7870', '7870', '436', 'room_cof15_counter3', '4', '0', '0', '1', '0', '0', '99', '7870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7871', '7871', '436', 'room_cof15_espresso', '4', '0', '0', '1', '0', '0', '99', '7871', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7872', '7872', '436', 'room_cof15_lamp2', '4', '0', '0', '1', '0', '0', '99', '7872', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7873', '7873', '436', 'room_cof15_shelf2', '4', '0', '0', '1', '0', '0', '99', '7873', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7874', '7874', '436', 'room_cof15_shelf', '4', '0', '0', '1', '0', '0', '99', '7874', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7875', '7875', '436', 'room_cof15_door', '4', '0', '0', '1', '0', '0', '99', '7875', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7876', '7876', '436', 'room_cof15_cup2', '4', '0', '0', '1', '0', '0', '99', '7876', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7877', '7877', '436', 'room_cof15_sofa2', '4', '0', '0', '1', '0', '0', '99', '7877', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7878', '7878', '436', 'room_cof15_press', '4', '0', '0', '1', '0', '0', '99', '7878', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7879', '7879', '160', 'room_gh15_cab2', '4', '0', '0', '1', '0', '0', '2', '7879', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7880', '7880', '160', 'room_gh15_light', '4', '0', '0', '1', '0', '0', '9', '7880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7881', '7881', '160', 'room_gh15_cab3', '4', '0', '0', '1', '0', '0', '3', '7881', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7882', '7882', '160', 'room_gh15_cab1', '4', '0', '0', '1', '0', '0', '1', '7882', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7883', '7883', '160', 'room_gh15_desk', '4', '0', '0', '1', '0', '0', '8', '7883', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7884', '7884', '160', 'room_gh15_cab4', '4', '0', '0', '1', '0', '0', '4', '7884', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7885', '7885', '160', 'room_gh15_cab6', '4', '0', '0', '1', '0', '0', '6', '7885', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7886', '7886', '160', 'room_gh15_ball', '4', '0', '0', '1', '0', '0', '7', '7886', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7887', '7887', '160', 'room_gh15_rtele', '4', '0', '0', '1', '0', '0', '10', '7887', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7888', '7888', '160', 'room_gh15_cab5', '4', '0', '0', '1', '0', '0', '5', '7888', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7889', '7889', '440', 'room_hcl15_tree2', '4', '0', '0', '1', '0', '0', '99', '7889', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7890', '7890', '440', 'room_hcl15_gate', '4', '0', '0', '1', '0', '0', '99', '7890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7891', '7891', '440', 'room_hcl15_dj', '4', '0', '0', '1', '0', '0', '99', '7891', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7892', '7892', '440', 'room_hcl15_table1', '4', '0', '0', '1', '0', '0', '99', '7892', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7893', '7893', '440', 'room_hcl15_table2', '4', '0', '0', '1', '0', '0', '99', '7893', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7894', '7894', '440', 'room_hcl15_sofa', '4', '0', '0', '1', '0', '0', '99', '7894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7895', '7895', '440', 'room_hcl15_amp', '4', '0', '0', '1', '0', '0', '99', '7895', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7896', '7896', '440', 'room_hcl15_div', '4', '0', '0', '1', '0', '0', '99', '7896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7897', '7897', '440', 'room_hcl15_tube', '4', '0', '0', '1', '0', '0', '99', '7897', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7898', '7898', '440', 'room_hcl15_bar', '4', '0', '0', '1', '0', '0', '99', '7898', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7899', '7899', '440', 'room_hcl15_barchair', '4', '0', '0', '1', '0', '0', '99', '7899', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7900', '7900', '440', 'room_hcl15_floor', '4', '0', '0', '1', '0', '0', '99', '7900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7901', '7901', '440', 'room_hcl15_tree1', '4', '0', '0', '1', '0', '0', '99', '7901', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7902', '7902', '440', 'room_hcl15_djtable', '4', '0', '0', '1', '0', '0', '99', '7902', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7903', '7903', '439', 'room_wl15_mag1', '4', '0', '0', '1', '0', '0', '99', '7903', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7904', '7904', '439', 'room_wl15_table1', '4', '0', '0', '1', '0', '0', '99', '7904', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7905', '7905', '439', 'room_wl15_ele', '4', '0', '0', '1', '0', '0', '99', '7905', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7906', '7906', '439', 'room_wl15_sink', '4', '0', '0', '1', '0', '0', '99', '7906', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7907', '7907', '441', 'room_wlof15_bed', '4', '0', '0', '1', '0', '0', '99', '7907', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7908', '7908', '439', 'room_wl15_teleblock', '4', '0', '0', '1', '0', '0', '99', '7908', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7909', '7909', '439', 'room_wl15_tree', '4', '0', '0', '1', '0', '0', '99', '7909', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7910', '7910', '439', 'room_wl15_infolink', '4', '0', '0', '1', '0', '0', '99', '7910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7911', '7911', '439', 'room_wl15_pillar', '4', '0', '0', '1', '0', '0', '99', '7911', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7912', '7912', '439', 'room_wl15_trashbin', '4', '0', '0', '1', '0', '0', '99', '7912', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7913', '7913', '439', 'room_wl15_table3', '4', '0', '0', '1', '0', '0', '99', '7913', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7914', '7914', '439', 'room_wl15_bthdoor', '4', '0', '0', '1', '0', '0', '99', '7914', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7915', '7915', '439', 'room_wl15_toiletbroke', '4', '0', '0', '1', '0', '0', '99', '7915', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7916', '7916', '439', 'room_wl15_deskgate', '4', '0', '0', '1', '0', '0', '99', '7916', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7917', '7917', '439', 'room_wl15_deskfront', '4', '0', '0', '1', '0', '0', '99', '7917', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7918', '7918', '439', 'room_wl15_table2', '4', '0', '0', '1', '0', '0', '99', '7918', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7919', '7919', '441', 'room_wlof15_chair', '4', '0', '0', '1', '0', '0', '99', '7919', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7920', '7920', '439', 'room_wl15_mirror', '4', '0', '0', '1', '0', '0', '99', '7920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7921', '7921', '441', 'room_wlof15_wardrobe', '4', '0', '0', '1', '0', '0', '99', '7921', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7922', '7922', '441', 'room_wlof15_bookcase', '4', '0', '0', '1', '0', '0', '99', '7922', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7923', '7923', '439', 'room_wl15_toilet', '4', '0', '0', '1', '0', '0', '99', '7923', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7924', '7924', '439', 'room_wl15_sofa', '4', '0', '0', '1', '0', '0', '99', '7924', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7925', '7925', '437', 'room_hall15_wfall', '4', '0', '0', '1', '0', '0', '99', '7925', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7926', '7926', '437', 'room_hall15_dish1', '4', '0', '0', '1', '0', '0', '99', '7926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7927', '7927', '437', 'room_hall15_ele', '4', '0', '0', '1', '0', '0', '99', '7927', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7928', '7928', '437', 'room_hall15_light1', '4', '0', '0', '1', '0', '0', '99', '7928', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7929', '7929', '437', 'room_hall15_dish2', '4', '0', '0', '1', '0', '0', '99', '7929', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7930', '7930', '437', 'room_hall15_arch', '4', '0', '0', '1', '0', '0', '99', '7930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7931', '7931', '437', 'room_hall15_plant1', '4', '0', '0', '1', '0', '0', '99', '7931', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7932', '7932', '400', 'cland_c15_table', '4', '0', '0', '1', '0', '0', '25', '7932', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7933', '7933', '400', 'cland_c15_icreamtree', '5', '0', '0', '1', '0', '0', '1', '7933', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7934', '7934', '201', 'clothing_frontswirl', '4', '0', '0', '1', '0', '0', '50', '7934', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7935', '7935', '205', 'clothing_cjersey', '5', '0', '0', '1', '0', '0', '13', '7935', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7936', '7936', '200', 'clothing_candygirl', '18', '0', '0', '1', '0', '0', '30', '7936', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7937', '7937', '400', 'cland_c15_gate', '6', '0', '0', '1', '0', '0', '11', '7937', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7938', '7938', '741', 'cland15_LTD5', '4', '0', '0', '1', '0', '0', '7', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7939', '7939', '400', 'cland_c15_jellyseat2', '3', '0', '0', '1', '0', '0', '17', '7939', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7940', '7940', '400', 'cland15_tent', '5', '0', '0', '1', '0', '0', '4', '7940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7941', '7941', '400', 'cland_c15_pillar', '6', '0', '0', '1', '0', '0', '22', '7941', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7942', '7942', '400', 'cland_c15_waferblock', '3', '0', '0', '1', '0', '0', '28', '7942', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7943', '7943', '204', 'clothing_cjumper', '5', '0', '0', '1', '0', '0', '33', '7943', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7944', '7944', '400', 'cland_c15_gatepink', '6', '0', '0', '1', '0', '0', '12', '7944', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7945', '7945', '741', 'cland15_ltd4', '4', '0', '0', '1', '0', '0', '6', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7946', '7946', '400', 'cland_c15_pavement', '4', '0', '0', '1', '0', '0', '21', '7946', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7947', '7947', '400', 'cland_c15_roof', '3', '0', '0', '1', '0', '0', '23', '7947', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7948', '7948', '310', 'clothing_cherries', '6', '0', '0', '1', '0', '0', '71', '7948', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7949', '7949', '400', 'cland_c15_swirltree', '6', '0', '0', '1', '0', '0', '1', '7949', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7950', '7950', '400', 'cland_c15_cakeblock', '3', '0', '0', '1', '0', '0', '8', '7950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7951', '7951', '206', 'clothing_cshorts', '5', '0', '0', '1', '0', '0', '11', '7951', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7952', '7952', '201', 'clothing_habloompa', '6', '0', '0', '1', '0', '0', '49', '7952', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7953', '7953', '400', 'cland15_candythrone', '75', '1', '5', '1', '0', '0', '42', '7953', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7954', '7954', '310', 'clothing_cherrybomb', '6', '0', '0', '1', '0', '0', '70', '7954', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7955', '7955', '400', 'cland_c15_wafer', '3', '0', '0', '1', '0', '0', '26', '7955', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7956', '7956', '741', 'cland15_ltd3', '4', '0', '0', '1', '0', '0', '5', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7957', '7957', '400', 'cland15_unipoo', '5', '0', '0', '1', '0', '0', '6', '7957', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7958', '7958', '310', 'clothing_candyphones', '6', '0', '0', '1', '0', '0', '69', '7958', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7959', '7959', '400', 'cland_c15_light', '2', '0', '0', '1', '0', '0', '19', '7959', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7960', '7960', '400', 'cland15_unicorn', '25', '1', '5', '1', '0', '0', '40', '7960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7961', '7961', '202', 'clothing_sidehat', '4', '0', '0', '1', '0', '0', '31', '7961', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7962', '7962', '400', 'cland15_fountain', '15', '0', '0', '1', '0', '0', '39', '7962', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7963', '7963', '207', 'clothing_swirlskirt', '5', '0', '0', '1', '0', '0', '4', '7963', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7964', '7964', '400', 'cland_c15_grass', '3', '0', '0', '1', '0', '0', '14', '7964', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7965', '7965', '741', 'cland15_ltd1', '4', '0', '0', '1', '0', '0', '3', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7966', '7966', '400', 'cland15_flosstree', '6', '0', '0', '1', '0', '0', '2', '7966', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7967', '7967', '202', 'clothing_chocodrop', '4', '0', '0', '1', '0', '0', '30', '7967', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7968', '7968', '741', 'cland15_ltd2', '4', '0', '0', '1', '0', '0', '4', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7969', '7969', '400', 'cland_c15_goofloor', '5', '0', '0', '1', '0', '0', '13', '7969', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7970', '7970', '400', 'cland_c15_lollytree', '25', '1', '5', '1', '0', '0', '41', '7970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7971', '7971', '400', 'cland_c15_jellyseat3', '3', '0', '0', '1', '0', '0', '18', '7971', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7972', '7972', '400', 'cland_c15_jellyseat1', '3', '0', '0', '1', '0', '0', '16', '7972', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7973', '7973', '204', 'clothing_swirltop', '5', '0', '0', '1', '0', '0', '32', '7973', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7974', '7974', '400', 'cland_c15_chocostick', '4', '0', '0', '1', '0', '0', '10', '7974', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7975', '7975', '400', 'cland_c15_chocorock', '3', '0', '0', '1', '0', '0', '9', '7975', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7976', '7976', '200', 'clothing_candyboy', '12', '0', '0', '1', '0', '0', '29', '7976', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7977', '7977', '230', 'petbox_epic', '7', '0', '0', '1', '0', '0', '1', '7977', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7978', '7978', '683', 'clothing_knitalien', '6', '0', '0', '1', '0', '0', '5', '7978', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7979', '7979', '339', 'tablet_vendorg', '4', '0', '0', '1', '0', '0', '3', '7979', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7980', '7980', '683', 'prize_alienplush', '4', '0', '0', '1', '0', '0', '12', '7980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7981', '7981', '159', 'room_info15_shrub1', '4', '0', '0', '1', '0', '0', '99', '7981', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7982', '7982', '159', 'room_info15_shrub3', '4', '0', '0', '1', '0', '0', '99', '7982', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7983', '7983', '159', 'room_info15_shrub2', '4', '0', '0', '1', '0', '0', '99', '7983', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7984', '7984', '159', 'room_info15_statue1', '4', '0', '0', '1', '0', '0', '99', '7984', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7985', '7985', '159', 'room_info15_counter3', '4', '0', '0', '1', '0', '0', '99', '7985', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7986', '7986', '159', 'room_info15_sofa2', '4', '0', '0', '1', '0', '0', '99', '7986', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7987', '7987', '159', 'room_info15_tree1', '4', '0', '0', '1', '0', '0', '99', '7987', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7988', '7988', '159', 'room_info15_bus_1', '4', '0', '0', '1', '0', '0', '51', '7988', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7989', '7989', '159', 'room_info15_bus_10', '4', '0', '0', '1', '0', '0', '60', '7989', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7990', '7990', '159', 'room_info15_bus_11', '4', '0', '0', '1', '0', '0', '29', '7990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7991', '7991', '159', 'room_info15_bus_12', '4', '0', '0', '1', '0', '0', '30', '7991', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7992', '7992', '159', 'room_info15_bus_13', '4', '0', '0', '1', '0', '0', '63', '7992', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7993', '7993', '159', 'room_info15_bus_14', '4', '0', '0', '1', '0', '0', '64', '7993', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7994', '7994', '159', 'room_info15_bus_15', '4', '0', '0', '1', '0', '0', '65', '7994', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7995', '7995', '159', 'room_info15_bus_16', '4', '0', '0', '1', '0', '0', '66', '7995', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7996', '7996', '159', 'room_info15_bus_17', '4', '0', '0', '1', '0', '0', '31', '7996', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7997', '7997', '159', 'room_info15_bus_18', '4', '0', '0', '1', '0', '0', '32', '7997', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7998', '7998', '159', 'room_info15_bus_19', '4', '0', '0', '1', '0', '0', '33', '7998', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('7999', '7999', '159', 'room_info15_bus_2', '4', '0', '0', '1', '0', '0', '25', '7999', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8000', '8000', '159', 'room_info15_bus_20', '4', '0', '0', '1', '0', '0', '70', '8000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8001', '8001', '159', 'room_info15_bus_3', '4', '0', '0', '1', '0', '0', '26', '8001', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8002', '8002', '159', 'room_info15_bus_4', '4', '0', '0', '1', '0', '0', '54', '8002', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8003', '8003', '159', 'room_info15_bus_5', '4', '0', '0', '1', '0', '0', '27', '8003', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8004', '8004', '159', 'room_info15_bus_6', '4', '0', '0', '1', '0', '0', '28', '8004', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8005', '8005', '159', 'room_info15_bus_7', '4', '0', '0', '1', '0', '0', '57', '8005', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8006', '8006', '159', 'room_info15_bus_8', '4', '0', '0', '1', '0', '0', '58', '8006', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8007', '8007', '159', 'room_info15_bus_9', '4', '0', '0', '1', '0', '0', '59', '8007', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8008', '8008', '159', 'room_info15_bridge1', '4', '0', '0', '1', '0', '0', '99', '8008', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8009', '8009', '159', 'room_info15_bridge2', '4', '0', '0', '1', '0', '0', '99', '8009', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8010', '8010', '159', 'room_info15_clouds', '4', '0', '0', '1', '0', '0', '99', '8010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8011', '8011', '159', 'room_info15_lamp1', '4', '0', '0', '1', '0', '0', '99', '8011', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8012', '8012', '159', 'room_info15_bench', '4', '0', '0', '1', '0', '0', '99', '8012', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8013', '8013', '159', 'room_info15_sofa1', '4', '0', '0', '1', '0', '0', '99', '8013', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8014', '8014', '159', 'room_info15_reed', '4', '0', '0', '1', '0', '0', '99', '8014', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8015', '8015', '159', 'room_info15_fridge', '4', '0', '0', '1', '0', '0', '99', '8015', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8016', '8016', '159', 'room_info15_counter4', '4', '0', '0', '1', '0', '0', '99', '8016', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8017', '8017', '159', 'room_info15_counter2', '4', '0', '0', '1', '0', '0', '99', '8017', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8018', '8018', '159', 'room_info15_counter1', '4', '0', '0', '1', '0', '0', '99', '8018', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8019', '8019', '159', 'room_info15_statue2', '4', '0', '0', '1', '0', '0', '99', '8019', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8020', '8020', '159', 'room_info15_bg', '4', '0', '0', '1', '0', '0', '99', '8020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8021', '8021', '491', 'diamond_painting8', '4', '0', '0', '1', '0', '0', '8', '8021', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8022', '8022', '158', 'army15_copter', '50', '1', '5', '1', '0', '0', '53', '8022', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8023', '8023', '158', 'army_c15_contable2', '3', '0', '0', '1', '0', '0', '14', '8023', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8024', '8024', '310', 'clothing_rank4', '6', '0', '0', '1', '0', '0', '68', '8024', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8025', '8025', '741', 'army15_ltdhumvee', '4', '0', '0', '1', '0', '0', '2', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8026', '8026', '158', 'army_c15_telemine', '5', '0', '0', '1', '0', '0', '39', '8026', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8027', '8027', '158', 'army_c15_medictent', '15', '0', '0', '1', '0', '0', '30', '8027', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8028', '8028', '158', 'army_c15_notice', '4', '0', '0', '1', '0', '0', '31', '8028', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8029', '8029', '158', 'army_c15_crate', '1', '0', '0', '1', '0', '0', '15', '8029', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8030', '8030', '200', 'clothing_parade', '15', '0', '0', '1', '0', '0', '28', '8030', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8031', '8031', '158', 'army_c15_compass', '3', '0', '0', '1', '0', '0', '12', '8031', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8032', '8032', '158', 'army_c15_glasscrn', '3', '0', '0', '1', '0', '0', '21', '8032', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8033', '8033', '158', 'army_c15_doorscan', '13', '0', '0', '1', '0', '0', '18', '8033', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8034', '8034', '200', 'clothing_kevlaroutfit', '18', '0', '0', '1', '0', '0', '27', '8034', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8035', '8035', '158', 'army_c15_gate', '5', '0', '0', '1', '0', '0', '20', '8035', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8036', '8036', '158', 'army_c15_leatherchr', '5', '0', '0', '1', '0', '0', '27', '8036', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8037', '8037', '158', 'army_c15_guardcub', '3', '0', '0', '1', '0', '0', '23', '8037', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8038', '8038', '158', 'army_c15_wirecrn', '3', '0', '0', '1', '0', '0', '42', '8038', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8039', '8039', '158', 'army_c15_sandbag', '3', '0', '0', '1', '0', '0', '34', '8039', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8040', '8040', '158', 'army_c15_light', '3', '0', '0', '1', '0', '0', '28', '8040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8041', '8041', '205', 'clothing_militaryjacket', '5', '0', '0', '1', '0', '0', '12', '8041', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8042', '8042', '200', 'clothing_camooutfit', '14', '0', '0', '1', '0', '0', '26', '8042', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8043', '8043', '202', 'clothing_napkin', '4', '0', '0', '1', '0', '0', '28', '8043', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8044', '8044', '205', 'clothing_kevlar', '5', '0', '0', '1', '0', '0', '11', '8044', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8045', '8045', '208', 'clothing_camoboots', '4', '0', '0', '1', '0', '0', '10', '8045', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8046', '8046', '158', 'army_c15_screen', '5', '0', '0', '1', '0', '0', '35', '8046', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8047', '8047', '310', 'clothing_rank5', '6', '0', '0', '1', '0', '0', '67', '8047', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8048', '8048', '158', 'army15_scanner', '15', '0', '0', '1', '0', '0', '52', '8048', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8049', '8049', '158', 'army_c15_wiredivdr', '4', '0', '0', '1', '0', '0', '43', '8049', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8050', '8050', '158', 'army_c15_jerrycan', '4', '0', '0', '1', '0', '0', '26', '8050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8051', '8051', '202', 'clothing_kevlarhat', '4', '0', '0', '1', '0', '0', '27', '8051', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8052', '8052', '158', 'army_c15_watchtwr', '8', '0', '0', '1', '0', '0', '41', '8052', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8053', '8053', '158', 'army_c15_contable', '4', '0', '0', '1', '0', '0', '13', '8053', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8054', '8054', '158', 'army15_statue', '5', '0', '0', '1', '0', '0', '6', '8054', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8055', '8055', '158', 'army_c15_locker', '3', '0', '0', '1', '0', '0', '29', '8055', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8056', '8056', '310', 'clothing_medal1', '6', '0', '0', '1', '0', '0', '66', '8056', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8057', '8057', '310', 'clothing_rank3', '6', '0', '0', '1', '0', '0', '65', '8057', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8058', '8058', '158', 'army_c15_officetent', '20', '0', '0', '1', '0', '0', '32', '8058', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8059', '8059', '310', 'clothing_medal3', '6', '0', '0', '1', '0', '0', '63', '8059', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8060', '8060', '158', 'army_c15_teledoor', '7', '0', '0', '1', '0', '0', '38', '8060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8061', '8061', '741', 'army15_ltddesk', '4', '0', '0', '1', '0', '0', '1', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8062', '8062', '158', 'army_c15_chair', '4', '0', '0', '1', '0', '0', '11', '8062', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8063', '8063', '202', 'clothing_drillserg', '4', '0', '0', '1', '0', '0', '26', '8063', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8064', '8064', '158', 'army_c15_plant', '3', '0', '0', '1', '0', '0', '33', '8064', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8065', '8065', '310', 'clothing_rank2', '6', '0', '0', '1', '0', '0', '62', '8065', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8066', '8066', '158', 'army_c15_table', '4', '0', '0', '1', '0', '0', '37', '8066', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8067', '8067', '158', 'army_c15_bed', '6', '0', '0', '1', '0', '0', '7', '8067', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8068', '8068', '158', 'army_c15_cabinet', '4', '0', '0', '1', '0', '0', '9', '8068', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8069', '8069', '158', 'army_c15_bookshelf', '5', '0', '0', '1', '0', '0', '8', '8069', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8070', '8070', '158', 'army_c15_gunrack', '4', '0', '0', '1', '0', '0', '24', '8070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8071', '8071', '158', 'army_c15_shipcon', '7', '0', '0', '1', '0', '0', '36', '8071', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8072', '8072', '310', 'clothing_rank1', '6', '0', '0', '1', '0', '0', '61', '8072', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8073', '8073', '158', 'army_c15_glassdivdr', '4', '0', '0', '1', '0', '0', '22', '8073', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8074', '8074', '207', 'clothing_armyskirt', '5', '0', '0', '1', '0', '0', '3', '8074', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8075', '8075', '206', 'clothing_militarypants', '5', '0', '0', '1', '0', '0', '10', '8075', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8076', '8076', '158', 'army_c15_food', '3', '0', '0', '1', '0', '0', '19', '8076', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8077', '8077', '158', 'army_c15_carpet', '4', '0', '0', '1', '0', '0', '10', '8077', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8078', '8078', '310', 'clothing_walkie', '6', '0', '0', '1', '0', '0', '60', '8078', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8079', '8079', '158', 'army15_dog', '15', '0', '0', '1', '0', '0', '50', '8079', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8080', '8080', '158', 'army_c15_deskcomp', '3', '0', '0', '1', '0', '0', '16', '8080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8081', '8081', '158', 'army_c15_deskitem', '3', '0', '0', '1', '0', '0', '17', '8081', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8082', '8082', '108', 'army_c15_groupflag', '5', '0', '0', '1', '0', '0', '1', '8082', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8083', '8083', '310', 'clothing_medal2', '6', '0', '0', '1', '0', '0', '59', '8083', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8084', '8084', '204', 'clothing_camotank', '5', '0', '0', '1', '0', '0', '31', '8084', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8085', '8085', '202', 'clothing_militaryhat', '4', '0', '0', '1', '0', '0', '24', '8085', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8086', '8086', '202', 'clothing_camocap', '4', '0', '0', '1', '0', '0', '23', '8086', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8087', '8087', '206', 'clothing_camotuck', '5', '0', '0', '1', '0', '0', '9', '8087', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8088', '8088', '159', 'room_info15_div', '4', '0', '0', '1', '0', '0', '99', '8088', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8089', '8089', '159', 'room_info15_gate', '4', '0', '0', '1', '0', '0', '99', '8089', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8090', '8090', '429', 'botnest', '4', '0', '0', '1', '0', '0', '99', '8090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8091', '8091', '199', 'dino_c15_footprint', '2', '0', '0', '1', '0', '0', '19', '8091', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8092', '8092', '199', 'dino15_dinoprize6', '3', '0', '0', '1', '0', '0', '8', '8092', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8093', '8093', '199', 'dino15_fossil2', '25', '1', '5', '1', '0', '0', '41', '8093', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8094', '8094', '199', 'dino15_fossil5', '25', '1', '5', '1', '0', '0', '44', '8094', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8095', '8095', '199', 'dino_c15_venusfly', '7', '0', '0', '1', '0', '0', '33', '8095', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8096', '8096', '199', 'dino_c15_nest', '6', '0', '0', '1', '0', '0', '22', '8096', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8097', '8097', '202', 'clothing_dinohat', '4', '0', '0', '1', '0', '0', '22', '8097', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8098', '8098', '741', 'dino15_throne', '4', '0', '0', '1', '0', '0', '10', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8099', '8099', '199', 'dino_c15_floor', '3', '0', '0', '1', '0', '0', '18', '8099', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8100', '8100', '199', 'dino_c15_blocks', '3', '0', '0', '1', '0', '0', '14', '8100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8101', '8101', '199', 'dino_c15_rocksmall', '2', '0', '0', '1', '0', '0', '27', '8101', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8102', '8102', '199', 'dino_c15_table', '4', '0', '0', '1', '0', '0', '28', '8102', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8103', '8103', '199', 'dino_c15_dilosaur', '5', '0', '0', '1', '0', '0', '18', '8103', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8104', '8104', '199', 'dino_c15_tree1', '15', '0', '0', '1', '0', '0', '30', '8104', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8105', '8105', '199', 'dino_c15_crn', '4', '0', '0', '1', '0', '0', '15', '8105', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8106', '8106', '199', 'dino_c15_volcano', '6', '0', '0', '1', '0', '0', '34', '8106', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8107', '8107', '199', 'dino15_amberbug', '3', '0', '0', '1', '0', '0', '1', '8107', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8108', '8108', '741', 'dino15_dragonfly', '4', '0', '0', '1', '0', '0', '9', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8109', '8109', '199', 'dino_c15_gate', '7', '0', '0', '1', '0', '0', '17', '8109', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8110', '8110', '199', 'dino_c15_tele', '7', '0', '0', '1', '0', '0', '29', '8110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8111', '8111', '204', 'clothing_caveshirt', '5', '0', '0', '1', '0', '0', '30', '8111', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8112', '8112', '199', 'dino_c15_ribcage', '7', '0', '0', '1', '0', '0', '25', '8112', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8113', '8113', '199', 'dino_c15_tree2', '15', '0', '0', '1', '0', '0', '31', '8113', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8114', '8114', '199', 'dino15_dinoprize1', '3', '0', '0', '1', '0', '0', '3', '8114', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8115', '8115', '201', 'clothing_cavehair', '6', '0', '0', '1', '0', '0', '48', '8115', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8116', '8116', '199', 'dino15_fossil3', '25', '1', '5', '1', '0', '0', '42', '8116', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8117', '8117', '199', 'dino_c15_rocklarge', '3', '0', '0', '1', '0', '0', '26', '8117', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8118', '8118', '199', 'dino15_amberduck', '3', '0', '0', '1', '0', '0', '2', '8118', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8119', '8119', '199', 'dino_c15_plant2', '5', '0', '0', '1', '0', '0', '24', '8119', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8120', '8120', '199', 'dino_c15_plant1', '3', '0', '0', '1', '0', '0', '23', '8120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8121', '8121', '200', 'clothing_dino', '14', '0', '0', '1', '0', '0', '25', '8121', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8122', '8122', '199', 'dino_c15_divdr', '6', '0', '0', '1', '0', '0', '16', '8122', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8123', '8123', '199', 'dino15_dinoprize3', '3', '0', '0', '1', '0', '0', '5', '8123', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8124', '8124', '199', 'dino15_fossil1', '25', '1', '5', '1', '0', '0', '40', '8124', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8125', '8125', '200', 'clothing_caveman', '10', '0', '0', '1', '0', '0', '24', '8125', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8126', '8126', '199', 'dino_c15_log', '3', '0', '0', '1', '0', '0', '21', '8126', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8127', '8127', '199', 'dino15_dinoprize4', '3', '0', '0', '1', '0', '0', '6', '8127', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8128', '8128', '199', 'dino15_fossil4', '25', '1', '5', '1', '0', '0', '43', '8128', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8129', '8129', '199', 'dino15_dinoprize5', '3', '0', '0', '1', '0', '0', '7', '8129', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8130', '8130', '202', 'clothing_hat_skulldino', '6', '0', '0', '1', '0', '0', '21', '8130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8131', '8131', '199', 'dino15_dinoprize2', '3', '0', '0', '1', '0', '0', '4', '8131', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8132', '8132', '199', 'dino_c15_tree3', '4', '0', '0', '1', '0', '0', '32', '8132', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8133', '8133', '423', 'fxbox_fx183', '3', '0', '0', '1', '0', '0', '200', '8133', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8134', '8134', '307', 'CF_300_bricks', '300', '0', '0', '1', '0', '0', '14', '8134', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8135', '8135', '438', 'room_thr15_spot', '4', '0', '0', '1', '0', '0', '17', '8135', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8136', '8136', '438', 'room_thr15_chair2', '4', '0', '0', '1', '0', '0', '5', '8136', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8137', '8137', '438', 'room_thr15_div2', '4', '0', '0', '1', '0', '0', '9', '8137', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8138', '8138', '438', 'room_thr15_curtain1', '4', '0', '0', '1', '0', '0', '7', '8138', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8139', '8139', '438', 'room_thr15_bubjuice', '4', '0', '0', '1', '0', '0', '2', '8139', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8140', '8140', '438', 'room_thr15_popcorn', '4', '0', '0', '1', '0', '0', '14', '8140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8141', '8141', '438', 'room_thr15_stair', '4', '0', '0', '1', '0', '0', '19', '8141', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8142', '8142', '438', 'room_thr15_icecream', '4', '0', '0', '1', '0', '0', '12', '8142', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8143', '8143', '438', 'room_thr15_chair1', '4', '0', '0', '1', '0', '0', '4', '8143', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8144', '8144', '438', 'room_thr15_div3', '4', '0', '0', '1', '0', '0', '10', '8144', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8145', '8145', '438', 'room_thr15_stage', '4', '0', '0', '1', '0', '0', '18', '8145', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8146', '8146', '438', 'room_thr15_ramp', '4', '0', '0', '1', '0', '0', '13', '8146', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8147', '8147', '438', 'room_thr15_block', '4', '0', '0', '1', '0', '0', '1', '8147', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8148', '8148', '438', 'room_thr15_div1', '4', '0', '0', '1', '0', '0', '8', '8148', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8149', '8149', '438', 'room_thr15_frontcur', '4', '0', '0', '1', '0', '0', '10', '8149', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8150', '8150', '438', 'room_thr15_cover', '4', '0', '0', '1', '0', '0', '6', '8150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8151', '8151', '438', 'room_thr15_candy', '4', '0', '0', '1', '0', '0', '3', '8151', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8152', '8152', '438', 'room_thr15_hotdog', '4', '0', '0', '1', '0', '0', '11', '8152', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8153', '8153', '438', 'room_thr15_sofa', '4', '0', '0', '1', '0', '0', '14', '8153', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8154', '8154', '159', 'room_info15_roller', '4', '0', '0', '1', '0', '0', '99', '8154', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8155', '8155', '115', 'nest_raptor', '2', '0', '0', '1', '0', '0', '201', '8155', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8156', '8156', '102', 'velociraptor_egg', '25', '0', '0', '1', '0', '0', '1', '8156', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8157', '8157', '232', 'pterosaur_egg', '35', '0', '0', '1', '0', '0', '1', '8157', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8158', '8158', '52', 'petfood31', '1', '0', '0', '1', '0', '0', '32', '8158', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8159', '8159', '52', 'petfood30', '1', '0', '0', '1', '0', '0', '32', '8159', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8160', '8160', '161', 'paris_c15_roof', '4', '0', '0', '1', '0', '0', '24', '8160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8161', '8161', '161', 'paris_c15_crn', '5', '0', '0', '1', '0', '0', '11', '8161', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8162', '8162', '161', 'paris15_paintings', '50', '0', '0', '1', '0', '0', '37', '8162', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8163', '8163', '204', 'clothing_breton', '5', '0', '0', '1', '0', '0', '8', '8163', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8164', '8164', '161', 'paris_c15_table', '3', '0', '0', '1', '0', '0', '16', '8164', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8165', '8165', '161', 'paris15_bicycle', '25', '0', '0', '1', '0', '0', '36', '8165', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8166', '8166', '161', 'paris_c15_building2', '8', '0', '0', '1', '0', '0', '10', '8166', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8167', '8167', '161', 'paris_c15_chair', '3', '0', '0', '1', '0', '0', '14', '8167', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8168', '8168', '161', 'paris15_pigeon', '4', '0', '0', '1', '0', '0', '5', '8168', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8169', '8169', '161', 'paris_c15_food3', '3', '0', '0', '1', '0', '0', '20', '8169', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8170', '8170', '161', 'paris_c15_menu', '3', '0', '0', '1', '0', '0', '21', '8170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8171', '8171', '161', 'paris_c15_food1', '3', '0', '0', '1', '0', '0', '18', '8171', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8172', '8172', '161', 'paris15_poodle', '3', '0', '0', '1', '0', '0', '6', '8172', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8173', '8173', '161', 'paris15_giftsnails', '15', '0', '0', '1', '0', '0', '35', '8173', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8174', '8174', '161', 'paris_c15_flowerpot', '2', '0', '0', '1', '0', '0', '14', '8174', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8175', '8175', '161', 'paris_c15_vegstall3', '4', '0', '0', '1', '0', '0', '29', '8175', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8176', '8176', '161', 'paris15_cake', '5', '0', '0', '1', '0', '0', '2', '8176', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8177', '8177', '161', 'paris_c15_building1', '6', '0', '0', '1', '0', '0', '9', '8177', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8178', '8178', '161', 'paris_c15_arch', '6', '0', '0', '1', '0', '0', '11', '8178', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8179', '8179', '310', 'clothing_necktie', '6', '0', '0', '1', '0', '0', '58', '8179', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8180', '8180', '161', 'paris_c15_shadow', '3', '0', '0', '1', '0', '0', '25', '8180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8181', '8181', '161', 'paris_c15_vegstall2', '4', '0', '0', '1', '0', '0', '28', '8181', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8182', '8182', '741', 'paris15_ltdfountain', '4', '0', '0', '1', '0', '0', '15', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8183', '8183', '161', 'paris_c15_floor', '3', '0', '0', '1', '0', '0', '13', '8183', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8184', '8184', '161', 'paris_c15_food2', '3', '0', '0', '1', '0', '0', '19', '8184', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8185', '8185', '161', 'paris_c15_flowerstl', '7', '0', '0', '1', '0', '0', '17', '8185', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8186', '8186', '161', 'paris_c15_awning', '4', '0', '0', '1', '0', '0', '8', '8186', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8187', '8187', '161', 'paris_c15_pavement', '4', '0', '0', '1', '0', '0', '23', '8187', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8188', '8188', '161', 'paris_c15_breadstall', '15', '0', '0', '1', '0', '0', '7', '8188', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8189', '8189', '161', 'paris_c15_vegstall1', '4', '0', '0', '1', '0', '0', '27', '8189', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8190', '8190', '161', 'paris_c15_parasol', '4', '0', '0', '1', '0', '0', '15', '8190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8191', '8191', '115', 'nest_pterosaur', '2', '0', '0', '1', '0', '0', '202', '8191', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8192', '8192', '109', 'yttv_retro', '4', '0', '0', '1', '0', '0', '99', '8192', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8193', '8193', '192', 'habbo15_rare_crackable', '7', '0', '0', '1', '0', '0', '99', '8193', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8194', '8194', '162', 'habbo15_comp_photo', '4', '0', '0', '1', '0', '0', '99', '8194', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8195', '8195', '162', 'habbo15_comp_clothing', '4', '0', '0', '1', '0', '0', '99', '8195', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8196', '8196', '162', 'habbo15_comp_room', '4', '0', '0', '1', '0', '0', '99', '8196', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8197', '8197', '162', 'habbo15_comp_video', '4', '0', '0', '1', '0', '0', '99', '8197', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8198', '8198', '162', 'habbo15_placeholder', '4', '0', '0', '1', '0', '0', '99', '8198', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8199', '8199', '162', 'habbo15_comp_furni', '4', '0', '0', '1', '0', '0', '99', '8199', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8200', '8200', '162', 'habbo15_comp_blocks', '4', '0', '0', '1', '0', '0', '99', '8200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8201', '8201', '192', 'habbo15_crackable', '7', '0', '0', '1', '0', '0', '99', '8201', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8202', '8202', '162', 'room_hall_trophy2', '4', '0', '0', '1', '0', '0', '99', '8202', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8203', '8203', '162', 'room_hall15_window', '4', '0', '0', '1', '0', '0', '99', '8203', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8204', '8204', '162', 'room_hall15_pillar', '4', '0', '0', '1', '0', '0', '99', '8204', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8205', '8205', '162', 'room_hall15_sofa', '4', '0', '0', '1', '0', '0', '99', '8205', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8206', '8206', '162', 'room_hall_trophy1', '4', '0', '0', '1', '0', '0', '99', '8206', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8207', '8207', '162', 'room_hall15_barch', '4', '0', '0', '1', '0', '0', '99', '8207', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8208', '8208', '337', 'habbo15_pillar', '5', '0', '0', '1', '0', '0', '14', '8208', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8209', '8209', '337', 'habbo15_parasol', '5', '0', '0', '1', '0', '0', '6', '8209', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8210', '8210', '337', 'habbo15_scifidoor', '5', '0', '0', '1', '0', '0', '5', '8210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8211', '8211', '337', 'habbo15_sleepingbag', '5', '0', '0', '1', '0', '0', '2', '8211', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8212', '8212', '337', 'habbo15_fountain', '5', '0', '0', '1', '0', '0', '8', '8212', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8213', '8213', '337', 'habbo15_dragonlamp', '5', '0', '0', '1', '0', '0', '10', '8213', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8214', '8214', '337', 'habbo15_fan', '5', '0', '0', '1', '0', '0', '9', '8214', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8215', '8215', '337', 'habbo15_icm', '5', '0', '0', '1', '0', '0', '7', '8215', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8216', '8216', '337', 'habbo15_woodenscreen', '5', '0', '0', '1', '0', '0', '1', '8216', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8217', '8217', '337', 'habbo15_beehive', '5', '0', '0', '1', '0', '0', '11', '8217', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8218', '8218', '337', 'habbo15_pillow', '5', '0', '0', '1', '0', '0', '12', '8218', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8219', '8219', '337', 'habbo15_scifiport', '5', '0', '0', '1', '0', '0', '4', '8219', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8220', '8220', '337', 'habbo15_elephant', '5', '0', '0', '1', '0', '0', '10', '8220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8221', '8221', '337', 'habbo15_marquee', '5', '0', '0', '1', '0', '0', '13', '8221', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8222', '8222', '337', 'habbo15_scifirocket', '5', '0', '0', '1', '0', '0', '3', '8222', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8223', '8223', '68', 'africa15_meerkat', '4', '0', '0', '1', '0', '0', '10', '8223', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8224', '8224', '18', 'lodge_c15_floor', '3', '0', '0', '1', '0', '0', '18', '8224', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8225', '8225', '104', 'drago_c15_bed', '6', '0', '0', '1', '0', '0', '11', '8225', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8226', '8226', '104', 'drago_c15_sofa', '8', '0', '0', '1', '0', '0', '13', '8226', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8227', '8227', '30', 'gothic15_toilet', '10', '0', '0', '1', '0', '0', '33', '8227', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8228', '8228', '30', 'gothic_c15_tower', '8', '0', '0', '1', '0', '0', '37', '8228', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8229', '8229', '30', 'gothic_c15_dvdr', '5', '0', '0', '1', '0', '0', '36', '8229', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8230', '8230', '30', 'gothic_c15_chandelier', '10', '0', '0', '1', '0', '0', '34', '8230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8231', '8231', '30', 'gothic_c15_crn', '3', '0', '0', '1', '0', '0', '35', '8231', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8232', '8232', '120', 'anc15_pharaohduck', '7', '0', '0', '1', '0', '0', '1', '8232', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8233', '8233', '120', 'anc_c15_table', '5', '0', '0', '1', '0', '0', '7', '8233', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8234', '8234', '120', 'anc_c15_chair', '3', '0', '0', '1', '0', '0', '6', '8234', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8236', '8236', '32', 'lt_c15_tree', '6', '0', '0', '1', '0', '0', '6', '8236', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8237', '8237', '32', 'lt15_tele', '15', '0', '0', '1', '0', '0', '4', '8237', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8238', '8238', '32', 'lt_c15_bush', '4', '0', '0', '1', '0', '0', '5', '8238', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8239', '8239', '68', 'africa_c15_table', '3', '0', '0', '1', '0', '0', '9', '8239', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8240', '8240', '68', 'africa_c15_chair', '3', '0', '0', '1', '0', '0', '8', '8240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8241', '8241', '68', 'africa_c15_bongos', '3', '0', '0', '1', '0', '0', '7', '8241', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8242', '8242', '569', 'habbo15_win_2', '4', '0', '0', '1', '0', '0', '2', '8242', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8243', '8243', '569', 'habbo15_win_3', '4', '0', '0', '1', '0', '0', '3', '8243', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8244', '8244', '569', 'habbo15_win_1', '4', '0', '0', '1', '0', '0', '1', '8244', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8245', '8245', '408', 'tiki_c15_leigiver', '4', '0', '0', '1', '0', '0', '4', '8245', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8246', '8246', '408', 'tiki_c15_tele', '7', '0', '0', '1', '0', '0', '5', '8246', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8247', '8247', '216', 'greek_c15_floor', '4', '0', '0', '1', '0', '0', '7', '8247', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8248', '8248', '216', 'greek_c15_bench', '5', '0', '0', '1', '0', '0', '6', '8248', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8249', '8249', '216', 'greek_c15_lamp', '3', '0', '0', '1', '0', '0', '9', '8249', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8250', '8250', '216', 'greek_c15_tile', '1', '0', '0', '1', '0', '0', '8', '8250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8251', '8251', '212', 'garden_c15_toolshed', '4', '0', '0', '1', '0', '0', '10', '8251', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8252', '8252', '212', 'garden_c15_shroomchr', '4', '0', '0', '1', '0', '0', '9', '8252', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8253', '8253', '212', 'garden15_lawnmower', '10', '0', '0', '1', '0', '0', '11', '8253', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8254', '8254', '569', 'habbo15_win_5', '4', '0', '0', '1', '0', '0', '5', '8254', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8255', '8255', '569', 'habbo15_win_4', '4', '0', '0', '1', '0', '0', '4', '8255', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8256', '8256', '569', 'habbo15_win_10', '4', '0', '0', '1', '0', '0', '10', '8256', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8257', '8257', '569', 'habbo15_win_7', '4', '0', '0', '1', '0', '0', '7', '8257', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8258', '8258', '569', 'habbo15_win_6', '4', '0', '0', '1', '0', '0', '6', '8258', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8259', '8259', '569', 'habbo15_win_8', '4', '0', '0', '1', '0', '0', '8', '8259', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8260', '8260', '700', 'exe_c15_telephone', '5', '0', '0', '1', '0', '0', '25', '8260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8261', '8261', '700', 'exe_c15_printer', '4', '0', '0', '1', '0', '0', '24', '8261', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8262', '8262', '700', 'exe_c15_desktidy', '3', '0', '0', '1', '0', '0', '23', '8262', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8263', '8263', '70', 'steampunk15_plane', '5', '0', '0', '1', '0', '0', '2', '8263', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8264', '8264', '70', 'steampunk_c15_door', '7', '0', '0', '1', '0', '0', '5', '8264', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8265', '8265', '70', 'steampunk_c15_bed', '6', '0', '0', '1', '0', '0', '4', '8265', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8266', '8266', '70', 'steampunk_c15_stage', '4', '0', '0', '1', '0', '0', '6', '8266', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8267', '8267', '569', 'habbo15_win_13', '4', '0', '0', '1', '0', '0', '12', '8267', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8268', '8268', '569', 'habbo15_win_12', '4', '0', '0', '1', '0', '0', '11', '8268', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8269', '8269', '162', 'habbo15_birthdaycake', '4', '0', '0', '1', '0', '0', '99', '8269', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8270', '8270', '569', 'habbo15_win_14', '4', '0', '0', '1', '0', '0', '14', '8270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8271', '8271', '569', 'habbo15_win_11', '4', '0', '0', '1', '0', '0', '10', '8271', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8272', '8272', '569', 'habbo15_win_9', '4', '0', '0', '1', '0', '0', '9', '8272', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8273', '8273', '35', 'a1 romantique_c15_table', '5', '0', '0', '1', '0', '0', '11', '8273', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8274', '8274', '35', 'a2 romantique_c15_table', '5', '0', '0', '1', '0', '0', '13', '8274', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8275', '8275', '35', 'a3 romantique_c15_table', '5', '0', '0', '1', '0', '0', '14', '8275', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8276', '8276', '35', 'a4 romantique_c15_table', '5', '0', '0', '1', '0', '0', '15', '8276', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8277', '8277', '35', 'a5 romantique_c15_table', '5', '0', '0', '1', '0', '0', '16', '8277', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8278', '8278', '35', 'romantique_c15_dresser', '12', '0', '0', '1', '0', '0', '55', '8278', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8279', '8279', '114', 'uni_c15_lamp', '3', '0', '0', '1', '0', '0', '12', '8279', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8280', '8280', '114', 'uni_c15_shelvescrn', '3', '0', '0', '1', '0', '0', '13', '8280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8281', '8281', '114', 'uni_c15_chair', '3', '0', '0', '1', '0', '0', '11', '8281', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8282', '8282', '50', 'bling_c15_chandalier', '10', '0', '0', '1', '0', '0', '51', '8282', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8283', '8283', '50', 'bling15_pooltable', '50', '0', '0', '1', '0', '0', '52', '8283', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8284', '8284', '31', 'jp_c15_daruma', '8', '0', '0', '1', '0', '0', '52', '8284', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8285', '8285', '31', 'jp_c15_dresser', '15', '0', '0', '1', '0', '0', '51', '8285', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8286', '8286', '31', 'jp_c15_teapot', '7', '0', '0', '1', '0', '0', '50', '8286', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8287', '8287', '31', 'jp15_luckycat', '15', '0', '0', '1', '0', '0', '53', '8287', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8288', '8288', '569', 'habbo15_win_19', '4', '0', '0', '1', '0', '0', '19', '8288', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8289', '8289', '569', 'habbo15_win_16', '4', '0', '0', '1', '0', '0', '14', '8289', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8290', '8290', '569', 'habbo15_win_17', '4', '0', '0', '1', '0', '0', '17', '8290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8291', '8291', '569', 'habbo15_win_20', '4', '0', '0', '1', '0', '0', '20', '8291', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8292', '8292', '569', 'habbo15_win_15', '4', '0', '0', '1', '0', '0', '13', '8292', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8293', '8293', '569', 'habbo15_win_22', '4', '0', '0', '1', '0', '0', '15', '8293', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8294', '8294', '569', 'habbo15_win_18', '4', '0', '0', '1', '0', '0', '18', '8294', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8295', '8295', '569', 'habbo15_win_24', '4', '0', '0', '1', '0', '0', '24', '8295', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8296', '8296', '569', 'habbo15_win_28', '4', '0', '0', '1', '0', '0', '28', '8296', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8297', '8297', '569', 'habbo15_win_21', '4', '0', '0', '1', '0', '0', '21', '8297', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8298', '8298', '569', 'habbo15_win_25', '4', '0', '0', '1', '0', '0', '25', '8298', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8299', '8299', '569', 'habbo15_win_23', '4', '0', '0', '1', '0', '0', '23', '8299', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8300', '8300', '569', 'habbo15_win_29', '4', '0', '0', '1', '0', '0', '29', '8300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8301', '8301', '569', 'habbo15_win_26', '4', '0', '0', '1', '0', '0', '16', '8301', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8302', '8302', '196', 'room_pcnc15_dvd2', '4', '0', '0', '1', '0', '0', '7', '8302', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8303', '8303', '196', 'room_pcnc15_dvd1', '4', '0', '0', '1', '0', '0', '6', '8303', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8304', '8304', '196', 'room_pcnc15_hotdog', '4', '0', '0', '1', '0', '0', '9', '8304', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8305', '8305', '196', 'room_pcnc15_awn', '4', '0', '0', '1', '0', '0', '1', '8305', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8306', '8306', '196', 'room_pcnc15_carrot', '4', '0', '0', '1', '0', '0', '4', '8306', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8307', '8307', '196', 'room_pcnc15_table1', '4', '0', '0', '1', '0', '0', '10', '8307', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8308', '8308', '196', 'room_pcnc15_gzb', '4', '0', '0', '1', '0', '0', '8', '8308', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8309', '8309', '196', 'room_pcnc15_wbench', '4', '0', '0', '1', '0', '0', '14', '8309', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8310', '8310', '196', 'room_pcnc15_soda', '4', '0', '0', '1', '0', '0', '10', '8310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8311', '8311', '196', 'room_pcnc15_table3', '4', '0', '0', '1', '0', '0', '12', '8311', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8312', '8312', '196', 'room_pcnc15_table2', '4', '0', '0', '1', '0', '0', '11', '8312', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8313', '8313', '196', 'room_pcnc15_blanket', '4', '0', '0', '1', '0', '0', '3', '8313', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8314', '8314', '196', 'room_pcnc15_chair1', '4', '0', '0', '1', '0', '0', '5', '8314', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8315', '8315', '196', 'room_pcnc15_wood', '4', '0', '0', '1', '0', '0', '13', '8315', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8316', '8316', '196', 'room_pcnc15_bbq', '4', '0', '0', '1', '0', '0', '2', '8316', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8317', '8317', '569', 'habbo15_win_32', '4', '0', '0', '1', '0', '0', '32', '8317', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8318', '8318', '569', 'habbo15_win_34', '4', '0', '0', '1', '0', '0', '34', '8318', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8319', '8319', '569', 'habbo15_win_30', '4', '0', '0', '1', '0', '0', '17', '8319', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8320', '8320', '569', 'habbo15_win_31', '4', '0', '0', '1', '0', '0', '31', '8320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8321', '8321', '569', 'habbo15_win_35', '4', '0', '0', '1', '0', '0', '18', '8321', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8322', '8322', '569', 'habbo15_win_33', '4', '0', '0', '1', '0', '0', '33', '8322', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8323', '8323', '569', 'habbo15_win_27', '4', '0', '0', '1', '0', '0', '27', '8323', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8324', '8324', '569', 'habbo15_win_36', '4', '0', '0', '1', '0', '0', '19', '8324', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8325', '8325', '569', 'habbo15_win_38', '4', '0', '0', '1', '0', '0', '38', '8325', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8326', '8326', '569', 'habbo15_win_39', '4', '0', '0', '1', '0', '0', '20', '8326', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8327', '8327', '569', 'habbo15_win_41', '4', '0', '0', '1', '0', '0', '21', '8327', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8328', '8328', '569', 'habbo15_win_37', '4', '0', '0', '1', '0', '0', '37', '8328', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8329', '8329', '569', 'habbo15_win_43', '4', '0', '0', '1', '0', '0', '22', '8329', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8330', '8330', '569', 'habbo15_win_40', '4', '0', '0', '1', '0', '0', '40', '8330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8331', '8331', '569', 'habbo15_win_42', '4', '0', '0', '1', '0', '0', '42', '8331', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8332', '8332', '569', 'habbo15_win_44', '4', '0', '0', '1', '0', '0', '44', '8332', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8333', '8333', '569', 'habbo15_win_45', '4', '0', '0', '1', '0', '0', '23', '8333', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8334', '8334', '204', 'clothing_knighttop', '6', '0', '0', '1', '0', '0', '20', '8334', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8335', '8335', '200', 'clothing_demonoutfit', '12', '0', '0', '1', '0', '0', '23', '8335', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8336', '8336', '1118', 'clothing_waterhelm', '6', '0', '0', '1', '0', '0', '40', '8336', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8337', '8337', '1118', 'clothing_fammask', '6', '0', '0', '1', '0', '0', '57', '8337', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8338', '8338', '203', 'clothing_demoncloak', '6', '0', '0', '1', '0', '0', '10', '8338', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8339', '8339', '1118', 'clothing_warmask', '6', '0', '0', '1', '0', '0', '56', '8339', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8340', '8340', '1118', 'clothing_airhelm', '6', '0', '0', '1', '0', '0', '20', '8340', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8341', '8341', '200', 'clothing_knightoutfit', '9', '0', '0', '1', '0', '0', '22', '8341', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8342', '8342', '1118', 'clothing_firehelm', '6', '0', '0', '1', '0', '0', '38', '8342', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8343', '8343', '202', 'clothing_demonhood', '6', '0', '0', '1', '0', '0', '20', '8343', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8344', '8344', '206', 'clothing_knighttrousers', '5', '0', '0', '1', '0', '0', '8', '8344', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8345', '8345', '310', 'clothing_skullnecklace', '6', '0', '0', '1', '0', '0', '55', '8345', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8346', '8346', '1118', 'clothing_earthhelm', '6', '0', '0', '1', '0', '0', '19', '8346', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8347', '8347', '1118', 'clothing_deathmask', '6', '0', '0', '1', '0', '0', '54', '8347', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8348', '8348', '1118', 'clothing_pestmask', '6', '0', '0', '1', '0', '0', '53', '8348', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8349', '8349', '396', 'hween_c15_angel', '7', '0', '0', '1', '0', '0', '21', '8349', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8350', '8350', '1244', 'bonusrare16_2_1', '5', '0', '0', '1', '0', '0', '5', '8350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8351', '8351', '1244', 'bonusrare16_2_2', '5', '0', '0', '1', '0', '0', '6', '8351', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8352', '8352', '1244', 'bonusrare16_2_3', '5', '0', '0', '1', '0', '0', '7', '8352', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8353', '8353', '1244', 'bonusrare16_2_4', '5', '0', '0', '1', '0', '0', '8', '8353', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8354', '8354', '1244', 'bonusrare16_1_1', '5', '0', '0', '1', '0', '0', '1', '8354', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8355', '8355', '1244', 'bonusrare16_1_2', '5', '0', '0', '1', '0', '0', '2', '8355', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8356', '8356', '1244', 'bonusrare16_1_3', '5', '0', '0', '1', '0', '0', '3', '8356', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8357', '8357', '1244', 'bonusrare16_1_4', '5', '0', '0', '1', '0', '0', '4', '8357', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8358', '8358', '1244', 'bonusrare16_3_1', '5', '0', '0', '1', '0', '0', '9', '8358', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8359', '8359', '1244', 'bonusrare16_3_2', '5', '0', '0', '1', '0', '0', '10', '8359', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8360', '8360', '1244', 'bonusrare16_3_3', '5', '0', '0', '1', '0', '0', '11', '8360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8361', '8361', '1244', 'bonusrare16_3_4', '5', '0', '0', '1', '0', '0', '12', '8361', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8362', '8362', '1117', 'hween_c15_evilcrystal2', '4', '0', '0', '1', '0', '0', '65', '8362', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8363', '8363', '1117', 'hween_c15_purecrystal2', '4', '0', '0', '1', '0', '0', '30', '8363', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8364', '8364', '396', 'hween_c15_stage', '4', '0', '0', '1', '0', '0', '48', '8364', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8365', '8365', '1117', 'hween_c15_evilcrystal3', '4', '0', '0', '1', '0', '0', '66', '8365', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8366', '8366', '396', 'hween_c15_fog', '5', '0', '0', '1', '0', '0', '33', '8366', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8367', '8367', '396', 'hween_c15_stagecorner', '3', '0', '0', '1', '0', '0', '49', '8367', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8368', '8368', '396', 'hween_c15_building', '7', '0', '0', '1', '0', '0', '15', '8368', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8369', '8369', '396', 'hween_c15_tele', '6', '0', '0', '1', '0', '0', '51', '8369', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8370', '8370', '396', 'hween_c15_evilcrystal1', '1', '0', '0', '1', '0', '0', '61', '8370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8371', '8371', '396', 'hween_c15_dump', '8', '0', '0', '1', '0', '0', '27', '8371', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8372', '8372', '683', 'hween15_horseman3', '4', '0', '0', '1', '0', '0', '3', '8372', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8373', '8373', '1117', 'hween_c15_purecrystal3', '4', '0', '0', '1', '0', '0', '63', '8373', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8374', '8374', '396', 'hween_c15_tree', '4', '0', '0', '1', '0', '0', '26', '8374', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8375', '8375', '741', 'hween15_ltdhorseman4', '3', '0', '0', '1', '0', '0', '14', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8376', '8376', '396', 'hween_c15_shinycarpet', '7', '0', '0', '1', '0', '0', '46', '8376', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8377', '8377', '396', 'hween_c15_corner', '5', '0', '0', '1', '0', '0', '25', '8377', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8378', '8378', '396', 'hween_c15_car', '8', '0', '0', '1', '0', '0', '24', '8378', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8379', '8379', '1171', 'hween15_saintini', '4', '0', '0', '1', '0', '0', '9', '8379', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8380', '8380', '1171', 'hween15_evilfrank', '4', '0', '0', '1', '0', '0', '6', '8380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8381', '8381', '396', 'hween_c15_busstop', '9', '0', '0', '1', '0', '0', '23', '8381', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8382', '8382', '396', 'hween_c15_telewire', '6', '0', '0', '1', '0', '0', '25', '8382', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8383', '8383', '396', 'hween_c15_phone', '6', '0', '0', '1', '0', '0', '19', '8383', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8384', '8384', '1171', 'hween15_evilraider', '4', '0', '0', '1', '0', '0', '7', '8384', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8385', '8385', '396', 'hween_c15_stairs', '4', '0', '0', '1', '0', '0', '50', '8385', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8386', '8386', '396', 'hween_c15_rubbish', '3', '0', '0', '1', '0', '0', '22', '8386', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8387', '8387', '396', 'hween_c15_road', '4', '0', '0', '1', '0', '0', '42', '8387', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8388', '8388', '396', 'hween_c15_altar', '25', '1', '5', '1', '0', '0', '60', '8388', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8389', '8389', '396', 'hween_c15_evilcloud', '7', '0', '0', '1', '0', '0', '28', '8389', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8390', '8390', '396', 'hween_c15_demoncat', '10', '0', '0', '1', '0', '0', '16', '8390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8391', '8391', '741', 'hween15_ltdhorseman2', '3', '0', '0', '1', '0', '0', '12', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8392', '8392', '683', 'hween15_horseman2', '4', '0', '0', '1', '0', '0', '2', '8392', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8393', '8393', '396', 'hween_c15_fire', '4', '0', '0', '1', '0', '0', '32', '8393', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8394', '8394', '396', 'hween_c15_pavement', '4', '0', '0', '1', '0', '0', '18', '8394', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8395', '8395', '741', 'hween15_ltdhorseman3', '3', '0', '0', '1', '0', '0', '13', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8396', '8396', '683', 'hween15_horseman1', '4', '0', '0', '1', '0', '0', '1', '8396', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8397', '8397', '396', 'hween_c15_sdcrack', '4', '0', '0', '1', '0', '0', '44', '8397', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8398', '8398', '396', 'hween_c15_sdwater', '6', '0', '0', '1', '0', '0', '23', '8398', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8399', '8399', '741', 'hween15_ltdhorseman1', '3', '0', '0', '1', '0', '0', '11', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8400', '8400', '396', 'hween_c15_lamp', '5', '0', '0', '1', '0', '0', '34', '8400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8401', '8401', '1171', 'hween15_saintta', '4', '0', '0', '1', '0', '0', '8', '8401', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8402', '8402', '683', 'hween15_horseman4', '4', '0', '0', '1', '0', '0', '4', '8402', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8403', '8403', '396', 'hween15_horseman5', '25', '0', '0', '1', '0', '0', '52', '8403', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8404', '8404', '396', 'hween_c15_purecrystal1', '1', '0', '0', '1', '0', '0', '62', '8404', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8405', '8405', '307', 'CF_750_evilskull', '750', '0', '0', '1', '0', '0', '31', '8405', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8406', '8406', '396', 'hween_c15_altarbed', '8', '0', '0', '1', '0', '0', '47', '8406', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8407', '8407', '243', 'horse_dye_18', '1', '0', '0', '1', '0', '0', '58', '8407', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8408', '8408', '423', 'fxbox_fx14', '3', '0', '0', '1', '0', '0', '205', '8408', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8409', '8409', '191', 'hween_c15_pumpkin2', '7', '0', '0', '1', '0', '0', '4', '8409', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8410', '8410', '191', 'hween_c15_pumpkin1', '7', '0', '0', '1', '0', '0', '3', '8410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8411', '8411', '59', 'ktchn_c15_chair_b', '4', '0', '0', '1', '0', '0', '42', '8411', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8412', '8412', '59', 'ktchn_c15_divdr', '4', '0', '0', '1', '0', '0', '49', '8412', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8413', '8413', '59', 'ktchn_c15_table_g', '4', '0', '0', '1', '0', '0', '61', '8413', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8414', '8414', '59', 'ktchn_c15_floor', '3', '0', '0', '1', '0', '0', '51', '8414', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8415', '8415', '59', 'ktchn_c15_bread', '3', '0', '0', '1', '0', '0', '40', '8415', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8416', '8416', '59', 'ktchn_c15_table_b', '4', '0', '0', '1', '0', '0', '60', '8416', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8417', '8417', '59', 'ktchn_c15_chopboard', '3', '0', '0', '1', '0', '0', '45', '8417', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8418', '8418', '59', 'ktchn_c15_chair_g', '4', '0', '0', '1', '0', '0', '43', '8418', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8419', '8419', '59', 'ktchn_c15_lamp_p', '3', '0', '0', '1', '0', '0', '56', '8419', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8420', '8420', '59', 'ktchn15_coffeemaker', '25', '1', '5', '1', '0', '0', '28', '8420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8421', '8421', '59', 'ktchn_c15_cereal', '3', '0', '0', '1', '0', '0', '41', '8421', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8422', '8422', '59', 'ktchn_c15_lamp_b', '3', '0', '0', '1', '0', '0', '54', '8422', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8423', '8423', '59', 'ktchn_c15_sink', '6', '0', '0', '1', '0', '0', '58', '8423', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8424', '8424', '59', 'ktchn_c15_chair_p', '4', '0', '0', '1', '0', '0', '44', '8424', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8425', '8425', '59', 'ktchn_c15_lamp_g', '3', '0', '0', '1', '0', '0', '55', '8425', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8426', '8426', '59', 'ktchn_c15_crn', '3', '0', '0', '1', '0', '0', '48', '8426', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8427', '8427', '59', 'ktchn15_cabinet', '25', '1', '5', '1', '0', '0', '70', '8427', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8428', '8428', '59', 'ktchn_c15_tele', '7', '0', '0', '1', '0', '0', '63', '8428', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8429', '8429', '59', 'ktchn_c15_dishwasher', '12', '0', '0', '1', '0', '0', '46', '8429', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8430', '8430', '59', 'ktchn_c15_table_p', '4', '0', '0', '1', '0', '0', '62', '8430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8431', '8431', '59', 'ktchn_c15_stove', '12', '0', '0', '1', '0', '0', '59', '8431', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8432', '8432', '59', 'ktchn15_bubblejuicerack', '50', '1', '5', '1', '0', '0', '72', '8432', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8433', '8433', '59', 'ktchn_c15_gate', '4', '0', '0', '1', '0', '0', '50', '8433', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8434', '8434', '59', 'ktchn15_fridge', '25', '1', '5', '1', '0', '0', '71', '8434', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8435', '8435', '59', 'ktchn_c15_food', '3', '0', '0', '1', '0', '0', '52', '8435', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8436', '8436', '59', 'ktchn_c15_microwave', '8', '0', '0', '1', '0', '0', '57', '8436', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8437', '8437', '59', 'ktchn_c15_drinks', '3', '0', '0', '1', '0', '0', '53', '8437', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8438', '8438', '1170', 'habbo15_pumpkin1', '4', '0', '0', '1', '0', '0', '1', '8438', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8439', '8439', '1170', 'habbo15_pumpkin2', '4', '0', '0', '1', '0', '0', '2', '8439', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8440', '8440', '485', 'xmas_c15_bushy1', '3', '0', '0', '1', '0', '0', '55', '8440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8441', '8441', '727', 'gold_c15_arc_div2', '4', '0', '0', '1', '0', '0', '4', '8441', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8442', '8442', '727', 'gold_c15_arc_seat', '4', '0', '0', '1', '0', '0', '10', '8442', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8443', '8443', '727', 'gold_c15_arc_icerug', '4', '0', '0', '1', '0', '0', '1', '8443', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8444', '8444', '727', 'gold_c15_arc_statue', '4', '0', '0', '1', '0', '0', '11', '8444', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8445', '8445', '727', 'gold_c15_arc_div1', '4', '0', '0', '1', '0', '0', '3', '8445', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8446', '8446', '727', 'gold_c15_arc_lantern', '4', '0', '0', '1', '0', '0', '9', '8446', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8447', '8447', '727', 'gold_c15_arc_lamp', '4', '0', '0', '1', '0', '0', '8', '8447', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8448', '8448', '727', 'gold_c15_arc_camp', '4', '0', '0', '1', '0', '0', '1', '8448', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8449', '8449', '727', 'gold_c15_arc_tub', '4', '0', '0', '1', '0', '0', '17', '8449', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8450', '8450', '727', 'gold_c15_arc_chair', '4', '0', '0', '1', '0', '0', '2', '8450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8451', '8451', '637', 'gold_rare_crackable', '3', '0', '0', '1', '0', '0', '99', '8451', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8452', '8452', '727', 'gold_c15_arc_tree1', '4', '0', '0', '1', '0', '0', '13', '8452', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8453', '8453', '727', 'gold_c15_arc_table', '4', '0', '0', '1', '0', '0', '12', '8453', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8454', '8454', '727', 'gold_c15_arc_geysir', '4', '0', '0', '1', '0', '0', '5', '8454', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8455', '8455', '727', 'gold_c15_arc_tele', '4', '0', '0', '1', '0', '0', '14', '8455', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8456', '8456', '727', 'gold_c15_arc_hole', '4', '0', '0', '1', '0', '0', '6', '8456', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8457', '8457', '727', 'gold_c15_arc_snow', '4', '0', '0', '1', '0', '0', '10', '8457', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8458', '8458', '727', 'gold_c15_arc_tree2', '4', '0', '0', '1', '0', '0', '14', '8458', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8459', '8459', '741', 'xmas15_nutcrackerltd', '4', '0', '0', '1', '0', '0', '19', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8460', '8460', '485', 'xmas_c15_advent6', '2', '0', '0', '1', '0', '0', '68', '8460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8461', '8461', '485', 'xmas_c15_bushy5', '3', '0', '0', '1', '0', '0', '59', '8461', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8462', '8462', '206', 'clothing_santapants', '5', '0', '0', '1', '0', '0', '7', '8462', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8463', '8463', '485', 'xmas_c15_store1', '7', '0', '0', '1', '0', '0', '47', '8463', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8464', '8464', '310', 'clothing_bscarf', '6', '0', '0', '1', '0', '0', '52', '8464', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8465', '8465', '485', 'xmas_c15_roof1', '4', '0', '0', '1', '0', '0', '41', '8465', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8466', '8466', '485', 'winter15_freeze', '25', '1', '5', '1', '0', '0', '71', '8466', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8467', '8467', '485', 'xmas_c15_fnc', '4', '0', '0', '1', '0', '0', '36', '8467', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8468', '8468', '1202', 'winter15_wpost', '4', '0', '0', '1', '0', '0', '54', '8468', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8469', '8469', '485', 'winter15_icehockey', '25', '1', '5', '1', '0', '0', '72', '8469', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8470', '8470', '485', 'xmas_c15_buildbase2', '5', '0', '0', '1', '0', '0', '26', '8470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8471', '8471', '485', 'xmas_c15_bushy3', '3', '0', '0', '1', '0', '0', '57', '8471', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8472', '8472', '485', 'xmas_c15_store4', '7', '0', '0', '1', '0', '0', '49', '8472', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8473', '8473', '310', 'clothing_xmasbow', '6', '0', '0', '1', '0', '0', '51', '8473', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8474', '8474', '485', 'xmas_c15_advent5', '2', '0', '0', '1', '0', '0', '65', '8474', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8475', '8475', '485', 'xmas_c15_poinsettia', '2', '0', '0', '1', '0', '0', '40', '8475', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8476', '8476', '485', 'xmas_c15_buildbase1', '5', '0', '0', '1', '0', '0', '25', '8476', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8477', '8477', '485', 'xmas_c15_crnr', '3', '0', '0', '1', '0', '0', '35', '8477', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8478', '8478', '485', 'xmas15_clocktower', '50', '1', '5', '1', '0', '0', '54', '8478', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8479', '8479', '200', 'clothing_santaoutfit', '15', '0', '0', '1', '0', '0', '21', '8479', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8480', '8480', '200', 'clothing_cladyoutfit', '15', '0', '0', '1', '0', '0', '20', '8480', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8481', '8481', '485', 'xmas_c15_store2', '7', '0', '0', '1', '0', '0', '48', '8481', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8482', '8482', '485', 'xmas_c15_stall', '5', '0', '0', '1', '0', '0', '45', '8482', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8483', '8483', '485', 'xmas_c15_snow', '3', '0', '0', '1', '0', '0', '43', '8483', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8484', '8484', '485', 'xmas_c15_bndstnd', '9', '0', '0', '1', '0', '0', '13', '8484', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8485', '8485', '485', 'xmas15_rudolf', '25', '1', '5', '1', '0', '0', '51', '8485', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8486', '8486', '485', 'xmas_c15_roof2', '4', '0', '0', '1', '0', '0', '42', '8486', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8487', '8487', '203', 'clothing_cladydress', '5', '0', '0', '1', '0', '0', '9', '8487', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8488', '8488', '485', 'xmas_c15_advent2', '2', '0', '0', '1', '0', '0', '62', '8488', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8489', '8489', '1202', 'winter15_tree4', '6', '0', '0', '1', '0', '0', '53', '8489', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8490', '8490', '485', 'xmas_c15_bushy2', '3', '0', '0', '1', '0', '0', '56', '8490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8491', '8491', '741', 'xmas15_wishltd', '4', '0', '0', '1', '0', '0', '20', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8492', '8492', '485', 'xmas_c15_advent8', '2', '0', '0', '1', '0', '0', '67', '8492', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8493', '8493', '201', 'clothing_cladyhair', '6', '0', '0', '1', '0', '0', '47', '8493', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8494', '8494', '741', 'xmas15_glowdeerltd', '4', '0', '0', '1', '0', '0', '18', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8495', '8495', '204', 'clothing_santatop', '5', '0', '0', '1', '0', '0', '29', '8495', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8496', '8496', '310', 'clothing_ribbon', '6', '0', '0', '1', '0', '0', '50', '8496', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8497', '8497', '485', 'xmas_c15_advent3', '2', '0', '0', '1', '0', '0', '63', '8497', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8498', '8498', '202', 'clothing_santahat', '6', '0', '0', '1', '0', '0', '19', '8498', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8499', '8499', '485', 'xmas_c15_reindeer', '10', '0', '0', '1', '0', '0', '11', '8499', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8500', '8500', '741', 'xmas15_fountainltd', '4', '0', '0', '1', '0', '0', '17', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8501', '8501', '310', 'clothing_snood', '6', '0', '0', '1', '0', '0', '49', '8501', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8502', '8502', '485', 'xmas_c15_store3', '5', '0', '0', '1', '0', '0', '50', '8502', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8503', '8503', '485', 'xmas_c15_advent1', '2', '0', '0', '1', '0', '0', '61', '8503', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8504', '8504', '485', 'xmas_c15_arch', '7', '0', '0', '1', '0', '0', '24', '8504', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8505', '8505', '1202', 'winter15_fnc_crnr', '4', '0', '0', '1', '0', '0', '51', '8505', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8506', '8506', '485', 'xmas_c15_advent4', '2', '0', '0', '1', '0', '0', '64', '8506', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8507', '8507', '208', 'clothing_cladyshoes', '4', '0', '0', '1', '0', '0', '7', '8507', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8508', '8508', '485', 'winter15_snowboard', '25', '1', '5', '1', '0', '0', '74', '8508', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8509', '8509', '201', 'clothing_santabeard', '2', '0', '0', '1', '0', '0', '103', '8509', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8510', '8510', '485', 'xmas_c15_mntn', '10', '0', '0', '1', '0', '0', '39', '8510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8511', '8511', '485', 'xmas15_stand', '25', '1', '5', '1', '0', '0', '53', '8511', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8512', '8512', '485', 'xmas_c15_buildmid2', '5', '0', '0', '1', '0', '0', '28', '8512', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8513', '8513', '485', 'xmas_c15_bushy6', '3', '0', '0', '1', '0', '0', '60', '8513', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8514', '8514', '485', 'xmas_c15_snwbush', '3', '0', '0', '1', '0', '0', '44', '8514', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8515', '8515', '485', 'xmas15_sleigh', '25', '1', '5', '1', '0', '0', '52', '8515', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8516', '8516', '485', 'winter15_iceskater', '25', '1', '5', '1', '0', '0', '73', '8516', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8517', '8517', '485', 'xmas_c15_alpinetree', '7', '0', '0', '1', '0', '0', '23', '8517', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8518', '8518', '310', 'clothing_knitband', '6', '0', '0', '1', '0', '0', '48', '8518', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8519', '8519', '485', 'xmas_c15_decotree', '15', '0', '0', '1', '0', '0', '37', '8519', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8520', '8520', '485', 'xmas_c15_stone', '3', '0', '0', '1', '0', '0', '43', '8520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8521', '8521', '485', 'xmas_c15_bushy4', '3', '0', '0', '1', '0', '0', '58', '8521', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8522', '8522', '1202', 'winter15_lmppst', '5', '0', '0', '1', '0', '0', '52', '8522', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8523', '8523', '485', 'xmas_c15_advent7', '2', '0', '0', '1', '0', '0', '66', '8523', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8524', '8524', '485', 'xmas_c15_mlight', '5', '0', '0', '1', '0', '0', '38', '8524', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8525', '8525', '485', 'xmas_c15_buildmid1', '5', '0', '0', '1', '0', '0', '27', '8525', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8526', '8526', '202', 'clothing_knithat', '6', '0', '0', '1', '0', '0', '40', '8526', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8527', '8527', '229', 'hc16_10', '3', '0', '5', '1', '0', '0', '18', '8527', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8528', '8528', '229', 'hc16_1', '3', '0', '5', '1', '0', '0', '18', '8528', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8529', '8529', '229', 'hc16_4', '3', '0', '5', '1', '0', '0', '19', '8529', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8530', '8530', '229', 'hc16_12', '3', '0', '5', '1', '0', '0', '20', '8530', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8531', '8531', '229', 'hc16_11', '3', '0', '5', '1', '0', '0', '21', '8531', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8532', '8532', '229', 'hc16_5', '3', '0', '5', '1', '0', '0', '22', '8532', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8533', '8533', '229', 'hc16_9', '3', '0', '5', '1', '0', '0', '23', '8533', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8534', '8534', '229', 'hc16_7', '3', '0', '5', '1', '0', '0', '24', '8534', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8535', '8535', '229', 'hc16_2', '3', '0', '5', '1', '0', '0', '25', '8535', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8536', '8536', '229', 'hc16_6', '3', '0', '5', '1', '0', '0', '26', '8536', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8537', '8537', '229', 'hc16_3', '3', '0', '5', '1', '0', '0', '27', '8537', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8538', '8538', '229', 'hc16_8', '3', '0', '5', '1', '0', '0', '28', '8538', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('8539', '8539', '472', 'ny16_stars', '6', '0', '0', '1', '0', '0', '12', '8539', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8540', '8540', '581', 'clothing_party5', '5', '0', '0', '1', '0', '0', '5', '8540', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8541', '8541', '581', 'clothing_party4', '5', '0', '0', '1', '0', '0', '4', '8541', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8542', '8542', '581', 'clothing_party8', '5', '0', '0', '1', '0', '0', '8', '8542', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8543', '8543', '581', 'clothing_party6', '5', '0', '0', '1', '0', '0', '6', '8543', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8544', '8544', '472', 'ny_c16_sign', '4', '0', '0', '1', '0', '0', '11', '8544', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8545', '8545', '581', 'clothing_party3', '5', '0', '0', '1', '0', '0', '3', '8545', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8546', '8546', '581', 'clothing_party7', '5', '0', '0', '1', '0', '0', '7', '8546', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8547', '8547', '468', 'cny16_monkeyballoon', '10', '0', '0', '1', '0', '0', '55', '8547', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8548', '8548', '668', 'ny16_crackable', '7', '0', '0', '1', '0', '0', '1', '8548', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8549', '8549', '585', 'clothing_goldpack1', '5', '0', '0', '1', '0', '0', '1', '8549', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8550', '8550', '302', 'china_monkey', '10', '0', '0', '1', '0', '0', '24', '8550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8551', '8551', '307', 'CF_1200_ny16', '1200', '0', '0', '1', '0', '0', '36', '8551', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8552', '8552', '255', 'tile_fxprovider_nfs', '4', '0', '0', '1', '0', '0', '99', '8552', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8553', '8553', '580', 'clothing_hat_space1', '5', '0', '0', '1', '0', '0', '1', '8553', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8554', '8554', '597', 'rare_prize16_1', '4', '0', '0', '1', '0', '0', '1', '8554', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8555', '8555', '597', 'rare_prize16_10', '4', '0', '0', '1', '0', '0', '10', '8555', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8556', '8556', '597', 'rare_prize16_11', '4', '0', '0', '1', '0', '0', '10', '8556', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8557', '8557', '597', 'rare_prize16_12', '4', '0', '0', '1', '0', '0', '11', '8557', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8558', '8558', '597', 'rare_prize16_13', '4', '0', '0', '1', '0', '0', '12', '8558', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8559', '8559', '597', 'rare_prize16_14', '4', '0', '0', '1', '0', '0', '14', '8559', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8560', '8560', '597', 'rare_prize16_2', '4', '0', '0', '1', '0', '0', '2', '8560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8561', '8561', '597', 'rare_prize16_3', '4', '0', '0', '1', '0', '0', '3', '8561', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8562', '8562', '597', 'rare_prize16_4', '4', '0', '0', '1', '0', '0', '4', '8562', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8563', '8563', '597', 'rare_prize16_5', '4', '0', '0', '1', '0', '0', '5', '8563', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8564', '8564', '597', 'rare_prize16_6', '4', '0', '0', '1', '0', '0', '6', '8564', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8565', '8565', '597', 'rare_prize16_7', '4', '0', '0', '1', '0', '0', '7', '8565', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8566', '8566', '597', 'rare_prize16_8', '4', '0', '0', '1', '0', '0', '8', '8566', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8567', '8567', '597', 'rare_prize16_9', '4', '0', '0', '1', '0', '0', '9', '8567', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8568', '8568', '457', 'val16_float2', '25', '1', '5', '1', '0', '0', '2', '8568', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8569', '8569', '457', 'val_c16_lovebirds', '7', '0', '0', '1', '0', '0', '5', '8569', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8570', '8570', '457', 'val_c16_tikicat', '4', '0', '0', '1', '0', '0', '7', '8570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8571', '8571', '457', 'val_c16_tikicat2', '4', '0', '0', '1', '0', '0', '8', '8571', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8572', '8572', '457', 'val16_float3', '25', '1', '5', '1', '0', '0', '3', '8572', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8573', '8573', '457', 'val_c16_shellfountain', '10', '0', '0', '1', '0', '0', '6', '8573', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8574', '8574', '457', 'val16_float1', '25', '1', '5', '1', '0', '0', '1', '8574', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8575', '8575', '457', 'val16_float4', '25', '1', '5', '1', '0', '0', '4', '8575', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8576', '8576', '457', 'val_c16_vase', '6', '0', '0', '1', '0', '0', '9', '8576', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8577', '8577', '742', 'easter16_habberge6ltd', '4', '0', '0', '1', '0', '0', '1', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8578', '8578', '204', 'clothing_pjtop3', '5', '0', '0', '1', '0', '0', '28', '8578', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8579', '8579', '206', 'clothing_sportpants', '5', '0', '0', '1', '0', '0', '6', '8579', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8580', '8580', '200', 'clothing_urbanoutfit', '16', '0', '0', '1', '0', '0', '17', '8580', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8581', '8581', '310', 'clothing_tiedjumper', '6', '0', '0', '1', '0', '0', '47', '8581', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8582', '8582', '310', 'clothing_cumberband', '6', '0', '0', '1', '0', '0', '46', '8582', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8583', '8583', '200', 'clothing_casualoutfit1', '12', '0', '0', '1', '0', '0', '16', '8583', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8584', '8584', '201', 'clothing_manbun', '6', '0', '0', '1', '0', '0', '45', '8584', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8585', '8585', '204', 'clothing_denimvest', '5', '0', '0', '1', '0', '0', '27', '8585', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8586', '8586', '206', 'clothing_pjbottoms1', '5', '0', '0', '1', '0', '0', '5', '8586', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8587', '8587', '204', 'clothing_pjtop1', '5', '0', '0', '1', '0', '0', '26', '8587', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8588', '8588', '310', 'clothing_hipsterglasses', '6', '0', '0', '1', '0', '0', '45', '8588', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8589', '8589', '204', 'clothing_tux', '5', '0', '0', '1', '0', '0', '25', '8589', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8590', '8590', '310', 'clothing_tie1', '6', '0', '0', '1', '0', '0', '44', '8590', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8591', '8591', '1242', 'clothing_bandage', '6', '0', '0', '1', '0', '0', '18', '8591', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8592', '8592', '206', 'clothing_denimshorts', '5', '0', '0', '1', '0', '0', '4', '8592', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8593', '8593', '1242', 'clothing_brainjar', '6', '0', '0', '1', '0', '0', '17', '8593', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8594', '8594', '400', 'easter_c16_mallowduck', '5', '0', '0', '1', '0', '0', '30', '8594', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8595', '8595', '200', 'clothing_floraloutfit', '18', '0', '0', '1', '0', '0', '15', '8595', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8596', '8596', '742', 'easter16_habberge9ltd', '4', '0', '0', '1', '0', '0', '4', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8597', '8597', '1242', 'clothing_duckhat', '6', '0', '0', '1', '0', '0', '1242', '8597', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8598', '8598', '200', 'clothing_punkoutfit2', '18', '0', '0', '1', '0', '0', '13', '8598', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8599', '8599', '204', 'clothing_tuxshirt', '5', '0', '0', '1', '0', '0', '24', '8599', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8600', '8600', '200', 'clothing_pjoutfit1', '12', '0', '0', '1', '0', '0', '6', '8600', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8601', '8601', '200', 'clothing_hipoutfit3', '16', '0', '0', '1', '0', '0', '11', '8601', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8602', '8602', '208', 'clothing_sliponcanvas', '4', '0', '0', '1', '0', '0', '6', '8602', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8603', '8603', '200', 'clothing_punkoutfit1', '16', '0', '0', '1', '0', '0', '12', '8603', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8604', '8604', '202', 'clothing_backcap', '4', '0', '0', '1', '0', '0', '15', '8604', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8605', '8605', '580', 'clothing_mermaid', '4', '0', '0', '1', '0', '0', '2', '8605', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8606', '8606', '205', 'clothing_twotonehoodie', '5', '0', '0', '1', '0', '0', '10', '8606', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8607', '8607', '201', 'clothing_hipster2', '6', '0', '0', '1', '0', '0', '44', '8607', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8608', '8608', '742', 'easter16_habberge8ltd', '4', '0', '0', '1', '0', '0', '3', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8609', '8609', '201', 'clothing_disco', '6', '0', '0', '1', '0', '0', '41', '8609', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8610', '8610', '204', 'clothing_longtshirt', '5', '0', '0', '1', '0', '0', '23', '8610', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8611', '8611', '205', 'clothing_sportsjckt', '5', '0', '0', '1', '0', '0', '9', '8611', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8612', '8612', '203', 'clothing_polkadress', '5', '0', '0', '1', '0', '0', '8', '8612', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8613', '8613', '205', 'clothing_tuxoutfit', '5', '0', '0', '1', '0', '0', '8', '8613', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8614', '8614', '204', 'clothing_rippedtop', '5', '0', '0', '1', '0', '0', '22', '8614', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8615', '8615', '742', 'easter16_habberge7 td', '4', '0', '0', '1', '0', '0', '2', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8616', '8616', '200', 'clothing_hipoutfit1', '16', '0', '0', '1', '0', '0', '9', '8616', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8617', '8617', '200', 'clothing_hipoutfit2', '18', '0', '0', '1', '0', '0', '10', '8617', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8618', '8618', '1242', 'clothing_camera', '6', '0', '0', '1', '0', '0', '43', '8618', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8619', '8619', '201', 'clothing_bedhair', '6', '0', '0', '1', '0', '0', '40', '8619', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8620', '8620', '204', 'clothing_halter', '5', '0', '0', '1', '0', '0', '21', '8620', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8621', '8621', '200', 'clothing_pjoutfit2', '12', '0', '0', '1', '0', '0', '7', '8621', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8622', '8622', '204', 'clothing_pjtop2', '5', '0', '0', '1', '0', '0', '20', '8622', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8623', '8623', '200', 'clothing_pjoutfit3', '12', '0', '0', '1', '0', '0', '8', '8623', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8624', '8624', '204', 'clothing_offshldrjumper', '5', '0', '0', '1', '0', '0', '19', '8624', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8625', '8625', '580', 'clothing_bigshades', '6', '0', '0', '1', '0', '0', '3', '8625', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8626', '8626', '580', 'clothing_noblecrown', '5', '0', '0', '1', '0', '0', '4', '8626', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8627', '8627', '201', 'clothing_ombrehr', '6', '0', '0', '1', '0', '0', '39', '8627', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8628', '8628', '1244', 'bonusrare16_4_1', '4', '0', '0', '1', '0', '0', '13', '8628', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8629', '8629', '1244', 'bonusrare16_4_2', '4', '0', '0', '1', '0', '0', '14', '8629', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8630', '8630', '1244', 'bonusrare16_4_3', '4', '0', '0', '1', '0', '0', '15', '8630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8631', '8631', '1244', 'bonusrare16_4_4', '4', '0', '0', '1', '0', '0', '16', '8631', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8632', '8632', '762', 'icedblk_c16_table', '3', '0', '0', '1', '0', '0', '165', '8632', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8633', '8633', '762', 'icedblk_c16_table_10', '3', '0', '0', '1', '0', '0', '174', '8633', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8634', '8634', '762', 'icedblk_c16_table_2', '3', '0', '0', '1', '0', '0', '166', '8634', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8635', '8635', '762', 'icedblk_c16_table_3', '3', '0', '0', '1', '0', '0', '167', '8635', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8636', '8636', '762', 'icedblk_c16_table_4', '3', '0', '0', '1', '0', '0', '168', '8636', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8637', '8637', '762', 'icedblk_c16_table_5', '3', '0', '0', '1', '0', '0', '169', '8637', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8638', '8638', '762', 'icedblk_c16_table_6', '3', '0', '0', '1', '0', '0', '170', '8638', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8639', '8639', '762', 'icedblk_c16_table_7', '3', '0', '0', '1', '0', '0', '171', '8639', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8640', '8640', '762', 'icedblk_c16_table_8', '3', '0', '0', '1', '0', '0', '172', '8640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8641', '8641', '762', 'icedblk_c16_table_9', '3', '0', '0', '1', '0', '0', '173', '8641', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8642', '8642', '762', 'icedblk_c16_div4', '5', '0', '0', '1', '0', '0', '75', '8642', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8643', '8643', '762', 'icedblk_c16_div4_10', '5', '0', '0', '1', '0', '0', '84', '8643', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8644', '8644', '762', 'icedblk_c16_div4_2', '5', '0', '0', '1', '0', '0', '76', '8644', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8645', '8645', '762', 'icedblk_c16_div4_3', '5', '0', '0', '1', '0', '0', '77', '8645', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8646', '8646', '762', 'icedblk_c16_div4_4', '5', '0', '0', '1', '0', '0', '78', '8646', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8647', '8647', '762', 'icedblk_c16_div4_5', '5', '0', '0', '1', '0', '0', '79', '8647', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8648', '8648', '762', 'icedblk_c16_div4_6', '5', '0', '0', '1', '0', '0', '80', '8648', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8649', '8649', '762', 'icedblk_c16_div4_7', '5', '0', '0', '1', '0', '0', '81', '8649', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8650', '8650', '762', 'icedblk_c16_div4_8', '5', '0', '0', '1', '0', '0', '82', '8650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8651', '8651', '762', 'icedblk_c16_div4_9', '5', '0', '0', '1', '0', '0', '83', '8651', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8652', '8652', '762', 'icedblk_c16_div2', '3', '0', '0', '1', '0', '0', '45', '8652', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8653', '8653', '762', 'icedblk_c16_div2_10', '3', '0', '0', '1', '0', '0', '54', '8653', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8654', '8654', '762', 'icedblk_c16_div2_2', '3', '0', '0', '1', '0', '0', '46', '8654', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8655', '8655', '762', 'icedblk_c16_div2_3', '3', '0', '0', '1', '0', '0', '47', '8655', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8656', '8656', '762', 'icedblk_c16_div2_4', '3', '0', '0', '1', '0', '0', '48', '8656', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8657', '8657', '762', 'icedblk_c16_div2_5', '3', '0', '0', '1', '0', '0', '49', '8657', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8658', '8658', '762', 'icedblk_c16_div2_6', '3', '0', '0', '1', '0', '0', '50', '8658', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8659', '8659', '762', 'icedblk_c16_div2_7', '3', '0', '0', '1', '0', '0', '51', '8659', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8660', '8660', '762', 'icedblk_c16_div2_8', '3', '0', '0', '1', '0', '0', '52', '8660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8661', '8661', '762', 'icedblk_c16_div2_9', '3', '0', '0', '1', '0', '0', '53', '8661', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8662', '8662', '762', 'icedblk_c16_couch', '3', '0', '0', '1', '0', '0', '15', '8662', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8663', '8663', '762', 'icedblk_c16_couch_10', '3', '0', '0', '1', '0', '0', '24', '8663', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8664', '8664', '762', 'icedblk_c16_couch_2', '3', '0', '0', '1', '0', '0', '16', '8664', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8665', '8665', '762', 'icedblk_c16_couch_3', '3', '0', '0', '1', '0', '0', '17', '8665', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8666', '8666', '762', 'icedblk_c16_couch_4', '3', '0', '0', '1', '0', '0', '18', '8666', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8667', '8667', '762', 'icedblk_c16_couch_5', '3', '0', '0', '1', '0', '0', '19', '8667', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8668', '8668', '762', 'icedblk_c16_couch_6', '3', '0', '0', '1', '0', '0', '20', '8668', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8669', '8669', '762', 'icedblk_c16_couch_7', '3', '0', '0', '1', '0', '0', '21', '8669', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8670', '8670', '762', 'icedblk_c16_couch_8', '3', '0', '0', '1', '0', '0', '22', '8670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8671', '8671', '762', 'icedblk_c16_couch_9', '3', '0', '0', '1', '0', '0', '23', '8671', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8672', '8672', '762', 'icedblk_c16_div3', '4', '0', '0', '1', '0', '0', '60', '8672', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8673', '8673', '762', 'icedblk_c16_div3_10', '4', '0', '0', '1', '0', '0', '69', '8673', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8674', '8674', '762', 'icedblk_c16_div3_2', '4', '0', '0', '1', '0', '0', '61', '8674', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8675', '8675', '762', 'icedblk_c16_div3_3', '4', '0', '0', '1', '0', '0', '62', '8675', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8676', '8676', '762', 'icedblk_c16_div3_4', '4', '0', '0', '1', '0', '0', '63', '8676', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8677', '8677', '762', 'icedblk_c16_div3_5', '4', '0', '0', '1', '0', '0', '64', '8677', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8678', '8678', '762', 'icedblk_c16_div3_6', '4', '0', '0', '1', '0', '0', '65', '8678', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8679', '8679', '762', 'icedblk_c16_div3_7', '4', '0', '0', '1', '0', '0', '66', '8679', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8680', '8680', '762', 'icedblk_c16_div3_8', '4', '0', '0', '1', '0', '0', '67', '8680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8681', '8681', '762', 'icedblk_c16_div3_9', '4', '0', '0', '1', '0', '0', '68', '8681', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8682', '8682', '762', 'icedblk_c16_solarium', '4', '0', '0', '1', '0', '0', '150', '8682', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8683', '8683', '762', 'icedblk_c16_solarium_10', '4', '0', '0', '1', '0', '0', '159', '8683', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8684', '8684', '762', 'icedblk_c16_solarium_2', '4', '0', '0', '1', '0', '0', '151', '8684', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8685', '8685', '762', 'icedblk_c16_solarium_3', '4', '0', '0', '1', '0', '0', '152', '8685', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8686', '8686', '762', 'icedblk_c16_solarium_4', '4', '0', '0', '1', '0', '0', '153', '8686', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8687', '8687', '762', 'icedblk_c16_solarium_5', '4', '0', '0', '1', '0', '0', '154', '8687', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8688', '8688', '762', 'icedblk_c16_solarium_6', '4', '0', '0', '1', '0', '0', '155', '8688', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8689', '8689', '762', 'icedblk_c16_solarium_7', '4', '0', '0', '1', '0', '0', '156', '8689', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8690', '8690', '762', 'icedblk_c16_solarium_8', '4', '0', '0', '1', '0', '0', '157', '8690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8691', '8691', '762', 'icedblk_c16_solarium_9', '4', '0', '0', '1', '0', '0', '158', '8691', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8692', '8692', '762', 'icedblk_c16_shelves', '4', '0', '0', '1', '0', '0', '105', '8692', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8693', '8693', '762', 'icedblk_c16_shelves_10', '4', '0', '0', '1', '0', '0', '114', '8693', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8694', '8694', '762', 'icedblk_c16_shelves_2', '4', '0', '0', '1', '0', '0', '106', '8694', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8695', '8695', '762', 'icedblk_c16_shelves_3', '4', '0', '0', '1', '0', '0', '107', '8695', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8696', '8696', '762', 'icedblk_c16_shelves_4', '4', '0', '0', '1', '0', '0', '108', '8696', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8697', '8697', '762', 'icedblk_c16_shelves_5', '4', '0', '0', '1', '0', '0', '109', '8697', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8698', '8698', '762', 'icedblk_c16_shelves_6', '4', '0', '0', '1', '0', '0', '110', '8698', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8699', '8699', '762', 'icedblk_c16_shelves_7', '4', '0', '0', '1', '0', '0', '111', '8699', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8700', '8700', '762', 'icedblk_c16_shelves_8', '4', '0', '0', '1', '0', '0', '112', '8700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8701', '8701', '762', 'icedblk_c16_shelves_9', '4', '0', '0', '1', '0', '0', '113', '8701', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8702', '8702', '762', 'icedblk_c16_sofachair', '4', '0', '0', '1', '0', '0', '120', '8702', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8703', '8703', '762', 'icedblk_c16_sofachair_10', '2', '0', '0', '1', '0', '0', '129', '8703', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8704', '8704', '762', 'icedblk_c16_sofachair_2', '2', '0', '0', '1', '0', '0', '121', '8704', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8705', '8705', '762', 'icedblk_c16_sofachair_3', '2', '0', '0', '1', '0', '0', '122', '8705', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8706', '8706', '762', 'icedblk_c16_sofachair_4', '2', '0', '0', '1', '0', '0', '123', '8706', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8707', '8707', '762', 'icedblk_c16_sofachair_5', '2', '0', '0', '1', '0', '0', '124', '8707', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8708', '8708', '762', 'icedblk_c16_sofachair_6', '2', '0', '0', '1', '0', '0', '125', '8708', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8709', '8709', '762', 'icedblk_c16_sofachair_7', '2', '0', '0', '1', '0', '0', '126', '8709', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8710', '8710', '762', 'icedblk_c16_sofachair_8', '2', '0', '0', '1', '0', '0', '127', '8710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8711', '8711', '762', 'icedblk_c16_sofachair_9', '2', '0', '0', '1', '0', '0', '128', '8711', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8712', '8712', '762', 'icedblk_c16_div1', '3', '0', '0', '1', '0', '0', '30', '8712', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8713', '8713', '762', 'icedblk_c16_div1_10', '3', '0', '0', '1', '0', '0', '39', '8713', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8714', '8714', '762', 'icedblk_c16_div1_2', '3', '0', '0', '1', '0', '0', '31', '8714', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8715', '8715', '762', 'icedblk_c16_div1_3', '3', '0', '0', '1', '0', '0', '32', '8715', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8716', '8716', '762', 'icedblk_c16_div1_4', '3', '0', '0', '1', '0', '0', '33', '8716', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8717', '8717', '762', 'icedblk_c16_div1_5', '3', '0', '0', '1', '0', '0', '34', '8717', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8718', '8718', '762', 'icedblk_c16_div1_6', '3', '0', '0', '1', '0', '0', '35', '8718', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8719', '8719', '762', 'icedblk_c16_div1_7', '3', '0', '0', '1', '0', '0', '36', '8719', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8720', '8720', '762', 'icedblk_c16_div1_8', '3', '0', '0', '1', '0', '0', '37', '8720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8721', '8721', '762', 'icedblk_c16_div1_9', '3', '0', '0', '1', '0', '0', '38', '8721', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8722', '8722', '762', 'icedblk_c16_sofa', '3', '0', '0', '1', '0', '0', '135', '8722', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8723', '8723', '762', 'icedblk_c16_sofa_10', '3', '0', '0', '1', '0', '0', '144', '8723', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8724', '8724', '762', 'icedblk_c16_sofa_2', '3', '0', '0', '1', '0', '0', '136', '8724', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8725', '8725', '762', 'icedblk_c16_sofa_3', '3', '0', '0', '1', '0', '0', '137', '8725', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8726', '8726', '762', 'icedblk_c16_sofa_4', '3', '0', '0', '1', '0', '0', '138', '8726', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8727', '8727', '762', 'icedblk_c16_sofa_5', '3', '0', '0', '1', '0', '0', '139', '8727', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8728', '8728', '762', 'icedblk_c16_sofa_6', '3', '0', '0', '1', '0', '0', '140', '8728', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8729', '8729', '762', 'icedblk_c16_sofa_7', '3', '0', '0', '1', '0', '0', '141', '8729', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8730', '8730', '762', 'icedblk_c16_sofa_8', '3', '0', '0', '1', '0', '0', '142', '8730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8731', '8731', '762', 'icedblk_c16_sofa_9', '3', '0', '0', '1', '0', '0', '143', '8731', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8732', '8732', '762', 'icedblk_c16_chair', '2', '0', '0', '1', '0', '0', '1', '8732', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8733', '8733', '762', 'icedblk_c16_chair_10', '2', '0', '0', '1', '0', '0', '10', '8733', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8734', '8734', '762', 'icedblk_c16_chair_2', '2', '0', '0', '1', '0', '0', '2', '8734', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8735', '8735', '762', 'icedblk_c16_chair_3', '2', '0', '0', '1', '0', '0', '3', '8735', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8736', '8736', '762', 'icedblk_c16_chair_4', '2', '0', '0', '1', '0', '0', '4', '8736', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8737', '8737', '762', 'icedblk_c16_chair_5', '2', '0', '0', '1', '0', '0', '5', '8737', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8738', '8738', '762', 'icedblk_c16_chair_6', '2', '0', '0', '1', '0', '0', '6', '8738', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8739', '8739', '762', 'icedblk_c16_chair_7', '2', '0', '0', '1', '0', '0', '7', '8739', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8740', '8740', '762', 'icedblk_c16_chair_8', '2', '0', '0', '1', '0', '0', '8', '8740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8741', '8741', '762', 'icedblk_c16_chair_9', '2', '0', '0', '1', '0', '0', '9', '8741', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8742', '8742', '762', 'icedblk_c16_div5', '3', '0', '0', '1', '0', '0', '90', '8742', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8743', '8743', '762', 'icedblk_c16_div5_10', '3', '0', '0', '1', '0', '0', '99', '8743', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8744', '8744', '762', 'icedblk_c16_div5_2', '3', '0', '0', '1', '0', '0', '91', '8744', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8745', '8745', '762', 'icedblk_c16_div5_3', '3', '0', '0', '1', '0', '0', '92', '8745', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8746', '8746', '762', 'icedblk_c16_div5_4', '3', '0', '0', '1', '0', '0', '93', '8746', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8747', '8747', '762', 'icedblk_c16_div5_5', '3', '0', '0', '1', '0', '0', '94', '8747', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8748', '8748', '762', 'icedblk_c16_div5_6', '3', '0', '0', '1', '0', '0', '95', '8748', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8749', '8749', '762', 'icedblk_c16_div5_7', '3', '0', '0', '1', '0', '0', '96', '8749', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8750', '8750', '762', 'icedblk_c16_div5_8', '3', '0', '0', '1', '0', '0', '97', '8750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8751', '8751', '762', 'icedblk_c16_div5_9', '3', '0', '0', '1', '0', '0', '98', '8751', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8752', '8752', '656', 'purablk_c16_shelve', '3', '0', '0', '1', '0', '0', '4', '8752', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8753', '8753', '656', 'purablk_c16_eleblock_1', '2', '0', '0', '1', '0', '0', '40', '8753', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8754', '8754', '656', 'purablk_c16_eleblock_10', '2', '0', '0', '1', '0', '0', '46', '8754', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8755', '8755', '656', 'purablk_c16_eleblock_2', '2', '0', '0', '1', '0', '0', '45', '8755', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8756', '8756', '656', 'purablk_c16_eleblock_3', '2', '0', '0', '1', '0', '0', '42', '8756', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8757', '8757', '656', 'purablk_c16_eleblock_4', '2', '0', '0', '1', '0', '0', '49', '8757', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8758', '8758', '656', 'purablk_c16_eleblock_5', '2', '0', '0', '1', '0', '0', '41', '8758', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8759', '8759', '656', 'purablk_c16_eleblock_6', '2', '0', '0', '1', '0', '0', '43', '8759', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8760', '8760', '656', 'purablk_c16_eleblock_7', '2', '0', '0', '1', '0', '0', '44', '8760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8761', '8761', '656', 'purablk_c16_eleblock_8', '2', '0', '0', '1', '0', '0', '48', '8761', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8762', '8762', '656', 'purablk_c16_eleblock_9', '2', '0', '0', '1', '0', '0', '47', '8762', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8763', '8763', '656', 'purablk_c16_round_1', '1', '0', '0', '1', '0', '0', '100', '8763', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8764', '8764', '656', 'purablk_c16_round_10', '1', '0', '0', '1', '0', '0', '106', '8764', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8765', '8765', '656', 'purablk_c16_round_2', '1', '0', '0', '1', '0', '0', '105', '8765', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8766', '8766', '656', 'purablk_c16_round_3', '1', '0', '0', '1', '0', '0', '102', '8766', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8767', '8767', '656', 'purablk_c16_round_4', '1', '0', '0', '1', '0', '0', '109', '8767', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8768', '8768', '656', 'purablk_c16_round_5', '1', '0', '0', '1', '0', '0', '101', '8768', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8769', '8769', '656', 'purablk_c16_round_6', '1', '0', '0', '1', '0', '0', '103', '8769', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8770', '8770', '656', 'purablk_c16_round_7', '1', '0', '0', '1', '0', '0', '104', '8770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8771', '8771', '656', 'purablk_c16_round_8', '1', '0', '0', '1', '0', '0', '108', '8771', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8772', '8772', '656', 'purablk_c16_round_9', '1', '0', '0', '1', '0', '0', '107', '8772', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8773', '8773', '656', 'purablk_c16_lamp1', '2', '0', '0', '1', '0', '0', '1', '8773', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8774', '8774', '656', 'purablk_c16_chair_1', '3', '0', '0', '1', '0', '0', '30', '8774', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8775', '8775', '656', 'purablk_c16_chair_10', '3', '0', '0', '1', '0', '0', '36', '8775', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8776', '8776', '656', 'purablk_c16_chair_2', '3', '0', '0', '1', '0', '0', '35', '8776', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8777', '8777', '656', 'purablk_c16_chair_3', '3', '0', '0', '1', '0', '0', '32', '8777', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8778', '8778', '656', 'purablk_c16_chair_4', '3', '0', '0', '1', '0', '0', '39', '8778', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8779', '8779', '656', 'purablk_c16_chair_5', '3', '0', '0', '1', '0', '0', '31', '8779', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8780', '8780', '656', 'purablk_c16_chair_6', '3', '0', '0', '1', '0', '0', '33', '8780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8781', '8781', '656', 'purablk_c16_chair_7', '3', '0', '0', '1', '0', '0', '34', '8781', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8782', '8782', '656', 'purablk_c16_chair_8', '3', '0', '0', '1', '0', '0', '38', '8782', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8783', '8783', '656', 'purablk_c16_chair_9', '3', '0', '0', '1', '0', '0', '37', '8783', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8784', '8784', '656', 'purablk_c16_lamp3', '2', '0', '0', '1', '0', '0', '3', '8784', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8785', '8785', '656', 'purablk_c16_bed_1', '4', '0', '0', '1', '0', '0', '20', '8785', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8786', '8786', '656', 'purablk_c16_bed_10', '4', '0', '0', '1', '0', '0', '26', '8786', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8787', '8787', '656', 'purablk_c16_bed_2', '4', '0', '0', '1', '0', '0', '25', '8787', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8788', '8788', '656', 'purablk_c16_bed_3', '4', '0', '0', '1', '0', '0', '22', '8788', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8789', '8789', '656', 'purablk_c16_bed_4', '4', '0', '0', '1', '0', '0', '29', '8789', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8790', '8790', '656', 'purablk_c16_bed_5', '4', '0', '0', '1', '0', '0', '21', '8790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8791', '8791', '656', 'purablk_c16_bed_6', '4', '0', '0', '1', '0', '0', '23', '8791', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8792', '8792', '656', 'purablk_c16_bed_7', '4', '0', '0', '1', '0', '0', '24', '8792', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8793', '8793', '656', 'purablk_c16_bed_8', '4', '0', '0', '1', '0', '0', '28', '8793', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8794', '8794', '656', 'purablk_c16_bed_9', '4', '0', '0', '1', '0', '0', '27', '8794', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8795', '8795', '656', 'purablk_c16_mdl3_1', '2', '0', '0', '1', '0', '0', '70', '8795', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8796', '8796', '656', 'purablk_c16_mdl3_10', '2', '0', '0', '1', '0', '0', '76', '8796', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8797', '8797', '656', 'purablk_c16_mdl3_2', '2', '0', '0', '1', '0', '0', '75', '8797', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8798', '8798', '656', 'purablk_c16_mdl3_3', '2', '0', '0', '1', '0', '0', '72', '8798', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8799', '8799', '656', 'purablk_c16_mdl3_4', '2', '0', '0', '1', '0', '0', '79', '8799', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8800', '8800', '656', 'purablk_c16_mdl3_5', '2', '0', '0', '1', '0', '0', '71', '8800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8801', '8801', '656', 'purablk_c16_mdl3_6', '2', '0', '0', '1', '0', '0', '73', '8801', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8802', '8802', '656', 'purablk_c16_mdl3_7', '2', '0', '0', '1', '0', '0', '74', '8802', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8803', '8803', '656', 'purablk_c16_mdl3_8', '2', '0', '0', '1', '0', '0', '78', '8803', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8804', '8804', '656', 'purablk_c16_mdl3_9', '2', '0', '0', '1', '0', '0', '77', '8804', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8805', '8805', '656', 'purablk_c16_bedone_1', '3', '0', '0', '1', '0', '0', '10', '8805', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8806', '8806', '656', 'purablk_c16_bedone_10', '3', '0', '0', '1', '0', '0', '16', '8806', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8807', '8807', '656', 'purablk_c16_bedone_2', '3', '0', '0', '1', '0', '0', '15', '8807', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8808', '8808', '656', 'purablk_c16_bedone_3', '3', '0', '0', '1', '0', '0', '12', '8808', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8809', '8809', '656', 'purablk_c16_bedone_4', '3', '0', '0', '1', '0', '0', '19', '8809', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8810', '8810', '656', 'purablk_c16_bedone_5', '3', '0', '0', '1', '0', '0', '11', '8810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8811', '8811', '656', 'purablk_c16_bedone_6', '3', '0', '0', '1', '0', '0', '13', '8811', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8812', '8812', '656', 'purablk_c16_bedone_7', '3', '0', '0', '1', '0', '0', '14', '8812', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8813', '8813', '656', 'purablk_c16_bedone_8', '3', '0', '0', '1', '0', '0', '18', '8813', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8814', '8814', '656', 'purablk_c16_bedone_9', '3', '0', '0', '1', '0', '0', '17', '8814', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8815', '8815', '656', 'purablk_c16_mdl2_1', '2', '0', '0', '1', '0', '0', '60', '8815', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8816', '8816', '656', 'purablk_c16_mdl2_10', '2', '0', '0', '1', '0', '0', '66', '8816', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8817', '8817', '656', 'purablk_c16_mdl2_2', '2', '0', '0', '1', '0', '0', '65', '8817', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8818', '8818', '656', 'purablk_c16_mdl2_3', '2', '0', '0', '1', '0', '0', '62', '8818', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8819', '8819', '656', 'purablk_c16_mdl2_4', '2', '0', '0', '1', '0', '0', '69', '8819', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8820', '8820', '656', 'purablk_c16_mdl2_5', '2', '0', '0', '1', '0', '0', '61', '8820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8821', '8821', '656', 'purablk_c16_mdl2_6', '2', '0', '0', '1', '0', '0', '63', '8821', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8822', '8822', '656', 'purablk_c16_mdl2_7', '2', '0', '0', '1', '0', '0', '64', '8822', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8823', '8823', '656', 'purablk_c16_mdl2_8', '2', '0', '0', '1', '0', '0', '68', '8823', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8824', '8824', '656', 'purablk_c16_mdl2_9', '2', '0', '0', '1', '0', '0', '67', '8824', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8825', '8825', '656', 'purablk_c16_bar', '2', '0', '0', '1', '0', '0', '6', '8825', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8826', '8826', '656', 'purablk_c16_fridge', '3', '0', '0', '1', '0', '0', '5', '8826', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8827', '8827', '656', 'purablk_c16_mdl5_1', '1', '0', '0', '1', '0', '0', '90', '8827', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8828', '8828', '656', 'purablk_c16_mdl5_10', '1', '0', '0', '1', '0', '0', '96', '8828', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8829', '8829', '656', 'purablk_c16_mdl5_2', '1', '0', '0', '1', '0', '0', '95', '8829', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8830', '8830', '656', 'purablk_c16_mdl5_3', '1', '0', '0', '1', '0', '0', '92', '8830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8831', '8831', '656', 'purablk_c16_mdl5_4', '1', '0', '0', '1', '0', '0', '99', '8831', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8832', '8832', '656', 'purablk_c16_mdl5_5', '1', '0', '0', '1', '0', '0', '91', '8832', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8833', '8833', '656', 'purablk_c16_mdl5_6', '1', '0', '0', '1', '0', '0', '93', '8833', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8834', '8834', '656', 'purablk_c16_mdl5_7', '1', '0', '0', '1', '0', '0', '94', '8834', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8835', '8835', '656', 'purablk_c16_mdl5_8', '1', '0', '0', '1', '0', '0', '98', '8835', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8836', '8836', '656', 'purablk_c16_mdl5_9', '1', '0', '0', '1', '0', '0', '97', '8836', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8837', '8837', '656', 'purablk_c16_mdl1_1', '2', '0', '0', '1', '0', '0', '50', '8837', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8838', '8838', '656', 'purablk_c16_mdl1_10', '2', '0', '0', '1', '0', '0', '56', '8838', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8839', '8839', '656', 'purablk_c16_mdl1_2', '2', '0', '0', '1', '0', '0', '55', '8839', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8840', '8840', '656', 'purablk_c16_mdl1_3', '2', '0', '0', '1', '0', '0', '52', '8840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8841', '8841', '656', 'purablk_c16_mdl1_4', '2', '0', '0', '1', '0', '0', '59', '8841', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8842', '8842', '656', 'purablk_c16_mdl1_5', '2', '0', '0', '1', '0', '0', '51', '8842', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8843', '8843', '656', 'purablk_c16_mdl1_6', '2', '0', '0', '1', '0', '0', '53', '8843', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8844', '8844', '656', 'purablk_c16_mdl1_7', '2', '0', '0', '1', '0', '0', '54', '8844', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8845', '8845', '656', 'purablk_c16_mdl1_8', '2', '0', '0', '1', '0', '0', '58', '8845', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8846', '8846', '656', 'purablk_c16_mdl1_9', '2', '0', '0', '1', '0', '0', '57', '8846', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8847', '8847', '656', 'purablk_c16_lamp2', '3', '0', '0', '1', '0', '0', '2', '8847', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8848', '8848', '656', 'purablk_c16_mdl4_1', '2', '0', '0', '1', '0', '0', '80', '8848', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8849', '8849', '656', 'purablk_c16_mdl4_10', '2', '0', '0', '1', '0', '0', '86', '8849', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8850', '8850', '656', 'purablk_c16_mdl4_2', '2', '0', '0', '1', '0', '0', '85', '8850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8851', '8851', '656', 'purablk_c16_mdl4_3', '2', '0', '0', '1', '0', '0', '82', '8851', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8852', '8852', '656', 'purablk_c16_mdl4_4', '2', '0', '0', '1', '0', '0', '89', '8852', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8853', '8853', '656', 'purablk_c16_mdl4_5', '2', '0', '0', '1', '0', '0', '81', '8853', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8854', '8854', '656', 'purablk_c16_mdl4_6', '2', '0', '0', '1', '0', '0', '83', '8854', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8855', '8855', '656', 'purablk_c16_mdl4_7', '2', '0', '0', '1', '0', '0', '84', '8855', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8856', '8856', '656', 'purablk_c16_mdl4_8', '2', '0', '0', '1', '0', '0', '88', '8856', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8857', '8857', '656', 'purablk_c16_mdl4_9', '2', '0', '0', '1', '0', '0', '87', '8857', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8858', '8858', '180', 'pura_c16_mdl4', '2', '0', '0', '1', '0', '0', '86', '8858', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8859', '8859', '180', 'pura_c16_bed', '4', '0', '0', '1', '0', '0', '26', '8859', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8860', '8860', '180', 'pura_c16_roundpad10', '1', '0', '0', '1', '0', '0', '106', '8860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8861', '8861', '180', 'pura_c16_bedone', '3', '0', '0', '1', '0', '0', '16', '8861', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8862', '8862', '180', 'pura_c16_mdl3', '2', '0', '0', '1', '0', '0', '76', '8862', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8863', '8863', '180', 'pura_c16_mdl5', '1', '0', '0', '1', '0', '0', '96', '8863', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8864', '8864', '180', 'pura_c16_mdl2', '2', '0', '0', '1', '0', '0', '66', '8864', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8865', '8865', '180', 'pura_c16_chair', '3', '0', '0', '1', '0', '0', '36', '8865', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8866', '8866', '180', 'pura_c16_eleblock10', '2', '0', '0', '1', '0', '0', '46', '8866', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8867', '8867', '180', 'pura_c16_mdl1', '2', '0', '0', '1', '0', '0', '56', '8867', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8868', '8868', '27', 'iced_c16_div1', '3', '0', '0', '1', '0', '0', '39', '8868', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8869', '8869', '27', 'iced_c16_div5', '5', '0', '0', '1', '0', '0', '99', '8869', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8870', '8870', '27', 'iced_c16_solarium', '8', '0', '0', '1', '0', '0', '164', '8870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8871', '8871', '27', 'iced_c16_div4', '8', '0', '0', '1', '0', '0', '84', '8871', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8872', '8872', '27', 'iced_c16_sofa', '4', '0', '0', '1', '0', '0', '149', '8872', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8873', '8873', '27', 'iced_c16_chair', '2', '0', '0', '1', '0', '0', '10', '8873', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8874', '8874', '27', 'iced_c16_table', '3', '0', '0', '1', '0', '0', '174', '8874', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8875', '8875', '27', 'iced_c16_shelves', '3', '0', '0', '1', '0', '0', '114', '8875', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8876', '8876', '27', 'iced_c16_div3', '6', '0', '0', '1', '0', '0', '69', '8876', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8877', '8877', '27', 'iced_c16_sofachair', '3', '0', '0', '1', '0', '0', '129', '8877', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8878', '8878', '27', 'iced_c16_couch', '3', '0', '0', '1', '0', '0', '24', '8878', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8879', '8879', '27', 'iced_c16_div2', '3', '0', '0', '1', '0', '0', '54', '8879', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8880', '8880', '1192', 'easter_r16_squid', '4', '0', '0', '1', '0', '0', '5', '8880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8881', '8881', '1191', 'easter_r16_crackable', '3', '0', '0', '1', '0', '0', '99', '8881', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8882', '8882', '1192', 'easter_r16_pot', '4', '0', '0', '1', '0', '0', '4', '8882', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8883', '8883', '110', 'easter_c16_house', '5', '0', '0', '1', '0', '0', '50', '8883', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8884', '8884', '1192', 'easter_r16_gold', '4', '0', '0', '1', '0', '0', '3', '8884', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8885', '8885', '708', 'easter_c16_nest', '15', '0', '0', '1', '0', '0', '33', '8885', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8886', '8886', '1192', 'easter_r16_throne', '4', '0', '0', '1', '0', '0', '6', '8886', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8887', '8887', '1244', 'bonusrare16_5_1', '4', '0', '0', '1', '0', '0', '17', '8887', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8888', '8888', '1244', 'bonusrare16_5_2', '4', '0', '0', '1', '0', '0', '18', '8888', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8889', '8889', '1244', 'bonusrare16_5_3', '4', '0', '0', '1', '0', '0', '19', '8889', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8890', '8890', '1244', 'bonusrare16_5_4', '4', '0', '0', '1', '0', '0', '20', '8890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8891', '8891', '1244', 'bonusrare16_5_5', '4', '0', '0', '1', '0', '0', '21', '8891', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8892', '8892', '1244', 'bonusrare16_5_6', '4', '0', '0', '1', '0', '0', '22', '8892', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8893', '8893', '1244', 'bonusrare16_6_1', '4', '0', '0', '1', '0', '0', '23', '8893', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8894', '8894', '1244', 'bonusrare16_6_2', '4', '0', '0', '1', '0', '0', '24', '8894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8895', '8895', '1244', 'bonusrare16_6_3', '4', '0', '0', '1', '0', '0', '25', '8895', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8896', '8896', '1244', 'bonusrare16_6_4', '4', '0', '0', '1', '0', '0', '26', '8896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8897', '8897', '1244', 'bonusrare16_6_5', '4', '0', '0', '1', '0', '0', '27', '8897', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8898', '8898', '1244', 'bonusrare16_6_6', '4', '0', '0', '1', '0', '0', '28', '8898', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8899', '8899', '280', 'super_r16_herodisplay', '25', '1', '5', '1', '0', '0', '97', '8899', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8900', '8900', '280', 'super_r16_adamskele', '25', '1', '5', '1', '0', '0', '96', '8900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8901', '8901', '580', 'clothing_r16_helmhero', '5', '0', '0', '1', '0', '0', '5', '8901', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8902', '8902', '580', 'clothing_r16_helmprotect', '5', '0', '0', '1', '0', '0', '6', '8902', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8903', '8903', '439', 'room_wl15_telehc', '4', '0', '0', '1', '0', '0', '308', '8903', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8904', '8904', '359', 'classic1_table2', '4', '0', '0', '1', '0', '0', '4', '8904', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8905', '8905', '359', 'classic1_lamp', '3', '0', '0', '1', '0', '0', '8', '8905', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8906', '8906', '359', 'classic1_pillar', '4', '0', '0', '1', '0', '0', '10', '8906', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8907', '8907', '359', 'classic1_plant', '3', '0', '0', '1', '0', '0', '9', '8907', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8908', '8908', '359', 'classic1_chair', '3', '0', '0', '1', '0', '0', '1', '8908', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8909', '8909', '359', 'classic1_desk', '3', '0', '0', '1', '0', '0', '5', '8909', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8910', '8910', '359', 'classic1_gate', '4', '0', '0', '1', '0', '0', '6', '8910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8911', '8911', '359', 'classic1_wall2', '5', '0', '0', '1', '0', '0', '13', '8911', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8912', '8912', '359', 'classic1_table1', '3', '0', '0', '1', '0', '0', '3', '8912', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8913', '8913', '359', 'classic1_shelf', '4', '0', '0', '1', '0', '0', '11', '8913', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8914', '8914', '359', 'classic1_floor', '3', '0', '0', '1', '0', '0', '7', '8914', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8915', '8915', '359', 'classic1_sofa', '4', '0', '0', '1', '0', '0', '2', '8915', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8916', '8916', '359', 'classic1_wall1', '5', '0', '0', '1', '0', '0', '12', '8916', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8917', '8917', '538', 'ads_dtlrare_2', '4', '0', '0', '1', '0', '0', '99', '8917', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8918', '8918', '214', 'jungle_c16_flowerd2', '2', '0', '0', '1', '0', '0', '110', '8918', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8919', '8919', '214', 'jungle_c16_flowerd1', '2', '0', '0', '1', '0', '0', '109', '8919', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8920', '8920', '214', 'jungle_c16_roof', '5', '0', '0', '1', '0', '0', '34', '8920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8921', '8921', '214', 'jungle_c16_berry', '2', '0', '0', '1', '0', '0', '201', '8921', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8922', '8922', '214', 'jungle_c16_swingsofa', '4', '0', '0', '1', '0', '0', '41', '8922', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8923', '8923', '1121', 'jungle_c16_bridgeend3', '4', '0', '0', '1', '0', '0', '8', '8923', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8924', '8924', '214', 'jungle_c16_light', '3', '0', '0', '1', '0', '0', '23', '8924', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8925', '8925', '1121', 'jungle_c16_table3', '4', '0', '0', '1', '0', '0', '46', '8925', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8926', '8926', '214', 'jungle_c16_flowerc3', '2', '0', '0', '1', '0', '0', '108', '8926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8927', '8927', '214', 'jungle_c16_stairs', '3', '0', '0', '1', '0', '0', '38', '8927', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8928', '8928', '1121', 'jungle_c16_gate3', '4', '0', '0', '1', '0', '0', '22', '8928', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8929', '8929', '214', 'jungle_c16_pot', '3', '0', '0', '1', '0', '0', '28', '8929', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8930', '8930', '214', 'jungle_c16_tallgrass', '3', '0', '0', '1', '0', '0', '47', '8930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8931', '8931', '214', 'jungle_c16_floor', '3', '0', '0', '1', '0', '0', '17', '8931', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8932', '8932', '742', 'jungle_ltd16_orangutan', '4', '0', '0', '1', '0', '0', '32', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8933', '8933', '214', 'jungle_r16_basket', '25', '1', '5', '1', '0', '0', '58', '8933', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8934', '8934', '1121', 'jungle_c16_mat3', '4', '0', '0', '1', '0', '0', '26', '8934', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8935', '8935', '214', 'jungle_c16_mat', '3', '0', '0', '1', '0', '0', '24', '8935', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8936', '8936', '214', 'jungle_c16_berry2', '2', '0', '0', '1', '0', '0', '202', '8936', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8937', '8937', '1121', 'jungle_c16_mat2', '4', '0', '0', '1', '0', '0', '25', '8937', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8938', '8938', '214', 'jungle_c16_worktable', '25', '1', '5', '1', '0', '0', '200', '8938', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8939', '8939', '1121', 'jungle_c16_stairs3', '4', '0', '0', '1', '0', '0', '40', '8939', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8940', '8940', '214', 'jungle_c16_rafflesia', '2', '0', '0', '1', '0', '0', '112', '8940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8941', '8941', '1121', 'jungle_c16_pot2', '4', '0', '0', '1', '0', '0', '29', '8941', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8942', '8942', '1121', 'jungle_c16_swingsofa2', '3', '0', '0', '1', '0', '0', '42', '8942', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8943', '8943', '1121', 'jungle_c16_wall2', '4', '0', '0', '1', '0', '0', '54', '8943', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8944', '8944', '1121', 'jungle_c16_bridgeend2', '4', '0', '0', '1', '0', '0', '7', '8944', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8945', '8945', '214', 'jungle_r16_pitcherplant', '25', '1', '5', '1', '0', '0', '59', '8945', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8946', '8946', '214', 'jungle_c16_tele', '7', '0', '0', '1', '0', '0', '48', '8946', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8947', '8947', '214', 'jungle_c16_table', '4', '0', '0', '1', '0', '0', '44', '8947', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8948', '8948', '214', 'jungle_c16_flowera3', '2', '0', '0', '1', '0', '0', '102', '8948', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8949', '8949', '214', 'jungle_c16_tree', '15', '0', '0', '1', '0', '0', '49', '8949', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8950', '8950', '1121', 'jungle_c16_stairs2', '4', '0', '0', '1', '0', '0', '39', '8950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8951', '8951', '214', 'jungle_c16_flowerd3', '2', '0', '0', '1', '0', '0', '111', '8951', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8952', '8952', '1121', 'jungle_c16_wall3', '4', '0', '0', '1', '0', '0', '55', '8952', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8953', '8953', '1121', 'jungle_c16_dvdr2', '4', '0', '0', '1', '0', '0', '15', '8953', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8954', '8954', '1121', 'jungle_c16_swingsofa3', '3', '0', '0', '1', '0', '0', '43', '8954', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8955', '8955', '214', 'jungle_c16_treestage', '5', '0', '0', '1', '0', '0', '50', '8955', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8956', '8956', '214', 'jungle_c16_rocks', '3', '0', '0', '1', '0', '0', '33', '8956', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8957', '8957', '214', 'jungle_c16_fruits', '2', '0', '0', '1', '0', '0', '19', '8957', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8958', '8958', '1121', 'jungle_c16_treestage2', '4', '0', '0', '1', '0', '0', '51', '8958', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8959', '8959', '214', 'jungle_c16_bush', '4', '0', '0', '1', '0', '0', '12', '8959', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8960', '8960', '1121', 'jungle_c16_gate2', '4', '0', '0', '1', '0', '0', '21', '8960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8961', '8961', '214', 'jungle_c16_ctrick', '2', '0', '0', '1', '0', '0', '13', '8961', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8962', '8962', '214', 'jungle_c16_gate', '4', '0', '0', '1', '0', '0', '20', '8962', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8963', '8963', '214', 'jungle_c16_dvdr', '3', '0', '0', '1', '0', '0', '14', '8963', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8964', '8964', '214', 'jungle_c16_plant', '4', '0', '0', '1', '0', '0', '27', '8964', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8965', '8965', '214', 'jungle_c16_sacks', '2', '0', '0', '1', '0', '0', '37', '8965', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8966', '8966', '214', 'jungle_r16_raft', '25', '1', '5', '1', '0', '0', '60', '8966', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8967', '8967', '214', 'jungle_c16_wall', '3', '0', '0', '1', '0', '0', '53', '8967', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8968', '8968', '214', 'jungle_c16_flowerc2', '2', '0', '0', '1', '0', '0', '107', '8968', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8969', '8969', '214', 'jungle_c16_watertile', '4', '0', '0', '1', '0', '0', '56', '8969', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8970', '8970', '214', 'jungle_c16_watertrap', '4', '0', '0', '1', '0', '0', '57', '8970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8971', '8971', '1121', 'jungle_c16_roof3', '4', '0', '0', '1', '0', '0', '36', '8971', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8972', '8972', '1121', 'jungle_c16_table2', '4', '0', '0', '1', '0', '0', '45', '8972', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8973', '8973', '214', 'jungle_c16_radio', '3', '0', '0', '1', '0', '0', '31', '8973', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8974', '8974', '580', 'clothing_r16_sloth', '5', '0', '0', '1', '0', '0', '7', '8974', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8975', '8975', '214', 'jungle_c16_flowera1', '2', '0', '0', '1', '0', '0', '100', '8975', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8976', '8976', '1121', 'jungle_c16_bkcase2', '4', '0', '0', '1', '0', '0', '4', '8976', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8977', '8977', '214', 'jungle_c16_flowerb3', '2', '0', '0', '1', '0', '0', '105', '8977', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8978', '8978', '1121', 'jungle_c16_roof2', '4', '0', '0', '1', '0', '0', '35', '8978', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8979', '8979', '214', 'jungle_c16_bridgeend', '3', '0', '0', '1', '0', '0', '6', '8979', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8980', '8980', '1121', 'jungle_c16_dvdr3', '4', '0', '0', '1', '0', '0', '16', '8980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8981', '8981', '214', 'jungle_c16_flowerb2', '2', '0', '0', '1', '0', '0', '104', '8981', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8982', '8982', '214', 'jungle_c16_flowerb1', '2', '0', '0', '1', '0', '0', '103', '8982', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8983', '8983', '214', 'jungle_c16_flowerc1', '2', '0', '0', '1', '0', '0', '106', '8983', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8984', '8984', '1121', 'jungle_c16_pot3', '4', '0', '0', '1', '0', '0', '30', '8984', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8985', '8985', '1121', 'jungle_c16_bkcase3', '4', '0', '0', '1', '0', '0', '5', '8985', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8986', '8986', '214', 'jungle_c16_bkcase', '4', '0', '0', '1', '0', '0', '3', '8986', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8987', '8987', '214', 'jungle_c16_flowera2', '2', '0', '0', '1', '0', '0', '101', '8987', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8988', '8988', '1121', 'jungle_c16_treestage3', '4', '0', '0', '1', '0', '0', '52', '8988', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8989', '8989', '1121', 'jungle_c16_bridgemid3', '4', '0', '0', '1', '0', '0', '11', '8989', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8990', '8990', '1121', 'jungle_c16_bridgemid2', '4', '0', '0', '1', '0', '0', '10', '8990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8991', '8991', '214', 'jungle_c16_bridgemid', '3', '0', '0', '1', '0', '0', '9', '8991', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8992', '8992', '423', 'fxbox_fx192', '3', '0', '0', '1', '0', '0', '3', '8992', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8993', '8993', '664', 'bonusbag16_1', '7', '0', '0', '1', '0', '0', '1', '8993', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8994', '8994', '664', 'bonusbag16_2', '7', '0', '0', '1', '0', '0', '2', '8994', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8995', '8995', '503', 'js_c16_bed', '10', '0', '0', '1', '0', '0', '17', '8995', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8996', '8996', '503', 'js_c16_lounger', '6', '0', '0', '1', '0', '0', '20', '8996', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8997', '8997', '503', 'js_r16_boat', '25', '1', '5', '1', '0', '0', '25', '8997', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8998', '8998', '503', 'js_r16_jelly', '15', '0', '0', '1', '0', '0', '27', '8998', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('8999', '8999', '503', 'js_r16_shark', '25', '1', '5', '1', '0', '0', '28', '8999', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9000', '9000', '503', 'js_c16_cat', '7', '0', '0', '1', '0', '0', '18', '9000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9001', '9001', '503', 'js_r16_heli', '25', '1', '5', '1', '0', '0', '26', '9001', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9002', '9002', '503', 'js_c16_drkcab', '7', '0', '0', '1', '0', '0', '19', '9002', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9003', '9003', '697', 'olympics_c16_counter', '5', '0', '0', '1', '0', '0', '12', '9003', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9004', '9004', '697', 'olympics_c16_softmat', '4', '0', '0', '1', '0', '0', '17', '9004', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9005', '9005', '697', 'olympics_c16_pommel', '3', '0', '0', '1', '0', '0', '16', '9005', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9006', '9006', '697', 'olympics_c16_weightrack', '3', '0', '0', '1', '0', '0', '19', '9006', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9007', '9007', '697', 'olympics_r16_vendingmchn', '25', '1', '5', '1', '0', '0', '36', '9007', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9008', '9008', '697', 'olympics_c16_plantdvdr', '4', '0', '0', '1', '0', '0', '25', '9008', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9009', '9009', '697', 'olympics_c16_graperack', '3', '0', '0', '1', '0', '0', '6', '9009', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9010', '9010', '697', 'olympics_c16_cadorack', '3', '0', '0', '1', '0', '0', '4', '9010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9011', '9011', '697', 'olympics_r16_cheerleader', '25', '1', '5', '1', '0', '0', '33', '9011', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9012', '9012', '742', 'olympics_ltd16_missolympus', '4', '0', '0', '1', '0', '0', '22', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9013', '9013', '697', 'olympics_c16_saladbar', '10', '0', '0', '1', '0', '0', '28', '9013', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9014', '9014', '697', 'olympics_c16_merchdisplay', '6', '0', '0', '1', '0', '0', '15', '9014', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9015', '9015', '697', 'olympics_c16_merch', '4', '0', '0', '1', '0', '0', '21', '9015', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9016', '9016', '697', 'olympics_c16_banner', '3', '0', '0', '1', '0', '0', '2', '9016', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9017', '9017', '697', 'olympics_c16_adsboard', '9', '0', '0', '1', '0', '0', '1', '9017', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9018', '9018', '697', 'olympics_c16_bbeam', '7', '0', '0', '1', '0', '0', '3', '9018', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9019', '9019', '697', 'olympics_r16_smoothie', '25', '1', '5', '1', '0', '0', '35', '9019', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9020', '9020', '697', 'olympics_c16_yogamat1', '3', '0', '0', '1', '0', '0', '37', '9020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9021', '9021', '697', 'olympics_c16_yogamat2', '3', '0', '0', '1', '0', '0', '37', '9021', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9022', '9022', '697', 'olympics_c16_yogamat3', '3', '0', '0', '1', '0', '0', '37', '9022', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9023', '9023', '697', 'olympics_c16_yogamat4', '3', '0', '0', '1', '0', '0', '37', '9023', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9024', '9024', '697', 'olympics_c16_yogamat5', '3', '0', '0', '1', '0', '0', '37', '9024', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9025', '9025', '697', 'olympics_c16_yogamat6', '3', '0', '0', '1', '0', '0', '37', '9025', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9026', '9026', '697', 'olympics_c16_emptrack', '3', '0', '0', '1', '0', '0', '5', '9026', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9027', '9027', '697', 'olympics_c16_table', '4', '0', '0', '1', '0', '0', '32', '9027', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9028', '9028', '697', 'olympics_c16_trampoline', '15', '0', '0', '1', '0', '0', '13', '9028', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9029', '9029', '697', 'olympics_c16_veggiething', '5', '0', '0', '1', '0', '0', '18', '9029', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9030', '9030', '697', 'olympics_c16_sportsbag', '3', '0', '0', '1', '0', '0', '31', '9030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9031', '9031', '697', 'olympics_c16_crosstrainer', '15', '0', '0', '1', '0', '0', '13', '9031', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9032', '9032', '697', 'olympics_c16_glssdvdr', '4', '0', '0', '1', '0', '0', '17', '9032', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9033', '9033', '697', 'olympics_c16_mannequin', '6', '0', '0', '1', '0', '0', '309', '9033', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9034', '9034', '697', 'olympics_c16_rug', '3', '0', '0', '1', '0', '0', '27', '9034', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9035', '9035', '697', 'olympics_c16_light', '3', '0', '0', '1', '0', '0', '20', '9035', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9036', '9036', '697', 'olympics_c16_pillar', '7', '0', '0', '1', '0', '0', '24', '9036', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9037', '9037', '697', 'olympics_c16_nanarack', '3', '0', '0', '1', '0', '0', '7', '9037', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9038', '9038', '697', 'olympics_c16_sofa', '4', '0', '0', '1', '0', '0', '29', '9038', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9039', '9039', '697', 'olympics_c16_fitnessduck', '5', '0', '0', '1', '0', '0', '14', '9039', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9040', '9040', '697', 'olympics_c16_chair', '3', '0', '0', '1', '0', '0', '11', '9040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9041', '9041', '697', 'olympics_r16_gymfreak', '25', '1', '5', '1', '0', '0', '34', '9041', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9042', '9042', '697', 'olympics_c16_swissball1', '2', '0', '0', '1', '0', '0', '38', '9042', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9043', '9043', '697', 'olympics_c16_swissball2', '2', '0', '0', '1', '0', '0', '38', '9043', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9044', '9044', '697', 'olympics_c16_swissball3', '2', '0', '0', '1', '0', '0', '38', '9044', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9045', '9045', '697', 'olympics_c16_swissball4', '2', '0', '0', '1', '0', '0', '38', '9045', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9046', '9046', '697', 'olympics_c16_swissball5', '2', '0', '0', '1', '0', '0', '38', '9046', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9047', '9047', '697', 'olympics_c16_swissball6', '2', '0', '0', '1', '0', '0', '38', '9047', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9048', '9048', '697', 'olympics_c16_treadmill', '15', '0', '0', '1', '0', '0', '13', '9048', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9049', '9049', '212', 'garden_birdbath', '3', '0', '0', '1', '0', '0', '7', '9049', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9050', '9050', '212', 'garden_basketflower', '2', '0', '0', '1', '0', '0', '5', '9050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9051', '9051', '212', 'garden_basket', '3', '0', '0', '1', '0', '0', '4', '9051', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9052', '9052', '212', 'garden_climber', '4', '0', '0', '1', '0', '0', '21', '9052', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9053', '9053', '212', 'garden_grass', '3', '0', '0', '1', '0', '0', '24', '9053', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9054', '9054', '212', 'garden_pond', '4', '0', '0', '1', '0', '0', '26', '9054', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9055', '9055', '212', 'garden_boots', '3', '0', '0', '1', '0', '0', '8', '9055', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9056', '9056', '212', 'garden_patio', '3', '0', '0', '1', '0', '0', '25', '9056', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9057', '9057', '212', 'garden_stonesteps', '1', '0', '0', '1', '0', '0', '30', '9057', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9058', '9058', '212', 'garden_smallpot', '2', '0', '0', '1', '0', '0', '6', '9058', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9059', '9059', '212', 'garden_fishgnome', '5', '0', '0', '1', '0', '0', '22', '9059', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9060', '9060', '212', 'garden_rosearch', '5', '0', '0', '1', '0', '0', '27', '9060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9061', '9061', '212', 'garden_rosefence', '4', '0', '0', '1', '0', '0', '28', '9061', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9062', '9062', '212', 'garden_chair', '3', '0', '0', '1', '0', '0', '20', '9062', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9063', '9063', '212', 'garden_bigpot', '3', '0', '0', '1', '0', '0', '6', '9063', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9064', '9064', '212', 'garden_table', '3', '0', '0', '1', '0', '0', '20', '9064', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9065', '9065', '212', 'garden_flowerbed', '3', '0', '0', '1', '0', '0', '23', '9065', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9066', '9066', '360', 'classic2_drinkmach2', '6', '0', '0', '1', '0', '0', '5', '9066', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9067', '9067', '360', 'classic2_gate', '4', '0', '0', '1', '0', '0', '8', '9067', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9068', '9068', '360', 'classic2_corner', '2', '0', '0', '1', '0', '0', '2', '9068', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9069', '9069', '360', 'classic2_tray', '1', '0', '0', '1', '0', '0', '13', '9069', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9070', '9070', '360', 'classic2_drinkcup', '1', '0', '0', '1', '0', '0', '4', '9070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9071', '9071', '360', 'classic2_drinkmach', '6', '0', '0', '1', '0', '0', '6', '9071', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9072', '9072', '360', 'classic2_wall', '5', '0', '0', '1', '0', '0', '15', '9072', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9073', '9073', '360', 'classic2_trashcan', '3', '0', '0', '1', '0', '0', '14', '9073', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9074', '9074', '360', 'classic2_counter', '3', '0', '0', '1', '0', '0', '3', '9074', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9075', '9075', '360', 'classic2_sofa', '3', '0', '0', '1', '0', '0', '11', '9075', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9076', '9076', '360', 'classic2_plantdivdr', '3', '0', '0', '1', '0', '0', '10', '9076', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9077', '9077', '360', 'classic2_grill', '6', '0', '0', '1', '0', '0', '9', '9077', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9078', '9078', '360', 'classic2_table', '3', '0', '0', '1', '0', '0', '12', '9078', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9079', '9079', '360', 'classic2_floor', '3', '0', '0', '1', '0', '0', '7', '9079', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9080', '9080', '360', 'classic2_burger', '1', '0', '0', '1', '0', '0', '1', '9080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9081', '9081', '360', 'classic2_napkin', '2', '0', '0', '1', '0', '0', '10', '9081', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9082', '9082', '361', 'classic3_chair_0', '3', '0', '0', '1', '0', '0', '14', '9082', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9083', '9083', '361', 'classic3_chair_1', '3', '0', '0', '1', '0', '0', '15', '9083', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9084', '9084', '361', 'classic3_chair_2', '3', '0', '0', '1', '0', '0', '16', '9084', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9085', '9085', '361', 'classic3_chair_3', '3', '0', '0', '1', '0', '0', '17', '9085', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9086', '9086', '361', 'classic3_plant_0', '3', '0', '0', '1', '0', '0', '30', '9086', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9087', '9087', '361', 'classic3_plant_1', '3', '0', '0', '1', '0', '0', '31', '9087', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9088', '9088', '361', 'classic3_plant_2', '3', '0', '0', '1', '0', '0', '32', '9088', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9089', '9089', '361', 'classic3_plant_3', '3', '0', '0', '1', '0', '0', '33', '9089', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9090', '9090', '361', 'classic3_plant_4', '3', '0', '0', '1', '0', '0', '34', '9090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9091', '9091', '361', 'classic3_pillar1', '4', '0', '0', '1', '0', '0', '4', '9091', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9092', '9092', '361', 'classic3_div2_0', '2', '0', '0', '1', '0', '0', '18', '9092', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9093', '9093', '361', 'classic3_div2_1', '2', '0', '0', '1', '0', '0', '19', '9093', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9094', '9094', '361', 'classic3_div2_2', '2', '0', '0', '1', '0', '0', '20', '9094', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9095', '9095', '361', 'classic3_div2_3', '2', '0', '0', '1', '0', '0', '21', '9095', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9096', '9096', '361', 'classic3_div2_4', '2', '0', '0', '1', '0', '0', '22', '9096', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9097', '9097', '361', 'classic3_floor3_0', '3', '0', '0', '1', '0', '0', '25', '9097', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9098', '9098', '361', 'classic3_floor3_1', '3', '0', '0', '1', '0', '0', '26', '9098', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9099', '9099', '361', 'classic3_floor3_2', '3', '0', '0', '1', '0', '0', '27', '9099', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9100', '9100', '361', 'classic3_floor3_3', '3', '0', '0', '1', '0', '0', '28', '9100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9101', '9101', '361', 'classic3_floor3_4', '3', '0', '0', '1', '0', '0', '29', '9101', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9102', '9102', '361', 'classic3_table', '3', '0', '0', '1', '0', '0', '1', '9102', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9103', '9103', '361', 'classic3_wall1', '4', '0', '0', '1', '0', '0', '7', '9103', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9104', '9104', '361', 'classic3_ticket', '2', '0', '0', '1', '0', '0', '5', '9104', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9105', '9105', '361', 'classic3_sofa_0', '3', '0', '0', '1', '0', '0', '35', '9105', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9106', '9106', '361', 'classic3_sofa_1', '3', '0', '0', '1', '0', '0', '36', '9106', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9107', '9107', '361', 'classic3_sofa_2', '3', '0', '0', '1', '0', '0', '37', '9107', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9108', '9108', '361', 'classic3_sofa_3', '3', '0', '0', '1', '0', '0', '38', '9108', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9109', '9109', '361', 'classic3_floor2', '3', '0', '0', '1', '0', '0', '24', '9109', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9110', '9110', '361', 'classic3_stool_0', '2', '0', '0', '1', '0', '0', '39', '9110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9111', '9111', '361', 'classic3_stool_1', '2', '0', '0', '1', '0', '0', '40', '9111', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9112', '9112', '361', 'classic3_stool_2', '2', '0', '0', '1', '0', '0', '41', '9112', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9113', '9113', '361', 'classic3_stool_3', '2', '0', '0', '1', '0', '0', '42', '9113', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9114', '9114', '361', 'classic3_block', '3', '0', '0', '1', '0', '0', '2', '9114', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9115', '9115', '361', 'classic3_floor1', '3', '0', '0', '1', '0', '0', '23', '9115', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9116', '9116', '361', 'classic3_bench_0', '3', '0', '0', '1', '0', '0', '10', '9116', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9117', '9117', '361', 'classic3_bench_1', '3', '0', '0', '1', '0', '0', '11', '9117', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9118', '9118', '361', 'classic3_bench_2', '3', '0', '0', '1', '0', '0', '12', '9118', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9119', '9119', '361', 'classic3_bench_3', '3', '0', '0', '1', '0', '0', '13', '9119', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9120', '9120', '361', 'classic3_wall2_0', '5', '0', '0', '1', '0', '0', '44', '9120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9121', '9121', '361', 'classic3_wall2_1', '5', '0', '0', '1', '0', '0', '45', '9121', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9122', '9122', '361', 'classic3_wall2_2', '5', '0', '0', '1', '0', '0', '46', '9122', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9123', '9123', '361', 'classic3_wall2_3', '5', '0', '0', '1', '0', '0', '47', '9123', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9124', '9124', '361', 'classic3_wall2_4', '5', '0', '0', '1', '0', '0', '48', '9124', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9125', '9125', '361', 'classic3_wall2_5', '5', '0', '0', '1', '0', '0', '49', '9125', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9126', '9126', '361', 'classic3_wall2_6', '5', '0', '0', '1', '0', '0', '50', '9126', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9127', '9127', '361', 'classic3_wall2_7', '5', '0', '0', '1', '0', '0', '51', '9127', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9128', '9128', '361', 'classic3_wall1', '5', '0', '5', '1', '0', '0', '43', '9128', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9129', '9129', '361', 'classic3_pillar3', '4', '0', '0', '1', '0', '0', '8', '9129', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9130', '9130', '361', 'classic3_div1', '3', '0', '0', '1', '0', '0', '3', '9130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9131', '9131', '258', 'rare_colourable_marquee_1', '5', '0', '0', '1', '0', '0', '8', '9131', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9132', '9132', '258', 'rare_colourable_scifirocket_1', '5', '0', '0', '1', '0', '0', '14', '9132', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9133', '9133', '258', 'rare_colourable_fountain_1', '5', '0', '0', '1', '0', '0', '6', '9133', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9134', '9134', '610', 'hhistory_r16_crackable', '7', '0', '0', '1', '0', '0', '12', '9134', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9135', '9135', '258', 'rare_colourable_wooden_screen_1', '5', '0', '0', '1', '0', '0', '13', '9135', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9136', '9136', '258', 'rare_colourable_dragonlamp_1', '5', '0', '0', '1', '0', '0', '3', '9136', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9137', '9137', '258', 'rare_colourable_parasol_1', '5', '0', '0', '1', '0', '0', '9', '9137', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9138', '9138', '258', 'rare_colourable_pillar_1', '5', '0', '0', '1', '0', '0', '10', '9138', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9139', '9139', '258', 'rare_colourable_beehive_bulb_1', '5', '0', '0', '1', '0', '0', '2', '9139', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9140', '9140', '258', 'rare_colourable_icecream_1', '5', '0', '0', '1', '0', '0', '7', '9140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9141', '9141', '258', 'rare_colourable_elephant_statue_1', '5', '0', '0', '1', '0', '0', '4', '9141', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9142', '9142', '258', 'rare_colourable_scifidoor_1', '5', '0', '0', '1', '0', '0', '11', '9142', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9143', '9143', '258', 'rare_colourable_fan_1', '5', '0', '0', '1', '0', '0', '5', '9143', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9144', '9144', '258', 'rare_colourable_pillow_1', '5', '0', '0', '1', '0', '0', '10', '9144', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9145', '9145', '258', 'rare_colourable_scifiport_1', '5', '0', '0', '1', '0', '0', '12', '9145', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9146', '9146', '258', 'rare_colourable_barrier_1', '5', '0', '0', '1', '0', '0', '1', '9146', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9147', '9147', '397', 'hween_c16_teleport', '7', '0', '0', '1', '0', '0', '37', '9147', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9148', '9148', '1130', 'Lounge Armchair', '4', '0', '0', '1', '0', '0', '14', '9148', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9149', '9149', '397', 'hween_c16_roundtable', '3', '0', '0', '1', '0', '0', '18', '9149', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9150', '9150', '397', 'hween_c16_barchair', '3', '0', '0', '1', '0', '0', '5', '9150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9151', '9151', '1130', 'Hotel Lobby Lamp', '4', '0', '0', '1', '0', '0', '34', '9151', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9152', '9152', '397', 'hween_c16_balcony', '6', '0', '0', '1', '0', '0', '1', '9152', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9153', '9153', '397', 'hween_c16_fireplace', '4', '0', '0', '1', '0', '0', '20', '9153', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9154', '9154', '1172', 'hween_r16_crackable2', '7', '0', '0', '1', '0', '0', '8', '9154', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9155', '9155', '1130', 'Cabinet of Curiosities', '4', '0', '0', '1', '0', '0', '14', '9155', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9156', '9156', '397', 'hween_r16_chandelier', '25', '0', '0', '1', '0', '0', '48', '9156', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9157', '9157', '1130', 'Bar Stool', '4', '0', '0', '1', '0', '0', '6', '9157', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9158', '9158', '1129', 'hween_c16_ghostash', '3', '0', '0', '1', '0', '0', '1', '9158', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9159', '9159', '397', 'hween_c16_webs', '3', '0', '0', '1', '0', '0', '44', '9159', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9160', '9160', '1130', 'Magnificent Fireplace', '4', '0', '0', '1', '0', '0', '21', '9160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9161', '9161', '397', 'hween_c16_wall', '5', '0', '0', '1', '0', '0', '42', '9161', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9162', '9162', '397', 'hween_c16_vase', '3', '0', '0', '1', '0', '0', '40', '9162', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9163', '9163', '1130', 'hween_c16_balcony2', '4', '0', '0', '1', '0', '0', '2', '9163', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9164', '9164', '397', 'hween_c16_crackable1', '1', '0', '0', '1', '0', '0', '51', '9164', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9165', '9165', '1130', 'hween_r16_piano2', '4', '0', '0', '1', '0', '0', '-3', '9165', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9166', '9166', '1130', 'Patterned Table', '4', '0', '0', '1', '0', '0', '19', '9166', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9167', '9167', '1130', 'Four Poster Bed', '4', '0', '0', '1', '0', '0', '8', '9167', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9168', '9168', '1130', 'Marble Bar', '4', '0', '0', '1', '0', '0', '4', '9168', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9169', '9169', '397', 'hween_c16_ghostmchn', '25', '1', '5', '1', '0', '0', '50', '9169', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9170', '9170', '397', 'hween_c16_bust', '7', '0', '0', '1', '0', '0', '10', '9170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9171', '9171', '580', 'clothing_r16_catface', '5', '0', '0', '1', '0', '0', '8', '9171', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9172', '9172', '1130', 'hween_c16_floor2', '4', '0', '0', '1', '0', '0', '23', '9172', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9173', '9173', '397', 'hween_c16_vanity', '8', '0', '0', '1', '0', '0', '38', '9173', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9174', '9174', '397', 'hween_c16_endtable', '3', '0', '0', '1', '0', '0', '18', '9174', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9175', '9175', '1130', 'Hotel Wall', '4', '0', '0', '1', '0', '0', '22', '9175', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9176', '9176', '397', 'hween_c16_floor', '4', '0', '0', '1', '0', '0', '15', '9176', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9177', '9177', '397', 'hween_c16_cabinet', '8', '0', '0', '1', '0', '0', '12', '9177', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9178', '9178', '397', 'hween_r16_grandpiano', '25', '0', '0', '1', '0', '0', '49', '9178', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9179', '9179', '397', 'hween_c16_bkcase', '5', '0', '0', '1', '0', '0', '9', '9179', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9180', '9180', '1130', 'Evil Frank Bust', '4', '0', '0', '1', '0', '0', '11', '9180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9181', '9181', '1130', 'Creaking Stairs', '4', '0', '0', '1', '0', '0', '32', '9181', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9182', '9182', '397', 'hween_c16_ladder', '4', '0', '0', '1', '0', '0', '31', '9182', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9183', '9183', '742', 'hween_ltd16_ghostcar', '4', '0', '0', '1', '0', '0', '13', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9184', '9184', '1130', 'Mahogany Bookcase', '4', '0', '0', '1', '0', '0', '10', '9184', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9185', '9185', '397', 'hween_c16_glasstable', '4', '0', '0', '1', '0', '0', '45', '9185', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9186', '9186', '397', 'hween_c16_bed', '12', '0', '0', '1', '0', '0', '7', '9186', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9187', '9187', '397', 'hween_c16_lamp', '3', '0', '0', '1', '0', '0', '33', '9187', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9188', '9188', '1129', 'hween_c16_ghostorb', '3', '0', '0', '1', '0', '0', '1', '9188', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9189', '9189', '1130', 'Ornate Coffee Table', '4', '0', '0', '1', '0', '0', '17', '9189', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9190', '9190', '397', 'hween_c16_chair', '4', '0', '0', '1', '0', '0', '13', '9190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9191', '9191', '1129', 'hween_c16_ghostvial', '3', '0', '0', '1', '0', '0', '1', '9191', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9192', '9192', '1130', 'Vanity Mirror', '4', '0', '0', '1', '0', '0', '20', '9192', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9193', '9193', '1130', 'Bedside Table', '4', '0', '0', '1', '0', '0', '19', '9193', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9194', '9194', '397', 'hween_c16_bar', '4', '0', '0', '1', '0', '0', '3', '9194', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9195', '9195', '1130', 'hween_r16_chandelier2', '4', '0', '0', '1', '0', '0', '-2', '9195', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9196', '9196', '1130', 'Opulent Vase', '4', '0', '0', '1', '0', '0', '21', '9196', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9197', '9197', '580', 'clothing_r16_cyclops', '5', '0', '0', '1', '0', '0', '9', '9197', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9198', '9198', '423', 'fxbox_fx16', '3', '0', '0', '1', '0', '0', '2', '9198', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9199', '9199', '429', 'test_ltd', '4', '0', '0', '1', '0', '0', '310', '9199', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9200', '9200', '429', 'test_ltd2', '4', '0', '0', '1', '0', '0', '311', '9200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9201', '9201', '486', 'xmas_c16_elf8', '2', '0', '0', '1', '0', '0', '57', '9201', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9202', '9202', '486', 'xmas_c16_woodfloor', '4', '0', '0', '1', '0', '0', '35', '9202', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9203', '9203', '486', 'xmas_c16_fireplace', '10', '0', '0', '1', '0', '0', '20', '9203', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9204', '9204', '486', 'xmas_c16_dvdr', '3', '0', '0', '1', '0', '0', '12', '9204', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9205', '9205', '486', 'xmas_r16_throne', '50', '1', '5', '1', '0', '0', '39', '9205', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9206', '9206', '202', 'clothing_bearhat', '6', '0', '0', '1', '0', '0', '12', '9206', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9207', '9207', '486', 'xmas_c16_woodtile', '2', '0', '0', '1', '0', '0', '36', '9207', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9208', '9208', '486', 'xmas_c16_deskitems', '3', '0', '0', '1', '0', '0', '7', '9208', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9209', '9209', '580', 'clothing_r16_icetiara', '5', '0', '0', '1', '0', '0', '10', '9209', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9210', '9210', '486', 'xmas_c16_chair', '5', '0', '0', '1', '0', '0', '4', '9210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9211', '9211', '1183', 'xmas_c16_creature3 name', '4', '0', '0', '1', '0', '0', '7', '9211', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9212', '9212', '486', 'xmas_c16_banner', '3', '0', '0', '1', '0', '0', '2', '9212', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9213', '9213', '486', 'xmas_c16_presentstack', '3', '0', '0', '1', '0', '0', '27', '9213', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9214', '9214', '1183', 'xmas_c16_creature7 name', '4', '0', '0', '1', '0', '0', '10', '9214', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9215', '9215', '200', 'clothing_bear', '6', '0', '0', '1', '0', '0', '5', '9215', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9216', '9216', '486', 'xmas_c16_elf9', '2', '0', '0', '1', '0', '0', '58', '9216', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9217', '9217', '486', 'xmas_c16_elf7', '2', '0', '0', '1', '0', '0', '56', '9217', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9218', '9218', '486', 'xmas_c16_elf3', '2', '0', '0', '1', '0', '0', '52', '9218', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9219', '9219', '486', 'xmas_c16_diningtable', '10', '0', '0', '1', '0', '0', '9', '9219', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9220', '9220', '486', 'xmas_c16_diningbench', '7', '0', '0', '1', '0', '0', '8', '9220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9221', '9221', '486', 'xmas_c16_food2', '3', '0', '0', '1', '0', '0', '22', '9221', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9222', '9222', '486', 'xmas_c16_roundtable', '4', '0', '0', '1', '0', '0', '28', '9222', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9223', '9223', '486', 'xmas_c16_balcony', '5', '0', '0', '1', '0', '0', '1', '9223', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9224', '9224', '1183', 'xmas_c16_creature5 name', '4', '0', '0', '1', '0', '0', '9', '9224', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9225', '9225', '486', 'xmas_c16_wreathdeco', '3', '0', '0', '1', '0', '0', '37', '9225', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9226', '9226', '486', 'xmas_c16_dresser', '4', '0', '0', '1', '0', '0', '11', '9226', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9227', '9227', '486', 'xmas_c16_desk', '12', '0', '0', '1', '0', '0', '5', '9227', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9228', '9228', '486', 'xmas_c16_food3', '3', '0', '0', '1', '0', '0', '23', '9228', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9229', '9229', '310', 'clothing_bearscarf', '6', '0', '0', '1', '0', '0', '42', '9229', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9230', '9230', '1182', 'xmas_c16_stocking', '7', '0', '0', '1', '0', '0', '28', '9230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9231', '9231', '486', 'xmas_c16_tinybed', '6', '0', '0', '1', '0', '0', '32', '9231', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9232', '9232', '1182', 'xmas_c16_egg', '7', '0', '0', '1', '0', '0', '27', '9232', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9233', '9233', '486', 'xmas_c16_elf1', '2', '0', '0', '1', '0', '0', '50', '9233', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9234', '9234', '486', 'xmas_c16_tele', '7', '0', '0', '1', '0', '0', '31', '9234', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9235', '9235', '310', 'clothing_reindeer', '6', '0', '0', '1', '0', '0', '41', '9235', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9236', '9236', '486', 'xmas_c16_door', '8', '0', '0', '1', '0', '0', '10', '9236', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9237', '9237', '486', 'xmas_c16_elf10', '2', '0', '0', '1', '0', '0', '59', '9237', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9238', '9238', '1183', 'xmas_c16_creature1', '4', '0', '0', '1', '0', '0', '5', '9238', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9239', '9239', '486', 'xmas_c16_elf6', '2', '0', '0', '1', '0', '0', '55', '9239', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9240', '9240', '486', 'xmas_c16_deskcandles', '2', '0', '0', '1', '0', '0', '6', '9240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9241', '9241', '486', 'xmas_c16_elf4', '2', '0', '0', '1', '0', '0', '53', '9241', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9242', '9242', '1183', 'xmas_c16_creature6 name', '4', '0', '0', '1', '0', '0', '10', '9242', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9243', '9243', '486', 'xmas_c16_food1', '3', '0', '0', '1', '0', '0', '21', '9243', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9244', '9244', '204', 'clothing_xmas2', '5', '0', '0', '1', '0', '0', '18', '9244', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9245', '9245', '486', 'xmas_c16_rug', '4', '0', '0', '1', '0', '0', '29', '9245', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9246', '9246', '1183', 'xmas_c16_creature9 name', '4', '0', '0', '1', '0', '0', '12', '9246', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9247', '9247', '580', 'clothing_r16_cathat', '5', '0', '0', '1', '0', '0', '11', '9247', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9248', '9248', '486', 'xmas_c16_sofa', '6', '0', '0', '1', '0', '0', '4', '9248', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9249', '9249', '486', 'xmas_c16_tinychair', '3', '0', '0', '1', '0', '0', '33', '9249', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9250', '9250', '486', 'xmas_c16_wall', '5', '0', '0', '1', '0', '0', '34', '9250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9251', '9251', '1183', 'xmas_c16_creature4 name', '4', '0', '0', '1', '0', '0', '8', '9251', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9252', '9252', '204', 'clothing_xmas3', '5', '0', '0', '1', '0', '0', '17', '9252', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9253', '9253', '486', 'xmas_c16_candles', '2', '0', '0', '1', '0', '0', '3', '9253', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9254', '9254', '486', 'xmas_c16_elf2', '2', '0', '0', '1', '0', '0', '51', '9254', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9255', '9255', '486', 'xmas_c16_pillarlight', '5', '0', '0', '1', '0', '0', '26', '9255', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9256', '9256', '1183', 'xmas_c16_creature8 name', '4', '0', '0', '1', '0', '0', '11', '9256', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9257', '9257', '486', 'xmas_c16_mailshelf', '8', '0', '0', '1', '0', '0', '24', '9257', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9258', '9258', '1183', 'xmas_c16_creature2 name', '4', '0', '0', '1', '0', '0', '6', '9258', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9259', '9259', '486', 'xmas_c16_elf5', '2', '0', '0', '1', '0', '0', '54', '9259', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9260', '9260', '486', 'xmas_r16_owl', '25', '1', '5', '1', '0', '0', '38', '9260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9261', '9261', '742', 'xmas_ltd16_bearbed', '4', '0', '0', '1', '0', '0', '34', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9262', '9262', '204', 'clothing_xmas4', '5', '0', '0', '1', '0', '0', '16', '9262', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9263', '9263', '1242', 'clothing_longscarf', '6', '0', '0', '1', '0', '0', '34', '9263', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9264', '9264', '236', 'virus_r16_piratank', '15', '0', '0', '1', '0', '0', '99', '9264', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9265', '9265', '236', 'virus_r16_crabtank', '15', '0', '0', '1', '0', '0', '99', '9265', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9266', '9266', '236', 'virus_r16_eeltank', '15', '0', '0', '1', '0', '0', '99', '9266', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9267', '9267', '236', 'virus_r16_troptank', '15', '0', '0', '1', '0', '0', '99', '9267', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9268', '9268', '236', 'virus_r16_pufftank', '15', '0', '0', '1', '0', '0', '99', '9268', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9269', '9269', '236', 'virus_r16_turttank', '15', '0', '0', '1', '0', '0', '99', '9269', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9270', '9270', '236', 'virus_r16_angtank', '15', '0', '0', '1', '0', '0', '99', '9270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9271', '9271', '362', 'classic5_sofa', '4', '0', '0', '1', '0', '0', '1', '9271', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9272', '9272', '362', 'classic5_table_yel', '3', '0', '0', '1', '0', '0', '5', '9272', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9273', '9273', '362', 'classic5_stage', '4', '0', '0', '1', '0', '0', '7', '9273', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9274', '9274', '362', 'classic5_speaker', '2', '0', '0', '1', '0', '0', '9', '9274', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9275', '9275', '362', 'classic5_floor', '3', '0', '0', '1', '0', '0', '6', '9275', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9276', '9276', '362', 'classic5_wall', '5', '0', '0', '1', '0', '0', '10', '9276', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9277', '9277', '362', 'classic5_chair_blu', '3', '0', '0', '1', '0', '0', '2', '9277', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9278', '9278', '362', 'classic5_stairs', '3', '0', '0', '1', '0', '0', '8', '9278', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9279', '9279', '362', 'classic5_chair_yel', '3', '0', '0', '1', '0', '0', '3', '9279', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9280', '9280', '362', 'classic5_table_blu', '3', '0', '0', '1', '0', '0', '4', '9280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9281', '9281', '664', 'bonusbag16_3', '7', '0', '0', '1', '0', '0', '3', '9281', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9282', '9282', '1244', 'bonusrare16_7_1', '4', '0', '0', '1', '0', '0', '29', '9282', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9283', '9283', '1244', 'bonusrare16_7_2', '4', '0', '0', '1', '0', '0', '30', '9283', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9284', '9284', '1244', 'bonusrare16_7_3', '4', '0', '0', '1', '0', '0', '31', '9284', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9285', '9285', '1244', 'bonusrare16_7_4', '4', '0', '0', '1', '0', '0', '32', '9285', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9286', '9286', '1244', 'bonusrare16_7_5', '4', '0', '0', '1', '0', '0', '33', '9286', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9287', '9287', '1244', 'bonusrare16_7_6', '4', '0', '0', '1', '0', '0', '34', '9287', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9288', '9288', '668', 'ny17_crackable', '7', '0', '0', '1', '0', '0', '2', '9288', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9289', '9289', '583', 'clothing_r16_party14', '4', '0', '0', '1', '0', '0', '6', '9289', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9290', '9290', '468', 'cny17_roosterballoon', '10', '0', '0', '1', '0', '0', '56', '9290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9291', '9291', '583', 'clothing_r16_party13', '4', '0', '0', '1', '0', '0', '5', '9291', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9292', '9292', '583', 'clothing_r16_party11', '4', '0', '0', '1', '0', '0', '3', '9292', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9293', '9293', '583', 'clothing_r16_party9', '4', '0', '0', '1', '0', '0', '1', '9293', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9294', '9294', '583', 'clothing_r16_party12', '4', '0', '0', '1', '0', '0', '4', '9294', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9295', '9295', '583', 'clothing_r16_party10', '4', '0', '0', '1', '0', '0', '2', '9295', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9296', '9296', '356', 'clothing_wink', '3', '0', '5', '1', '0', '0', '1', '9296', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9297', '9297', '356', 'clothing_love', '3', '0', '5', '1', '0', '0', '2', '9297', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9298', '9298', '356', 'clothing_surprised', '3', '0', '5', '1', '0', '0', '3', '9298', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9299', '9299', '356', 'clothing_happy', '3', '0', '5', '1', '0', '0', '4', '9299', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9300', '9300', '356', 'clothing_poop', '3', '0', '5', '1', '0', '0', '5', '9300', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9301', '9301', '356', 'clothing_angry', '3', '0', '5', '1', '0', '0', '6', '9301', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9302', '9302', '356', 'clothing_sad', '3', '0', '5', '1', '0', '0', '7', '9302', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9303', '9303', '356', 'clothing_excited', '3', '0', '5', '1', '0', '0', '8', '9303', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9304', '9304', '356', 'clothing_cool', '3', '0', '5', '1', '0', '0', '9', '9304', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9305', '9305', '356', 'clothing_shy', '3', '0', '5', '1', '0', '0', '10', '9305', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9306', '9306', '356', 'clothing_bobba', '3', '0', '5', '1', '0', '0', '11', '9306', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9307', '9307', '356', 'clothing_silly', '3', '0', '5', '1', '0', '0', '12', '9307', '0', '0', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9308', '9308', '363', 'classic6_stool', '2', '0', '0', '1', '0', '0', '7', '9308', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9309', '9309', '363', 'classic6_sofa', '4', '0', '0', '1', '0', '0', '8', '9309', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9310', '9310', '363', 'classic6_tearice', '2', '0', '0', '1', '0', '0', '15', '9310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9311', '9311', '363', 'classic6_bigtable', '4', '0', '0', '1', '0', '0', '4', '9311', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9312', '9312', '363', 'classic6_chair', '3', '0', '0', '1', '0', '0', '3', '9312', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9313', '9313', '363', 'classic6_endtable', '3', '0', '0', '1', '0', '0', '6', '9313', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9314', '9314', '363', 'classic6_lowtable', '4', '0', '0', '1', '0', '0', '5', '9314', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9315', '9315', '363', 'classic6_lantern', '3', '0', '0', '1', '0', '0', '13', '9315', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9316', '9316', '363', 'classic6_wall', '5', '0', '0', '1', '0', '0', '16', '9316', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9317', '9317', '363', 'classic6_woodfloor', '3', '0', '0', '1', '0', '0', '10', '9317', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9318', '9318', '363', 'classic6_stonecarpet', '3', '0', '0', '1', '0', '0', '9', '9318', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9319', '9319', '363', 'classic6_arch', '7', '0', '0', '1', '0', '0', '1', '9319', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9320', '9320', '363', 'classic6_vase', '3', '0', '0', '1', '0', '0', '12', '9320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9321', '9321', '363', 'classic6_food', '2', '0', '0', '1', '0', '0', '14', '9321', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9322', '9322', '363', 'classic6_mat', '2', '0', '0', '1', '0', '0', '11', '9322', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9323', '9323', '363', 'classic6_dvdr', '5', '0', '0', '1', '0', '0', '2', '9323', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9324', '9324', '239', 'bc_gift_31days', '7', '0', '0', '1', '0', '0', '2', '9324', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9325', '9325', '239', 'hc_gift_14days', '7', '0', '0', '1', '0', '0', '3', '9325', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9326', '9326', '239', 'hc_gift_31days', '7', '0', '0', '1', '0', '0', '4', '9326', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9327', '9327', '239', 'bc_gift_14days', '7', '0', '0', '1', '0', '0', '1', '9327', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9328', '9328', '302', 'china_rooster', '10', '0', '0', '1', '0', '0', '32', '9328', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9329', '9329', '598', 'rare_prize17_14', '4', '0', '0', '1', '0', '0', '1', '9329', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9330', '9330', '598', 'rare_prize17_10', '4', '0', '0', '1', '0', '0', '10', '9330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9331', '9331', '598', 'rare_prize17_11', '4', '0', '0', '1', '0', '0', '10', '9331', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9332', '9332', '598', 'rare_prize17_12', '4', '0', '0', '1', '0', '0', '11', '9332', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9333', '9333', '598', 'rare_prize17_13', '4', '0', '0', '1', '0', '0', '12', '9333', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9334', '9334', '598', 'rare_prize17*14', '4', '0', '0', '1', '0', '0', '14', '9334', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9335', '9335', '598', 'rare_prize17_2', '4', '0', '0', '1', '0', '0', '2', '9335', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9336', '9336', '598', 'rare_prize17_3', '4', '0', '0', '1', '0', '0', '3', '9336', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9337', '9337', '598', 'rare_prize17_4', '4', '0', '0', '1', '0', '0', '4', '9337', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9338', '9338', '598', 'rare_prize17_5', '4', '0', '0', '1', '0', '0', '5', '9338', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9339', '9339', '598', 'rare_prize17_6', '4', '0', '0', '1', '0', '0', '6', '9339', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9340', '9340', '598', 'rare_prize17_7', '4', '0', '0', '1', '0', '0', '7', '9340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9341', '9341', '598', 'rare_prize17_8', '4', '0', '0', '1', '0', '0', '8', '9341', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9342', '9342', '598', 'rare_prize17_9', '4', '0', '0', '1', '0', '0', '9', '9342', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9343', '9343', '1244', 'bonusrare17_1_0', '4', '0', '0', '1', '0', '0', '35', '9343', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9344', '9344', '1244', 'bonusrare17_1_1', '4', '0', '0', '1', '0', '0', '36', '9344', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9345', '9345', '1244', 'bonusrare17_1_2', '4', '0', '0', '1', '0', '0', '37', '9345', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9346', '9346', '1244', 'bonusrare17_1_3', '4', '0', '0', '1', '0', '0', '38', '9346', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9347', '9347', '1244', 'bonusrare17_1_4', '4', '0', '0', '1', '0', '0', '39', '9347', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9348', '9348', '1244', 'bonusrare17_1_5', '4', '0', '0', '1', '0', '0', '40', '9348', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9349', '9349', '1244', 'bonusrare17_4_1', '4', '0', '0', '1', '0', '0', '53', '9349', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9350', '9350', '1244', 'bonusrare17_4_2', '4', '0', '0', '1', '0', '0', '54', '9350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9351', '9351', '1244', 'bonusrare17_4_3', '4', '0', '0', '1', '0', '0', '55', '9351', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9352', '9352', '1244', 'bonusrare17_4_4', '4', '0', '0', '1', '0', '0', '56', '9352', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9353', '9353', '1244', 'bonusrare17_4_5', '4', '0', '0', '1', '0', '0', '57', '9353', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9354', '9354', '1244', 'bonusrare17_4_6', '4', '0', '0', '1', '0', '0', '58', '9354', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9355', '9355', '1244', 'bonusrare17_3_1', '4', '0', '0', '1', '0', '0', '47', '9355', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9356', '9356', '1244', 'bonusrare17_3_2', '4', '0', '0', '1', '0', '0', '48', '9356', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9357', '9357', '1244', 'bonusrare17_3_3', '4', '0', '0', '1', '0', '0', '49', '9357', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9358', '9358', '1244', 'bonusrare17_3_4', '4', '0', '0', '1', '0', '0', '50', '9358', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9359', '9359', '1244', 'bonusrare17_3_5', '4', '0', '0', '1', '0', '0', '51', '9359', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9360', '9360', '1244', 'bonusrare17_3_6', '4', '0', '0', '1', '0', '0', '52', '9360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9361', '9361', '1244', 'bonusrare17_2_0', '4', '0', '0', '1', '0', '0', '41', '9361', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9362', '9362', '1244', 'bonusrare17_2_1', '4', '0', '0', '1', '0', '0', '42', '9362', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9363', '9363', '1244', 'bonusrare17_2_2', '4', '0', '0', '1', '0', '0', '43', '9363', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9364', '9364', '1244', 'bonusrare17_2_3', '4', '0', '0', '1', '0', '0', '44', '9364', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9365', '9365', '1244', 'bonusrare17_2_4', '4', '0', '0', '1', '0', '0', '45', '9365', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9366', '9366', '1244', 'bonusrare17_2_5', '4', '0', '0', '1', '0', '0', '46', '9366', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9367', '9367', '364', 'classic7_gate', '4', '0', '0', '1', '0', '0', '5', '9367', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9368', '9368', '364', 'classic7_stage', '4', '0', '0', '1', '0', '0', '7', '9368', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9369', '9369', '364', 'classic7_dvdr', '4', '0', '0', '1', '0', '0', '4', '9369', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9370', '9370', '364', 'classic7_drinks', '2', '0', '0', '1', '0', '0', '14', '9370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9371', '9371', '364', 'classic7_table', '4', '0', '0', '1', '0', '0', '2', '9371', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9372', '9372', '364', 'classic7_drinkdispenser', '3', '0', '0', '1', '0', '0', '15', '9372', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9373', '9373', '364', 'classic7_djbooth', '5', '0', '0', '1', '0', '0', '11', '9373', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9374', '9374', '364', 'classic7_floor', '3', '0', '0', '1', '0', '0', '6', '9374', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9375', '9375', '364', 'classic7_starlight', '3', '0', '0', '1', '0', '0', '13', '9375', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9376', '9376', '364', 'classic7_chair', '3', '0', '0', '1', '0', '0', '1', '9376', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9377', '9377', '364', 'classic7_tree', '3', '0', '0', '1', '0', '0', '12', '9377', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9378', '9378', '364', 'classic7_stairs', '3', '0', '0', '1', '0', '0', '8', '9378', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9379', '9379', '364', 'classic7_wall', '5', '0', '0', '1', '0', '0', '16', '9379', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9380', '9380', '364', 'classic7_drinkcabinet', '8', '0', '0', '1', '0', '0', '9', '9380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9381', '9381', '364', 'classic7_fridge', '6', '0', '0', '1', '0', '0', '10', '9381', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9382', '9382', '364', 'classic7_crn', '3', '0', '0', '1', '0', '0', '3', '9382', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9383', '9383', '577', 'clothing_r17_wedveil', '5', '0', '0', '1', '0', '0', '1', '9383', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9384', '9384', '577', 'clothing_r17_weddingdress', '5', '0', '0', '1', '0', '0', '2', '9384', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9385', '9385', '577', 'clothing_r17_weddingset', '5', '0', '0', '1', '0', '0', '3', '9385', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9386', '9386', '449', 'val_c17_roseplant', '3', '0', '0', '1', '0', '0', '4', '9386', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9387', '9387', '449', 'val_c17_chair', '3', '0', '0', '1', '0', '0', '2', '9387', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9388', '9388', '449', 'val_c17_rosedivider', '4', '0', '0', '1', '0', '0', '3', '9388', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9389', '9389', '449', 'val_c17_bandstand', '10', '0', '0', '1', '0', '0', '1', '9389', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9390', '9390', '449', 'val_c17_vase', '3', '0', '0', '1', '0', '0', '5', '9390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9391', '9391', '743', 'val_r17_organltd', '4', '0', '0', '1', '0', '0', '29', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9392', '9392', '585', 'clothing_goldpack2', '5', '0', '0', '1', '0', '0', '2', '9392', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9393', '9393', '250', 'exotic_r17_chamele', '15', '0', '0', '1', '0', '0', '99', '9393', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9394', '9394', '250', 'exotic_r17_treefrog', '15', '0', '0', '1', '0', '0', '99', '9394', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9395', '9395', '250', 'exotic_r17_snake', '15', '0', '0', '1', '0', '0', '99', '9395', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9396', '9396', '250', 'exotic_r17_chipmunk', '15', '0', '0', '1', '0', '0', '99', '9396', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9397', '9397', '250', 'exotic_r17_birds', '15', '0', '0', '1', '0', '0', '99', '9397', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9398', '9398', '250', 'exotic_r17_bat', '15', '0', '0', '1', '0', '0', '99', '9398', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9399', '9399', '250', 'exotic_r17_chinchil', '15', '0', '0', '1', '0', '0', '99', '9399', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9400', '9400', '250', 'exotic_r17_sloth', '15', '0', '0', '1', '0', '0', '99', '9400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9401', '9401', '124', 'mall_c17_tele', '10', '0', '0', '1', '0', '0', '3', '9401', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9402', '9402', '124', 'mall_c17_kiosk', '8', '0', '0', '1', '0', '0', '1', '9402', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9403', '9403', '124', 'mall_r17_coffeem', '7', '0', '0', '1', '0', '0', '2', '9403', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9404', '9404', '383', 'easter_c17_fence2', '3', '0', '0', '1', '0', '0', '14', '9404', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9405', '9405', '203', 'clothing_apron', '5', '0', '0', '1', '0', '0', '7', '9405', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9406', '9406', '383', 'easter_c17_barngate', '5', '0', '0', '1', '0', '0', '3', '9406', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9407', '9407', '383', 'easter_c17_table', '5', '0', '0', '1', '0', '0', '5', '9407', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9408', '9408', '1123', 'easter_c17_floweringbush', '4', '0', '0', '1', '0', '0', '16', '9408', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9409', '9409', '383', 'easter_c17_appletree', '5', '0', '0', '1', '0', '0', '17', '9409', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9410', '9410', '577', 'clothing_r17_cow', '5', '0', '0', '1', '0', '0', '4', '9410', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9411', '9411', '383', 'easter_c17_flour', '1', '0', '0', '1', '0', '0', '33', '9411', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9412', '9412', '383', 'easter_c17_combistove', '25', '1', '5', '1', '0', '0', '30', '9412', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9413', '9413', '201', 'clothing_crownbraid', '6', '0', '0', '1', '0', '0', '38', '9413', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9414', '9414', '383', 'easter_c17_chickens', '4', '0', '0', '1', '0', '0', '6', '9414', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9415', '9415', '743', 'easter_ltd17_harvestgoddess', '3', '0', '0', '1', '0', '0', '99', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9416', '9416', '1189', 'easter_c17_egg', '3', '0', '0', '1', '0', '0', '99', '9416', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9417', '9417', '383', 'easter_c17_barn', '5', '0', '0', '1', '0', '0', '2', '9417', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9418', '9418', '1124', 'easter_c17_fruitsalad', '4', '0', '0', '1', '0', '0', '27', '9418', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9419', '9419', '1124', 'easter_c17_berrycupcake', '4', '0', '0', '1', '0', '0', '5', '9419', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9420', '9420', '383', 'easter_c17_fence', '4', '0', '0', '1', '0', '0', '13', '9420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9421', '9421', '1124', 'easter_c17_raspjam', '4', '0', '0', '1', '0', '0', '33', '9421', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9422', '9422', '383', 'easter_c17_gate', '6', '0', '0', '1', '0', '0', '15', '9422', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9423', '9423', '1124', 'easter_c17_pastries', '4', '0', '0', '1', '0', '0', '29', '9423', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9424', '9424', '383', 'easter_c17_peachtree', '5', '0', '0', '1', '0', '0', '17', '9424', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9425', '9425', '1123', 'easter_c17_leafsprout', '3', '0', '0', '1', '0', '0', '1', '9425', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9426', '9426', '577', 'clothing_r17_chicken', '5', '0', '0', '1', '0', '0', '5', '9426', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9427', '9427', '383', 'easter_c17_roof2', '4', '0', '0', '1', '0', '0', '20', '9427', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9428', '9428', '1124', 'easter_c17_choctart', '4', '0', '0', '1', '0', '0', '14', '9428', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9429', '9429', '383', 'easter_c17_peartree', '5', '0', '0', '1', '0', '0', '18', '9429', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9430', '9430', '383', 'easter_c17_windmill', '7', '0', '0', '1', '0', '0', '24', '9430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9431', '9431', '1124', 'easter_c17_strawbsbush', '4', '0', '0', '1', '0', '0', '7', '9431', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9432', '9432', '383', 'easter_c17_collie', '7', '0', '0', '1', '0', '0', '8', '9432', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9433', '9433', '1123', 'easter_c17_sapling', '3', '0', '0', '1', '0', '0', '1', '9433', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9434', '9434', '1124', 'easter_c17_raspbush', '4', '0', '0', '1', '0', '0', '6', '9434', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9435', '9435', '1124', 'easter_c17_strawbsjam', '4', '0', '0', '1', '0', '0', '20', '9435', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9436', '9436', '1124', 'easter_c17_carrot', '4', '0', '0', '1', '0', '0', '5', '9436', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9437', '9437', '1124', 'easter_c17_choccupcake', '4', '0', '0', '1', '0', '0', '13', '9437', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9438', '9438', '383', 'easter_c17_sprinkler', '3', '0', '0', '1', '0', '0', '21', '9438', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9439', '9439', '383', 'easter_c17_coop', '8', '0', '0', '1', '0', '0', '9', '9439', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9440', '9440', '251', 'cowbox', '25', '0', '0', '1', '0', '0', '1', '9440', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('9441', '9441', '201', 'clothing_messyhalfbun', '6', '0', '0', '1', '0', '0', '37', '9441', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9442', '9442', '383', 'easter_c17_tree', '5', '0', '0', '1', '0', '0', '17', '9442', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9443', '9443', '383', 'easter_r17_farmcutout', '25', '1', '5', '1', '0', '0', '35', '9443', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9444', '9444', '1124', 'easter_c17_blkberrybush', '4', '0', '0', '1', '0', '0', '4', '9444', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9445', '9445', '1123', 'easter_c17_seeds', '3', '0', '0', '1', '0', '0', '1', '9445', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9446', '9446', '1124', 'easter_c17_chocbunny', '4', '0', '0', '1', '0', '0', '14', '9446', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9447', '9447', '383', 'easter_c17_seedbag', '1', '0', '0', '1', '0', '0', '31', '9447', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9448', '9448', '383', 'easter_c17_crn', '3', '0', '0', '1', '0', '0', '11', '9448', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9449', '9449', '1124', 'easter_c17_carrotcake', '4', '0', '0', '1', '0', '0', '10', '9449', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9450', '9450', '1124', 'easter_c17_berrytart', '4', '0', '0', '1', '0', '0', '6', '9450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9451', '9451', '383', 'easter_c17_farmsoil', '3', '0', '0', '1', '0', '0', '10', '9451', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9452', '9452', '558', 'cowbox_gold', '25', '0', '0', '1', '0', '0', '1', '9452', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('9453', '9453', '577', 'clothing_r17_horse', '5', '0', '0', '1', '0', '0', '6', '9453', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9454', '9454', '383', 'easter_c17_beehive', '7', '0', '0', '1', '0', '0', '4', '9454', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9455', '9455', '1124', 'easter_c17_blkberryjam', '4', '0', '0', '1', '0', '0', '8', '9455', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9456', '9456', '383', 'easter_c17_roof', '4', '0', '0', '1', '0', '0', '19', '9456', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9457', '9457', '383', 'easter_c17_choc', '1', '0', '0', '1', '0', '0', '32', '9457', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9458', '9458', '1124', 'easter_c17_sweetpastries', '4', '0', '0', '1', '0', '0', '40', '9458', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9459', '9459', '1124', 'easter_c17_strawbscake', '4', '0', '0', '1', '0', '0', '38', '9459', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9460', '9460', '383', 'easter_c17_chairs', '3', '0', '0', '1', '0', '0', '5', '9460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9461', '9461', '664', 'bonusbag17_1', '7', '0', '0', '1', '0', '0', '4', '9461', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9462', '9462', '416', 'santorini_c17_pottedplants', '3', '0', '0', '1', '0', '0', '19', '9462', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9463', '9463', '730', 'santorini_c17_artefact4', '4', '0', '0', '1', '0', '0', '5', '9463', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9464', '9464', '416', 'santorini_c17_bar', '5', '0', '0', '1', '0', '0', '2', '9464', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9465', '9465', '416', 'santorini_c17_arch', '6', '0', '0', '1', '0', '0', '1', '9465', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9466', '9466', '416', 'santorini_c17_pottedshrub', '3', '0', '0', '1', '0', '0', '20', '9466', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9467', '9467', '730', 'santorini_c17_artefact3', '4', '0', '0', '1', '0', '0', '4', '9467', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9468', '9468', '416', 'santorini_c17_roof', '3', '0', '0', '1', '0', '0', '27', '9468', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9469', '9469', '416', 'santorini_c17_rockroof', '3', '0', '0', '1', '0', '0', '24', '9469', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9470', '9470', '730', 'clothing_leafcrown', '5', '0', '0', '1', '0', '0', '17', '9470', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9471', '9471', '416', 'santorini_c17_flowerdivider', '4', '0', '0', '1', '0', '0', '9', '9471', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9472', '9472', '730', 'clothing_hermeshat', '5', '0', '0', '1', '0', '0', '14', '9472', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9473', '9473', '416', 'santorini_c17_rocks', '4', '0', '0', '1', '0', '0', '25', '9473', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9474', '9474', '416', 'santorini_c17_sand', '3', '0', '0', '1', '0', '0', '28', '9474', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9475', '9475', '730', 'santorini_c17_artefact5', '4', '0', '0', '1', '0', '0', '6', '9475', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9476', '9476', '416', 'santorini_c17_food1', '2', '0', '0', '1', '0', '0', '10', '9476', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9477', '9477', '61', 'santorini_r17_chest', '7', '0', '0', '1', '0', '0', '24', '9477', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9478', '9478', '416', 'santorini_c17_trellis', '6', '0', '0', '1', '0', '0', '31', '9478', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9479', '9479', '730', 'clothing_hoplitehelm', '5', '0', '0', '1', '0', '0', '13', '9479', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9480', '9480', '730', 'santorini_c17_artefact1', '4', '0', '0', '1', '0', '0', '2', '9480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9481', '9481', '416', 'santorini_c17_rockpool', '3', '0', '0', '1', '0', '0', '23', '9481', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9482', '9482', '730', 'clothing_greektoga', '5', '0', '0', '1', '0', '0', '14', '9482', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9483', '9483', '416', 'santorini_c17_dividerend', '4', '0', '0', '1', '0', '0', '6', '9483', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9484', '9484', '416', 'santorini_r17_chimera', '25', '1', '5', '1', '0', '0', '40', '9484', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9485', '9485', '416', 'santorini_r17_hydra', '25', '1', '5', '1', '0', '0', '40', '9485', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9486', '9486', '416', 'santorini_c17_rockstage', '5', '0', '0', '1', '0', '0', '26', '9486', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9487', '9487', '416', 'santorini_c17_donkey', '10', '0', '0', '1', '0', '0', '8', '9487', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9488', '9488', '416', 'santorini_c17_pierend', '4', '0', '0', '1', '0', '0', '17', '9488', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9489', '9489', '416', 'santorini_c17_ornatepots', '3', '0', '0', '1', '0', '0', '15', '9489', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9490', '9490', '416', 'santorini_c17_dolphin', '7', '0', '0', '1', '0', '0', '7', '9490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9491', '9491', '416', 'santorini_c17_mosaicfloor', '4', '0', '0', '1', '0', '0', '14', '9491', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9492', '9492', '730', 'clothing_hermesshoes', '5', '0', '0', '1', '0', '0', '12', '9492', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9493', '9493', '416', 'santorini_c17_rockcave', '5', '0', '0', '1', '0', '0', '21', '9493', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9494', '9494', '416', 'santorini_c17_belltop', '5', '0', '0', '1', '0', '0', '3', '9494', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9495', '9495', '416', 'santorini_c17_gate', '6', '0', '0', '1', '0', '0', '12', '9495', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9496', '9496', '416', 'santorini_r17_centaur', '25', '1', '5', '1', '0', '0', '40', '9496', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9497', '9497', '743', 'santorini_ltd17_lighthouse', '4', '0', '0', '1', '0', '0', '38', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9498', '9498', '416', 'santorini_c17_divider', '4', '0', '0', '1', '0', '0', '5', '9498', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9499', '9499', '416', 'santorini_c17_piermid', '4', '0', '0', '1', '0', '0', '18', '9499', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9500', '9500', '416', 'santorini_c17_house', '6', '0', '0', '1', '0', '0', '13', '9500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9501', '9501', '416', 'santorini_c17_table', '4', '0', '0', '1', '0', '0', '30', '9501', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9502', '9502', '730', 'santorini_c17_artefact2', '4', '0', '0', '1', '0', '0', '3', '9502', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9503', '9503', '416', 'santorini_r17_minotaur', '25', '1', '5', '1', '0', '0', '40', '9503', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9504', '9504', '416', 'santorini_c17_chair', '3', '0', '0', '1', '0', '0', '4', '9504', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9505', '9505', '1242', 'clothing_octohat', '6', '0', '0', '1', '0', '0', '1242', '9505', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9506', '9506', '416', 'santorini_c17_pebblefloor', '4', '0', '0', '1', '0', '0', '16', '9506', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9507', '9507', '712', 'santorini_c17_lighthouse', '4', '0', '0', '1', '0', '0', '19', '9507', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9508', '9508', '416', 'santorini_c17_stairs', '3', '0', '0', '1', '0', '0', '29', '9508', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9509', '9509', '416', 'santorini_c17_food2', '2', '0', '0', '1', '0', '0', '11', '9509', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9510', '9510', '416', 'santorini_c17_rockfloat', '3', '0', '0', '1', '0', '0', '22', '9510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9511', '9511', '36', 'scifi_r17_bed', '25', '1', '5', '1', '0', '0', '32', '9511', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9512', '9512', '36', 'scifi_c17_xcannon', '12', '0', '0', '1', '0', '0', '31', '9512', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9513', '9513', '36', 'scifi_c17_airlock', '9', '0', '0', '1', '0', '0', '30', '9513', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9514', '9514', '577', 'clothing_r17_explorerhelm', '5', '0', '0', '1', '0', '0', '7', '9514', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9515', '9515', '36', 'scifi_r17_cruiser_bd', '75', '1', '5', '1', '0', '0', '33', '9515', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9516', '9516', '743', 'scifi_ltd17_mech_bd', '4', '0', '0', '1', '0', '0', '319', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9517', '9517', '577', 'clothing_r17_sentinelhelm', '5', '0', '0', '1', '0', '0', '8', '9517', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9518', '9518', '310', 'clothing_facehugger', '6', '0', '0', '1', '0', '0', '40', '9518', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9519', '9519', '419', 'modern_c17_sofa', '4', '0', '0', '1', '0', '0', '22', '9519', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9520', '9520', '419', 'modern_c17_pictures', '2', '0', '0', '1', '0', '0', '14', '9520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9521', '9521', '419', 'modern_c17_pug', '3', '0', '0', '1', '0', '0', '17', '9521', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9522', '9522', '419', 'modern_c17_lamp', '2', '0', '0', '1', '0', '0', '18', '9522', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9523', '9523', '419', 'modern_c17_bed', '5', '0', '0', '1', '0', '0', '1', '9523', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9524', '9524', '419', 'modern_c17_lowtable', '5', '0', '0', '1', '0', '0', '12', '9524', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9525', '9525', '419', 'modern_c17_folder', '2', '0', '0', '1', '0', '0', '8', '9525', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9526', '9526', '419', 'modern_c17_reads', '2', '0', '0', '1', '0', '0', '19', '9526', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9527', '9527', '419', 'modern_c17_rug', '3', '0', '0', '1', '0', '0', '20', '9527', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9528', '9528', '419', 'modern_c17_incense', '2', '0', '0', '1', '0', '0', '9', '9528', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9529', '9529', '419', 'modern_c17_plant desc', '1', '0', '0', '1', '0', '0', '16', '9529', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9530', '9530', '419', 'modern_c17_display', '3', '0', '0', '1', '0', '0', '5', '9530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9531', '9531', '419', 'modern_c17_pillow', '3', '0', '0', '1', '0', '0', '15', '9531', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9532', '9532', '419', 'modern_c17_tv', '3', '0', '0', '1', '0', '0', '24', '9532', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9533', '9533', '419', 'modern_c17_floor', '3', '0', '0', '1', '0', '0', '7', '9533', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9534', '9534', '419', 'modern_c17_photos', '3', '0', '0', '1', '0', '0', '13', '9534', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9535', '9535', '419', 'modern_c17_desk', '4', '0', '0', '1', '0', '0', '4', '9535', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9536', '9536', '419', 'modern_c17_wall', '5', '0', '0', '1', '0', '0', '25', '9536', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9537', '9537', '419', 'modern_c17_iscreen', '3', '0', '0', '1', '0', '0', '10', '9537', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9538', '9538', '419', 'modern_c17_lamp', '4', '0', '0', '1', '0', '0', '11', '9538', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9539', '9539', '419', 'modern_c17_creative', '2', '0', '0', '1', '0', '0', '3', '9539', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9540', '9540', '419', 'modern_c17_chair', '3', '0', '0', '1', '0', '0', '2', '9540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9541', '9541', '419', 'modern_c17_speakers', '2', '0', '0', '1', '0', '0', '23', '9541', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9542', '9542', '419', 'modern_c17_shelf', '4', '0', '0', '1', '0', '0', '21', '9542', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9543', '9543', '419', 'modern_c17_endtable', '3', '0', '0', '1', '0', '0', '6', '9543', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9544', '9544', '1242', 'clothing_toxicfacehugger', '6', '0', '0', '1', '0', '0', '39', '9544', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9545', '9545', '409', 'summer_c17_merchstall', '7', '0', '0', '1', '0', '0', '3', '9545', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9546', '9546', '409', 'summer_c17_astrotelescope', '9', '0', '0', '1', '0', '0', '1', '9546', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9547', '9547', '409', 'summer_c17_burgertruck', '12', '0', '0', '1', '0', '0', '2', '9547', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9548', '9548', '409', 'summer_c17_promenadelamp', '6', '0', '0', '1', '0', '0', '4', '9548', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9549', '9549', '664', 'bonusbag17_2', '7', '0', '0', '1', '0', '0', '5', '9549', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9550', '9550', '1127', 'bazaar_c17_lampbluepinktrim', '4', '0', '0', '1', '0', '0', '170', '9550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9551', '9551', '1127', 'bazaar_c17_pillowbluepinktrim', '4', '0', '0', '1', '0', '0', '190', '9551', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9552', '9552', '1127', 'bazaar_c17_lampyellow', '4', '0', '0', '1', '0', '0', '170', '9552', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9553', '9553', '1127', 'bazaar_c17_curtainblue', '4', '0', '0', '1', '0', '0', '150', '9553', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9554', '9554', '1127', 'bazaar_c17_lamppurple', '4', '0', '0', '1', '0', '0', '170', '9554', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9555', '9555', '1127', 'bazaar_c17_curtainyellowbluetrim', '4', '0', '0', '1', '0', '0', '150', '9555', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9556', '9556', '1127', 'bazaar_c17_ruggreen', '4', '0', '0', '1', '0', '0', '210', '9556', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9557', '9557', '417', 'bazaar_c17_pots', '4', '0', '0', '1', '0', '0', '58', '9557', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9558', '9558', '417', 'bazaar_c17_fruitbasket', '5', '0', '0', '1', '0', '0', '30', '9558', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9559', '9559', '417', 'bazaar_c17_rugrolls', '5', '0', '0', '1', '0', '0', '50', '9559', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9560', '9560', '1127', 'bazaar_c17_rugpurpleyellowtrim', '4', '0', '0', '1', '0', '0', '210', '9560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9561', '9561', '1127', 'bazaar_c17_vasepinkbluetrim', '4', '0', '0', '1', '0', '0', '230', '9561', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9562', '9562', '201', 'clothing_exoticbeard', '2', '0', '0', '1', '0', '0', '102', '9562', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9563', '9563', '1127', 'bazaar_c17_vasebluepinktrim', '4', '0', '0', '1', '0', '0', '230', '9563', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9564', '9564', '417', 'bazaar_c17_basket', '3', '0', '0', '1', '0', '0', '3', '9564', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9565', '9565', '417', 'bazaar_c17_camel', '8', '0', '0', '1', '0', '0', '6', '9565', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9566', '9566', '1127', 'bazaar_c17_pillowmystic', '4', '0', '0', '1', '0', '0', '190', '9566', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9567', '9567', '1127', 'bazaar_c17_pillowgreenpurpletrim', '4', '0', '0', '1', '0', '0', '190', '9567', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9568', '9568', '1127', 'bazaar_c17_vasepurple', '4', '0', '0', '1', '0', '0', '230', '9568', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9569', '9569', '1127', 'bazaar_c17_curtaingreen', '4', '0', '0', '1', '0', '0', '150', '9569', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9570', '9570', '310', 'clothing_alluringeyes', '6', '0', '0', '1', '0', '0', '38', '9570', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9571', '9571', '1127', 'bazaar_c17_vasegreenpurpletrim', '4', '0', '0', '1', '0', '0', '230', '9571', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9572', '9572', '1127', 'bazaar_c17_curtaingreenpurpletrim', '4', '0', '0', '1', '0', '0', '150', '9572', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9573', '9573', '1127', 'bazaar_c17_rugblue', '4', '0', '0', '1', '0', '0', '210', '9573', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9574', '9574', '1126', 'bazaar_c17_dyemystic', '4', '0', '0', '1', '0', '0', '94', '9574', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9575', '9575', '1127', 'bazaar_c17_pillowpurple', '4', '0', '0', '1', '0', '0', '190', '9575', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9576', '9576', '417', 'bazaar_r17_throne', '50', '1', '5', '1', '0', '0', '77', '9576', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9577', '9577', '1127', 'bazaar_c17_rugyellowbluetrim', '4', '0', '0', '1', '0', '0', '210', '9577', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9578', '9578', '1127', 'bazaar_c17_vaseblue', '4', '0', '0', '1', '0', '0', '230', '9578', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9579', '9579', '743', 'bazaar_ltd17_ele', '4', '0', '0', '1', '0', '0', '-4', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9580', '9580', '1127', 'bazaar_c17_vaseyellowbluetrim', '4', '0', '0', '1', '0', '0', '230', '9580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9581', '9581', '417', 'bazaar_c17_dyeblue', '1', '0', '0', '1', '0', '0', '115', '9581', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9582', '9582', '1126', 'bazaar_c17_dyegreen', '4', '0', '0', '1', '0', '0', '93', '9582', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9583', '9583', '1127', 'bazaar_c17_curtainpinkbluetrim', '4', '0', '0', '1', '0', '0', '150', '9583', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9584', '9584', '1127', 'bazaar_c17_lampmystic', '4', '0', '0', '1', '0', '0', '170', '9584', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9585', '9585', '417', 'bazaar_c17_curtain', '3', '0', '0', '1', '0', '0', '116', '9585', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9586', '9586', '1127', 'bazaar_c17_pillowyellow', '4', '0', '0', '1', '0', '0', '190', '9586', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9587', '9587', '1127', 'bazaar_c17_rugmystic', '4', '0', '0', '1', '0', '0', '210', '9587', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9588', '9588', '1127', 'bazaar_c17_rugbluepinktrim', '4', '0', '0', '1', '0', '0', '210', '9588', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9589', '9589', '417', 'bazaar_c17_flycarpet', '10', '0', '0', '1', '0', '0', '29', '9589', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9590', '9590', '204', 'clothing_exoticvest', '5', '0', '0', '1', '0', '0', '15', '9590', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9591', '9591', '417', 'bazaar_c17_sticklizard', '3', '0', '0', '1', '0', '0', '74', '9591', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9592', '9592', '1127', 'bazaar_c17_lampblue', '4', '0', '0', '1', '0', '0', '170', '9592', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9593', '9593', '1127', 'bazaar_c17_pillowblue', '4', '0', '0', '1', '0', '0', '190', '9593', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9594', '9594', '417', 'bazaar_c17_clothroof2', '4', '0', '0', '1', '0', '0', '9', '9594', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9595', '9595', '417', 'bazaar_c17_marketroofsmall', '5', '0', '0', '1', '0', '0', '44', '9595', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9596', '9596', '1127', 'bazaar_c17_curtainbluepinktrim', '4', '0', '0', '1', '0', '0', '150', '9596', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9597', '9597', '417', 'bazaar_c17_balcony', '7', '0', '0', '1', '0', '0', '2', '9597', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9598', '9598', '417', 'bazaar_c17_dyeyellow', '1', '0', '0', '1', '0', '0', '114', '9598', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9599', '9599', '1127', 'bazaar_c17_lampyellowbluetrim', '4', '0', '0', '1', '0', '0', '170', '9599', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9600', '9600', '200', 'clothing_bazaarfemale', '11', '0', '0', '1', '0', '0', '4', '9600', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9601', '9601', '1127', 'bazaar_c17_ruggreenpurpletrim', '4', '0', '0', '1', '0', '0', '210', '9601', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9602', '9602', '1127', 'bazaar_c17_pillowyellowbluetrim', '4', '0', '0', '1', '0', '0', '190', '9602', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9603', '9603', '417', 'bazaar_c17_colourbucket', '25', '1', '5', '1', '0', '0', '112', '9603', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9604', '9604', '1127', 'bazaar_c17_vasegreen', '4', '0', '0', '1', '0', '0', '230', '9604', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9605', '9605', '417', 'bazaar_c17_meat', '3', '0', '0', '1', '0', '0', '45', '9605', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9606', '9606', '1127', 'bazaar_c17_curtainpurple', '4', '0', '0', '1', '0', '0', '150', '9606', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9607', '9607', '1127', 'bazaar_c17_vasepink', '4', '0', '0', '1', '0', '0', '230', '9607', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9608', '9608', '417', 'bazaar_c17_building', '6', '0', '0', '1', '0', '0', '3', '9608', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9609', '9609', '1127', 'bazaar_c17_lampgreen', '4', '0', '0', '1', '0', '0', '170', '9609', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9610', '9610', '1127', 'bazaar_c17_vaseyellow', '4', '0', '0', '1', '0', '0', '230', '9610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9611', '9611', '417', 'bazaar_c17_dyepink', '1', '0', '0', '1', '0', '0', '113', '9611', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9612', '9612', '1127', 'bazaar_c17_rugpinkbluetrim', '4', '0', '0', '1', '0', '0', '210', '9612', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9613', '9613', '1127', 'bazaar_c17_vasemystic', '4', '0', '0', '1', '0', '0', '230', '9613', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9614', '9614', '1127', 'bazaar_c17_vasepurpleyellowtrim', '4', '0', '0', '1', '0', '0', '230', '9614', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9615', '9615', '208', 'clothing_pointyshoes', '4', '0', '0', '1', '0', '0', '5', '9615', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9616', '9616', '417', 'bazaar_c17_scorpion', '3', '0', '0', '1', '0', '0', '72', '9616', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9617', '9617', '417', 'bazaar_c17_bubblejuiceblower', '5', '0', '0', '1', '0', '0', '4', '9617', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9618', '9618', '1127', 'bazaar_c17_rugyellow', '4', '0', '0', '1', '0', '0', '210', '9618', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9619', '9619', '1127', 'bazaar_c17_lamppink', '4', '0', '0', '1', '0', '0', '170', '9619', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9620', '9620', '1127', 'bazaar_c17_rugpink', '4', '0', '0', '1', '0', '0', '210', '9620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9621', '9621', '1126', 'bazaar_c17_dyepurple', '4', '0', '0', '1', '0', '0', '95', '9621', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9622', '9622', '417', 'bazaar_c17_rug', '4', '0', '0', '1', '0', '0', '119', '9622', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9623', '9623', '204', 'clothing_exotictop', '5', '0', '0', '1', '0', '0', '14', '9623', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9624', '9624', '577', 'clothing_r17_cursedmask', '5', '0', '0', '1', '0', '0', '9', '9624', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9625', '9625', '417', 'bazaar_c17_displaytable', '4', '0', '0', '1', '0', '0', '22', '9625', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9626', '9626', '417', 'bazaar_c17_spice', '3', '0', '0', '1', '0', '0', '25', '9626', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9627', '9627', '417', 'bazaar_c17_lamp', '3', '0', '0', '1', '0', '0', '117', '9627', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9628', '9628', '1127', 'bazaar_c17_pillowpinkbluetrim', '4', '0', '0', '1', '0', '0', '190', '9628', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9629', '9629', '1127', 'bazaar_c17_pillowpurpleyellowtrim', '4', '0', '0', '1', '0', '0', '190', '9629', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9630', '9630', '417', 'bazaar_r17_fountain', '50', '1', '5', '1', '0', '0', '76', '9630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9631', '9631', '1127', 'bazaar_c17_curtainpink', '4', '0', '0', '1', '0', '0', '150', '9631', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9632', '9632', '417', 'bazaar_c17_pillow', '3', '0', '0', '1', '0', '0', '118', '9632', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9633', '9633', '1127', 'bazaar_c17_pillowgreen', '4', '0', '0', '1', '0', '0', '190', '9633', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9634', '9634', '417', 'bazaar_c17_marketroofbig', '8', '0', '0', '1', '0', '0', '43', '9634', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9635', '9635', '417', 'bazaar_c17_chillies', '4', '0', '0', '1', '0', '0', '7', '9635', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9636', '9636', '1127', 'bazaar_c17_curtainpurpleyellowtrim', '4', '0', '0', '1', '0', '0', '150', '9636', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9637', '9637', '1127', 'bazaar_c17_curtainyellow', '4', '0', '0', '1', '0', '0', '150', '9637', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9638', '9638', '1127', 'bazaar_c17_lamppinkbluetrim', '4', '0', '0', '1', '0', '0', '170', '9638', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9639', '9639', '1127', 'bazaar_c17_pillowpink', '4', '0', '0', '1', '0', '0', '190', '9639', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9640', '9640', '1127', 'bazaar_c17_lampgreenpurpletrim', '4', '0', '0', '1', '0', '0', '170', '9640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9641', '9641', '1127', 'bazaar_c17_rugpurple', '4', '0', '0', '1', '0', '0', '210', '9641', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9642', '9642', '1127', 'bazaar_c17_curtainmystic', '4', '0', '0', '1', '0', '0', '150', '9642', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9643', '9643', '417', 'bazaar_r17_monkey', '25', '1', '5', '1', '0', '0', '75', '9643', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9644', '9644', '1127', 'bazaar_c17_lamppurpleyellowtrim', '4', '0', '0', '1', '0', '0', '170', '9644', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9645', '9645', '417', 'bazaar_c17_vase', '3', '0', '0', '1', '0', '0', '120', '9645', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9646', '9646', '206', 'clothing_harempants', '5', '0', '0', '1', '0', '0', '3', '9646', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9647', '9647', '417', 'bazaar_c17_clothroof', '5', '0', '0', '1', '0', '0', '8', '9647', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9648', '9648', '200', 'clothing_bazaarmale', '11', '0', '0', '1', '0', '0', '3', '9648', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9649', '9649', '417', 'bazaar_c17_arch', '6', '0', '0', '1', '0', '0', '1', '9649', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9650', '9650', '409', 'summer_r17_sealion', '25', '1', '5', '1', '0', '0', '13', '9650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9651', '9651', '577', 'clothing_r17_boxerbraids', '5', '0', '0', '1', '0', '0', '10', '9651', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9652', '9652', '409', 'summer_r17_fishingboat', '50', '1', '5', '1', '0', '0', '14', '9652', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9653', '9653', '577', 'clothing_r17_sharkmask', '5', '0', '0', '1', '0', '0', '11', '9653', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9654', '9654', '712', 'bazaar_c17_eleengage', '4', '0', '0', '1', '0', '0', '320', '9654', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9655', '9655', '208', 'clothing_flipflopsocks', '4', '0', '0', '1', '0', '0', '4', '9655', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9656', '9656', '259', 'rare_colourable_marquee_2', '5', '0', '0', '1', '0', '0', '8', '9656', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9657', '9657', '259', 'rare_colourable_scifirocket_2', '5', '0', '0', '1', '0', '0', '14', '9657', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9658', '9658', '259', 'rare_colourable_fountain_2', '5', '0', '0', '1', '0', '0', '6', '9658', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9659', '9659', '259', 'rare_colourable_wooden_screen_2', '5', '0', '0', '1', '0', '0', '14', '9659', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9660', '9660', '259', 'rare_colourable_dragonlamp_2', '5', '0', '0', '1', '0', '0', '3', '9660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9661', '9661', '259', 'rare_colourable_parasol_2', '5', '0', '0', '1', '0', '0', '9', '9661', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9662', '9662', '259', 'rare_colourable_sleepingbag_2', '5', '0', '0', '1', '0', '0', '13', '9662', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9663', '9663', '259', 'rare_colourable_pillar_2', '5', '0', '0', '1', '0', '0', '10', '9663', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9664', '9664', '259', 'rare_colourable_beehive_bulb_2', '5', '0', '0', '1', '0', '0', '2', '9664', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9665', '9665', '259', 'rare_colourable_icecream_2', '5', '0', '0', '1', '0', '0', '7', '9665', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9666', '9666', '259', 'rare_colourable_elephant_statue_2', '5', '0', '0', '1', '0', '0', '4', '9666', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9667', '9667', '610', 'hhistory_r17_crackable', '7', '0', '0', '1', '0', '0', '14', '9667', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9668', '9668', '259', 'rare_colourable_scifidoor_2', '5', '0', '0', '1', '0', '0', '11', '9668', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9669', '9669', '259', 'rare_colourable_fan_2', '5', '0', '0', '1', '0', '0', '5', '9669', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9670', '9670', '259', 'rare_colourable_pillow_2', '5', '0', '0', '1', '0', '0', '10', '9670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9671', '9671', '259', 'rare_colourable_scifiport_2', '5', '0', '0', '1', '0', '0', '12', '9671', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9672', '9672', '259', 'rare_colourable_barrier_2', '5', '0', '0', '1', '0', '0', '1', '9672', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9673', '9673', '522', 'dessertcafe_c17_armchair', '3', '0', '0', '1', '0', '0', '12', '9673', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9674', '9674', '522', 'dessertcafe_c17_windoor', '3', '0', '0', '1', '0', '0', '17', '9674', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9675', '9675', '203', 'clothing_cutie', '6', '0', '0', '1', '0', '0', '6', '9675', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9676', '9676', '522', 'dessertcafe_c17_creamrolls', '2', '0', '0', '1', '0', '0', '4', '9676', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9677', '9677', '522', 'dessertcafe_c17_teaplant', '3', '0', '0', '1', '0', '0', '14', '9677', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9678', '9678', '522', 'dessertcafe_c17_vase', '1', '0', '0', '1', '0', '0', '15', '9678', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9679', '9679', '522', 'dessertcafe_c17_table', '3', '0', '0', '1', '0', '0', '13', '9679', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9680', '9680', '522', 'dessertcafe_c17_floor', '3', '0', '0', '1', '0', '0', '6', '9680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9681', '9681', '522', 'dessertcafe_c17_donut', '2', '0', '0', '1', '0', '0', '5', '9681', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9682', '9682', '522', 'dessertcafe_c17_glass', '3', '0', '0', '1', '0', '0', '8', '9682', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9683', '9683', '522', 'dessertcafe_c17_shelf', '3', '0', '0', '1', '0', '0', '11', '9683', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9684', '9684', '522', 'dessertcafe_c17_rug', '4', '0', '0', '1', '0', '0', '10', '9684', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9685', '9685', '310', 'clothing_maidband', '6', '0', '0', '1', '0', '0', '37', '9685', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9686', '9686', '522', 'dessertcafe_c17_coffeetable', '4', '0', '0', '1', '0', '0', '13', '9686', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9687', '9687', '522', 'dessertcafe_c17_sofa', '4', '0', '0', '1', '0', '0', '12', '9687', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9688', '9688', '208', 'clothing_bowtights', '4', '0', '0', '1', '0', '0', '3', '9688', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9689', '9689', '522', 'dessertcafe_c17_counter', '4', '0', '0', '1', '0', '0', '3', '9689', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9690', '9690', '203', 'clothing_maidemulaa', '5', '0', '0', '1', '0', '0', '5', '9690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9691', '9691', '522', 'dessertcafe_c17_mochi', '2', '0', '0', '1', '0', '0', '5', '9691', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9692', '9692', '310', 'clothing_ribbonband', '6', '0', '0', '1', '0', '0', '36', '9692', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9693', '9693', '522', 'dessertcafe_c17_wall', '5', '0', '0', '1', '0', '0', '16', '9693', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9694', '9694', '522', 'dessertcafe_c17_froyo', '2', '0', '0', '1', '0', '0', '5', '9694', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9695', '9695', '593', 'elegant_c17_window', '5', '0', '0', '1', '0', '0', '16', '9695', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9696', '9696', '593', 'elegant_c17_vanity', '5', '0', '0', '1', '0', '0', '22', '9696', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9697', '9697', '593', 'elegantp_c17_sofa', '4', '0', '0', '1', '0', '0', '6', '9697', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9698', '9698', '593', 'elegantp_c17_chair', '3', '0', '0', '1', '0', '0', '4', '9698', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9699', '9699', '593', 'elegant_c17_flowerpot', '3', '0', '0', '1', '0', '0', '13', '9699', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9700', '9700', '593', 'elegant_c17_sofa', '4', '0', '0', '1', '0', '0', '14', '9700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9701', '9701', '593', 'elegant_c17_bed', '5', '0', '0', '1', '0', '0', '9', '9701', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9702', '9702', '593', 'elegant_c17_teaset', '3', '0', '0', '1', '0', '0', '21', '9702', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9703', '9703', '593', 'elegant_c17_stool', '2', '0', '0', '1', '0', '0', '15', '9703', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9704', '9704', '593', 'elegant_c17_smalltable', '3', '0', '0', '1', '0', '0', '17', '9704', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9705', '9705', '593', 'elegant_c17_floor', '3', '0', '0', '1', '0', '0', '31', '9705', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9706', '9706', '593', 'elegantp_c17_stool', '2', '0', '0', '1', '0', '0', '7', '9706', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9707', '9707', '593', 'elegant_c17_carpet', '4', '0', '0', '1', '0', '0', '10', '9707', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9708', '9708', '593', 'elegantp_c17_cat', '3', '0', '0', '1', '0', '0', '3', '9708', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9709', '9709', '593', 'elegant_c17_wall', '5', '0', '0', '1', '0', '0', '23', '9709', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9710', '9710', '577', 'clothing_elegantcrown', '5', '0', '0', '1', '0', '0', '12', '9710', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9711', '9711', '593', 'elegant_c17_chair', '3', '0', '0', '1', '0', '0', '12', '9711', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9712', '9712', '593', 'elegantp_c17_window', '5', '0', '0', '1', '0', '0', '8', '9712', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9713', '9713', '593', 'elegant_c17_cat', '3', '0', '0', '1', '0', '0', '11', '9713', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9714', '9714', '593', 'elegantp_c17_bed', '5', '0', '0', '1', '0', '0', '1', '9714', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9715', '9715', '593', 'elegantp_c17_carpet', '4', '0', '0', '1', '0', '0', '2', '9715', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9716', '9716', '593', 'elegant_c17_cupboard', '6', '0', '0', '1', '0', '0', '30', '9716', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9717', '9717', '593', 'elegant_c17_light', '4', '0', '0', '1', '0', '0', '32', '9717', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9718', '9718', '593', 'elegant_c17_walldecor', '2', '0', '0', '1', '0', '0', '24', '9718', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9719', '9719', '593', 'elegant_c17_table', '4', '0', '0', '1', '0', '0', '20', '9719', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9720', '9720', '593', 'elegantp_c17_flowerpot', '3', '0', '0', '1', '0', '0', '5', '9720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9721', '9721', '398', 'hween_c17_monstertele', '7', '0', '0', '1', '0', '0', '12', '9721', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9722', '9722', '398', 'hween_c17_zombiegrunt', '8', '0', '0', '1', '0', '0', '16', '9722', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9723', '9723', '743', 'hween_ltd17_dragon', '4', '0', '0', '1', '0', '0', '27', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9724', '9724', '398', 'hween_c17_hangingroots', '3', '0', '0', '1', '0', '0', '9', '9724', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9725', '9725', '398', 'hween_c17_fallingrocks', '3', '0', '0', '1', '0', '0', '5', '9725', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9726', '9726', '398', 'hween_c17_zombiesleep', '8', '0', '0', '1', '0', '0', '16', '9726', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9727', '9727', '1175', 'clothing_badasshelmet', '5', '0', '0', '1', '0', '0', '27', '9727', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9728', '9728', '201', 'clothing_layerbuns', '6', '0', '0', '1', '0', '0', '35', '9728', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9729', '9729', '398', 'hween_c17_mimic', '4', '0', '0', '1', '0', '0', '11', '9729', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9730', '9730', '398', 'hween_r17_lichthrone', '50', '1', '5', '1', '0', '0', '30', '9730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9731', '9731', '310', 'clothing_demoneyes', '6', '0', '0', '1', '0', '0', '35', '9731', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9732', '9732', '398', 'hween_c17_thefallen', '3', '0', '0', '1', '0', '0', '15', '9732', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9733', '9733', '1175', 'clothing_herochest', '5', '0', '0', '1', '0', '0', '14', '9733', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9734', '9734', '1175', 'clothing_rebelchest', '5', '0', '0', '1', '0', '0', '12', '9734', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9735', '9735', '398', 'hween_c17_rat', '3', '0', '0', '1', '0', '0', '13', '9735', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9736', '9736', '398', 'hween_c17_rockdrip', '4', '0', '0', '1', '0', '0', '5', '9736', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9737', '9737', '577', 'clothing_r17_bathat', '5', '0', '0', '1', '0', '0', '13', '9737', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9738', '9738', '1175', 'clothing_herohelmet', '5', '0', '0', '1', '0', '0', '16', '9738', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9739', '9739', '1175', 'clothing_legarmour', '5', '0', '0', '1', '0', '0', '3', '9739', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9740', '9740', '398', 'hween_c17_lichen', '3', '0', '0', '1', '0', '0', '10', '9740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9741', '9741', '398', 'hween_c17_bonfire', '4', '0', '0', '1', '0', '0', '1', '9741', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9742', '9742', '398', 'hween_c17_hidewall', '5', '0', '0', '1', '0', '0', '3', '9742', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9743', '9743', '398', 'hween_c17_rock', '3', '0', '0', '1', '0', '0', '6', '9743', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9744', '9744', '310', 'clothing_plaguemask', '6', '0', '0', '1', '0', '0', '34', '9744', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9745', '9745', '712', 'hween_dragengage', '4', '0', '0', '1', '0', '0', '99', '9745', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9746', '9746', '398', 'hween_c17_portcullis', '6', '0', '0', '1', '0', '0', '3', '9746', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9747', '9747', '398', 'hween_c17_pillar', '7', '0', '0', '1', '0', '0', '4', '9747', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9748', '9748', '398', 'hween_r17_ancdrago', '125', '1', '5', '1', '0', '0', '31', '9748', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9749', '9749', '577', 'clothing_r17_hwcrown_bd', '5', '0', '0', '1', '0', '0', '14', '9749', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9750', '9750', '398', 'hween_c17_shroomthing', '5', '0', '0', '1', '0', '0', '19', '9750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9751', '9751', '398', 'hween_c17_handstrap', '3', '0', '0', '1', '0', '0', '8', '9751', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9752', '9752', '398', 'hween_c17_gibbet', '5', '0', '0', '1', '0', '0', '7', '9752', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9753', '9753', '1174', 'hween_c17_flamingknight', '7', '0', '0', '1', '0', '0', '6', '9753', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9754', '9754', '398', 'hween_c17_wall', '4', '0', '0', '1', '0', '0', '3', '9754', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9755', '9755', '310', 'clothing_zombieeyes', '6', '0', '0', '1', '0', '0', '33', '9755', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9756', '9756', '398', 'hween_c17_pillarsmall', '5', '0', '0', '1', '0', '0', '4', '9756', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9757', '9757', '398', 'hween_c17_cavefloor', '4', '0', '0', '1', '0', '0', '2', '9757', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9758', '9758', '398', 'hween_c17_spiketrap', '3', '0', '0', '1', '0', '0', '20', '9758', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9759', '9759', '398', 'hween_c17_tent', '10', '0', '0', '1', '0', '0', '21', '9759', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9760', '9760', '1175', 'clothing_shoearmour', '5', '0', '0', '1', '0', '0', '5', '9760', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9761', '9761', '398', 'hween_c17_torturebed', '10', '0', '0', '1', '0', '0', '23', '9761', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9762', '9762', '398', 'hween_c17_rock2', '4', '0', '0', '1', '0', '0', '6', '9762', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9763', '9763', '664', 'bonusbag17_3', '7', '0', '0', '1', '0', '0', '6', '9763', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9764', '9764', '664', 'bonusbag17_4', '7', '0', '0', '1', '0', '0', '7', '9764', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9765', '9765', '658', 'america_r17_beaver', '15', '0', '0', '1', '0', '0', '321', '9765', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9766', '9766', '595', 'chess_w_bishop', '4', '0', '0', '1', '0', '0', '10', '9766', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9767', '9767', '595', 'chess_boardtile', '3', '0', '0', '1', '0', '0', '12', '9767', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9768', '9768', '595', 'chess_b_rook', '4', '0', '0', '1', '0', '0', '5', '9768', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9769', '9769', '595', 'chess_b_knight', '4', '0', '0', '1', '0', '0', '3', '9769', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9770', '9770', '595', 'chess_w_rook', '4', '0', '0', '1', '0', '0', '10', '9770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9771', '9771', '595', 'chess_w_queen', '4', '0', '0', '1', '0', '0', '8', '9771', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9772', '9772', '595', 'chess_w_king', '4', '0', '0', '1', '0', '0', '7', '9772', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9773', '9773', '595', 'chess_w_pawn', '4', '0', '0', '1', '0', '0', '11', '9773', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9774', '9774', '595', 'chess_b_king', '4', '0', '0', '1', '0', '0', '1', '9774', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9775', '9775', '595', 'chess_b_bishop', '4', '0', '0', '1', '0', '0', '4', '9775', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9776', '9776', '595', 'chess_b_pawn', '4', '0', '0', '1', '0', '0', '6', '9776', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9777', '9777', '595', 'chess_b_queen', '4', '0', '0', '1', '0', '0', '2', '9777', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9778', '9778', '595', 'chess_w_knight', '4', '0', '0', '1', '0', '0', '9', '9778', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9779', '9779', '658', 'america_r17_skunk', '15', '0', '0', '1', '0', '0', '322', '9779', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9780', '9780', '577', 'clothing_r17_daveycrockett', '5', '0', '0', '1', '0', '0', '15', '9780', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9781', '9781', '577', 'clothing_r17_frontierbraids', '5', '0', '0', '1', '0', '0', '16', '9781', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9782', '9782', '658', 'america_r17_opossum', '15', '0', '0', '1', '0', '0', '323', '9782', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9783', '9783', '658', 'america_r17_raccoon', '15', '0', '0', '1', '0', '0', '324', '9783', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9784', '9784', '658', 'america_r17_eagle', '15', '0', '0', '1', '0', '0', '325', '9784', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9785', '9785', '658', 'america_r17_armadillo', '15', '0', '0', '1', '0', '0', '326', '9785', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9786', '9786', '577', 'clothing_r17_goldtophat', '5', '0', '0', '1', '0', '0', '17', '9786', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9787', '9787', '487', 'xmas_c17_britishbulldog', '5', '0', '0', '1', '0', '0', '5', '9787', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9788', '9788', '487', 'xmas_c17_girl', '7', '0', '0', '1', '0', '0', '4', '9788', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9789', '9789', '487', 'xmas_c17_man', '7', '0', '0', '1', '0', '0', '4', '9789', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9790', '9790', '1132', 'xmas_c17_blueprint3', '4', '0', '0', '1', '0', '0', '36', '9790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9791', '9791', '487', 'xmas_c17_snowybasket', '2', '0', '0', '1', '0', '0', '37', '9791', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9792', '9792', '487', 'xmas_c17_doll2', '8', '0', '0', '1', '0', '0', '12', '9792', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9793', '9793', '1132', 'xmas_c17_blueprint6', '4', '0', '0', '1', '0', '0', '38', '9793', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9794', '9794', '1131', 'xmas_c17_sewingmchn', '4', '0', '0', '1', '0', '0', '0', '9794', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9795', '9795', '487', 'xmas_c17_roof', '4', '0', '0', '1', '0', '0', '-2', '9795', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9796', '9796', '487', 'xmas_c17_door', '5', '0', '0', '1', '0', '0', '-9', '9796', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9797', '9797', '487', 'xmas_c17_hatshop', '5', '0', '0', '1', '0', '0', '-7', '9797', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9798', '9798', '487', 'xmas_c17_doll4', '8', '0', '0', '1', '0', '0', '14', '9798', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9799', '9799', '743', 'xmas_ltd17_ted', '4', '0', '0', '1', '0', '0', '18', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9800', '9800', '487', 'xmas_c17_stove', '4', '0', '0', '1', '0', '0', '40', '9800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9801', '9801', '1132', 'xmas_c17_blueprint5', '4', '0', '0', '1', '0', '0', '37', '9801', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9802', '9802', '487', 'xmas_c17_hangingbasket', '3', '0', '0', '1', '0', '0', '24', '9802', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9803', '9803', '487', 'xmas_c17_lamp', '7', '0', '0', '1', '0', '0', '27', '9803', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9804', '9804', '487', 'xmas_c17_pavement', '3', '0', '0', '1', '0', '0', '10', '9804', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9805', '9805', '487', 'xmas_c17_smallpavement', '2', '0', '0', '1', '0', '0', '36', '9805', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9806', '9806', '487', 'xmas_r17_carriage', '50', '1', '5', '1', '0', '0', '53', '9806', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9807', '9807', '1133', 'clothing_featherflower', '6', '0', '0', '1', '0', '0', '25', '9807', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9808', '9808', '1178', 'xmas_c17_book', '4', '0', '0', '1', '0', '0', '10', '9808', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9809', '9809', '487', 'xmas_c17_chair', '3', '0', '0', '1', '0', '0', '42', '9809', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9810', '9810', '1133', 'clothing_buttonpants', '5', '0', '0', '1', '0', '0', '2', '9810', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9811', '9811', '487', 'xmas_c17_doll1', '8', '0', '0', '1', '0', '0', '11', '9811', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9812', '9812', '487', 'xmas_c17_tree', '4', '0', '0', '1', '0', '0', '44', '9812', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9813', '9813', '487', 'xmas_c17_frizzycat', '7', '0', '0', '1', '0', '0', '22', '9813', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9814', '9814', '577', 'clothing_r17_goldfeatherflower', '5', '0', '0', '1', '0', '0', '18', '9814', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9815', '9815', '487', 'xmas_c17_bigwindows2', '4', '0', '0', '1', '0', '0', '-11', '9815', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9816', '9816', '487', 'xmas_c17_teashop', '5', '0', '0', '1', '0', '0', '-4', '9816', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9817', '9817', '487', 'xmas_c17_doll6', '8', '0', '0', '1', '0', '0', '16', '9817', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9818', '9818', '487', 'xmas_c17_snowypot', '2', '0', '0', '1', '0', '0', '39', '9818', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9819', '9819', '487', 'xmas_c17_cobbleroad', '3', '0', '0', '1', '0', '0', '10', '9819', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9820', '9820', '487', 'xmas_r17_musicbox', '25', '1', '5', '1', '0', '0', '52', '9820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9821', '9821', '487', 'xmas_c17_window', '4', '0', '0', '1', '0', '0', '-3', '9821', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9822', '9822', '487', 'xmas_c17_fencecorner', '3', '0', '0', '1', '0', '0', '20', '9822', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9823', '9823', '487', 'xmas_c17_chestnutstall', '5', '0', '0', '1', '0', '0', '8', '9823', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9824', '9824', '310', 'clothing_beautyface', '6', '0', '0', '1', '0', '0', '32', '9824', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9825', '9825', '487', 'xmas_c17_bench', '4', '0', '0', '1', '0', '0', '1', '9825', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9826', '9826', '1132', 'xmas_c17_thread', '4', '0', '0', '1', '0', '0', '43', '9826', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9827', '9827', '487', 'xmas_c17_wall', '4', '0', '0', '1', '0', '0', '-1', '9827', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9828', '9828', '487', 'xmas_c17_pillar', '3', '0', '0', '1', '0', '0', '0', '9828', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9829', '9829', '1132', 'xmas_c17_blueprint4', '3', '0', '0', '1', '0', '0', '1', '9829', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9830', '9830', '487', 'xmas_c17_drain', '3', '0', '0', '1', '0', '0', '18', '9830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9831', '9831', '487', 'xmas_c17_fence', '4', '0', '0', '1', '0', '0', '19', '9831', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9832', '9832', '487', 'xmas_c17_table', '3', '0', '0', '1', '0', '0', '41', '9832', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9833', '9833', '1132', 'xmas_c17_blueprint2', '4', '0', '0', '1', '0', '0', '35', '9833', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9834', '9834', '487', 'xmas_c17_doll5', '8', '0', '0', '1', '0', '0', '15', '9834', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9835', '9835', '487', 'xmas_c17_boy', '7', '0', '0', '1', '0', '0', '4', '9835', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9836', '9836', '1133', 'clothing_ruffleshirt', '5', '0', '0', '1', '0', '0', '17', '9836', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9837', '9837', '487', 'xmas_c17_pub2', '5', '0', '0', '1', '0', '0', '-5', '9837', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9838', '9838', '1132', 'xmas_c17_cloth', '4', '0', '0', '1', '0', '0', '9', '9838', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9839', '9839', '1133', 'clothing_tophat', '6', '0', '0', '1', '0', '0', '25', '9839', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9840', '9840', '712', 'xmas_c17_engage_ted', '3', '0', '0', '1', '0', '0', '99', '9840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9841', '9841', '487', 'xmas_c17_snowygrass', '3', '0', '0', '1', '0', '0', '38', '9841', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9842', '9842', '1132', 'xmas_c17_blueprint1', '4', '0', '0', '1', '0', '0', '34', '9842', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9843', '9843', '487', 'xmas_c17_doll3', '8', '0', '0', '1', '0', '0', '13', '9843', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9844', '9844', '487', 'xmas_c17_robins', '3', '0', '0', '1', '0', '0', '34', '9844', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9845', '9845', '487', 'xmas_c17_woman', '7', '0', '0', '1', '0', '0', '4', '9845', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9846', '9846', '1133', 'clothing_dress', '6', '0', '0', '1', '0', '0', '2', '9846', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9847', '9847', '487', 'xmas_c17_bigwindows1', '4', '0', '0', '1', '0', '0', '-10', '9847', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9848', '9848', '487', 'xmas_c17_pram', '15', '0', '0', '1', '0', '0', '31', '9848', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9849', '9849', '487', 'xmas_r17_lion', '25', '1', '5', '1', '0', '0', '51', '9849', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9850', '9850', '487', 'xmas_c17_horse', '8', '0', '0', '1', '0', '0', '26', '9850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9851', '9851', '1133', 'clothing_tailedcoat', '5', '0', '0', '1', '0', '0', '11', '9851', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9852', '9852', '487', 'xmas_c17_pub1', '5', '0', '0', '1', '0', '0', '-6', '9852', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9853', '9853', '487', 'xmas_c17_gate', '6', '0', '0', '1', '0', '0', '21', '9853', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9854', '9854', '487', 'xmas_c17_candyshop', '5', '0', '0', '1', '0', '0', '-8', '9854', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9855', '9855', '1242', 'clothing_sasquatchmask', '6', '0', '0', '1', '0', '0', '31', '9855', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9856', '9856', '598', 'rare_prize17xmas', '5', '0', '0', '1', '0', '0', '0', '9856', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9857', '9857', '570', 'clothing_loyalty_V', '6', '0', '0', '1', '0', '0', '4', '9857', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9858', '9858', '570', 'clothing_loyalty_X', '6', '0', '0', '1', '0', '0', '3', '9858', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9859', '9859', '570', 'clothing_loyalty_II', '6', '0', '0', '1', '0', '0', '2', '9859', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9860', '9860', '585', 'clothing_goldpack3', '5', '0', '0', '1', '0', '0', '3', '9860', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9861', '9861', '1244', 'bonusrare18_3_0', '4', '0', '0', '1', '0', '0', '71', '9861', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9862', '9862', '1244', 'bonusrare18_3_1', '4', '0', '0', '1', '0', '0', '72', '9862', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9863', '9863', '1244', 'bonusrare18_3_2', '4', '0', '0', '1', '0', '0', '73', '9863', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9864', '9864', '1244', 'bonusrare18_3_3', '4', '0', '0', '1', '0', '0', '74', '9864', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9865', '9865', '1244', 'bonusrare18_3_4', '4', '0', '0', '1', '0', '0', '75', '9865', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9866', '9866', '1244', 'bonusrare18_3_5', '4', '0', '0', '1', '0', '0', '76', '9866', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9867', '9867', '664', 'bonusbag18_3', '7', '0', '0', '1', '0', '0', '10', '9867', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9868', '9868', '664', 'bonusbag18_2', '7', '0', '0', '1', '0', '0', '9', '9868', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9869', '9869', '1244', 'bonusrare18_2_0', '4', '0', '0', '1', '0', '0', '65', '9869', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9870', '9870', '1244', 'bonusrare18_2_1', '4', '0', '0', '1', '0', '0', '66', '9870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9871', '9871', '1244', 'bonusrare18_2_2', '4', '0', '0', '1', '0', '0', '67', '9871', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9872', '9872', '1244', 'bonusrare18_2_3', '4', '0', '0', '1', '0', '0', '68', '9872', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9873', '9873', '1244', 'bonusrare18_2_4', '4', '0', '0', '1', '0', '0', '69', '9873', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9874', '9874', '1244', 'bonusrare18_2_5', '4', '0', '0', '1', '0', '0', '70', '9874', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9875', '9875', '664', 'bonusbag18_4', '7', '0', '0', '1', '0', '0', '10', '9875', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9876', '9876', '664', 'bonusbag18_1', '7', '0', '0', '1', '0', '0', '8', '9876', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9877', '9877', '1244', 'bonusrare18_4_0', '4', '0', '0', '1', '0', '0', '77', '9877', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9878', '9878', '1244', 'bonusrare18_4_1', '4', '0', '0', '1', '0', '0', '78', '9878', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9879', '9879', '1244', 'bonusrare18_4_2', '4', '0', '0', '1', '0', '0', '79', '9879', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9880', '9880', '1244', 'bonusrare18_4_3', '4', '0', '0', '1', '0', '0', '80', '9880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9881', '9881', '1244', 'bonusrare18_4_4', '4', '0', '0', '1', '0', '0', '81', '9881', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9882', '9882', '1244', 'bonusrare18_4_5', '4', '0', '0', '1', '0', '0', '82', '9882', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9883', '9883', '1244', 'bonusrare18_1_0', '4', '0', '0', '1', '0', '0', '59', '9883', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9884', '9884', '1244', 'bonusrare18_1_1', '4', '0', '0', '1', '0', '0', '60', '9884', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9885', '9885', '1244', 'bonusrare18_1_2', '4', '0', '0', '1', '0', '0', '61', '9885', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9886', '9886', '1244', 'bonusrare18_1_3', '4', '0', '0', '1', '0', '0', '62', '9886', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9887', '9887', '1244', 'bonusrare18_1_4', '4', '0', '0', '1', '0', '0', '63', '9887', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9888', '9888', '1244', 'bonusrare18_1_5', '4', '0', '0', '1', '0', '0', '64', '9888', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9889', '9889', '582', 'clothing_mini_bowlerhat_dark', '5', '0', '0', '1', '0', '0', '1', '9889', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9890', '9890', '582', 'clothing_mini_bowlerhat_cream', '5', '0', '0', '1', '0', '0', '2', '9890', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9891', '9891', '582', 'clothing_mini_bowlerhat_gold', '5', '0', '0', '1', '0', '0', '3', '9891', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9892', '9892', '582', 'clothing_mini_bowlerhat_green', '5', '0', '0', '1', '0', '0', '4', '9892', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9893', '9893', '582', 'clothing_mini_bowlerhat_red', '5', '0', '0', '1', '0', '0', '5', '9893', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9894', '9894', '582', 'clothing_mini_bowlerhat_purple', '5', '0', '0', '1', '0', '0', '6', '9894', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9895', '9895', '582', 'clothing_mini_bowlerhat_blue', '5', '0', '0', '1', '0', '0', '7', '9895', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9896', '9896', '668', 'ny18_crackable', '7', '0', '0', '1', '0', '0', '3', '9896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9897', '9897', '365', 'classic8_bar', '5', '0', '0', '1', '0', '0', '11', '9897', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9898', '9898', '366', 'classic9_floor2', '3', '0', '0', '1', '0', '0', '6', '9898', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9899', '9899', '365', 'classic8_chair', '3', '0', '0', '1', '0', '0', '12', '9899', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9900', '9900', '366', 'classic9_statue', '4', '0', '0', '1', '0', '0', '10', '9900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9901', '9901', '365', 'classic8_rug', '3', '0', '0', '1', '0', '0', '6', '9901', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9902', '9902', '365', 'classic8_records', '3', '0', '0', '1', '0', '0', '13', '9902', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9903', '9903', '365', 'classic8_sofa', '4', '0', '0', '1', '0', '0', '5', '9903', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9904', '9904', '366', 'classic9_carpet', '4', '0', '0', '1', '0', '0', '7', '9904', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9905', '9905', '365', 'classic8_statue', '10', '0', '0', '1', '0', '0', '9', '9905', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9906', '9906', '365', 'classic8_curtains', '3', '0', '0', '1', '0', '0', '7', '9906', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9907', '9907', '365', 'classic8_stairs', '3', '0', '0', '1', '0', '0', '10', '9907', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9908', '9908', '365', 'classic8_glassfloor', '3', '0', '0', '1', '0', '0', '4', '9908', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9909', '9909', '366', 'classic9_counter', '3', '0', '0', '1', '0', '0', '2', '9909', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9910', '9910', '366', 'classic9_chair', '3', '0', '0', '1', '0', '0', '3', '9910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9911', '9911', '366', 'classic9_light', '3', '0', '0', '1', '0', '0', '11', '9911', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9912', '9912', '365', 'classic8_pillar', '4', '0', '0', '1', '0', '0', '2', '9912', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9913', '9913', '366', 'classic9_floor1', '3', '0', '0', '1', '0', '0', '5', '9913', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9914', '9914', '366', 'classic9_table', '4', '0', '0', '1', '0', '0', '4', '9914', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9915', '9915', '365', 'classic8_divider', '3', '0', '0', '1', '0', '0', '1', '9915', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9916', '9916', '365', 'classic8_floor', '3', '0', '0', '1', '0', '0', '3', '9916', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9917', '9917', '365', 'classic8_sign', '4', '0', '0', '1', '0', '0', '8', '9917', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9918', '9918', '365', 'classic8_shelf', '3', '0', '0', '1', '0', '0', '14', '9918', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9919', '9919', '366', 'classic9_plant', '3', '0', '0', '1', '0', '0', '12', '9919', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9920', '9920', '365', 'classic8_disco', '3', '0', '0', '1', '0', '0', '15', '9920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9921', '9921', '366', 'classic9_stool', '2', '0', '0', '1', '0', '0', '1', '9921', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9922', '9922', '366', 'classic9_bookshelf', '6', '0', '0', '1', '0', '0', '9', '9922', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9923', '9923', '365', 'classic8_wall', '5', '0', '0', '1', '0', '0', '17', '9923', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9924', '9924', '366', 'classic9_books', '2', '0', '0', '1', '0', '0', '8', '9924', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9925', '9925', '365', 'classic8_plant', '3', '0', '0', '1', '0', '0', '16', '9925', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9926', '9926', '366', 'classic9_wall', '5', '0', '0', '1', '0', '0', '13', '9926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9927', '9927', '592', 'rare_prize18_0', '4', '0', '0', '1', '0', '0', '1', '9927', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9928', '9928', '592', 'rare_prize18_1', '4', '0', '0', '1', '0', '0', '2', '9928', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9929', '9929', '592', 'rare_prize18_10', '4', '0', '0', '1', '0', '0', '10', '9929', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9930', '9930', '592', 'rare_prize18_11', '4', '0', '0', '1', '0', '0', '11', '9930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9931', '9931', '592', 'rare_prize18_12', '4', '0', '0', '1', '0', '0', '12', '9931', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9932', '9932', '592', 'rare_prize18_2', '4', '0', '0', '1', '0', '0', '3', '9932', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9933', '9933', '592', 'rare_prize18_3', '4', '0', '0', '1', '0', '0', '4', '9933', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9934', '9934', '592', 'rare_prize18_4', '4', '0', '0', '1', '0', '0', '5', '9934', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9935', '9935', '592', 'rare_prize18_5', '4', '0', '0', '1', '0', '0', '6', '9935', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9936', '9936', '592', 'rare_prize18_6', '4', '0', '0', '1', '0', '0', '7', '9936', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9937', '9937', '592', 'rare_prize18_7', '4', '0', '0', '1', '0', '0', '8', '9937', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9938', '9938', '592', 'rare_prize18_8', '4', '0', '0', '1', '0', '0', '9', '9938', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9939', '9939', '592', 'rare_prize18_9', '4', '0', '0', '1', '0', '0', '10', '9939', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9940', '9940', '357', 'hc17_3', '3', '0', '5', '1', '0', '0', '1', '9940', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9941', '9941', '357', 'hc17_8', '3', '0', '5', '1', '0', '0', '2', '9941', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9942', '9942', '357', 'hc17_10', '3', '0', '5', '1', '0', '0', '3', '9942', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9943', '9943', '357', 'hc17_11', '3', '0', '5', '1', '0', '0', '4', '9943', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9944', '9944', '357', 'hc17_5', '3', '0', '5', '1', '0', '0', '5', '9944', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9945', '9945', '357', 'hc17_2', '3', '0', '5', '1', '0', '0', '6', '9945', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9946', '9946', '357', 'hc17_6', '3', '0', '5', '1', '0', '0', '7', '9946', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9947', '9947', '357', 'hc17_12', '3', '0', '5', '1', '0', '0', '8', '9947', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9948', '9948', '357', 'hc17_9', '3', '0', '5', '1', '0', '0', '9', '9948', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9949', '9949', '357', 'hc17_4', '3', '0', '5', '1', '0', '0', '10', '9949', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9950', '9950', '357', 'hc17_1', '3', '0', '5', '1', '0', '0', '11', '9950', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('9951', '9951', '458', 'val_c18_chest', '6', '0', '0', '1', '0', '0', '2', '9951', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9952', '9952', '458', 'val_c18_wardrobe', '8', '0', '0', '1', '0', '0', '1', '9952', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9953', '9953', '201', 'clothing_judgewig', '6', '0', '0', '1', '0', '0', '34', '9953', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9954', '9954', '201', 'clothing_elegantponytail', '6', '0', '0', '1', '0', '0', '30', '9954', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9955', '9955', '578', 'clothing_r18_unicorn', '5', '0', '0', '1', '0', '0', '1', '9955', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9956', '9956', '458', 'val_c18_swan', '4', '0', '0', '1', '0', '0', '3', '9956', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9957', '9957', '578', 'clothing_r18_dress', '5', '0', '0', '1', '0', '0', '2', '9957', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9958', '9958', '458', 'val_r18_bed', '25', '1', '5', '1', '0', '0', '4', '9958', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9959', '9959', '202', 'clothing_gentcap', '4', '0', '0', '1', '0', '0', '10', '9959', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9960', '9960', '384', 'easter_c18_lemontree', '4', '0', '0', '1', '0', '0', '18', '9960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9961', '9961', '1136', 'easter_c18_snowdrop3', '2', '0', '0', '1', '0', '0', '60', '9961', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9962', '9962', '310', 'clothing_shades', '6', '0', '0', '1', '0', '0', '30', '9962', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9963', '9963', '1136', 'easter_c18_lupin1', '2', '0', '0', '1', '0', '0', '50', '9963', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9964', '9964', '201', 'clothing_braidedwavy', '6', '0', '0', '1', '0', '0', '28', '9964', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9965', '9965', '1136', 'easter_c18_tulip2', '2', '0', '0', '1', '0', '0', '63', '9965', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9966', '9966', '384', 'easter_c18_seedpackrose', '2', '0', '0', '1', '0', '0', '56', '9966', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9967', '9967', '310', 'clothing_satchel', '6', '0', '0', '1', '0', '0', '29', '9967', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9968', '9968', '384', 'easter_c18_dancingplant', '3', '0', '0', '1', '0', '0', '8', '9968', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9969', '9969', '1136', 'easter_c18_badflower', '2', '0', '0', '1', '0', '0', '66', '9969', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9970', '9970', '384', 'easter_c18_seedpacktulip', '2', '0', '0', '1', '0', '0', '58', '9970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9971', '9971', '1136', 'easter_c18_rose3', '2', '0', '0', '1', '0', '0', '56', '9971', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9972', '9972', '1136', 'easter_c18_tulip3', '2', '0', '0', '1', '0', '0', '64', '9972', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9973', '9973', '384', 'easter_c18_tricyle', '7', '0', '0', '1', '0', '0', '27', '9973', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9974', '9974', '384', 'easter_c18_recyclebin', '5', '0', '0', '1', '0', '0', '22', '9974', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9975', '9975', '384', 'easter_c18_ivybeam', '3', '0', '0', '1', '0', '0', '16', '9975', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9976', '9976', '1136', 'easter_c18_lupin3', '2', '0', '0', '1', '0', '0', '52', '9976', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9977', '9977', '384', 'easter_c18_radio', '3', '0', '0', '1', '0', '0', '21', '9977', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9978', '9978', '1136', 'easter_c18_lupin4', '2', '0', '0', '1', '0', '0', '53', '9978', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9979', '9979', '384', 'easter_c18_ceilingfan', '5', '0', '0', '1', '0', '0', '3', '9979', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9980', '9980', '384', 'easter_c18_ivylight', '4', '0', '0', '1', '0', '0', '17', '9980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9981', '9981', '204', 'clothing_tiedtop', '5', '0', '0', '1', '0', '0', '13', '9981', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9982', '9982', '384', 'easter_c18_seedpacksnowdrop', '2', '0', '0', '1', '0', '0', '57', '9982', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9983', '9983', '1136', 'easter_c18_rose4', '2', '0', '0', '1', '0', '0', '57', '9983', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9984', '9984', '384', 'easter_r18_bonzaifountain', '25', '1', '5', '1', '0', '0', '36', '9984', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9985', '9985', '384', 'easter_c18_hutch', '7', '0', '0', '1', '0', '0', '15', '9985', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9986', '9986', '1136', 'easter_c18_snowdrop4', '2', '0', '0', '1', '0', '0', '61', '9986', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9987', '9987', '384', 'easter_c18_shelfplants', '4', '0', '0', '1', '0', '0', '23', '9987', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9988', '9988', '384', 'easter_r18_bigbunny', '25', '1', '5', '1', '0', '0', '35', '9988', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9989', '9989', '384', 'easter_c18_curtains', '4', '0', '0', '1', '0', '0', '7', '9989', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9990', '9990', '578', 'clothing_r18_bunniemask', '5', '0', '0', '1', '0', '0', '3', '9990', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9991', '9991', '384', 'easter_c18_washline', '3', '0', '0', '1', '0', '0', '29', '9991', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9992', '9992', '384', 'easter_c18_glassbrickcnr', '3', '0', '0', '1', '0', '0', '11', '9992', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9993', '9993', '384', 'easter_c18_birchpillar', '5', '0', '0', '1', '0', '0', '1', '9993', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9994', '9994', '1136', 'easter_c18_rose2', '2', '0', '0', '1', '0', '0', '55', '9994', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9995', '9995', '384', 'easter_c18_boxplanter', '6', '0', '0', '1', '0', '0', '2', '9995', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9996', '9996', '578', 'clothing_r18_bunniehat', '5', '0', '0', '1', '0', '0', '4', '9996', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9997', '9997', '1136', 'easter_c18_tulip1', '2', '0', '0', '1', '0', '0', '62', '9997', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9998', '9998', '201', 'clothing_floppyhair', '6', '0', '0', '1', '0', '0', '27', '9998', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('9999', '9999', '744', 'easter_ltd18_habberge10', '4', '0', '0', '1', '0', '0', '10', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10000', '10000', '384', 'easter_c18_hangingplant', '3', '0', '0', '1', '0', '0', '14', '10000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10001', '10001', '384', 'easter_c18_woodendeco', '3', '0', '0', '1', '0', '0', '30', '10001', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10002', '10002', '1136', 'easter_c18_lupin2', '2', '0', '0', '1', '0', '0', '51', '10002', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10003', '10003', '384', 'easter_c18_dragonflies', '3', '0', '0', '1', '0', '0', '9', '10003', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10004', '10004', '201', 'clothing_retrohair', '6', '0', '0', '1', '0', '0', '26', '10004', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10005', '10005', '384', 'easter_c18_chair', '3', '0', '0', '1', '0', '0', '4', '10005', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10006', '10006', '1136', 'easter_c18_tulip4', '2', '0', '0', '1', '0', '0', '65', '10006', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10007', '10007', '202', 'clothing_floppysunhat', '6', '0', '0', '1', '0', '0', '9', '10007', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10008', '10008', '384', 'easter_c18_patternfloor', '4', '0', '0', '1', '0', '0', '19', '10008', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10009', '10009', '384', 'easter_c18_glassdoor', '6', '0', '0', '1', '0', '0', '13', '10009', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10010', '10010', '384', 'easter_c18_slatestack', '2', '0', '0', '1', '0', '0', '24', '10010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10011', '10011', '384', 'easter_c18_stackedplants', '4', '0', '0', '1', '0', '0', '25', '10011', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10012', '10012', '384', 'easter_c18_countryteaset', '3', '0', '0', '1', '0', '0', '6', '10012', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10013', '10013', '384', 'easter_c18_seedpacklupin', '2', '0', '0', '1', '0', '0', '55', '10013', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10014', '10014', '384', 'easter_c18_glassbrickwall', '4', '0', '0', '1', '0', '0', '12', '10014', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10015', '10015', '384', 'easter_c18_chiaplants', '2', '0', '0', '1', '0', '0', '5', '10015', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10016', '10016', '384', 'easter_c18_table', '4', '0', '0', '1', '0', '0', '26', '10016', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10017', '10017', '1136', 'easter_c18_snowdrop1', '2', '0', '0', '1', '0', '0', '58', '10017', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10018', '10018', '384', 'easter_c18_radiator', '5', '0', '0', '1', '0', '0', '20', '10018', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10019', '10019', '384', 'easter_c18_fawn', '7', '0', '0', '1', '0', '0', '10', '10019', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10020', '10020', '384', 'easter_c18_veg', '3', '0', '0', '1', '0', '0', '28', '10020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10021', '10021', '1136', 'easter_c18_snowdrop2', '2', '0', '0', '1', '0', '0', '59', '10021', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10022', '10022', '1136', 'easter_c18_rose1', '2', '0', '0', '1', '0', '0', '54', '10022', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10023', '10023', '737', 'trophy_netsafety_0', '5', '0', '0', '1', '0', '0', '12', '10023', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10024', '10024', '1163', 'clothing_kpopbuns', '6', '0', '0', '1', '0', '0', '24', '10024', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10025', '10025', '1163', 'clothing_kpop', '6', '0', '0', '1', '0', '0', '23', '10025', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10026', '10026', '1163', 'clothing_bffshirt', '5', '0', '0', '1', '0', '0', '13', '10026', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10027', '10027', '1163', 'clothing_bffhat', '6', '0', '0', '1', '0', '0', '19', '10027', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10028', '10028', '302', 'china_dog', '10', '0', '0', '1', '0', '0', '20', '10028', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10029', '10029', '468', 'cny18_dogballoon', '10', '0', '0', '1', '0', '0', '57', '10029', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10030', '10030', '307', 'CF_500_moneytree', '500', '0', '0', '1', '0', '0', '21', '10030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10031', '10031', '1162', 'gift_bff_a', '4', '0', '0', '1', '0', '0', '327', '10031', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10032', '10032', '1161', 'crafting_jarhearts', '4', '0', '0', '1', '0', '0', '328', '10032', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10033', '10033', '1162', 'gift_bff_b', '4', '0', '0', '1', '0', '0', '329', '10033', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10034', '10034', '280', 'cine_r18_buggy', '25', '1', '5', '1', '0', '0', '100', '10034', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10035', '10035', '280', 'cine_r18_camera', '25', '1', '5', '1', '0', '0', '100', '10035', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10036', '10036', '280', 'cine_r18_catcopter', '25', '1', '5', '1', '0', '0', '100', '10036', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10037', '10037', '205', 'clothing_poncho', '5', '0', '0', '1', '0', '0', '7', '10037', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10038', '10038', '1242', 'clothing_inmate', '5', '0', '0', '1', '0', '0', '12', '10038', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10039', '10039', '200', 'clothing_mercenary', '10', '0', '0', '1', '0', '0', '3', '10039', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10040', '10040', '1242', 'clothing_yetifeet', '4', '0', '0', '1', '0', '0', '2', '10040', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10041', '10041', '280', 'cine_r18_trailer', '25', '1', '5', '1', '0', '0', '100', '10041', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10042', '10042', '204', 'clothing_c18_cutething', '5', '0', '0', '1', '0', '0', '11', '10042', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10043', '10043', '1234', 'gift_c18_cookiejar name', '1', '0', '0', '1', '0', '0', '4', '10043', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10044', '10044', '422', 'gaming_c18_hswap', '3', '0', '0', '1', '0', '0', '7', '10044', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10045', '10045', '501', 'laundry_c18_ironing', '4', '0', '0', '1', '0', '0', '4', '10045', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10046', '10046', '501', 'laundry_c18_dustpan', '3', '0', '0', '1', '0', '0', '3', '10046', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10047', '10047', '422', 'gaming_c18_chairpro', '4', '0', '0', '1', '0', '0', '1', '10047', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10048', '10048', '501', 'laundry_c18_basket', '3', '0', '0', '1', '0', '0', '1', '10048', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10049', '10049', '501', 'laundry_c18_products', '3', '0', '0', '1', '0', '0', '5', '10049', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10050', '10050', '422', 'gaming_c18_gameplush2', '3', '0', '0', '1', '0', '0', '5', '10050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10051', '10051', '501', 'laundry_c18_washmachine', '6', '0', '0', '1', '0', '0', '6', '10051', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10052', '10052', '422', 'gaming_c18_gameplush1', '3', '0', '0', '1', '0', '0', '4', '10052', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10053', '10053', '422', 'gaming_c18_gamecollection', '5', '0', '0', '1', '0', '0', '3', '10053', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10054', '10054', '422', 'gaming_c18_setuppro', '7', '0', '0', '1', '0', '0', '9', '10054', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10055', '10055', '422', 'gaming_c18_cubelight', '4', '0', '0', '1', '0', '0', '2', '10055', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10056', '10056', '501', 'laundry_r18_vacuum', '25', '1', '5', '1', '0', '0', '7', '10056', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10057', '10057', '501', 'laundry_c18_dryingrack', '4', '0', '0', '1', '0', '0', '2', '10057', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10058', '10058', '422', 'gaming_c18_hs4', '3', '0', '0', '1', '0', '0', '6', '10058', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10059', '10059', '422', 'gaming_c18_rigpro', '6', '0', '0', '1', '0', '0', '8', '10059', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10060', '10060', '31', 'jp_r18_asiandoll', '25', '1', '5', '1', '0', '0', '54', '10060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10061', '10061', '578', 'clothing_r18_seahorse', '5', '0', '0', '1', '0', '0', '5', '10061', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10062', '10062', '731', 'coralking_c18_cone', '4', '0', '0', '1', '0', '0', '20', '10062', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10063', '10063', '424', 'coralking_c18_gate', '7', '0', '0', '1', '0', '0', '25', '10063', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10064', '10064', '424', 'coralking_c18_fishnet', '4', '0', '0', '1', '0', '0', '24', '10064', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10065', '10065', '731', 'coralking_c18_spinycoral2', '4', '0', '0', '1', '0', '0', '40', '10065', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10066', '10066', '424', 'coralking_c18_anchor', '5', '0', '0', '1', '0', '0', '1', '10066', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10067', '10067', '424', 'coralking_r18_turtleride', '25', '1', '5', '1', '0', '0', '50', '10067', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10068', '10068', '424', 'coralking_c18_shelltele', '7', '0', '0', '1', '0', '0', '42', '10068', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10069', '10069', '731', 'coralking_c18_starfish1', '4', '0', '0', '1', '0', '0', '21', '10069', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10070', '10070', '103', 'coralking_c18_treasurechest', '7', '0', '0', '1', '0', '0', '5', '10070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10071', '10071', '424', 'coralking_c18_tropicalfish', '3', '0', '0', '1', '0', '0', '46', '10071', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10072', '10072', '731', 'coralking_c18_goldenfish', '4', '0', '0', '1', '0', '0', '27', '10072', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10073', '10073', '424', 'coralking_c18_bluesand', '4', '0', '0', '1', '0', '0', '4', '10073', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10074', '10074', '201', 'clothing_luscioushair', '6', '0', '0', '1', '0', '0', '25', '10074', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10075', '10075', '424', 'coralking_c18_sunkenpots', '3', '0', '0', '1', '0', '0', '43', '10075', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10076', '10076', '424', 'coralking_c18_catfish', '4', '0', '0', '1', '0', '0', '9', '10076', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10077', '10077', '731', 'coralking_c18_closedspiral1', '4', '0', '0', '1', '0', '0', '17', '10077', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10078', '10078', '103', 'coralking_r18_goldenchest', '7', '0', '0', '1', '0', '0', '6', '10078', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10079', '10079', '424', 'coralking_c18_bubbleseat', '5', '0', '0', '1', '0', '0', '8', '10079', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10080', '10080', '731', 'coralking_c18_closedspiral2', '4', '0', '0', '1', '0', '0', '18', '10080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10081', '10081', '731', 'coralking_c18_spinycoral1', '4', '0', '0', '1', '0', '0', '20', '10081', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10082', '10082', '208', 'clothing_flippers', '4', '0', '0', '1', '0', '0', '1', '10082', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10083', '10083', '424', 'coralking_c18_trash', '2', '0', '0', '1', '0', '0', '45', '10083', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10084', '10084', '731', 'coralking_c18_bushycoral2', '4', '0', '0', '1', '0', '0', '10', '10084', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10085', '10085', '424', 'coralking_c18_corner', '3', '0', '0', '1', '0', '0', '22', '10085', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10086', '10086', '731', 'coralking_c18_openspiral1', '4', '0', '0', '1', '0', '0', '32', '10086', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10087', '10087', '424', 'coralking_c18_seafloor', '4', '0', '0', '1', '0', '0', '41', '10087', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10088', '10088', '424', 'coralking_c18_kelppillar', '4', '0', '0', '1', '0', '0', '27', '10088', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10089', '10089', '731', 'coralking_c18_clamshell2', '4', '0', '0', '1', '0', '0', '13', '10089', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10090', '10090', '424', 'coralking_c18_neoncoral2', '3', '0', '0', '1', '0', '0', '29', '10090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10091', '10091', '204', 'clothing_wetsuit', '5', '0', '0', '1', '0', '0', '10', '10091', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10092', '10092', '424', 'coralking_c18_boulders1', '2', '0', '0', '1', '0', '0', '5', '10092', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10093', '10093', '731', 'clothing_r18_goldfish', '5', '0', '0', '1', '0', '0', '14', '10093', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10094', '10094', '424', 'coralking_r18_vanitytable', '25', '1', '5', '1', '0', '0', '51', '10094', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10095', '10095', '424', 'coralking_c18_coralfloor', '4', '0', '0', '1', '0', '0', '21', '10095', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10096', '10096', '424', 'coralking_c18_bed', '6', '0', '0', '1', '0', '0', '3', '10096', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10097', '10097', '424', 'coralking_c18_gazebo', '7', '0', '0', '1', '0', '0', '26', '10097', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10098', '10098', '424', 'coralking_c18_neoncoral3', '3', '0', '0', '1', '0', '0', '30', '10098', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10099', '10099', '731', 'coralking_c18_trident', '4', '0', '0', '1', '0', '0', '46', '10099', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10100', '10100', '731', 'coralking_c18_starfish2', '4', '0', '0', '1', '0', '0', '42', '10100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10101', '10101', '424', 'coralking_c18_table', '4', '0', '0', '1', '0', '0', '44', '10101', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10102', '10102', '424', 'coralking_c18_fence', '4', '0', '0', '1', '0', '0', '23', '10102', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10103', '10103', '744', 'coralking_ltd18_royalseahorse', '4', '0', '0', '1', '0', '0', '49', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10104', '10104', '731', 'coralking_c18_seaweed', '4', '0', '0', '1', '0', '0', '37', '10104', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10105', '10105', '424', 'coralking_c18_clownfish', '3', '0', '0', '1', '0', '0', '20', '10105', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10106', '10106', '578', 'clothing_r18_divershelmet', '5', '0', '0', '1', '0', '0', '6', '10106', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10107', '10107', '204', 'clothing_sailortop', '5', '0', '0', '1', '0', '0', '9', '10107', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10108', '10108', '731', 'coralking_c18_openspiral2', '4', '0', '0', '1', '0', '0', '33', '10108', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10109', '10109', '424', 'coralking_c18_angelfish', '3', '0', '0', '1', '0', '0', '2', '10109', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10110', '10110', '731', 'coralking_c18_clamshell3', '4', '0', '0', '1', '0', '0', '14', '10110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10111', '10111', '731', 'coralking_c18_chalice', '4', '0', '0', '1', '0', '0', '12', '10111', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10112', '10112', '424', 'coralking_c18_bubblerock', '4', '0', '0', '1', '0', '0', '7', '10112', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10113', '10113', '731', 'clothing_r18_seawreath', '5', '0', '0', '1', '0', '0', '14', '10113', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10114', '10114', '424', 'coralking_c18_chair', '3', '0', '0', '1', '0', '0', '10', '10114', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10115', '10115', '424', 'coralking_c18_neoncoral1', '3', '0', '0', '1', '0', '0', '28', '10115', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10116', '10116', '424', 'coralking_c18_boulders2', '2', '0', '0', '1', '0', '0', '6', '10116', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10117', '10117', '731', 'coralking_c18_pearloyster', '4', '0', '0', '1', '0', '0', '34', '10117', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10118', '10118', '731', 'coralking_c18_clamshell1', '4', '0', '0', '1', '0', '0', '14', '10118', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10119', '10119', '731', 'coralking_c18_bushycoral1', '4', '0', '0', '1', '0', '0', '9', '10119', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10120', '10120', '683', 'coralking_engageseahorse', '3', '0', '0', '1', '0', '0', '13', '10120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10121', '10121', '307', 'CF_750_goldenpig', '750', '0', '0', '1', '0', '0', '28', '10121', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10122', '10122', '578', 'clothing_r18_tiedwavylocks', '5', '0', '0', '1', '0', '0', '7', '10122', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10123', '10123', '578', 'clothing_r18_frohawk', '5', '0', '0', '1', '0', '0', '8', '10123', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10124', '10124', '657', 'birds_r18_spoonbill', '15', '0', '0', '1', '0', '0', '330', '10124', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10125', '10125', '657', 'birds_r18_puffin', '15', '0', '0', '1', '0', '0', '331', '10125', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10126', '10126', '657', 'birds_r18_peacock', '15', '0', '0', '1', '0', '0', '332', '10126', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10127', '10127', '657', 'birds_r18_crane', '15', '0', '0', '1', '0', '0', '333', '10127', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10128', '10128', '657', 'birds_r18_quetzal', '15', '0', '0', '1', '0', '0', '334', '10128', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10129', '10129', '657', 'birds_r18_cardinal', '15', '0', '0', '1', '0', '0', '335', '10129', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10130', '10130', '744', 'trophy_ltd18_wcup', '4', '0', '0', '1', '0', '0', '336', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10131', '10131', '428', 'tokyo_c18_residential', '5', '0', '0', '1', '0', '0', '15', '10131', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10132', '10132', '1114', 'tokyo_c18_toy4', '4', '0', '0', '1', '0', '0', '30', '10132', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10133', '10133', '1114', 'tokyo_c18_toy6', '4', '0', '0', '1', '0', '0', '31', '10133', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10134', '10134', '1115', 'clothing_animehair', '6', '0', '0', '1', '0', '0', '21', '10134', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10135', '10135', '428', 'tokyo_c18_railing', '4', '0', '0', '1', '0', '0', '21', '10135', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10136', '10136', '428', 'tokyo_c18_retroarcade', '20', '0', '0', '1', '0', '0', '20', '10136', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10137', '10137', '428', 'tokyo_c18_motorbike', '10', '0', '0', '1', '0', '0', '14', '10137', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10138', '10138', '428', 'tokyo_c18_neonsign2', '3', '0', '0', '1', '0', '0', '18', '10138', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10139', '10139', '1114', 'tokyo_c18_toy9', '4', '0', '0', '1', '0', '0', '33', '10139', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10140', '10140', '428', 'tokyo_c18_shopdisplay', '6', '0', '0', '1', '0', '0', '28', '10140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10141', '10141', '428', 'tokyo_c18_pole', '4', '0', '0', '1', '0', '0', '19', '10141', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10142', '10142', '428', 'tokyo_c18_trellis', '3', '0', '0', '1', '0', '0', '44', '10142', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10143', '10143', '428', 'tokyo_r18_mapletree', '25', '1', '5', '1', '0', '0', '50', '10143', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10144', '10144', '1114', 'tokyo_c18_toy5', '4', '0', '0', '1', '0', '0', '20', '10144', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10145', '10145', '428', 'tokyo_c18_bugsmachine', '13', '0', '0', '1', '0', '0', '4', '10145', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10146', '10146', '428', 'tokyo_c18_drinksmachine', '13', '0', '0', '1', '0', '0', '7', '10146', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10147', '10147', '428', 'tokyo_c18_gamesign', '5', '0', '0', '1', '0', '0', '10', '10147', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10148', '10148', '428', 'tokyo_c18_adposters', '4', '0', '0', '1', '0', '0', '1', '10148', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10149', '10149', '1115', 'clothing_sakurajacket', '5', '0', '0', '1', '0', '0', '10', '10149', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10150', '10150', '428', 'tokyo_c18_lights', '4', '0', '0', '1', '0', '0', '14', '10150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10151', '10151', '428', 'tokyo_c18_snackroof', '5', '0', '0', '1', '0', '0', '32', '10151', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10152', '10152', '1114', 'tokyo_c18_toy2', '4', '0', '0', '1', '0', '0', '28', '10152', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10153', '10153', '1115', 'clothing_dragonplushhat', '5', '0', '5', '1', '0', '0', '18', '10153', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10154', '10154', '744', 'tokyo_ltd18_shiba', '4', '0', '0', '1', '0', '0', '23', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10155', '10155', '1114', 'tokyo_c18_toy1', '4', '0', '0', '1', '0', '0', '26', '10155', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10156', '10156', '428', 'tokyo_c18_road', '3', '0', '0', '1', '0', '0', '25', '10156', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10157', '10157', '428', 'tokyo_c18_scarydino', '8', '0', '0', '1', '0', '0', '27', '10157', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10158', '10158', '428', 'tokyo_c18_jpmerchshop', '6', '0', '0', '1', '0', '0', '28', '10158', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10159', '10159', '428', 'tokyo_c18_floor', '4', '0', '0', '1', '0', '0', '8', '10159', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10160', '10160', '428', 'tokyo_c18_lanterns', '3', '0', '0', '1', '0', '0', '12', '10160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10161', '10161', '428', 'tokyo_c18_magazinerack', '7', '0', '0', '1', '0', '0', '13', '10161', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10162', '10162', '428', 'tokyo_c18_racearcade', '20', '0', '0', '1', '0', '0', '20', '10162', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10163', '10163', '310', 'clothing_cuteglasses', '6', '0', '0', '1', '0', '0', '28', '10163', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10164', '10164', '428', 'tokyo_c18_retroarcade2', '20', '0', '0', '1', '0', '0', '20', '10164', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10165', '10165', '202', 'clothing_shogunhelmet', '5', '0', '5', '1', '0', '0', '8', '10165', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10166', '10166', '428', 'tokyo_c18_snackdisplay', '7', '0', '0', '1', '0', '0', '16', '10166', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10167', '10167', '1114', 'tokyo_c18_toy10', '4', '0', '0', '1', '0', '0', '27', '10167', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10168', '10168', '1114', 'tokyo_c18_toy3', '4', '0', '0', '1', '0', '0', '29', '10168', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10169', '10169', '578', 'clothing_r18_catbag', '5', '0', '0', '1', '0', '0', '9', '10169', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10170', '10170', '193', 'tokyo_c18_gacha', '4', '0', '0', '1', '0', '0', '9', '10170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10171', '10171', '1114', 'tokyo_c18_toy8', '4', '0', '0', '1', '0', '0', '42', '10171', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10172', '10172', '428', 'tokyo_c18_snackdisplay2', '7', '0', '0', '1', '0', '0', '31', '10172', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10173', '10173', '578', 'clothing_r18_kitsunemask', '5', '0', '0', '1', '0', '0', '10', '10173', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10174', '10174', '1113', 'tokyo_c18_craftbot', '4', '0', '0', '1', '0', '0', '5', '10174', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10175', '10175', '428', 'tokyo_c18_shopfront', '6', '0', '0', '1', '0', '0', '29', '10175', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10176', '10176', '1115', 'clothing_harajukubow', '6', '0', '0', '1', '0', '0', '19', '10176', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10177', '10177', '428', 'tokyo_c18_sakura', '10', '0', '0', '1', '0', '0', '16', '10177', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10178', '10178', '207', 'clothing_tutu', '5', '0', '0', '1', '0', '0', '2', '10178', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10179', '10179', '428', 'tokyo_c18_adposters2', '4', '0', '0', '1', '0', '0', '2', '10179', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10180', '10180', '428', 'tokyo_c18_neonsign1', '3', '0', '0', '1', '0', '0', '17', '10180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10181', '10181', '428', 'tokyo_c18_bigbillboard', '5', '0', '0', '1', '0', '0', '3', '10181', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10182', '10182', '1115', 'clothing_botface', '6', '0', '0', '1', '0', '0', '18', '10182', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10183', '10183', '428', 'tokyo_r18_koikite', '25', '1', '5', '1', '0', '0', '50', '10183', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10184', '10184', '428', 'tokyo_c18_snackroof2', '5', '0', '0', '1', '0', '0', '33', '10184', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10185', '10185', '1114', 'tokyo_c18_toy7', '4', '0', '0', '1', '0', '0', '32', '10185', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10186', '10186', '1115', 'clothing_harajukuhair', '6', '0', '0', '1', '0', '0', '20', '10186', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10187', '10187', '1204', 'anniversary_r18_throne', '5', '0', '0', '1', '0', '0', '20', '10187', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10188', '10188', '1168', 'tokyo_c18_gacha2', '4', '0', '0', '1', '0', '0', '10', '10188', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10189', '10189', '434', 'zengarden_c18_glasspond', '5', '0', '0', '1', '0', '0', '4', '10189', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10190', '10190', '434', 'zengarden_c18_light', '2', '0', '0', '1', '0', '0', '5', '10190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10191', '10191', '434', 'zengarden_c18_roof', '4', '0', '0', '1', '0', '0', '10', '10191', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10192', '10192', '434', 'zengarden_c18_stonebench', '4', '0', '0', '1', '0', '0', '14', '10192', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10193', '10193', '434', 'zengarden_c18_rootplant', '2', '0', '0', '1', '0', '0', '12', '10193', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10194', '10194', '434', 'zengarden_c18_stonetable', '3', '0', '0', '1', '0', '0', '14', '10194', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10195', '10195', '434', 'zengarden_c18_divider', '3', '0', '0', '1', '0', '0', '2', '10195', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10196', '10196', '434', 'zengarden_c18_moss', '2', '0', '0', '1', '0', '0', '6', '10196', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10197', '10197', '434', 'zengarden_c18_peacefrog', '3', '0', '0', '1', '0', '0', '7', '10197', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10198', '10198', '434', 'zengarden_c18_bamboo', '3', '0', '0', '1', '0', '0', '1', '10198', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10199', '10199', '434', 'zengarden_c18_door', '4', '0', '0', '1', '0', '0', '3', '10199', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10200', '10200', '434', 'zengarden_c18_plankfloor', '2', '0', '0', '1', '0', '0', '9', '10200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10201', '10201', '434', 'zengarden_c18_roofcorner', '3', '0', '0', '1', '0', '0', '11', '10201', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10202', '10202', '434', 'zengarden_c18_spikeyplant', '2', '0', '0', '1', '0', '0', '13', '10202', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10203', '10203', '434', 'zengarden_r18_fountain', '25', '1', '5', '1', '0', '0', '15', '10203', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10204', '10204', '434', 'zengarden_c18_pebbles', '4', '0', '0', '1', '0', '0', '8', '10204', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10205', '10205', '578', 'clothing_r18_longwavy', '5', '0', '0', '1', '0', '0', '11', '10205', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10206', '10206', '596', 'rare_colourable_marquee*3', '5', '0', '0', '1', '0', '0', '8', '10206', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10207', '10207', '596', 'rare_colourable_scifirocket*3', '5', '0', '0', '1', '0', '0', '14', '10207', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10208', '10208', '596', 'rare_colourable_fountain*3', '5', '0', '0', '1', '0', '0', '6', '10208', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10209', '10209', '596', 'rare_colourable_wooden_screen*3', '5', '0', '0', '1', '0', '0', '14', '10209', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10210', '10210', '596', 'rare_colourable_dragonlamp*3', '5', '0', '0', '1', '0', '0', '3', '10210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10211', '10211', '596', 'rare_colourable_parasol*3', '5', '0', '0', '1', '0', '0', '9', '10211', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10212', '10212', '610', 'hhistory_r18_crackable', '7', '0', '0', '1', '0', '0', '13', '10212', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10213', '10213', '596', 'rare_colourable_sleepingbag*3', '5', '0', '0', '1', '0', '0', '13', '10213', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10214', '10214', '596', 'rare_colourable_pillar*3', '5', '0', '0', '1', '0', '0', '10', '10214', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10215', '10215', '596', 'rare_colourable_beehive_bulb*3', '5', '0', '0', '1', '0', '0', '2', '10215', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10216', '10216', '596', 'rare_colourable_icecream*3', '5', '0', '0', '1', '0', '0', '7', '10216', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10217', '10217', '596', 'rare_colourable_elephant_statue*3', '5', '0', '0', '1', '0', '0', '4', '10217', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10218', '10218', '596', 'rare_colourable_scifidoor*3', '5', '0', '0', '1', '0', '0', '11', '10218', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10219', '10219', '596', 'rare_colourable_fan*3', '5', '0', '0', '1', '0', '0', '5', '10219', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10220', '10220', '596', 'rare_colourable_pillow*3', '5', '0', '0', '1', '0', '0', '10', '10220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10221', '10221', '596', 'rare_colourable_scifiport*3', '5', '0', '0', '1', '0', '0', '12', '10221', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10222', '10222', '596', 'rare_colourable_barrier*3', '5', '0', '0', '1', '0', '0', '1', '10222', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10223', '10223', '367', 'hotel_c18_pool', '7', '0', '0', '1', '0', '0', '10', '10223', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10224', '10224', '367', 'hotel_c18_stairs', '3', '0', '0', '1', '0', '0', '8', '10224', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10225', '10225', '367', 'hotel_c18_roof', '3', '0', '0', '1', '0', '0', '4', '10225', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10226', '10226', '367', 'hotel_c18_rail', '3', '0', '0', '1', '0', '0', '6', '10226', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10227', '10227', '367', 'hotel_c18_fountain', '4', '0', '0', '1', '0', '0', '9', '10227', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10228', '10228', '367', 'hotel_c18_block2', '5', '0', '0', '1', '0', '0', '3', '10228', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10229', '10229', '367', 'hotel_c18_awning', '4', '0', '0', '1', '0', '0', '1', '10229', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10230', '10230', '367', 'hotel_c18_block1', '5', '0', '0', '1', '0', '0', '2', '10230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10231', '10231', '367', 'hotel_c18_tree', '8', '0', '0', '1', '0', '0', '12', '10231', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10232', '10232', '367', 'hotel_c18_foundation', '3', '0', '0', '1', '0', '0', '7', '10232', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10233', '10233', '367', 'hotel_c18_cypress', '5', '0', '0', '1', '0', '0', '11', '10233', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10234', '10234', '367', 'hotel_c18_rooftop', '3', '0', '0', '1', '0', '0', '5', '10234', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10235', '10235', '399', 'hween_c18_deskitems2', '3', '0', '0', '1', '0', '0', '33', '10235', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10236', '10236', '399', 'hween_c18_ceilingrays', '7', '0', '0', '1', '0', '0', '26', '10236', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10237', '10237', '399', 'hween_c18_complexmchn3', '7', '0', '0', '1', '0', '0', '6', '10237', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10238', '10238', '1139', 'clothing_brownglasses', '6', '0', '0', '1', '0', '0', '17', '10238', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10239', '10239', '1138', 'hween_c18_toy5old', '4', '0', '0', '1', '0', '0', '51', '10239', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10240', '10240', '399', 'hween_c18_complexmchn2', '7', '0', '0', '1', '0', '0', '4', '10240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10241', '10241', '1139', 'hween_c18_toy5new', '4', '0', '0', '1', '0', '0', '54', '10241', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10242', '10242', '201', 'clothing_brain', '5', '0', '5', '1', '0', '0', '24', '10242', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10243', '10243', '399', 'hween_c18_olddocs2', '3', '0', '0', '1', '0', '0', '10', '10243', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10244', '10244', '399', 'hween_c18_ceilingfan', '5', '0', '0', '1', '0', '0', '28', '10244', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10245', '10245', '1138', 'hween_c18_toy4old', '4', '0', '0', '1', '0', '0', '50', '10245', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10246', '10246', '399', 'hween_c18_labglasswall', '4', '0', '0', '1', '0', '0', '30', '10246', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10247', '10247', '399', 'hween_c18_retropc', '4', '0', '0', '1', '0', '0', '39', '10247', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10248', '10248', '399', 'hween_c18_dimlights', '4', '0', '0', '1', '0', '0', '12', '10248', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10249', '10249', '399', 'hween_c18_medicineshelf', '4', '0', '0', '1', '0', '0', '24', '10249', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10250', '10250', '399', 'hween_c18_labtilewall', '4', '0', '0', '1', '0', '0', '44', '10250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10251', '10251', '399', 'hween_c18_labcage', '4', '0', '0', '1', '0', '0', '40', '10251', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10252', '10252', '744', 'hween_ltd18_cosplaycat', '4', '0', '0', '1', '0', '0', '17', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10253', '10253', '399', 'hween_c18_oldceilingrays', '7', '0', '0', '1', '0', '0', '26', '10253', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10254', '10254', '399', 'hween_c18_labcurtains', '4', '0', '0', '1', '0', '0', '35', '10254', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10255', '10255', '1139', 'hween_c18_toy3new', '4', '0', '0', '1', '0', '0', '50', '10255', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10256', '10256', '1139', 'hween_c18_toy2new', '4', '0', '0', '1', '0', '0', '48', '10256', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10257', '10257', '399', 'hween_c18_labsteelfloor', '4', '0', '0', '1', '0', '0', '19', '10257', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10258', '10258', '399', 'hween_c18_labmchn1', '7', '0', '0', '1', '0', '0', '1', '10258', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10259', '10259', '399', 'hween_c18_rustyceilingfan', '5', '0', '0', '1', '0', '0', '27', '10259', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10260', '10260', '399', 'hween_c18_labstoolold', '3', '0', '0', '1', '0', '0', '21', '10260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10261', '10261', '399', 'hween_c18_labmchn2', '7', '0', '0', '1', '0', '0', '3', '10261', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10262', '10262', '399', 'hween_c18_brokenglasswall', '4', '0', '0', '1', '0', '0', '29', '10262', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10263', '10263', '399', 'hween_c18_floormould', '3', '0', '0', '1', '0', '0', '9', '10263', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10264', '10264', '1139', 'clothing_vintagejacket', '5', '0', '0', '1', '0', '0', '9', '10264', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10265', '10265', '1138', 'hween_c18_washliquid', '4', '0', '0', '1', '0', '0', '52', '10265', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10266', '10266', '1139', 'hween_c18_toy1new', '4', '0', '0', '1', '0', '0', '46', '10266', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10267', '10267', '1139', 'clothing_sideponytail', '6', '0', '0', '1', '0', '0', '19', '10267', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10268', '10268', '399', 'hween_c18_zaptele', '7', '0', '0', '1', '0', '0', '49', '10268', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10269', '10269', '578', 'clothing_r18_axe', '5', '0', '0', '1', '0', '0', '12', '10269', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10270', '10270', '1137', 'hween_c18_washmchn', '4', '0', '0', '1', '0', '0', '57', '10270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10271', '10271', '399', 'hween_c18_labglovebox', '13', '0', '0', '1', '0', '0', '7', '10271', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10272', '10272', '399', 'hween_c18_bloodcurtains', '4', '0', '0', '1', '0', '0', '34', '10272', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10273', '10273', '1139', 'clothing_legwarmershoes', '4', '0', '0', '1', '0', '0', '2', '10273', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10274', '10274', '1139', 'hween_c18_toy4new', '4', '0', '0', '1', '0', '0', '25', '10274', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10275', '10275', '399', 'hween_c18_labshelf', '4', '0', '0', '1', '0', '0', '23', '10275', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10276', '10276', '1138', 'clothing_bloodshoes', '3', '0', '5', '1', '0', '0', '1', '10276', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10277', '10277', '399', 'hween_c18_bloodfloorstreak', '3', '0', '0', '1', '0', '0', '25', '10277', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10278', '10278', '578', 'clothing_r18_vamp', '5', '0', '0', '1', '0', '0', '13', '10278', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10279', '10279', '399', 'hween_c18_labdesk', '5', '0', '0', '1', '0', '0', '38', '10279', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10280', '10280', '399', 'hween_c18_oldlabdesk', '5', '0', '0', '1', '0', '0', '37', '10280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10281', '10281', '399', 'hween_c18_labchair', '6', '0', '0', '1', '0', '0', '31', '10281', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10282', '10282', '399', 'hween_c18_ceilingmould', '4', '0', '0', '1', '0', '0', '8', '10282', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10283', '10283', '399', 'hween_c18_labjar1', '3', '0', '0', '1', '0', '0', '14', '10283', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10284', '10284', '1138', 'hween_c18_washpowder', '4', '0', '0', '1', '0', '0', '53', '10284', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10285', '10285', '399', 'hween_r18_pupbot', '25', '1', '5', '1', '0', '0', '61', '10285', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10286', '10286', '399', 'hween_c18_labmchn3', '7', '0', '0', '1', '0', '0', '5', '10286', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10287', '10287', '1138', 'clothing_bloodjacket', '4', '0', '5', '1', '0', '0', '1', '10287', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10288', '10288', '399', 'hween_c18_complexmchn1', '7', '0', '0', '1', '0', '0', '2', '10288', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10289', '10289', '399', 'hween_c18_spareparts', '4', '0', '0', '1', '0', '0', '16', '10289', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10290', '10290', '205', 'clothing_labcoat', '4', '0', '5', '1', '0', '0', '6', '10290', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10291', '10291', '1138', 'hween_c18_toy2old', '4', '0', '0', '1', '0', '0', '48', '10291', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10292', '10292', '1139', 'clothing_shortcurlhair', '6', '0', '0', '1', '0', '0', '18', '10292', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10293', '10293', '399', 'hween_c18_labjar2', '3', '0', '0', '1', '0', '0', '13', '10293', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10294', '10294', '399', 'hween_c18_labstool', '3', '0', '0', '1', '0', '0', '22', '10294', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10295', '10295', '399', 'hween_c18_labtooltable', '3', '0', '0', '1', '0', '0', '17', '10295', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10296', '10296', '1138', 'clothing_bloodponytail', '5', '0', '5', '1', '0', '0', '1', '10296', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10297', '10297', '399', 'hween_r18_antiquechemset', '25', '1', '5', '1', '0', '0', '60', '10297', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10298', '10298', '1138', 'hween_c18_toy1old', '4', '0', '0', '1', '0', '0', '47', '10298', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10299', '10299', '399', 'hween_c18_oldlabtilewall', '4', '0', '0', '1', '0', '0', '43', '10299', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10300', '10300', '399', 'hween_c18_deskitems1', '3', '0', '0', '1', '0', '0', '32', '10300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10301', '10301', '1138', 'clothing_bloodglasses', '6', '0', '0', '1', '0', '0', '14', '10301', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10302', '10302', '399', 'hween_c18_staffoftheyr', '4', '0', '0', '1', '0', '0', '18', '10302', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10303', '10303', '1138', 'clothing_bloodscruffyhair', '5', '0', '5', '1', '0', '0', '1', '10303', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10304', '10304', '399', 'hween_c18_olddocs1', '3', '0', '0', '1', '0', '0', '11', '10304', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10305', '10305', '1138', 'hween_c18_toy3old', '4', '0', '0', '1', '0', '0', '49', '10305', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10306', '10306', '399', 'hween_c18_labtilefloor', '4', '0', '0', '1', '0', '0', '20', '10306', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10307', '10307', '399', 'hween_c18_oldlablocker', '5', '0', '0', '1', '0', '0', '41', '10307', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10308', '10308', '399', 'hween_c18_flashlight', '3', '0', '0', '1', '0', '0', '36', '10308', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10309', '10309', '399', 'hween_c18_labbed', '7', '0', '0', '1', '0', '0', '15', '10309', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10310', '10310', '399', 'hween_c18_lablocker', '5', '0', '0', '1', '0', '0', '42', '10310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10311', '10311', '307', 'CF_350_jadefish', '350', '0', '0', '1', '0', '0', '15', '10311', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10312', '10312', '427', 'hygge_c18_stove', '7', '0', '0', '1', '0', '0', '4', '10312', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10313', '10313', '427', 'hygge_c18_cushion', '5', '0', '0', '1', '0', '0', '2', '10313', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10314', '10314', '578', 'clothing_r18_antlers', '5', '0', '0', '1', '0', '0', '14', '10314', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10315', '10315', '427', 'hygge_r18_fox', '25', '1', '5', '1', '0', '0', '5', '10315', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10316', '10316', '578', 'clothing_r18_hyggehair', '5', '0', '0', '1', '0', '0', '15', '10316', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10317', '10317', '427', 'hygge_c18_shelf', '3', '0', '0', '1', '0', '0', '3', '10317', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10318', '10318', '427', 'hygge_c18_chair', '4', '0', '0', '1', '0', '0', '1', '10318', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10319', '10319', '578', 'clothing_r18_dungarees', '5', '0', '0', '1', '0', '0', '16', '10319', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10320', '10320', '578', 'clothing_r18_diaparty', '5', '0', '0', '1', '0', '0', '17', '10320', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10321', '10321', '733', 'clothing_dianoblecrown', '7', '0', '0', '1', '0', '0', '20', '10321', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10322', '10322', '169', 'diamond_c18_giftbox', '5', '0', '5', '1', '0', '0', '0', '10322', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10323', '10323', '733', 'clothing_diafish', '7', '0', '0', '1', '0', '0', '37', '10323', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10324', '10324', '733', 'clothing_dialeafcrown', '7', '0', '0', '1', '0', '0', '38', '10324', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10325', '10325', '488', 'xmas_c18_deer_comet', '3', '0', '0', '1', '0', '0', '60', '10325', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10326', '10326', '488', 'xmas_c18_stocking_snoopy', '3', '0', '0', '1', '0', '0', '59', '10326', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10327', '10327', '488', 'xmas_c18_souvenir', '3', '0', '0', '1', '0', '0', '35', '10327', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10328', '10328', '488', 'xmas_c18_deer_dasher', '3', '0', '0', '1', '0', '0', '60', '10328', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10329', '10329', '1142', 'clothing_halo', '10', '0', '5', '1', '0', '0', '13', '10329', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10330', '10330', '488', 'xmas_c18_snowfootball', '10', '0', '0', '1', '0', '0', '33', '10330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10331', '10331', '488', 'xmas_c18_stocking_cinnamon', '3', '0', '0', '1', '0', '0', '59', '10331', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10332', '10332', '488', 'xmas_c18_stool', '3', '0', '0', '1', '0', '0', '28', '10332', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10333', '10333', '488', 'xmas_c18_stage', '4', '0', '0', '1', '0', '0', '36', '10333', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10334', '10334', '488', 'xmas_c18_metro', '7', '0', '0', '1', '0', '0', '26', '10334', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10335', '10335', '488', 'xmas_c18_stocking_tiger', '3', '0', '0', '1', '0', '0', '59', '10335', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10336', '10336', '488', 'xmas_c18_snowman', '5', '0', '0', '1', '0', '0', '34', '10336', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10337', '10337', '488', 'xmas_c18_snowballpit', '15', '0', '0', '1', '0', '0', '6', '10337', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10338', '10338', '488', 'xmas_c18_stocking_crusoe', '3', '0', '0', '1', '0', '0', '59', '10338', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10339', '10339', '488', 'xmas_c18_stallroof', '7', '0', '0', '1', '0', '0', '42', '10339', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10340', '10340', '488', 'xmas_c18_presentelf', '5', '0', '0', '1', '0', '0', '29', '10340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10341', '10341', '1141', 'xmas_c18_doll10', '7', '0', '0', '1', '0', '0', '40', '10341', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10342', '10342', '1142', 'clothing_rudolphhat', '5', '0', '5', '1', '0', '0', '1', '10342', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10343', '10343', '1141', 'xmas_c18_doll8', '7', '0', '0', '1', '0', '0', '47', '10343', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10344', '10344', '488', 'xmas_c18_deer_vixen', '3', '0', '0', '1', '0', '0', '60', '10344', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10345', '10345', '488', 'xmas_c18_stagecurtains', '3', '0', '0', '1', '0', '0', '39', '10345', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10346', '10346', '488', 'xmas_c18_stocking_cleo', '3', '0', '0', '1', '0', '0', '59', '10346', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10347', '10347', '488', 'xmas_c18_presents', '3', '0', '0', '1', '0', '0', '30', '10347', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10348', '10348', '488', 'xmas_r18_snowyowl', '25', '1', '5', '1', '0', '0', '56', '10348', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10349', '10349', '1141', 'xmas_c18_doll6', '7', '0', '0', '1', '0', '0', '45', '10349', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10350', '10350', '488', 'xmas_c18_stalltable', '3', '0', '0', '1', '0', '0', '43', '10350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10351', '10351', '488', 'xmas_c18_streetlight', '3', '0', '0', '1', '0', '0', '53', '10351', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10352', '10352', '1141', 'xmas_c18_doll5', '7', '0', '0', '1', '0', '0', '44', '10352', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10353', '10353', '488', 'xmas_r18_lightfountain', '50', '1', '5', '1', '0', '0', '57', '10353', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10354', '10354', '1142', 'clothing_poinsettia', '6', '0', '0', '1', '0', '0', '13', '10354', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10355', '10355', '674', 'clothing_bobblehat', '4', '0', '0', '1', '0', '0', '12', '10355', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10356', '10356', '488', 'xmas_c18_groundlight', '3', '0', '0', '1', '0', '0', '23', '10356', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10357', '10357', '488', 'xmas_c18_stagechair', '4', '0', '0', '1', '0', '0', '38', '10357', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10358', '10358', '578', 'clothing_r18_featherdress', '5', '0', '0', '1', '0', '0', '18', '10358', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10359', '10359', '488', 'xmas_c18_stagestairs', '3', '0', '0', '1', '0', '0', '40', '10359', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10360', '10360', '488', 'xmas_c18_deer_rudolph', '3', '0', '0', '1', '0', '0', '60', '10360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10361', '10361', '1142', 'clothing_penguin', '3', '0', '5', '1', '0', '0', '11', '10361', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10362', '10362', '488', 'xmas_c18_xmastree', '6', '0', '0', '1', '0', '0', '54', '10362', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10363', '10363', '488', 'xmas_c18_booth', '7', '0', '0', '1', '0', '0', '4', '10363', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10364', '10364', '488', 'xmas_c18_curtaintopper', '2', '0', '0', '1', '0', '0', '39', '10364', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10365', '10365', '488', 'xmas_c18_building', '4', '0', '0', '1', '0', '0', '7', '10365', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10366', '10366', '744', 'xmas_ltd18_snowhabberge', '4', '0', '0', '1', '0', '0', '19', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10367', '10367', '488', 'xmas_c18_iciclelight', '3', '0', '0', '1', '0', '0', '25', '10367', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10368', '10368', '488', 'xmas_c18_deer_cupid', '3', '0', '0', '1', '0', '0', '60', '10368', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10369', '10369', '488', 'xmas_c18_borscht', '4', '0', '0', '1', '0', '0', '5', '10369', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10370', '10370', '1141', 'xmas_c18_doll3', '7', '0', '0', '1', '0', '0', '42', '10370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10371', '10371', '1141', 'xmas_c18_doll2', '7', '0', '0', '1', '0', '0', '41', '10371', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10372', '10372', '488', 'xmas_c18_balllight', '5', '0', '0', '1', '0', '0', '2', '10372', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10373', '10373', '488', 'xmas_c18_harp', '5', '0', '0', '1', '0', '0', '24', '10373', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10374', '10374', '578', 'clothing_r18_feathercrown', '5', '0', '0', '1', '0', '0', '19', '10374', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10375', '10375', '488', 'xmas_c18_penguin', '5', '0', '0', '1', '0', '0', '27', '10375', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10376', '10376', '488', 'xmas_c18_deer_prancer', '3', '0', '0', '1', '0', '0', '60', '10376', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10377', '10377', '201', 'clothing_sideflopped', '6', '0', '0', '1', '0', '0', '23', '10377', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10378', '10378', '1141', 'xmas_c18_doll1', '7', '0', '0', '1', '0', '0', '39', '10378', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10379', '10379', '488', 'xmas_c18_rainlightfloor', '4', '0', '0', '1', '0', '0', '31', '10379', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10380', '10380', '488', 'xmas_c18_candycane', '3', '0', '0', '1', '0', '0', '9', '10380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10381', '10381', '488', 'xmas_c18_stocking_norbert', '3', '0', '0', '1', '0', '0', '59', '10381', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10382', '10382', '1142', 'clothing_snowman', '3', '0', '5', '1', '0', '0', '10', '10382', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10383', '10383', '488', 'xmas_c18_buildingpillar', '3', '0', '0', '1', '0', '0', '8', '10383', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10384', '10384', '1141', 'xmas_c18_doll7', '7', '0', '0', '1', '0', '0', '46', '10384', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10385', '10385', '488', 'xmas_c18_bounceycastle', '15', '0', '0', '1', '0', '0', '6', '10385', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10386', '10386', '488', 'xmas_c18_babushka', '7', '0', '0', '1', '0', '0', '1', '10386', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10387', '10387', '1141', 'xmas_c18_doll9', '7', '0', '0', '1', '0', '0', '48', '10387', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10388', '10388', '488', 'xmas_c18_stagewindow', '4', '0', '0', '1', '0', '0', '41', '10388', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10389', '10389', '1142', 'clothing_xmas5', '5', '0', '0', '1', '0', '0', '10', '10389', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10390', '10390', '310', 'clothing_mittens', '6', '0', '0', '1', '0', '0', '27', '10390', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10391', '10391', '488', 'xmas_c18_fairylightree', '4', '0', '0', '1', '0', '0', '20', '10391', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10392', '10392', '488', 'xmas_c18_deer_blitzen', '3', '0', '0', '1', '0', '0', '60', '10392', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10393', '10393', '488', 'xmas_c18_stocking_boo', '3', '0', '0', '1', '0', '0', '59', '10393', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10394', '10394', '1140', 'xmas_c18_nutcracker', '4', '0', '0', '1', '0', '0', '37', '10394', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10395', '10395', '488', 'xmas_c18_stagebackdrop', '5', '0', '0', '1', '0', '0', '37', '10395', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10396', '10396', '488', 'xmas_c18_bearlight', '6', '0', '0', '1', '0', '0', '3', '10396', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10397', '10397', '488', 'xmas_c18_deer_dancer', '3', '0', '0', '1', '0', '0', '60', '10397', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10398', '10398', '1141', 'xmas_c18_doll4', '7', '0', '0', '1', '0', '0', '43', '10398', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10399', '10399', '488', 'xmas_c18_food', '3', '0', '0', '1', '0', '0', '22', '10399', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10400', '10400', '488', 'xmas_c18_fatherfrost', '7', '0', '0', '1', '0', '0', '1', '10400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10401', '10401', '205', 'clothing_regiment', '5', '0', '0', '1', '0', '0', '5', '10401', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10402', '10402', '488', 'xmas_c18_piano', '15', '0', '0', '1', '0', '0', '28', '10402', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10403', '10403', '1142', 'clothing_treepartyhat', '3', '0', '5', '1', '0', '0', '10', '10403', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10404', '10404', '488', 'xmas_c18_deer_donna', '3', '0', '0', '1', '0', '0', '60', '10404', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10405', '10405', '592', 'rare_prize18_xmas', '5', '0', '0', '1', '0', '0', '0', '10405', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10406', '10406', '444', 'hosp_c19_drinksvend', '15', '0', '0', '1', '0', '0', '100', '10406', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10407', '10407', '585', 'clothing_r18_goldpack4', '5', '0', '0', '1', '0', '0', '4', '10407', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10408', '10408', '116', 'attic_c19_hammock', '15', '0', '0', '1', '0', '0', '25', '10408', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10409', '10409', '584', 'clothing_r18_sparkleparty2', '5', '0', '0', '1', '0', '0', '2', '10409', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10410', '10410', '584', 'clothing_r18_sparkleparty1', '5', '0', '0', '1', '0', '0', '1', '10410', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10411', '10411', '584', 'clothing_r18_sparkleparty7', '5', '0', '0', '1', '0', '0', '7', '10411', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10412', '10412', '584', 'clothing_r18_sparkleparty4', '5', '0', '0', '1', '0', '0', '4', '10412', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10413', '10413', '579', 'clothing_r19_longwavy2', '5', '0', '0', '1', '0', '0', '1', '10413', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10414', '10414', '668', 'ny_r18_crackable', '7', '0', '0', '1', '0', '0', '4', '10414', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10415', '10415', '584', 'clothing_r18_sparkleparty8', '5', '0', '0', '1', '0', '0', '8', '10415', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10416', '10416', '584', 'clothing_r18_sparkleparty6', '5', '0', '0', '1', '0', '0', '6', '10416', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10417', '10417', '584', 'clothing_r18_sparkleparty3', '5', '0', '0', '1', '0', '0', '3', '10417', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10418', '10418', '584', 'clothing_r18_sparkleparty5', '5', '0', '0', '1', '0', '0', '5', '10418', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10419', '10419', '1168', 'diamond_c18_giftbox2', '4', '0', '0', '1', '0', '0', '337', '10419', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10420', '10420', '307', 'CF_1000_goldenkey', '1000', '0', '0', '1', '0', '0', '35', '10420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10421', '10421', '394', 'hween13_c19_frog', '5', '0', '0', '1', '0', '0', '5', '10421', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10422', '10422', '358', 'hc19_11', '3', '0', '5', '1', '0', '0', '10', '10422', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10423', '10423', '358', 'hc19_1', '3', '0', '5', '1', '0', '0', '1', '10423', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10424', '10424', '358', 'hc19_4', '3', '0', '5', '1', '0', '0', '4', '10424', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10425', '10425', '358', 'hc19_5', '3', '0', '5', '1', '0', '0', '5', '10425', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10426', '10426', '358', 'hc19_9', '3', '0', '5', '1', '0', '0', '9', '10426', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10427', '10427', '358', 'hc19_3', '3', '0', '5', '1', '0', '0', '3', '10427', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10428', '10428', '358', 'hc19_2', '3', '0', '5', '1', '0', '0', '2', '10428', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10429', '10429', '358', 'hc19_10', '3', '0', '5', '1', '0', '0', '10', '10429', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10430', '10430', '358', 'hc19_12', '3', '0', '5', '1', '0', '0', '11', '10430', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10431', '10431', '358', 'hc19_7', '3', '0', '5', '1', '0', '0', '7', '10431', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10432', '10432', '358', 'hc19_6', '3', '0', '5', '1', '0', '0', '6', '10432', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10433', '10433', '358', 'hc19_8', '3', '0', '5', '1', '0', '0', '8', '10433', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10434', '10434', '448', 'val_c19_food', '3', '0', '0', '1', '0', '0', '5', '10434', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10435', '10435', '448', 'val_c19_bottlewall', '5', '0', '0', '1', '0', '0', '3', '10435', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10436', '10436', '579', 'clothing_r19_messybun', '5', '0', '0', '1', '0', '0', '2', '10436', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10437', '10437', '448', 'val_r19_bath', '25', '1', '5', '1', '0', '0', '15', '10437', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10438', '10438', '448', 'val_r19_recordplayer', '25', '1', '5', '1', '0', '0', '17', '10438', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10439', '10439', '579', 'clothing_r19_frilledskirt', '5', '0', '0', '1', '0', '0', '3', '10439', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10440', '10440', '448', 'val_c19_bottle', '3', '0', '0', '1', '0', '0', '2', '10440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10441', '10441', '448', 'val_r19_puppy', '25', '1', '5', '1', '0', '0', '16', '10441', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10442', '10442', '448', 'val_c19_till', '10', '0', '0', '1', '0', '0', '9', '10442', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10443', '10443', '448', 'val_r19_unicorn', '25', '1', '5', '1', '0', '0', '14', '10443', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10444', '10444', '579', 'clothing_r19_shortcurly', '4', '0', '0', '1', '0', '0', '4', '10444', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10445', '10445', '579', 'clothing_r19_waistcoat', '4', '0', '0', '1', '0', '0', '5', '10445', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10446', '10446', '448', 'val_c19_tableacc', '3', '0', '0', '1', '0', '0', '8', '10446', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10447', '10447', '448', 'val_c19_chair', '3', '0', '0', '1', '0', '0', '4', '10447', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10448', '10448', '448', 'val_c19_petals', '4', '0', '0', '1', '0', '0', '6', '10448', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10449', '10449', '448', 'val_c19_awning', '7', '0', '0', '1', '0', '0', '1', '10449', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10450', '10450', '448', 'val_c19_table', '3', '0', '0', '1', '0', '0', '4', '10450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10451', '10451', '448', 'val_r19_sofa', '25', '1', '5', '1', '0', '0', '18', '10451', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10452', '10452', '302', 'china_pig', '10', '0', '0', '1', '0', '0', '27', '10452', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10453', '10453', '302', 'china_goldenpig', '15', '0', '0', '1', '0', '0', '15', '10453', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10454', '10454', '202', 'clothing_piglethat', '3', '0', '5', '1', '0', '0', '7', '10454', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10455', '10455', '591', 'rare_prize19*0', '4', '0', '0', '1', '0', '0', '1', '10455', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10456', '10456', '591', 'rare_prize19*1', '4', '0', '0', '1', '0', '0', '2', '10456', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10457', '10457', '591', 'rare_prize19*10', '4', '0', '0', '1', '0', '0', '10', '10457', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10458', '10458', '591', 'rare_prize19*11', '4', '0', '0', '1', '0', '0', '11', '10458', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10459', '10459', '591', 'rare_prize19*12', '4', '0', '0', '1', '0', '0', '12', '10459', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10460', '10460', '591', 'rare_prize19*13', '4', '0', '0', '1', '0', '0', '14', '10460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10461', '10461', '591', 'rare_prize19*2', '4', '0', '0', '1', '0', '0', '3', '10461', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10462', '10462', '591', 'rare_prize19*3', '4', '0', '0', '1', '0', '0', '4', '10462', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10463', '10463', '591', 'rare_prize19*4', '4', '0', '0', '1', '0', '0', '5', '10463', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10464', '10464', '591', 'rare_prize19*5', '4', '0', '0', '1', '0', '0', '6', '10464', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10465', '10465', '591', 'rare_prize19*6', '4', '0', '0', '1', '0', '0', '7', '10465', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10466', '10466', '591', 'rare_prize19*7', '4', '0', '0', '1', '0', '0', '8', '10466', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10467', '10467', '591', 'rare_prize19*8', '4', '0', '0', '1', '0', '0', '9', '10467', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10468', '10468', '591', 'rare_prize19*9', '4', '0', '0', '1', '0', '0', '10', '10468', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10469', '10469', '429', 'room_invisible_block', '4', '0', '0', '1', '0', '0', '338', '10469', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10470', '10470', '1205', 'rare_colourable_scifirocket_4', '5', '0', '0', '1', '0', '0', '41', '10470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10471', '10471', '1205', 'rare_colourable_parasol_4', '5', '0', '0', '1', '0', '0', '40', '10471', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10472', '10472', '425', 'rare_r19_car1', '50', '1', '5', '1', '0', '0', '5', '10472', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10473', '10473', '204', 'clothing_topbuttonshirt', '5', '0', '0', '1', '0', '0', '8', '10473', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10474', '10474', '206', 'clothing_rippedjeans2', '5', '0', '0', '1', '0', '0', '2', '10474', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10475', '10475', '579', 'clothing_r19_scuffedboots', '4', '0', '0', '1', '0', '0', '6', '10475', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10476', '10476', '579', 'clothing_r19_longtwotone', '4', '0', '0', '1', '0', '0', '7', '10476', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10477', '10477', '425', 'band_c19_drums', '9', '0', '0', '1', '0', '0', '1', '10477', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10478', '10478', '579', 'clothing_r19_punkhat', '4', '0', '0', '1', '0', '0', '8', '10478', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10479', '10479', '425', 'band_c19_guitar', '5', '0', '0', '1', '0', '0', '2', '10479', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10480', '10480', '579', 'clothing_r19_messybangs', '4', '0', '0', '1', '0', '0', '9', '10480', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10481', '10481', '201', 'clothing_messycurls', '5', '0', '5', '1', '0', '0', '22', '10481', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10482', '10482', '425', 'band_c19_synth', '8', '0', '0', '1', '0', '0', '3', '10482', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10483', '10483', '201', 'clothing_highfade', '5', '0', '5', '1', '0', '0', '21', '10483', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10484', '10484', '1188', 'easter_c19_kelpie', '4', '0', '0', '1', '0', '0', '17', '10484', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10485', '10485', '579', 'clothing_r19_forrestcrown', '4', '0', '0', '1', '0', '0', '10', '10485', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10486', '10486', '745', 'easter_ltd19_flowerthrone', '4', '0', '0', '1', '0', '0', '44', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10487', '10487', '1188', 'easter_c19_babyent', '4', '0', '0', '1', '0', '0', '3', '10487', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10488', '10488', '1188', 'easter_c19_habshirecat', '4', '0', '0', '1', '0', '0', '28', '10488', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10489', '10489', '385', 'easter_r19_treeswing', '25', '1', '5', '1', '0', '0', '21', '10489', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10490', '10490', '191', 'easter_c19_book4a', '4', '0', '0', '1', '0', '0', '12', '10490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10491', '10491', '385', 'easter_c19_turnipbuddies', '3', '0', '0', '1', '0', '0', '14', '10491', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10492', '10492', '385', 'easter_c19_wisestone', '4', '0', '0', '1', '0', '0', '15', '10492', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10493', '10493', '191', 'easter_c19_ancientbook2', '4', '0', '0', '1', '0', '0', '2', '10493', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10494', '10494', '1188', 'clothing_ribboncurls', '4', '0', '0', '1', '0', '0', '11', '10494', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10495', '10495', '1188', 'easter_c19_earthdrago', '4', '0', '0', '1', '0', '0', '17', '10495', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10496', '10496', '385', 'easter_c19_logtable', '4', '0', '0', '1', '0', '0', '9', '10496', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10497', '10497', '1187', 'easter_c19_book1', '3', '0', '0', '1', '0', '0', '8', '10497', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10498', '10498', '1187', 'easter_c19_book3', '3', '0', '0', '1', '0', '0', '10', '10498', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10499', '10499', '202', 'clothing_archerhat', '4', '0', '0', '1', '0', '0', '6', '10499', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10500', '10500', '385', 'easter_c19_littlefairies', '3', '0', '0', '1', '0', '0', '7', '10500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10501', '10501', '1187', 'easter_c19_book2', '3', '0', '0', '1', '0', '0', '9', '10501', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10502', '10502', '385', 'easter_c19_logchair', '3', '0', '0', '1', '0', '0', '8', '10502', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10503', '10503', '191', 'easter_c19_book3a', '4', '0', '0', '1', '0', '0', '11', '10503', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10504', '10504', '1188', 'clothing_madhat', '4', '0', '0', '1', '0', '0', '7', '10504', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10505', '10505', '1187', 'easter_c19_book4', '3', '0', '0', '1', '0', '0', '11', '10505', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10506', '10506', '191', 'easter_c19_book2a', '4', '0', '0', '1', '0', '0', '10', '10506', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10507', '10507', '385', 'easter_c19_meadow', '4', '0', '0', '1', '0', '0', '11', '10507', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10508', '10508', '385', 'easter_c19_dirtpath', '4', '0', '0', '1', '0', '0', '1', '10508', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10509', '10509', '385', 'easter_c19_flowertea', '3', '0', '0', '1', '0', '0', '3', '10509', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10510', '10510', '1188', 'easter_c19_babyhippogriff', '4', '0', '0', '1', '0', '0', '5', '10510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10511', '10511', '385', 'easter_c19_mushrooms', '3', '0', '0', '1', '0', '0', '12', '10511', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10512', '10512', '1187', 'easter_c19_forrestegg', '4', '0', '0', '1', '0', '0', '23', '10512', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10513', '10513', '1188', 'easter_c19_chillgnome', '4', '0', '0', '1', '0', '0', '13', '10513', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10514', '10514', '191', 'easter_c19_babykelpie2', '4', '0', '0', '1', '0', '0', '8', '10514', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10515', '10515', '191', 'easter_c19_babyhippogriff2', '4', '0', '0', '1', '0', '0', '6', '10515', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10516', '10516', '1188', 'easter_c19_ent', '4', '0', '0', '1', '0', '0', '18', '10516', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10517', '10517', '1188', 'easter_c19_wolf', '4', '0', '0', '1', '0', '0', '42', '10517', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10518', '10518', '1187', 'easter_c19_ancientbook', '4', '0', '0', '1', '0', '0', '1', '10518', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10519', '10519', '385', 'easter_r19_mysticalbird', '25', '1', '5', '1', '0', '0', '20', '10519', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10520', '10520', '202', 'clothing_mushroomhat', '4', '0', '0', '1', '0', '0', '5', '10520', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10521', '10521', '203', 'clothing_petaldress', '6', '0', '0', '1', '0', '0', '4', '10521', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10522', '10522', '1188', 'clothing_wolfmask', '4', '0', '0', '1', '0', '0', '12', '10522', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10523', '10523', '1188', 'clothing_flowerponytail', '4', '0', '0', '1', '0', '0', '10', '10523', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10524', '10524', '1188', 'easter_c19_busybunny', '4', '0', '0', '1', '0', '0', '14', '10524', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10525', '10525', '385', 'easter_c19_forrestfood', '3', '0', '0', '1', '0', '0', '6', '10525', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10526', '10526', '385', 'easter_c19_springtree', '6', '0', '0', '1', '0', '0', '13', '10526', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10527', '10527', '191', 'easter_c19_book1a', '4', '0', '0', '1', '0', '0', '10', '10527', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10528', '10528', '1188', 'easter_c19_waterdrago', '4', '0', '0', '1', '0', '0', '40', '10528', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10529', '10529', '1188', 'easter_c19_babykelpie', '4', '0', '0', '1', '0', '0', '7', '10529', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10530', '10530', '1188', 'easter_c19_habelina', '4', '0', '0', '1', '0', '0', '27', '10530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10531', '10531', '191', 'easter_c19_babyent2', '4', '0', '0', '1', '0', '0', '4', '10531', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10532', '10532', '1188', 'easter_c19_woodlandcritters', '4', '0', '0', '1', '0', '0', '22', '10532', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10533', '10533', '579', 'clothing_r19_fox', '4', '0', '0', '1', '0', '0', '11', '10533', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10534', '10534', '191', 'easter_c19_forrestegg2', '4', '0', '0', '1', '0', '0', '24', '10534', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10535', '10535', '1188', 'easter_c19_lilredbonnie', '4', '0', '0', '1', '0', '0', '31', '10535', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10536', '10536', '385', 'easter_c19_magicringtele', '7', '0', '0', '1', '0', '0', '10', '10536', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10537', '10537', '1188', 'easter_c19_hippogriff', '4', '0', '0', '1', '0', '0', '29', '10537', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10538', '10538', '1188', 'easter_c19_fairyprince', '4', '0', '0', '1', '0', '0', '19', '10538', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10539', '10539', '201', 'clothing_leafhair', '6', '0', '0', '1', '0', '0', '20', '10539', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10540', '10540', '385', 'easter_c19_forrestfloor', '3', '0', '0', '1', '0', '0', '5', '10540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10541', '10541', '1188', 'easter_c19_bearowl', '4', '0', '0', '1', '0', '0', '9', '10541', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10542', '10542', '385', 'easter_c19_flowerlamp', '4', '0', '0', '1', '0', '0', '2', '10542', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10543', '10543', '664', 'bonusbag19_1', '7', '0', '0', '1', '0', '0', '11', '10543', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10544', '10544', '1244', 'bonusrare19_1_0', '4', '0', '0', '1', '0', '0', '83', '10544', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10545', '10545', '1244', 'bonusrare19_1_1', '4', '0', '0', '1', '0', '0', '84', '10545', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10546', '10546', '1244', 'bonusrare19_1_2', '4', '0', '0', '1', '0', '0', '85', '10546', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10547', '10547', '1244', 'bonusrare19_1_3', '4', '0', '0', '1', '0', '0', '86', '10547', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10548', '10548', '1244', 'bonusrare19_1_4', '4', '0', '0', '1', '0', '0', '87', '10548', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10549', '10549', '1244', 'bonusrare19_1_5', '4', '0', '0', '1', '0', '0', '88', '10549', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10550', '10550', '579', 'clothing_r19_comedymask', '4', '0', '0', '1', '0', '0', '12', '10550', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10551', '10551', '734', 'greek_c19_scrolls1', '4', '0', '0', '1', '0', '0', '6', '10551', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10552', '10552', '216', 'greek_c19_table', '4', '0', '0', '1', '0', '0', '14', '10552', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10553', '10553', '734', 'greek_c19_vase2', '2', '0', '0', '1', '0', '0', '15', '10553', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10554', '10554', '734', 'greek_c19_scrolls2', '2', '0', '0', '1', '0', '0', '11', '10554', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10555', '10555', '734', 'greek_c19_harp2', '4', '0', '0', '1', '0', '0', '4', '10555', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10556', '10556', '579', 'clothing_r19_tragedymask', '4', '0', '0', '1', '0', '0', '13', '10556', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10557', '10557', '734', 'greek_c19_fruitbowl', '4', '0', '0', '1', '0', '0', '2', '10557', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10558', '10558', '734', 'greek_c19_harp', '4', '0', '0', '1', '0', '0', '3', '10558', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10559', '10559', '734', 'greek_c19_pythagorascup', '4', '0', '0', '1', '0', '0', '5', '10559', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10560', '10560', '579', 'clothing_r19_minotaurhorns', '4', '0', '0', '1', '0', '0', '14', '10560', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10561', '10561', '216', 'greek_r19_tiledbath', '50', '1', '5', '1', '0', '0', '19', '10561', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10562', '10562', '734', 'greek_c19_shield2', '3', '0', '0', '1', '0', '0', '12', '10562', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10563', '10563', '734', 'greek_c19_vase1', '4', '0', '0', '1', '0', '0', '11', '10563', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10564', '10564', '216', 'greek_c19_chair', '3', '0', '0', '1', '0', '0', '10', '10564', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10565', '10565', '579', 'clothing_r19_medusa', '4', '0', '0', '1', '0', '0', '15', '10565', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10566', '10566', '216', 'greek_r19_chariot', '25', '1', '5', '1', '0', '0', '17', '10566', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10567', '10567', '216', 'greek_c19_statue', '10', '0', '0', '1', '0', '0', '13', '10567', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10568', '10568', '734', 'greek_c19_shield1', '4', '0', '0', '1', '0', '0', '8', '10568', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10569', '10569', '745', 'greek_ltd19_harp', '4', '0', '0', '1', '0', '0', '20', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10570', '10570', '216', 'greek_r19_luxbed', '25', '1', '5', '1', '0', '0', '18', '10570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10571', '10571', '216', 'greek_c19_wall', '4', '0', '0', '1', '0', '0', '16', '10571', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10572', '10572', '213', 'booster_c19_box1', '7', '0', '0', '1', '0', '0', '3', '10572', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10573', '10573', '213', 'booster_c19_box2', '7', '0', '0', '1', '0', '0', '4', '10573', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10574', '10574', '525', 'fest_c19_parasol1', '6', '0', '0', '1', '0', '0', '39', '10574', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10575', '10575', '1145', 'fest_c19_stool3', '4', '0', '0', '1', '0', '0', '23', '10575', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10576', '10576', '525', 'fest_c19_loverstent', '20', '0', '0', '1', '0', '0', '17', '10576', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10577', '10577', '525', 'fest_c19_bobbatea', '7', '0', '0', '1', '0', '0', '4', '10577', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10578', '10578', '745', 'fest_ltd19_alpaca', '4', '0', '0', '1', '0', '0', '31', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10579', '10579', '525', 'fest_c19_ticketstall', '10', '0', '0', '1', '0', '0', '12', '10579', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10580', '10580', '1145', 'fest_c19_parasol3', '4', '0', '0', '1', '0', '0', '33', '10580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10581', '10581', '1145', 'clothing_bohogems', '6', '0', '0', '1', '0', '0', '11', '10581', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10582', '10582', '1144', 'fest_c19_materials', '4', '0', '0', '1', '0', '0', '29', '10582', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10583', '10583', '1145', 'clothing_bohoheadgems', '6', '0', '0', '1', '0', '0', '10', '10583', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10584', '10584', '204', 'clothing_plungebikini', '5', '0', '0', '1', '0', '0', '7', '10584', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10585', '10585', '525', 'fest_c19_falafelstall', '10', '0', '0', '1', '0', '0', '12', '10585', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10586', '10586', '525', 'fest_c19_pole', '5', '0', '0', '1', '0', '0', '20', '10586', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10587', '10587', '525', 'fest_c19_skull3', '7', '0', '0', '1', '0', '0', '24', '10587', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10588', '10588', '201', 'clothing_flowerbeard', '2', '0', '0', '1', '0', '0', '101', '10588', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10589', '10589', '525', 'fest_c19_coalicecream', '7', '0', '0', '1', '0', '0', '7', '10589', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10590', '10590', '201', 'clothing_dreadlockstied', '5', '0', '5', '1', '0', '0', '15', '10590', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10591', '10591', '1145', 'fest_c19_cushion3', '4', '0', '0', '1', '0', '0', '17', '10591', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10592', '10592', '525', 'fest_c19_hangingdecor', '3', '0', '0', '1', '0', '0', '14', '10592', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10593', '10593', '579', 'clothing_r19_rainbowhair', '4', '0', '0', '1', '0', '0', '16', '10593', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10594', '10594', '1145', 'clothing_bohotunic', '5', '0', '0', '1', '0', '0', '7', '10594', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10595', '10595', '525', 'fest_c19_backdrop1', '4', '0', '0', '1', '0', '0', '41', '10595', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10596', '10596', '525', 'fest_c19_dye1', '4', '0', '0', '1', '0', '0', '36', '10596', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10597', '10597', '525', 'fest_c19_dye2', '4', '0', '0', '1', '0', '0', '37', '10597', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10598', '10598', '1145', 'fest_c19_cushion2', '4', '0', '0', '1', '0', '0', '14', '10598', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10599', '10599', '310', 'clothing_waistbag', '6', '0', '0', '1', '0', '0', '26', '10599', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10600', '10600', '1144', 'fest_c19_bprint1', '3', '0', '0', '1', '0', '0', '1', '10600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10601', '10601', '525', 'fest_c19_dreamcatcher', '4', '0', '0', '1', '0', '0', '11', '10601', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10602', '10602', '525', 'fest_c19_bongos', '4', '0', '0', '1', '0', '0', '5', '10602', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10603', '10603', '525', 'fest_r19_gemowl', '25', '1', '5', '1', '0', '0', '30', '10603', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10604', '10604', '201', 'clothing_grandetail', '5', '0', '5', '1', '0', '0', '14', '10604', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10605', '10605', '525', 'fest_c19_dj', '9', '0', '0', '1', '0', '0', '10', '10605', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10606', '10606', '1144', 'fest_c19_bprint4', '3', '0', '0', '1', '0', '0', '1', '10606', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10607', '10607', '525', 'fest_c19_skull5', '7', '0', '0', '1', '0', '0', '26', '10607', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10608', '10608', '525', 'fest_c19_skull4', '7', '0', '0', '1', '0', '0', '25', '10608', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10609', '10609', '1145', 'fest_c19_parasol2', '4', '0', '0', '1', '0', '0', '32', '10609', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10610', '10610', '525', 'fest_c19_skull2', '7', '0', '0', '1', '0', '0', '23', '10610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10611', '10611', '1145', 'clothing_bohobackpack', '6', '0', '0', '1', '0', '0', '9', '10611', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10612', '10612', '525', 'fest_c19_brazier', '3', '0', '0', '1', '0', '0', '6', '10612', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10613', '10613', '204', 'clothing_flowingshirt', '5', '0', '0', '1', '0', '0', '6', '10613', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10614', '10614', '1144', 'fest_c19_bprint3', '3', '0', '0', '1', '0', '0', '1', '10614', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10615', '10615', '579', 'clothing_r19_rainbowshades', '4', '0', '0', '1', '0', '0', '17', '10615', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10616', '10616', '525', 'fest_c19_lamp', '2', '0', '0', '1', '0', '0', '16', '10616', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10617', '10617', '525', 'fest_c19_palm', '4', '0', '0', '1', '0', '0', '18', '10617', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10618', '10618', '1145', 'clothing_bohovest', '5', '0', '0', '1', '0', '0', '5', '10618', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10619', '10619', '1145', 'clothing_bohotiara', '6', '0', '0', '1', '0', '0', '8', '10619', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10620', '10620', '525', 'fest_r19_ladygaia', '25', '1', '5', '1', '0', '0', '31', '10620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10621', '10621', '525', 'fest_c19_stool1', '3', '0', '0', '1', '0', '0', '38', '10621', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10622', '10622', '525', 'fest_c19_hipdog', '15', '0', '0', '1', '0', '0', '15', '10622', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10623', '10623', '1145', 'fest_c19_backdrop2', '4', '0', '0', '1', '0', '0', '3', '10623', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10624', '10624', '525', 'fest_c19_amp', '4', '0', '0', '1', '0', '0', '1', '10624', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10625', '10625', '525', 'fest_c19_didgeridoo', '3', '0', '0', '1', '0', '0', '9', '10625', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10626', '10626', '183', 'fest_c19_bprintcrackable', '4', '0', '0', '1', '0', '0', '10', '10626', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10627', '10627', '525', 'fest_c19_skull1', '7', '0', '0', '1', '0', '0', '22', '10627', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10628', '10628', '1145', 'clothing_ruggedbackpack', '6', '0', '0', '1', '0', '0', '7', '10628', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10629', '10629', '1145', 'clothing_bohopaint', '6', '0', '0', '1', '0', '0', '6', '10629', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10630', '10630', '310', 'clothing_bohobag', '6', '0', '0', '1', '0', '0', '25', '10630', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10631', '10631', '1145', 'fest_c19_backdrop3', '4', '0', '0', '1', '0', '0', '4', '10631', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10632', '10632', '525', 'fest_c19_skull6', '7', '0', '0', '1', '0', '0', '27', '10632', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10633', '10633', '525', 'fest_c19_sitar', '5', '0', '0', '1', '0', '0', '21', '10633', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10634', '10634', '525', 'fest_c19_craft', '25', '1', '5', '1', '0', '0', '35', '10634', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10635', '10635', '1145', 'fest_c19_stool2', '4', '0', '0', '1', '0', '0', '44', '10635', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10636', '10636', '1144', 'fest_c19_bprint2', '3', '0', '0', '1', '0', '0', '1', '10636', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10637', '10637', '525', 'fest_c19_stage', '4', '0', '0', '1', '0', '0', '28', '10637', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10638', '10638', '525', 'fest_c19_cushion1', '5', '0', '0', '1', '0', '0', '40', '10638', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10639', '10639', '525', 'fest_c19_flags', '3', '0', '0', '1', '0', '0', '13', '10639', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10640', '10640', '418', 'pastel_c19_plushie3', '2', '0', '0', '1', '0', '0', '11', '10640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10641', '10641', '418', 'pastel_c19_stool', '2', '0', '0', '1', '0', '0', '18', '10641', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10642', '10642', '418', 'pastel_c19_cupcake', '3', '0', '0', '1', '0', '0', '6', '10642', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10643', '10643', '418', 'pastel_c19_bedsidetable', '3', '0', '0', '1', '0', '0', '2', '10643', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10644', '10644', '418', 'pastel_c19_stardeco', '2', '0', '0', '1', '0', '0', '14', '10644', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10645', '10645', '579', 'clothing_r19_rainbowstarjumper', '4', '0', '0', '1', '0', '0', '18', '10645', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10646', '10646', '418', 'pastel_c19_sofa', '4', '0', '0', '1', '0', '0', '13', '10646', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10647', '10647', '418', 'pastel_c19_cupboard', '4', '0', '0', '1', '0', '0', '5', '10647', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10648', '10648', '418', 'pastel_c19_unicornposter', '3', '0', '0', '1', '0', '0', '20', '10648', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10649', '10649', '418', 'pastel_c19_lamp', '3', '0', '0', '1', '0', '0', '8', '10649', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10650', '10650', '418', 'pastel_c19_shootingstar', '2', '0', '0', '1', '0', '0', '14', '10650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10651', '10651', '418', 'pastel_c19_carpet', '5', '0', '0', '1', '0', '0', '3', '10651', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10652', '10652', '418', 'pastel_c19_lights', '3', '0', '0', '1', '0', '0', '9', '10652', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10653', '10653', '418', 'pastel_c19_table', '3', '0', '0', '1', '0', '0', '19', '10653', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10654', '10654', '418', 'pastel_c19_plushie1', '2', '0', '0', '1', '0', '0', '10', '10654', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10655', '10655', '418', 'pastel_c19_starlights', '3', '0', '0', '1', '0', '0', '17', '10655', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10656', '10656', '418', 'pastel_c19_wall', '5', '0', '0', '1', '0', '0', '21', '10656', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10657', '10657', '418', 'pastel_c19_cubeseat', '2', '0', '0', '1', '0', '0', '4', '10657', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10658', '10658', '418', 'pastel_c19_plushiepile', '2', '0', '0', '1', '0', '0', '12', '10658', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10659', '10659', '418', 'pastel_c19_floor', '3', '0', '0', '1', '0', '0', '7', '10659', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10660', '10660', '418', 'pastel_c19_plushie2', '2', '0', '0', '1', '0', '0', '10', '10660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10661', '10661', '418', 'pastel_c19_bed', '5', '0', '0', '1', '0', '0', '1', '10661', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10662', '10662', '307', 'CF_350_sceptre', '350', '0', '0', '1', '0', '0', '19', '10662', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10663', '10663', '491', 'diamond_painting39', '4', '0', '0', '1', '0', '0', '39', '10663', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10664', '10664', '1168', 'fest_c19_bprintcrackableb', '4', '0', '0', '1', '0', '0', '339', '10664', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10665', '10665', '664', 'bonusbag19_2', '7', '0', '0', '1', '0', '0', '12', '10665', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10666', '10666', '1244', 'bonusrare19_2_0', '4', '0', '0', '1', '0', '0', '89', '10666', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10667', '10667', '1244', 'bonusrare19_2_1', '4', '0', '0', '1', '0', '0', '90', '10667', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10668', '10668', '1244', 'bonusrare19_2_2', '4', '0', '0', '1', '0', '0', '91', '10668', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10669', '10669', '1244', 'bonusrare19_2_3', '4', '0', '0', '1', '0', '0', '92', '10669', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10670', '10670', '1244', 'bonusrare19_2_4', '4', '0', '0', '1', '0', '0', '93', '10670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10671', '10671', '1244', 'bonusrare19_2_5', '4', '0', '0', '1', '0', '0', '94', '10671', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10672', '10672', '430', 'rainbow_r19_pineapplefloat', '20', '0', '0', '1', '0', '0', '9', '10672', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10673', '10673', '430', 'rainbow_c19_table', '3', '0', '0', '1', '0', '0', '6', '10673', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10674', '10674', '745', 'rainbow_ltd19_parasol', '4', '0', '0', '1', '0', '0', '1', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10675', '10675', '430', 'rainbow_c19_rug', '4', '0', '0', '1', '0', '0', '5', '10675', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10676', '10676', '430', 'rainbow_c19_chair', '3', '0', '0', '1', '0', '0', '2', '10676', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10677', '10677', '430', 'rainbow_c19_lights', '3', '0', '0', '1', '0', '0', '4', '10677', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10678', '10678', '430', 'rainbow_c19_bed', '5', '0', '0', '1', '0', '0', '1', '10678', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10679', '10679', '430', 'rainbow_r19_peacockfloat', '20', '0', '0', '1', '0', '0', '8', '10679', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10680', '10680', '430', 'rainbow_r19_rainbowfloat', '20', '0', '0', '1', '0', '0', '10', '10680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10681', '10681', '430', 'rainbow_r19_flamingofloat', '20', '0', '0', '1', '0', '0', '7', '10681', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10682', '10682', '433', 'celestial_c19_wardrobe', '6', '0', '0', '1', '0', '0', '13', '10682', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10683', '10683', '433', 'celestial_c19_starshower', '5', '0', '0', '1', '0', '0', '10', '10683', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10684', '10684', '433', 'celestial_c19_dresser', '4', '0', '0', '1', '0', '0', '3', '10684', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10685', '10685', '433', 'celestial_c19_moonbed', '7', '0', '0', '1', '0', '0', '6', '10685', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10686', '10686', '433', 'celestial_c19_spacebun', '3', '0', '0', '1', '0', '0', '9', '10686', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10687', '10687', '433', 'celestial_c19_rug', '4', '0', '0', '1', '0', '0', '8', '10687', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10688', '10688', '433', 'celestial_c19_planet', '4', '0', '0', '1', '0', '0', '7', '10688', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10689', '10689', '433', 'celestial_c19_tree', '5', '0', '0', '1', '0', '0', '12', '10689', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10690', '10690', '433', 'celestial_c19_aurora', '3', '0', '0', '1', '0', '0', '1', '10690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10691', '10691', '433', 'celestial_c19_flower', '3', '0', '0', '1', '0', '0', '5', '10691', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10692', '10692', '433', 'celestial_c19_table', '4', '0', '0', '1', '0', '0', '11', '10692', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10693', '10693', '433', 'celestial_c19_starchair', '3', '0', '0', '1', '0', '0', '10', '10693', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10694', '10694', '433', 'celestial_c19_floor', '4', '0', '0', '1', '0', '0', '4', '10694', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10695', '10695', '579', 'clothing_r19_celestialdress', '4', '0', '0', '1', '0', '0', '19', '10695', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10696', '10696', '204', 'clothing_zebratop', '5', '0', '0', '1', '0', '0', '5', '10696', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10697', '10697', '636', 'clothing_nt_zebratop', '4', '0', '0', '1', '0', '0', '1', '10697', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10698', '10698', '204', 'clothing_croppedjumper', '5', '0', '0', '1', '0', '0', '4', '10698', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10699', '10699', '207', 'clothing_layeredlongskirt', '5', '0', '0', '1', '0', '0', '1', '10699', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10700', '10700', '430', 'rainbow_c19_flags', '8', '0', '0', '1', '0', '0', '3', '10700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10701', '10701', '201', 'clothing_longmohawk', '5', '0', '5', '1', '0', '0', '13', '10701', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10702', '10702', '435', 'suncity_c19_botshop', '5', '0', '0', '1', '0', '0', '3', '10702', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10703', '10703', '435', 'suncity_c19_jellyfood', '3', '0', '0', '1', '0', '0', '12', '10703', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10704', '10704', '435', 'suncity_c19_building', '5', '0', '0', '1', '0', '0', '4', '10704', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10705', '10705', '435', 'suncity_c19_chair', '4', '0', '0', '1', '0', '0', '5', '10705', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10706', '10706', '435', 'suncity_c19_waterway', '3', '0', '0', '1', '0', '0', '24', '10706', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10707', '10707', '435', 'suncity_c19_divider', '4', '0', '0', '1', '0', '0', '6', '10707', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10708', '10708', '201', 'clothing_shortcut', '6', '0', '0', '1', '0', '0', '12', '10708', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10709', '10709', '205', 'clothing_loosekimono', '5', '0', '0', '1', '0', '0', '4', '10709', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10710', '10710', '435', 'suncity_c19_flora', '1', '0', '0', '1', '0', '0', '8', '10710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10711', '10711', '1147', 'suncity_c19_glass', '4', '0', '0', '1', '0', '0', '10', '10711', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10712', '10712', '435', 'suncity_c19_plantpillar', '3', '0', '0', '1', '0', '0', '17', '10712', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10713', '10713', '435', 'suncity_c19_awning', '4', '0', '0', '1', '0', '0', '1', '10713', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10714', '10714', '203', 'clothing_gardenapron', '5', '0', '0', '1', '0', '0', '3', '10714', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10715', '10715', '745', 'suncity_ltd19_duckpond', '4', '0', '0', '1', '0', '0', '31', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10716', '10716', '1148', 'suncity_c19_clock', '4', '0', '0', '1', '0', '0', '7', '10716', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10717', '10717', '1148', 'suncity_c19_lamp', '4', '0', '0', '1', '0', '0', '13', '10717', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10718', '10718', '636', 'clothing_nt_flowytop', '4', '0', '0', '1', '0', '0', '2', '10718', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10719', '10719', '1148', 'clothing_butterflymask', '6', '0', '0', '1', '0', '0', '4', '10719', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10720', '10720', '1147', 'suncity_c19_plastic', '4', '0', '0', '1', '0', '0', '18', '10720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10721', '10721', '435', 'suncity_c19_munchling', '3', '0', '0', '1', '0', '0', '14', '10721', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10722', '10722', '435', 'suncity_c19_balcony', '5', '0', '0', '1', '0', '0', '2', '10722', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10723', '10723', '435', 'suncity_c19_solarpanel', '4', '0', '0', '1', '0', '0', '19', '10723', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10724', '10724', '579', 'clothing_r19_butterflydress', '4', '0', '0', '1', '0', '0', '20', '10724', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10725', '10725', '435', 'suncity_r19_biosphere', '25', '1', '5', '1', '0', '0', '30', '10725', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10726', '10726', '435', 'suncity_c19_floor', '4', '0', '0', '1', '0', '0', '7', '10726', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10727', '10727', '1148', 'clothing_leafmask', '6', '0', '0', '1', '0', '0', '3', '10727', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10728', '10728', '1148', 'clothing_gogglehat', '6', '0', '0', '1', '0', '0', '5', '10728', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10729', '10729', '1147', 'suncity_c19_paper', '4', '0', '0', '1', '0', '0', '15', '10729', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10730', '10730', '435', 'suncity_c19_tree', '5', '0', '0', '1', '0', '0', '22', '10730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10731', '10731', '204', 'clothing_flowytop', '5', '0', '0', '1', '0', '0', '3', '10731', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10732', '10732', '1146', 'suncity_c19_trashboy', '4', '0', '0', '1', '0', '0', '25', '10732', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10733', '10733', '1148', 'suncity_c19_biokit', '4', '0', '0', '1', '0', '0', '3', '10733', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10734', '10734', '310', 'clothing_leafearrings', '6', '0', '0', '1', '0', '0', '24', '10734', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10735', '10735', '435', 'suncity_c19_glasswall', '4', '0', '0', '1', '0', '0', '11', '10735', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10736', '10736', '435', 'suncity_c19_gazebo', '7', '0', '0', '1', '0', '0', '9', '10736', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10737', '10737', '579', 'clothing_r19_featheredcowl', '5', '0', '0', '1', '0', '0', '21', '10737', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10738', '10738', '435', 'suncity_c19_wateroutlet', '7', '0', '0', '1', '0', '0', '23', '10738', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10739', '10739', '1148', 'clothing_floralbag', '6', '0', '0', '1', '0', '0', '1', '10739', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10740', '10740', '435', 'suncity_c19_streetlight', '5', '0', '0', '1', '0', '0', '20', '10740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10741', '10741', '435', 'suncity_r19_glassfountain', '25', '1', '5', '1', '0', '0', '30', '10741', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10742', '10742', '435', 'suncity_c19_minibridge', '4', '0', '0', '1', '0', '0', '13', '10742', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10743', '10743', '435', 'suncity_c19_waterwaycrnr', '3', '0', '0', '1', '0', '0', '25', '10743', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10744', '10744', '435', 'suncity_c19_table', '3', '0', '0', '1', '0', '0', '21', '10744', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10745', '10745', '202', 'clothing_sprout', '4', '0', '0', '1', '0', '0', '4', '10745', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10746', '10746', '435', 'suncity_c19_perfumeshop', '5', '0', '0', '1', '0', '0', '4', '10746', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10747', '10747', '1148', 'suncity_c19_vase', '4', '0', '0', '1', '0', '0', '27', '10747', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10748', '10748', '636', 'clothing_nt_loosekimono', '5', '0', '0', '1', '0', '0', '3', '10748', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10749', '10749', '636', 'clothing_nt_shortcut', '5', '0', '0', '1', '0', '0', '4', '10749', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10750', '10750', '636', 'clothing_nt_sprout', '5', '0', '0', '1', '0', '0', '5', '10750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10751', '10751', '636', 'clothing_nt_leafearrings', '5', '0', '0', '1', '0', '0', '6', '10751', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10752', '10752', '636', 'clothing_nt_gardenapron', '5', '0', '0', '1', '0', '0', '7', '10752', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10753', '10753', '518', 'rainyday_c19_lamp', '2', '0', '0', '1', '0', '0', '3', '10753', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10754', '10754', '518', 'rainyday_c19_beanbag', '4', '0', '0', '1', '0', '0', '0', '10754', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10755', '10755', '518', 'rainyday_c19_pillowfort', '5', '0', '0', '1', '0', '0', '4', '10755', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10756', '10756', '518', 'rainyday_c19_rainwindows', '3', '0', '0', '1', '0', '0', '5', '10756', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10757', '10757', '201', 'clothing_halftiedhair', '5', '0', '0', '1', '0', '0', '11', '10757', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10758', '10758', '579', 'clothing_r19_raincoat', '5', '0', '0', '1', '0', '0', '22', '10758', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10759', '10759', '518', 'rainyday_c19_boardgames', '3', '0', '0', '1', '0', '0', '1', '10759', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10760', '10760', '579', 'clothing_r19_teddygown', '5', '0', '0', '1', '0', '0', '23', '10760', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10761', '10761', '1242', 'clothing_bookbag', '5', '0', '0', '1', '0', '0', '23', '10761', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10762', '10762', '518', 'rainyday_c19_tartanseat', '4', '0', '0', '1', '0', '0', '7', '10762', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10763', '10763', '518', 'rainyday_c19_rugblanket', '4', '0', '0', '1', '0', '0', '6', '10763', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10764', '10764', '518', 'rainyday_c19_cocoa', '2', '0', '0', '1', '0', '0', '2', '10764', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10765', '10765', '518', 'rainyday_r19_rainbear', '25', '1', '5', '1', '0', '0', '8', '10765', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10766', '10766', '518', 'rainyday_r19_fluffbun', '25', '1', '5', '1', '0', '0', '8', '10766', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10767', '10767', '519', 'market_c19_drygoods', '5', '0', '0', '1', '0', '0', '5', '10767', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10768', '10768', '519', 'market_c19_trolley', '3', '0', '0', '1', '0', '0', '18', '10768', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10769', '10769', '519', 'market_c19_icecreamfreezer', '5', '0', '0', '1', '0', '0', '5', '10769', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10770', '10770', '519', 'market_c19_deli1', '4', '0', '0', '1', '0', '0', '6', '10770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10771', '10771', '519', 'market_c19_icecreamtubs', '5', '0', '0', '1', '0', '0', '5', '10771', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10772', '10772', '519', 'market_c19_stationary', '5', '0', '0', '1', '0', '0', '5', '10772', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10773', '10773', '519', 'market_c19_selfcheckout', '4', '0', '0', '1', '0', '0', '14', '10773', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10774', '10774', '519', 'market_c19_spill', '3', '0', '0', '1', '0', '0', '14', '10774', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10775', '10775', '519', 'market_c19_meat', '5', '0', '0', '1', '0', '0', '5', '10775', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10776', '10776', '519', 'market_c19_floor', '3', '0', '0', '1', '0', '0', '10', '10776', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10777', '10777', '519', 'market_c19_vegfruit', '5', '0', '0', '1', '0', '0', '5', '10777', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10778', '10778', '519', 'market_c19_deli2', '4', '0', '0', '1', '0', '0', '7', '10778', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10779', '10779', '519', 'market_c19_banner', '4', '0', '0', '1', '0', '0', '2', '10779', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10780', '10780', '519', 'market_c19_dairyfridge', '5', '0', '0', '1', '0', '0', '5', '10780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10781', '10781', '519', 'market_c19_basket', '2', '0', '0', '1', '0', '0', '3', '10781', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10782', '10782', '519', 'market_c19_antitheftalarm', '3', '0', '0', '1', '0', '0', '1', '10782', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10783', '10783', '519', 'market_c19_dvds', '5', '0', '0', '1', '0', '0', '5', '10783', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10784', '10784', '519', 'market_c19_checkoutdesk', '7', '0', '0', '1', '0', '0', '4', '10784', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10785', '10785', '519', 'market_c19_signboard', '3', '0', '0', '1', '0', '0', '13', '10785', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10786', '10786', '521', 'hween_c19_autumnfloor', '4', '0', '0', '1', '0', '0', '3', '10786', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10787', '10787', '1150', 'hween_c19_tarot', '4', '0', '0', '1', '0', '0', '31', '10787', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10788', '10788', '521', 'hween_c19_crookedfloor', '3', '0', '0', '1', '0', '0', '12', '10788', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10789', '10789', '521', 'hween_c19_bewitchedcauldron', '9', '0', '0', '1', '0', '0', '5', '10789', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10790', '10790', '579', 'clothing_r19_warlocks', '5', '0', '0', '1', '0', '0', '24', '10790', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10791', '10791', '1150', 'hween_c19_herbs', '4', '0', '0', '1', '0', '0', '19', '10791', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10792', '10792', '579', 'clothing_r19_longlonghair', '5', '0', '0', '1', '0', '0', '25', '10792', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10793', '10793', '521', 'hween_c19_stonewall', '5', '0', '0', '1', '0', '0', '19', '10793', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10794', '10794', '521', 'hween_c19_pumpkinpatch', '4', '0', '0', '1', '0', '0', '15', '10794', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10795', '10795', '521', 'hween_c19_bewitchedchair', '4', '0', '0', '1', '0', '0', '6', '10795', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10796', '10796', '521', 'hween_c19_bewitchedbed', '6', '0', '0', '1', '0', '0', '4', '10796', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10797', '10797', '521', 'hween_c19_bewitchedtable', '5', '0', '0', '1', '0', '0', '7', '10797', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10798', '10798', '1150', 'hween_c19_crystal', '4', '0', '0', '1', '0', '0', '16', '10798', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10799', '10799', '521', 'hween_c19_roofcorner', '2', '0', '0', '1', '0', '0', '16', '10799', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10800', '10800', '1176', 'hween_c19_witchsatchel', '7', '0', '0', '1', '0', '0', '7', '10800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10801', '10801', '1151', 'hween_c19_flameon', '4', '0', '0', '1', '0', '0', '21', '10801', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10802', '10802', '636', 'clothing_nt_possessedeyes', '5', '0', '0', '1', '0', '0', '8', '10802', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10803', '10803', '521', 'hween_c19_angleroof', '3', '0', '0', '1', '0', '0', '16', '10803', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10804', '10804', '579', 'clothing_r19_demonwings', '5', '0', '0', '1', '0', '0', '26', '10804', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10805', '10805', '521', 'hween_c19_birchtree', '4', '0', '0', '1', '0', '0', '9', '10805', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10806', '10806', '1151', 'hween_c19_firechild', '4', '0', '0', '1', '0', '0', '19', '10806', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10807', '10807', '521', 'hween_c19_bigroof', '4', '0', '0', '1', '0', '0', '17', '10807', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10808', '10808', '1149', 'hween_c19_witchcraft', '4', '0', '0', '1', '0', '0', '32', '10808', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10809', '10809', '521', 'hween_c19_claddedwall', '5', '0', '0', '1', '0', '0', '11', '10809', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10810', '10810', '310', 'clothing_possessedeyes', '5', '0', '0', '1', '0', '0', '22', '10810', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10811', '10811', '636', 'clothing_nt_witchrobes', '5', '0', '0', '1', '0', '0', '9', '10811', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10812', '10812', '1150', 'hween_c19_bewitchedskull', '4', '0', '0', '1', '0', '0', '15', '10812', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10813', '10813', '745', 'hween_ltd19_skullthrone', '4', '0', '0', '1', '0', '0', '34', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10814', '10814', '521', 'hween_c19_archway', '7', '0', '0', '1', '0', '0', '2', '10814', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10815', '10815', '521', 'hween_r19_weepingwillow', '25', '1', '5', '1', '0', '0', '22', '10815', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10816', '10816', '521', 'hween_c19_smallroof', '3', '0', '0', '1', '0', '0', '17', '10816', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10817', '10817', '1151', 'hween_c19_darkwerewolf', '4', '0', '0', '1', '0', '0', '17', '10817', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10818', '10818', '521', 'hween_r19_witchfamiliar', '25', '1', '5', '1', '0', '0', '22', '10818', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10819', '10819', '521', 'hween_c19_fireplace', '7', '0', '0', '1', '0', '0', '13', '10819', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10820', '10820', '310', 'clothing_witchhat2', '5', '0', '0', '1', '0', '0', '21', '10820', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10821', '10821', '203', 'clothing_witchrobes', '5', '0', '0', '1', '0', '0', '2', '10821', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10822', '10822', '1151', 'hween_c19_spiritowl', '4', '0', '0', '1', '0', '0', '28', '10822', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10823', '10823', '521', 'hween_c19_steeproof', '4', '0', '0', '1', '0', '0', '18', '10823', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10824', '10824', '1150', 'hween_c19_potions', '4', '0', '0', '1', '0', '0', '20', '10824', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10825', '10825', '1150', 'hween_c19_feathers', '4', '0', '0', '1', '0', '0', '18', '10825', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10826', '10826', '1150', 'hween_c19_crystalball', '4', '0', '0', '1', '0', '0', '17', '10826', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10827', '10827', '636', 'clothing_nt_witchhat2', '5', '0', '0', '1', '0', '0', '10', '10827', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10828', '10828', '1151', 'hween_c19_slimeblob', '4', '0', '0', '1', '0', '0', '16', '10828', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10829', '10829', '1150', 'hween_c19_bewitchedcandles', '4', '0', '0', '1', '0', '0', '14', '10829', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10830', '10830', '191', 'hween_c19_witchsatchel2', '4', '0', '0', '1', '0', '0', '20', '10830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10831', '10831', '521', 'hween_c19_broomstaffstand', '4', '0', '0', '1', '0', '0', '10', '10831', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10832', '10832', '307', 'CF_250_Hucci', '250', '0', '0', '1', '0', '0', '12', '10832', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10833', '10833', '664', 'bonusbag19_3', '7', '0', '0', '1', '0', '0', '13', '10833', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10834', '10834', '1244', 'bonusrare19_3_0', '5', '0', '0', '1', '0', '0', '95', '10834', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10835', '10835', '1244', 'bonusrare19_3_1', '5', '0', '0', '1', '0', '0', '96', '10835', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10836', '10836', '1244', 'bonusrare19_3_2', '5', '0', '0', '1', '0', '0', '97', '10836', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10837', '10837', '1244', 'bonusrare19_3_3', '5', '0', '0', '1', '0', '0', '98', '10837', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10838', '10838', '1244', 'bonusrare19_3_4', '5', '0', '0', '1', '0', '0', '99', '10838', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10839', '10839', '1244', 'bonusrare19_3_5', '5', '0', '0', '1', '0', '0', '100', '10839', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10840', '10840', '255', 'mutearea_sign2', '4', '0', '0', '1', '0', '0', '2', '10840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10841', '10841', '310', 'clothing_habpods', '5', '0', '0', '1', '0', '0', '20', '10841', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10842', '10842', '636', 'clothing_nt_shortscarf', '5', '0', '0', '1', '0', '0', '11', '10842', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10843', '10843', '636', 'clothing_nt_habpods', '5', '0', '0', '1', '0', '0', '12', '10843', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10844', '10844', '636', 'clothing_nt_flaredtrench', '5', '0', '0', '1', '0', '0', '13', '10844', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10845', '10845', '310', 'clothing_microbag', '5', '0', '0', '1', '0', '0', '19', '10845', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10846', '10846', '205', 'clothing_hitchedjumper', '5', '0', '0', '1', '0', '0', '3', '10846', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10847', '10847', '636', 'clothing_nt_hitchedjumper', '5', '0', '0', '1', '0', '0', '14', '10847', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10848', '10848', '1210', 'autumn_r19_maplebonsai', '25', '1', '5', '1', '0', '0', '15', '10848', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10849', '10849', '310', 'clothing_shortscarf', '5', '0', '0', '1', '0', '0', '18', '10849', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10850', '10850', '636', 'clothing_nt_microbag', '5', '0', '0', '1', '0', '0', '15', '10850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10851', '10851', '205', 'clothing_flaredtrench', '5', '0', '0', '1', '0', '0', '2', '10851', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10852', '10852', '326', 'wintercabin_c19_window', '3', '0', '0', '1', '0', '0', '18', '10852', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10853', '10853', '326', 'wintercabin_c19_floor', '3', '0', '0', '1', '0', '0', '10', '10853', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10854', '10854', '326', 'wintercabin_c19_sofa', '4', '0', '0', '1', '0', '0', '3', '10854', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10855', '10855', '326', 'wintercabin_c19_fence', '3', '0', '0', '1', '0', '0', '8', '10855', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10856', '10856', '326', 'wintercabin_c19_cabintable', '3', '0', '0', '1', '0', '0', '4', '10856', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10857', '10857', '326', 'wintercabin_c19_stairs', '3', '0', '0', '1', '0', '0', '14', '10857', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10858', '10858', '326', 'wintercabin_c19_antlerlight', '4', '0', '0', '1', '0', '0', '1', '10858', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10859', '10859', '326', 'wintercabin_c19_corner', '4', '0', '0', '1', '0', '0', '6', '10859', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10860', '10860', '326', 'wintercabin_c19_stage', '5', '0', '0', '1', '0', '0', '13', '10860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10861', '10861', '326', 'wintercabin_c19_fireplace', '7', '0', '0', '1', '0', '0', '9', '10861', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10862', '10862', '326', 'wintercabin_c19_lamp', '3', '0', '0', '1', '0', '0', '12', '10862', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10863', '10863', '326', 'wintercabin_c19_cabinrug', '4', '0', '0', '1', '0', '0', '5', '10863', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10864', '10864', '326', 'wintercabin_c19_glasstable', '3', '0', '0', '1', '0', '0', '10', '10864', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10865', '10865', '326', 'wintercabin_c19_items', '3', '0', '0', '1', '0', '0', '11', '10865', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10866', '10866', '326', 'wintercabin_c19_wall', '4', '0', '0', '1', '0', '0', '17', '10866', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10867', '10867', '326', 'wintercabin_c19_drawers', '5', '0', '0', '1', '0', '0', '7', '10867', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10868', '10868', '326', 'wintercabin_c19_cabinchair', '3', '0', '0', '1', '0', '0', '3', '10868', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10869', '10869', '326', 'wintercabin_c19_bed', '6', '0', '0', '1', '0', '0', '2', '10869', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10870', '10870', '205', 'clothing_leatherhoodie', '5', '0', '0', '1', '0', '0', '1', '10870', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10871', '10871', '636', 'clothing_nt_shortfluffy', '5', '0', '0', '1', '0', '0', '16', '10871', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10872', '10872', '201', 'clothing_wavy3', '5', '0', '0', '1', '0', '0', '10', '10872', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10873', '10873', '579', 'clothing_r19_autumndress', '5', '0', '0', '1', '0', '0', '27', '10873', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10874', '10874', '636', 'clothing_nt_leatherhoodie', '5', '0', '0', '1', '0', '0', '17', '10874', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10875', '10875', '579', 'clothing_r19_autumnhairpiece', '5', '0', '0', '1', '0', '0', '28', '10875', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10876', '10876', '636', 'clothing_nt_wavy3', '5', '0', '0', '1', '0', '0', '18', '10876', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10877', '10877', '201', 'clothing_shortfluffy', '5', '0', '0', '1', '0', '0', '6', '10877', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10878', '10878', '579', 'clothing_r19_puppyacc', '5', '0', '0', '1', '0', '0', '29', '10878', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10879', '10879', '307', 'CF_500_orb', '500', '0', '0', '1', '0', '0', '24', '10879', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10880', '10880', '325', 'xmas_c19_balcony', '5', '0', '0', '1', '0', '0', '8', '10880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10881', '10881', '1153', 'xmas_c19_jarofgold', '4', '0', '0', '1', '0', '0', '25', '10881', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10882', '10882', '325', 'xmas_c19_terrierplushie', '1', '0', '0', '1', '0', '0', '35', '10882', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10883', '10883', '325', 'xmas_c19_icicles', '3', '0', '0', '1', '0', '0', '24', '10883', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10884', '10884', '1153', 'xmas_c19_angelfigure', '4', '0', '0', '1', '0', '0', '49', '10884', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10885', '10885', '325', 'xmas_c19_hamsterplushie', '1', '0', '0', '1', '0', '0', '35', '10885', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10886', '10886', '745', 'xmas_ltd19_icethrone', '4', '0', '0', '1', '0', '0', '22', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10887', '10887', '325', 'xmas_c19_snowsprites', '3', '0', '0', '1', '0', '0', '28', '10887', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10888', '10888', '310', 'clothing_pompombag', '5', '0', '0', '1', '0', '0', '17', '10888', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10889', '10889', '579', 'clothing_r19_elisa', '5', '0', '0', '1', '0', '0', '30', '10889', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10890', '10890', '191', 'xmas_c19_box4b', '4', '0', '0', '1', '0', '0', '4', '10890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10891', '10891', '636', 'clothing_nt_pompombag', '5', '0', '0', '1', '0', '0', '19', '10891', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10892', '10892', '191', 'xmas_c19_box1b', '4', '0', '0', '1', '0', '0', '1', '10892', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10893', '10893', '325', 'xmas_c19_elfguard', '3', '0', '0', '1', '0', '0', '34', '10893', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10894', '10894', '325', 'xmas_c19_crystalfloor', '4', '0', '0', '1', '0', '0', '12', '10894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10895', '10895', '636', 'clothing_nt_frostedbeard', '5', '0', '0', '1', '0', '0', '20', '10895', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10896', '10896', '325', 'xmas_c19_elffairy', '3', '0', '0', '1', '0', '0', '34', '10896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10897', '10897', '1154', 'xmas_c19_reindeerfigure2', '4', '0', '0', '1', '0', '0', '33', '10897', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10898', '10898', '191', 'xmas_c19_box6b', '4', '0', '0', '1', '0', '0', '6', '10898', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10899', '10899', '191', 'xmas_c19_box5b', '4', '0', '0', '1', '0', '0', '5', '10899', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10900', '10900', '325', 'xmas_c19_curtain', '4', '0', '0', '1', '0', '0', '14', '10900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10901', '10901', '1180', 'xmas_c19_box3', '7', '0', '0', '1', '0', '0', '21', '10901', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10902', '10902', '1153', 'xmas_c19_robinfigure', '4', '0', '0', '1', '0', '0', '52', '10902', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10903', '10903', '200', 'clothing_snowmansuit', '10', '0', '5', '1', '0', '0', '2', '10903', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10904', '10904', '636', 'clothing_nt_bearmuffs', '5', '0', '0', '1', '0', '0', '21', '10904', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10905', '10905', '201', 'clothing_frostedbeard', '5', '0', '0', '1', '0', '0', '100', '10905', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10906', '10906', '325', 'xmas_c19_icetree', '7', '0', '0', '1', '0', '0', '23', '10906', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10907', '10907', '1153', 'xmas_c19_reindeerfigure', '4', '0', '0', '1', '0', '0', '51', '10907', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10908', '10908', '325', 'xmas_r19_crystalharp', '25', '1', '5', '1', '0', '0', '32', '10908', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10909', '10909', '325', 'xmas_c19_archwall', '5', '0', '0', '1', '0', '0', '7', '10909', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10910', '10910', '325', 'xmas_c19_furbanner', '4', '0', '0', '1', '0', '0', '19', '10910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10911', '10911', '1152', 'xmas_c19_snowcraft', '4', '0', '0', '1', '0', '0', '19', '10911', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10912', '10912', '1242', 'clothing_nordicscarf', '5', '0', '0', '1', '0', '0', '1', '10912', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10913', '10913', '325', 'xmas_c19_crystaltable', '5', '0', '0', '1', '0', '0', '11', '10913', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10914', '10914', '325', 'xmas_c19_catplushie', '1', '0', '0', '1', '0', '0', '35', '10914', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10915', '10915', '1154', 'xmas_c19_dragonfigure2', '4', '0', '0', '1', '0', '0', '18', '10915', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10916', '10916', '1180', 'xmas_c19_box2', '7', '0', '0', '1', '0', '0', '40', '10916', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10917', '10917', '325', 'xmas_c19_elfeskimo', '3', '0', '0', '1', '0', '0', '34', '10917', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10918', '10918', '325', 'xmas_c19_lamp', '4', '0', '0', '1', '0', '0', '26', '10918', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10919', '10919', '310', 'clothing_pompomhat', '5', '0', '0', '1', '0', '0', '16', '10919', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10920', '10920', '325', 'xmas_c19_stackedicedrinks', '10', '0', '0', '1', '0', '0', '29', '10920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10921', '10921', '325', 'xmas_c19_pugplushie', '1', '0', '0', '1', '0', '0', '35', '10921', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10922', '10922', '579', 'clothing_r19_frosted', '5', '0', '0', '1', '0', '0', '31', '10922', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10923', '10923', '325', 'xmas_r19_crystalfountain', '25', '1', '5', '1', '0', '0', '32', '10923', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10924', '10924', '325', 'xmas_c19_crystalchair', '3', '0', '0', '1', '0', '0', '11', '10924', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10925', '10925', '310', 'clothing_bearmuffs', '5', '0', '0', '1', '0', '0', '15', '10925', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10926', '10926', '191', 'xmas_c19_box3b', '4', '0', '0', '1', '0', '0', '3', '10926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10927', '10927', '325', 'xmas_c19_windowwall', '4', '0', '0', '1', '0', '0', '31', '10927', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10928', '10928', '1180', 'xmas_c19_box6', '7', '0', '0', '1', '0', '0', '44', '10928', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10929', '10929', '1154', 'xmas_c19_unicornfigure2', '4', '0', '0', '1', '0', '0', '21', '10929', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10930', '10930', '1153', 'xmas_c19_dragonfigure', '4', '0', '0', '1', '0', '0', '50', '10930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10931', '10931', '1180', 'xmas_c19_box4', '7', '0', '0', '1', '0', '0', '42', '10931', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10932', '10932', '636', 'clothing_nt_pompomhat', '5', '0', '0', '1', '0', '0', '22', '10932', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10933', '10933', '1154', 'xmas_c19_robinfigure2', '4', '0', '0', '1', '0', '0', '18', '10933', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10934', '10934', '1154', 'xmas_c19_angelfigure2', '4', '0', '0', '1', '0', '0', '8', '10934', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10935', '10935', '325', 'xmas_c19_iceshards', '2', '0', '0', '1', '0', '0', '22', '10935', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10936', '10936', '1180', 'xmas_c19_box5', '7', '0', '0', '1', '0', '0', '22', '10936', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10937', '10937', '325', 'xmas_c19_elfmage', '3', '0', '0', '1', '0', '0', '34', '10937', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10938', '10938', '325', 'xmas_c19_chandelier', '6', '0', '0', '1', '0', '0', '10', '10938', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10939', '10939', '191', 'xmas_c19_box2b', '4', '0', '0', '1', '0', '0', '2', '10939', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10940', '10940', '1153', 'xmas_c19_unicornfigure', '4', '0', '0', '1', '0', '0', '53', '10940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10941', '10941', '325', 'xmas_c19_icefood', '3', '0', '0', '1', '0', '0', '21', '10941', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10942', '10942', '636', 'clothing_nt_snowmansuit', '5', '0', '0', '1', '0', '0', '23', '10942', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10943', '10943', '1180', 'xmas_c19_box1', '7', '0', '0', '1', '0', '0', '20', '10943', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10944', '10944', '1181', 'clothing_icecrown', '5', '0', '0', '1', '0', '0', '1', '10944', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10945', '10945', '1244', 'bonusrare19_4_0', '5', '0', '0', '1', '0', '0', '101', '10945', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10946', '10946', '1244', 'bonusrare19_4_1', '5', '0', '0', '1', '0', '0', '102', '10946', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10947', '10947', '1244', 'bonusrare19_4_2', '5', '0', '0', '1', '0', '0', '103', '10947', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10948', '10948', '1244', 'bonusrare19_4_3', '5', '0', '0', '1', '0', '0', '104', '10948', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10949', '10949', '1244', 'bonusrare19_4_4', '5', '0', '0', '1', '0', '0', '105', '10949', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10950', '10950', '1244', 'bonusrare19_4_5', '5', '0', '0', '1', '0', '0', '106', '10950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10951', '10951', '664', 'bonusbag19_4', '7', '0', '0', '1', '0', '0', '14', '10951', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10952', '10952', '591', 'rare_prize19_xmas', '5', '0', '0', '1', '0', '0', '0', '10952', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10953', '10953', '501', 'shome_keys', '2', '0', '0', '1', '0', '0', '99', '10953', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10954', '10954', '501', 'shome_hamster', '2', '0', '0', '1', '0', '0', '99', '10954', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10955', '10955', '585', 'clothing_goldpack4', '3', '0', '0', '1', '0', '0', '5', '10955', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10956', '10956', '687', 'clothing_r20_galaxybackpack', '3', '0', '0', '1', '0', '0', '1', '10956', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10957', '10957', '1242', 'clothing_heartnecklace', '3', '0', '0', '1', '0', '0', '14', '10957', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10958', '10958', '687', 'clothing_r20_kittyearphones', '3', '0', '0', '1', '0', '0', '2', '10958', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10959', '10959', '302', 'china_goldenrat', '15', '0', '0', '1', '0', '0', '16', '10959', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10960', '10960', '302', 'china_rat', '10', '0', '0', '1', '0', '0', '29', '10960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10961', '10961', '310', 'clothing_rat', '3', '0', '0', '1', '0', '0', '13', '10961', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10962', '10962', '688', 'clothing_r19_sparklywaist5', '3', '0', '0', '1', '0', '0', '99', '10962', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10963', '10963', '688', 'clothing_r19_sparklywaist6', '3', '0', '0', '1', '0', '0', '99', '10963', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10964', '10964', '688', 'clothing_r19_sparklywaist7', '3', '0', '0', '1', '0', '0', '99', '10964', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10965', '10965', '688', 'clothing_r19_sparklywaist8', '3', '0', '0', '1', '0', '0', '99', '10965', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10966', '10966', '688', 'clothing_r19_sparklywaist2', '3', '0', '0', '1', '0', '0', '99', '10966', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10967', '10967', '688', 'clothing_r19_sparklywaist3', '3', '0', '0', '1', '0', '0', '99', '10967', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10968', '10968', '688', 'clothing_r19_sparklywaist1', '3', '0', '0', '1', '0', '0', '99', '10968', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10969', '10969', '688', 'clothing_r19_sparklywaist4', '3', '0', '0', '1', '0', '0', '99', '10969', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10970', '10970', '668', 'ny_r19_crackable', '3', '0', '0', '1', '0', '0', '5', '10970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10971', '10971', '689', 'hc20_9', '3', '0', '5', '1', '0', '0', '99', '10971', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10972', '10972', '689', 'hc20_8', '3', '0', '5', '1', '0', '0', '99', '10972', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10973', '10973', '689', 'hc20_4', '3', '0', '5', '1', '0', '0', '99', '10973', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10974', '10974', '689', 'hc20_2', '3', '0', '5', '1', '0', '0', '99', '10974', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10975', '10975', '689', 'hc20_12', '3', '0', '5', '1', '0', '0', '99', '10975', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10976', '10976', '689', 'hc20_3', '3', '0', '5', '1', '0', '0', '99', '10976', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10977', '10977', '689', 'hc20_7', '3', '0', '5', '1', '0', '0', '99', '10977', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10978', '10978', '689', 'hc20_10', '3', '0', '5', '1', '0', '0', '99', '10978', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10979', '10979', '689', 'hc20_11', '3', '0', '5', '1', '0', '0', '99', '10979', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10980', '10980', '689', 'hc20_5', '3', '0', '5', '1', '0', '0', '99', '10980', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10981', '10981', '689', 'hc20_6', '3', '0', '5', '1', '0', '0', '99', '10981', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10982', '10982', '689', 'hc20_1', '3', '0', '5', '1', '0', '0', '99', '10982', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('10983', '10983', '307', 'CF_750_minihabberge', '750', '0', '0', '1', '0', '0', '32', '10983', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10984', '10984', '690', 'rare_prize20*0', '3', '0', '0', '1', '0', '0', '99', '10984', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10985', '10985', '690', 'rare_prize20*1', '3', '0', '0', '1', '0', '0', '99', '10985', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10986', '10986', '690', 'rare_prize20*10', '3', '0', '0', '1', '0', '0', '99', '10986', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10987', '10987', '690', 'rare_prize20*11', '3', '0', '0', '1', '0', '0', '99', '10987', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10988', '10988', '690', 'rare_prize20*12', '3', '0', '0', '1', '0', '0', '99', '10988', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10989', '10989', '690', 'rare_prize20*13', '3', '0', '0', '1', '0', '0', '99', '10989', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10990', '10990', '690', 'rare_prize20*2', '3', '0', '0', '1', '0', '0', '99', '10990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10991', '10991', '690', 'rare_prize20*3', '3', '0', '0', '1', '0', '0', '99', '10991', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10992', '10992', '690', 'rare_prize20*4', '3', '0', '0', '1', '0', '0', '99', '10992', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10993', '10993', '690', 'rare_prize20*5', '3', '0', '0', '1', '0', '0', '99', '10993', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10994', '10994', '690', 'rare_prize20*6', '3', '0', '0', '1', '0', '0', '99', '10994', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10995', '10995', '690', 'rare_prize20*7', '3', '0', '0', '1', '0', '0', '99', '10995', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10996', '10996', '690', 'rare_prize20*8', '3', '0', '0', '1', '0', '0', '99', '10996', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10997', '10997', '690', 'rare_prize20*9', '3', '0', '0', '1', '0', '0', '99', '10997', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10998', '10998', '692', 'rare_r20_wardrobe', '25', '1', '5', '1', '0', '0', '21', '10998', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('10999', '10999', '687', 'clothing_r20_quinn', '3', '0', '0', '1', '0', '0', '3', '10999', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11000', '11000', '692', 'rare_r20_balloonchair', '25', '1', '5', '1', '0', '0', '20', '11000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11001', '11001', '692', 'val_c20_cakestand', '4', '0', '0', '1', '0', '0', '4', '11001', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11002', '11002', '692', 'val_c20_chair', '3', '0', '0', '1', '0', '0', '5', '11002', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11003', '11003', '692', 'val_c20_lights', '4', '0', '0', '1', '0', '0', '9', '11003', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11004', '11004', '692', 'val_c20_floor', '3', '0', '0', '1', '0', '0', '8', '11004', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11005', '11005', '692', 'val_c20_blackboard', '3', '0', '0', '1', '0', '0', '1', '11005', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11006', '11006', '692', 'val_c20_window', '3', '0', '0', '1', '0', '0', '14', '11006', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11007', '11007', '692', 'val_c20_tablecounter', '4', '0', '0', '1', '0', '0', '12', '11007', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11008', '11008', '200', 'clothing_chocochefoutfit', '15', '0', '0', '1', '0', '0', '1', '11008', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11009', '11009', '692', 'val_c20_cakedisplay', '5', '0', '0', '1', '0', '0', '3', '11009', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11010', '11010', '692', 'val_c20_wall', '5', '0', '0', '1', '0', '0', '13', '11010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11011', '11011', '692', 'val_c20_cake', '3', '0', '0', '1', '0', '0', '2', '11011', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11012', '11012', '687', 'clothing_r20_tattoo', '3', '0', '0', '1', '0', '0', '4', '11012', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11013', '11013', '692', 'val_c20_chocgift', '2', '0', '0', '1', '0', '0', '7', '11013', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11014', '11014', '692', 'val_c20_chocfountain', '4', '0', '0', '1', '0', '0', '6', '11014', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11015', '11015', '692', 'val_c20_table', '4', '0', '0', '1', '0', '0', '5', '11015', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11016', '11016', '692', 'val_c20_seats', '5', '0', '0', '1', '0', '0', '10', '11016', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11017', '11017', '664', 'bonusbag20_1', '3', '0', '0', '1', '0', '0', '15', '11017', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11018', '11018', '1244', 'bonusrare20_1a_1', '3', '0', '0', '1', '0', '0', '107', '11018', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11019', '11019', '1244', 'bonusrare20_1a_2', '3', '0', '0', '1', '0', '0', '108', '11019', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11020', '11020', '1244', 'bonusrare20_1a_3', '3', '0', '0', '1', '0', '0', '109', '11020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11021', '11021', '1244', 'bonusrare20_1a_4', '3', '0', '0', '1', '0', '0', '110', '11021', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11022', '11022', '1244', 'bonusrare20_1a_5', '3', '0', '0', '1', '0', '0', '111', '11022', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11023', '11023', '1244', 'bonusrare20_1a_6', '3', '0', '0', '1', '0', '0', '112', '11023', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11024', '11024', '1244', 'bonusrare20_2_1', '3', '0', '0', '1', '0', '0', '113', '11024', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11025', '11025', '1244', 'bonusrare20_2_2', '3', '0', '0', '1', '0', '0', '114', '11025', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11026', '11026', '1244', 'bonusrare20_2_3', '3', '0', '0', '1', '0', '0', '115', '11026', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11027', '11027', '1244', 'bonusrare20_2_4', '3', '0', '0', '1', '0', '0', '116', '11027', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11028', '11028', '1244', 'bonusrare20_2_5', '3', '0', '0', '1', '0', '0', '117', '11028', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11029', '11029', '1244', 'bonusrare20_2_6', '3', '0', '0', '1', '0', '0', '118', '11029', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11030', '11030', '664', 'bonusbag20_3', '3', '0', '0', '1', '0', '0', '17', '11030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11031', '11031', '1244', 'bonusrare20_3_1', '3', '0', '0', '1', '0', '0', '119', '11031', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11032', '11032', '1244', 'bonusrare20_3_2', '3', '0', '0', '1', '0', '0', '120', '11032', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11033', '11033', '1244', 'bonusrare20_3_3', '3', '0', '0', '1', '0', '0', '121', '11033', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11034', '11034', '1244', 'bonusrare20_3_4', '3', '0', '0', '1', '0', '0', '122', '11034', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11035', '11035', '1244', 'bonusrare20_3_5', '3', '0', '0', '1', '0', '0', '123', '11035', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11036', '11036', '1244', 'bonusrare20_3_6', '3', '0', '0', '1', '0', '0', '124', '11036', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11037', '11037', '1244', 'bonusrare20_4_0', '3', '0', '0', '1', '0', '0', '125', '11037', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11038', '11038', '1244', 'bonusrare20_4_1', '3', '0', '0', '1', '0', '0', '126', '11038', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11039', '11039', '1244', 'bonusrare20_4_2', '3', '0', '0', '1', '0', '0', '127', '11039', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11040', '11040', '1244', 'bonusrare20_4_3', '3', '0', '0', '1', '0', '0', '128', '11040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11041', '11041', '1244', 'bonusrare20_4_4', '3', '0', '0', '1', '0', '0', '129', '11041', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11042', '11042', '1244', 'bonusrare20_4_5', '3', '0', '0', '1', '0', '0', '130', '11042', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11043', '11043', '664', 'bonusbag20_2', '3', '0', '0', '1', '0', '0', '16', '11043', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11044', '11044', '664', 'bonusbag20_4', '3', '0', '0', '1', '0', '0', '18', '11044', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11045', '11045', '517', 'rare_r20_grandebackdrop', '25', '1', '5', '1', '0', '0', '25', '11045', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11046', '11046', '1165', 'clothing_c20_goldheartbp', '3', '0', '0', '1', '0', '0', '99', '11046', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11047', '11047', '517', 'art_c20_plant', '2', '0', '0', '1', '0', '0', '14', '11047', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11048', '11048', '184', 'booster_c20_box', '3', '0', '0', '1', '0', '0', '99', '11048', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11049', '11049', '517', 'art_c20_rug', '3', '0', '0', '1', '0', '0', '16', '11049', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11050', '11050', '1168', 'booster_c20_box1', '3', '0', '0', '1', '0', '0', '99', '11050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11051', '11051', '517', 'art_c20_floor', '3', '0', '0', '1', '0', '0', '11', '11051', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11052', '11052', '517', 'art_c20_light', '3', '0', '0', '1', '0', '0', '12', '11052', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11053', '11053', '517', 'art_c20_paintings', '2', '0', '0', '1', '0', '0', '13', '11053', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11054', '11054', '1165', 'art_c20_gold4', '3', '0', '0', '1', '0', '0', '99', '11054', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11055', '11055', '517', 'art_c20_chair', '4', '0', '0', '1', '0', '0', '5', '11055', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11056', '11056', '1165', 'art_c20_pillow', '3', '0', '0', '1', '0', '0', '99', '11056', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11057', '11057', '517', 'art_c20_bin', '3', '0', '0', '1', '0', '0', '2', '11057', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11058', '11058', '1165', 'art_c20_gold1', '3', '0', '0', '1', '0', '0', '99', '11058', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11059', '11059', '1165', 'clothing_c20_heartbackpack', '3', '0', '0', '1', '0', '0', '99', '11059', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11060', '11060', '517', 'art_c20_drawingtablet', '3', '0', '0', '1', '0', '0', '9', '11060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11061', '11061', '1165', 'art_c20_gold2', '3', '0', '0', '1', '0', '0', '99', '11061', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11062', '11062', '1165', 'art_c20_chair2', '3', '0', '0', '1', '0', '0', '99', '11062', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11063', '11063', '517', 'art_c20_desk', '4', '0', '0', '1', '0', '0', '8', '11063', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11064', '11064', '517', 'art_c20_shelves', '3', '0', '0', '1', '0', '0', '17', '11064', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11065', '11065', '1165', 'art_c20_chair4', '3', '0', '0', '1', '0', '0', '99', '11065', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11066', '11066', '517', 'art_c20_canvas', '3', '0', '0', '1', '0', '0', '4', '11066', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11067', '11067', '1165', 'art_c20_gold5', '3', '0', '0', '1', '0', '0', '99', '11067', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11068', '11068', '517', 'art_c20_sofa', '4', '0', '0', '1', '0', '0', '18', '11068', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11069', '11069', '1165', 'art_c20_chair1', '3', '0', '0', '1', '0', '0', '99', '11069', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11070', '11070', '1165', 'art_c20_clock', '3', '0', '0', '1', '0', '0', '99', '11070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11071', '11071', '517', 'art_c20_clotheshanger', '2', '0', '0', '1', '0', '0', '6', '11071', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11072', '11072', '517', 'art_c20_rolledpaper', '2', '0', '0', '1', '0', '0', '15', '11072', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11073', '11073', '1165', 'art_c20_gold3', '3', '0', '0', '1', '0', '0', '99', '11073', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11074', '11074', '517', 'art_c20_artstool', '3', '0', '0', '1', '0', '0', '1', '11074', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11075', '11075', '517', 'art_c20_easel', '3', '0', '0', '1', '0', '0', '10', '11075', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11076', '11076', '1165', 'art_c20_chair3', '3', '0', '0', '1', '0', '0', '99', '11076', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11077', '11077', '517', 'art_c20_coffeetable', '3', '0', '0', '1', '0', '0', '7', '11077', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11078', '11078', '517', 'art_c20_caddy', '3', '0', '0', '1', '0', '0', '3', '11078', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11079', '11079', '226', 'easter_c20_heather', '3', '0', '0', '1', '0', '0', '10', '11079', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11080', '11080', '226', 'easter_r20_mountaingoat', '25', '1', '5', '1', '0', '0', '30', '11080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11081', '11081', '1195', 'easter_c20_darkrock', '3', '0', '0', '1', '0', '0', '99', '11081', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11082', '11082', '633', 'clothing_mysticrobes', '3', '0', '0', '1', '0', '0', '5', '11082', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11083', '11083', '633', 'easter_c20_darkprize4', '3', '0', '0', '1', '0', '0', '99', '11083', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11084', '11084', '226', 'easter_c20_scatteredforestfloor', '3', '0', '0', '1', '0', '0', '21', '11084', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11085', '11085', '226', 'easter_c20_fishingpole', '7', '0', '0', '1', '0', '0', '6', '11085', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11086', '11086', '636', 'clothing_nt_yogatop', '5', '0', '0', '1', '0', '0', '24', '11086', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11087', '11087', '636', 'clothing_nt_campingbackpack', '5', '0', '0', '1', '0', '0', '25', '11087', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11088', '11088', '226', 'easter_c20_stickteepee', '4', '0', '0', '1', '0', '0', '22', '11088', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11089', '11089', '633', 'easter_c20_ancientbird', '3', '0', '0', '1', '0', '0', '99', '11089', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11090', '11090', '310', 'clothing_explorersash', '3', '0', '0', '1', '0', '0', '12', '11090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11091', '11091', '226', 'easter_c20_rockboulders', '3', '0', '0', '1', '0', '0', '20', '11091', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11092', '11092', '687', 'clothing_r20_bunnyoutfit', '3', '0', '0', '1', '0', '0', '5', '11092', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11093', '11093', '633', 'easter_c20_darkprize2', '3', '0', '0', '1', '0', '0', '99', '11093', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11094', '11094', '310', 'clothing_puffyvest', '3', '0', '0', '1', '0', '0', '11', '11094', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11095', '11095', '226', 'easter_c20_mountainslopes', '5', '0', '0', '1', '0', '0', '16', '11095', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11096', '11096', '746', 'easter_ltd20_fortuneduck', '3', '0', '0', '1', '0', '0', '99', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11097', '11097', '226', 'easter_r20_mystictree', '25', '1', '5', '1', '0', '0', '30', '11097', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11098', '11098', '226', 'easter_c20_campingessentials', '3', '0', '0', '1', '0', '0', '1', '11098', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11099', '11099', '310', 'clothing_binoculars', '3', '0', '0', '1', '0', '0', '10', '11099', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11100', '11100', '226', 'easter_c20_ornamentalrocks', '3', '0', '0', '1', '0', '0', '17', '11100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11101', '11101', '226', 'easter_c20_picnicfood', '2', '0', '0', '1', '0', '0', '18', '11101', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11102', '11102', '310', 'clothing_campingbackpack', '3', '0', '0', '1', '0', '0', '9', '11102', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11103', '11103', '226', 'easter_c20_mountainflats', '5', '0', '0', '1', '0', '0', '15', '11103', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11104', '11104', '633', 'easter_c20_darkprize3', '3', '0', '0', '1', '0', '0', '99', '11104', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11105', '11105', '633', 'easter_c20_darkprize1', '3', '0', '0', '1', '0', '0', '99', '11105', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11106', '11106', '204', 'clothing_yogatop', '3', '0', '0', '1', '0', '0', '2', '11106', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11107', '11107', '636', 'clothing_nt_puffyvest', '5', '0', '0', '1', '0', '0', '26', '11107', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11108', '11108', '636', 'clothing_nt_sportshair', '5', '0', '0', '1', '0', '0', '27', '11108', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11109', '11109', '226', 'easter_c20_camprug', '5', '0', '0', '1', '0', '0', '2', '11109', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11110', '11110', '226', 'easter_c20_mossydivider', '3', '0', '0', '1', '0', '0', '14', '11110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11111', '11111', '226', 'easter_c20_firstaidkit', '4', '0', '0', '1', '0', '0', '5', '11111', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11112', '11112', '201', 'clothing_sportshair', '3', '0', '0', '1', '0', '0', '4', '11112', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11113', '11113', '226', 'easter_c20_logwalk', '3', '0', '0', '1', '0', '0', '13', '11113', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11114', '11114', '633', 'clothing_mysticcrown', '3', '0', '0', '1', '0', '0', '12', '11114', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11115', '11115', '206', 'clothing_yogapants', '3', '0', '0', '1', '0', '0', '1', '11115', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11116', '11116', '633', 'easter_c20_ancienthorse', '3', '0', '0', '1', '0', '0', '99', '11116', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11117', '11117', '226', 'easter_c20_kayak', '4', '0', '0', '1', '0', '0', '12', '11117', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11118', '11118', '687', 'clothing_r20_ponytailcap', '3', '0', '0', '1', '0', '0', '6', '11118', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11119', '11119', '636', 'clothing_nt_yogapants', '5', '0', '0', '1', '0', '0', '28', '11119', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11120', '11120', '633', 'easter_c20_lightprize3', '3', '0', '0', '1', '0', '0', '99', '11120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11121', '11121', '226', 'easter_c20_climbingropetele', '6', '0', '0', '1', '0', '0', '3', '11121', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11122', '11122', '636', 'clothing_nt_sportsshade', '5', '0', '0', '1', '0', '0', '29', '11122', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11123', '11123', '636', 'clothing_nt_binoculars', '5', '0', '0', '1', '0', '0', '30', '11123', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11124', '11124', '633', 'easter_c20_lightprize2', '3', '0', '0', '1', '0', '0', '99', '11124', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11125', '11125', '226', 'easter_c20_forestfriends', '3', '0', '0', '1', '0', '0', '8', '11125', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11126', '11126', '1195', 'easter_c20_lightrock', '3', '0', '0', '1', '0', '0', '99', '11126', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11127', '11127', '633', 'easter_c20_clayrelic', '3', '0', '0', '1', '0', '0', '99', '11127', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11128', '11128', '226', 'easter_c20_fishstream', '4', '0', '0', '1', '0', '0', '7', '11128', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11129', '11129', '310', 'clothing_rainbowegg', '3', '0', '0', '1', '0', '0', '8', '11129', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11130', '11130', '633', 'easter_c20_jadeguardian', '3', '0', '0', '1', '0', '0', '99', '11130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11131', '11131', '226', 'easter_c20_heatherrock', '3', '0', '0', '1', '0', '0', '11', '11131', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11132', '11132', '633', 'easter_c20_ancientstatue', '3', '0', '0', '1', '0', '0', '99', '11132', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11133', '11133', '310', 'clothing_sportsshade', '3', '0', '0', '1', '0', '0', '7', '11133', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11134', '11134', '633', 'easter_c20_lightprize4', '3', '0', '0', '1', '0', '0', '99', '11134', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11135', '11135', '633', 'easter_c20_lightprize1', '3', '0', '0', '1', '0', '0', '99', '11135', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11136', '11136', '226', 'easter_c20_waypointrocks', '3', '0', '0', '1', '0', '0', '23', '11136', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11137', '11137', '226', 'easter_c20_energyfood', '2', '0', '0', '1', '0', '0', '4', '11137', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11138', '11138', '633', 'easter_c20_zenmaster', '3', '0', '0', '1', '0', '0', '99', '11138', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11139', '11139', '636', 'clothing_nt_explorersash', '5', '0', '0', '1', '0', '0', '31', '11139', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11140', '11140', '226', 'easter_c20_foresttree', '4', '0', '0', '1', '0', '0', '9', '11140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11141', '11141', '226', 'easter_c20_rapids', '4', '0', '0', '1', '0', '0', '19', '11141', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11142', '11142', '191', 'easter_c20_lightrock1', '4', '0', '0', '1', '0', '0', '363', '11142', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11143', '11143', '191', 'easter_c20_darkrock1', '4', '0', '0', '1', '0', '0', '364', '11143', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11144', '11144', '299', 'rare_r20_corgi', '25', '1', '5', '1', '0', '0', '40', '11144', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11145', '11145', '299', 'rare_r20_marimo', '25', '1', '5', '1', '0', '0', '42', '11145', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11146', '11146', '299', 'rare_r20_treehouse', '25', '1', '5', '1', '0', '0', '41', '11146', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11147', '11147', '1156', 'spa_c20_bbrose', '3', '0', '0', '1', '0', '0', '1', '11147', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11148', '11148', '186', 'spa_c20_crackable1A', '3', '0', '0', '1', '0', '0', '99', '11148', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11149', '11149', '735', 'clothing_towelwraphalf', '3', '0', '0', '1', '0', '0', '99', '11149', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11150', '11150', '1168', 'spa_c20_crackable1B', '3', '0', '0', '1', '0', '0', '99', '11150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11151', '11151', '735', 'clothing_eyemask', '3', '0', '0', '1', '0', '0', '99', '11151', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11152', '11152', '1157', 'clothing_maskmint', '3', '0', '0', '1', '0', '0', '99', '11152', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11153', '11153', '1156', 'spa_c20_bbmint', '3', '0', '0', '1', '0', '0', '1', '11153', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11154', '11154', '1156', 'spa_c20_bbcharcoal', '3', '0', '0', '1', '0', '0', '1', '11154', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11155', '11155', '735', 'clothing_towelhair', '3', '0', '0', '1', '0', '0', '99', '11155', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11156', '11156', '735', 'clothing_eyetomato', '3', '0', '0', '1', '0', '0', '99', '11156', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11157', '11157', '1157', 'clothing_maskrose', '3', '0', '0', '1', '0', '0', '99', '11157', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11158', '11158', '735', 'clothing_eyecucumber', '3', '0', '0', '1', '0', '0', '99', '11158', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11159', '11159', '735', 'spa_c20_lavendersalt', '3', '0', '0', '1', '0', '0', '99', '11159', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11160', '11160', '735', 'clothing_towelwrapfull', '3', '0', '0', '1', '0', '0', '99', '11160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11161', '11161', '1157', 'clothing_maskcitrus', '3', '0', '0', '1', '0', '0', '99', '11161', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11162', '11162', '1156', 'spa_c20_bbcitrus', '3', '0', '0', '1', '0', '0', '1', '11162', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11163', '11163', '735', 'spa_c20_incense', '3', '0', '0', '1', '0', '0', '99', '11163', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11164', '11164', '1157', 'clothing_maskcharcoal', '3', '0', '0', '1', '0', '0', '99', '11164', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11165', '11165', '735', 'clothing_eyecitrus', '3', '0', '0', '1', '0', '0', '99', '11165', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11166', '11166', '186', 'spa_c20_crackable2A', '3', '0', '0', '1', '0', '0', '99', '11166', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11167', '11167', '735', 'clothing_eyestrawberry', '3', '0', '0', '1', '0', '0', '99', '11167', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11168', '11168', '1168', 'spa_c20_crackable2B', '3', '0', '0', '1', '0', '0', '99', '11168', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11169', '11169', '1155', 'spa_c20_bath', '3', '0', '0', '1', '0', '0', '99', '11169', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11170', '11170', '307', 'CF_500_goldenbeetle', '500', '0', '0', '1', '0', '0', '25', '11170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11171', '11171', '687', 'clothing_r20_monkeyfezhat', '3', '0', '0', '1', '0', '0', '7', '11171', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11172', '11172', '1159', 'india_c20_saribp', '3', '0', '0', '1', '0', '0', '23', '11172', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11173', '11173', '696', 'india_c20_longpillow', '3', '0', '0', '1', '0', '0', '12', '11173', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11174', '11174', '310', 'clothing_moviestarmakeup', '3', '0', '0', '1', '0', '0', '6', '11174', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11175', '11175', '1160', 'clothing_cobra', '3', '0', '0', '1', '0', '0', '99', '11175', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11176', '11176', '696', 'india_r20_bengaltiger', '25', '1', '5', '1', '0', '0', '25', '11176', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11177', '11177', '696', 'india_c20_incense', '3', '0', '0', '1', '0', '0', '9', '11177', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11178', '11178', '1160', 'clothing_exoticcape', '3', '0', '0', '1', '0', '0', '1', '11178', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11179', '11179', '1159', 'india_c20_capebp', '3', '0', '0', '1', '0', '0', '21', '11179', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11180', '11180', '696', 'india_c20_eleseat', '3', '0', '0', '1', '0', '0', '6', '11180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11181', '11181', '696', 'india_c20_flowerbelldeco', '4', '0', '0', '1', '0', '0', '8', '11181', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11182', '11182', '1159', 'india_c20_dye', '3', '0', '0', '1', '0', '0', '99', '11182', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11183', '11183', '1160', 'clothing_headjewel', '3', '0', '0', '1', '0', '0', '99', '11183', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11184', '11184', '201', 'clothing_moviestarhair', '3', '0', '0', '1', '0', '0', '3', '11184', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11185', '11185', '1160', 'clothing_grandsari', '3', '0', '0', '1', '0', '0', '99', '11185', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11186', '11186', '696', 'india_c20_sofa', '5', '0', '0', '1', '0', '0', '14', '11186', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11187', '11187', '1160', 'clothing_grandheadjewel', '3', '0', '0', '1', '0', '0', '99', '11187', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11188', '11188', '696', 'india_c20_jewellerybox', '4', '0', '0', '1', '0', '0', '10', '11188', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11189', '11189', '1160', 'clothing_sherwani', '3', '0', '0', '1', '0', '0', '2', '11189', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11190', '11190', '1159', 'india_c20_sherwanibp', '3', '0', '0', '1', '0', '0', '24', '11190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11191', '11191', '696', 'india_c20_light', '4', '0', '0', '1', '0', '0', '11', '11191', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11192', '11192', '636', 'clothing_nt_turban', '5', '0', '0', '1', '0', '0', '32', '11192', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11193', '11193', '696', 'india_c20_balconydoor', '7', '0', '0', '1', '0', '0', '2', '11193', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11194', '11194', '696', 'india_c20_archway', '5', '0', '0', '1', '0', '0', '1', '11194', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11195', '11195', '1159', 'india_c20_snakebp', '3', '0', '0', '1', '0', '0', '25', '11195', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11196', '11196', '696', 'india_c20_dessert', '3', '0', '0', '1', '0', '0', '5', '11196', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11197', '11197', '696', 'india_c20_tiledfloor', '4', '0', '0', '1', '0', '0', '17', '11197', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11198', '11198', '202', 'clothing_turban', '3', '0', '0', '1', '0', '0', '3', '11198', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11199', '11199', '1159', 'india_c20_cloth', '3', '0', '0', '1', '0', '0', '99', '11199', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11200', '11200', '1160', 'clothing_grandsherwani', '3', '0', '0', '1', '0', '0', '99', '11200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11201', '11201', '696', 'india_c20_curries', '3', '0', '0', '1', '0', '0', '4', '11201', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11202', '11202', '696', 'india_c20_palmvase', '4', '0', '0', '1', '0', '0', '13', '11202', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11203', '11203', '636', 'clothing_nt_moviestarhair', '5', '0', '0', '1', '0', '0', '33', '11203', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11204', '11204', '1160', 'clothing_grandexoticcape', '3', '0', '0', '1', '0', '0', '99', '11204', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11205', '11205', '1158', 'india_c20_sewingmachine', '3', '0', '0', '1', '0', '0', '99', '11205', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11206', '11206', '1168', 'india_c20_blueprintb', '3', '0', '0', '1', '0', '0', '99', '11206', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11207', '11207', '696', 'india_c20_eletable', '5', '0', '0', '1', '0', '0', '7', '11207', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11208', '11208', '696', 'india_r20_exotictent', '25', '1', '5', '1', '0', '0', '25', '11208', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11209', '11209', '1160', 'clothing_snake', '3', '0', '0', '1', '0', '0', '99', '11209', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11210', '11210', '189', 'india_c20_blueprint', '3', '0', '0', '1', '0', '0', '99', '11210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11211', '11211', '696', 'india_c20_teaset', '3', '0', '0', '1', '0', '0', '16', '11211', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11212', '11212', '1159', 'india_c20_headjewelbp', '3', '0', '0', '1', '0', '0', '22', '11212', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11213', '11213', '636', 'clothing_nt_moviestarmakeup', '5', '0', '0', '1', '0', '0', '34', '11213', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11214', '11214', '696', 'india_c20_beadbellsdeco', '4', '0', '0', '1', '0', '0', '3', '11214', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11215', '11215', '1160', 'clothing_sari', '3', '0', '0', '1', '0', '0', '99', '11215', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11216', '11216', '687', 'clothing_r20_jewelbraidhair', '3', '0', '0', '1', '0', '0', '8', '11216', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11217', '11217', '746', 'india_ltd20_sultanthrone', '3', '0', '0', '1', '0', '0', '99', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11218', '11218', '491', 'diamond_painting48', '3', '0', '0', '1', '0', '0', '48', '11218', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11219', '11219', '491', 'diamond_painting50', '3', '0', '0', '1', '0', '0', '50', '11219', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11220', '11220', '491', 'diamond_painting49', '3', '0', '0', '1', '0', '0', '49', '11220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11221', '11221', '491', 'diamond_painting47', '3', '0', '0', '1', '0', '0', '47', '11221', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11222', '11222', '202', 'clothing_studentcap', '3', '0', '0', '1', '0', '0', '2', '11222', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11223', '11223', '636', 'clothing_nt_studentcap', '5', '0', '0', '1', '0', '0', '35', '11223', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11224', '11224', '1242', 'clothing_spottedoctohat', '3', '0', '0', '1', '0', '0', '1242', '11224', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11225', '11225', '518', 'rainyday_c20_craftset', '3', '0', '0', '1', '0', '0', '11', '11225', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11226', '11226', '518', 'rainyday_c20_woodentable', '3', '0', '0', '1', '0', '0', '24', '11226', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11227', '11227', '518', 'rainyday_c20_rainceilingwindow', '4', '0', '0', '1', '0', '0', '15', '11227', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11228', '11228', '518', 'rainyday_c20_paintset', '3', '0', '0', '1', '0', '0', '14', '11228', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11229', '11229', '518', 'rainyday_c20_typewriter', '5', '0', '0', '1', '0', '0', '21', '11229', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11230', '11230', '518', 'rainyday_c20_scentedcandles', '2', '0', '0', '1', '0', '0', '18', '11230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11231', '11231', '518', 'rainyday_c20_cosywhippet', '3', '0', '0', '1', '0', '0', '10', '11231', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11232', '11232', '518', 'rainyday_c20_woodendesk', '4', '0', '0', '1', '0', '0', '22', '11232', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11233', '11233', '518', 'rainyday_c20_glowstars', '3', '0', '0', '1', '0', '0', '12', '11233', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11234', '11234', '518', 'rainyday_c20_raindropwall', '5', '0', '0', '1', '0', '0', '16', '11234', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11235', '11235', '518', 'rainyday_c20_woodenfloor', '3', '0', '0', '1', '0', '0', '23', '11235', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11236', '11236', '518', 'rainyday_c20_snugblanket', '4', '0', '0', '1', '0', '0', '19', '11236', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11237', '11237', '518', 'rainyday_c20_stackoflogs', '4', '0', '0', '1', '0', '0', '20', '11237', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11238', '11238', '518', 'rainyday_c20_coathanger', '5', '0', '0', '1', '0', '0', '9', '11238', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11239', '11239', '518', 'rainyday_c20_homebakes', '2', '0', '0', '1', '0', '0', '13', '11239', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11240', '11240', '518', 'rainyday_c20_retrogames', '3', '0', '0', '1', '0', '0', '17', '11240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11241', '11241', '636', 'clothing_nt_starearrings', '5', '0', '0', '1', '0', '0', '36', '11241', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11242', '11242', '310', 'clothing_starearrings', '3', '0', '0', '1', '0', '0', '5', '11242', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11243', '11243', '310', 'clothing_glitzypurse', '3', '0', '0', '1', '0', '0', '4', '11243', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11244', '11244', '636', 'clothing_nt_flapperdress', '5', '0', '0', '1', '0', '0', '37', '11244', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11245', '11245', '310', 'clothing_chiseledface', '3', '0', '0', '1', '0', '0', '3', '11245', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11246', '11246', '636', 'clothing_nt_modernshortwave', '5', '0', '0', '1', '0', '0', '38', '11246', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11247', '11247', '753', 'habbo20_c20_artdecocarpet', '3', '0', '0', '1', '0', '0', '1', '11247', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11248', '11248', '636', 'clothing_nt_silkgloves', '5', '0', '0', '1', '0', '0', '39', '11248', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11249', '11249', '753', 'habbo20_c20_balloons', '3', '0', '0', '1', '0', '0', '1', '11249', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11250', '11250', '636', 'clothing_nt_slickedbackhair', '5', '0', '0', '1', '0', '0', '40', '11250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11251', '11251', '687', 'clothing_r20_glitzytux', '3', '0', '0', '1', '0', '0', '9', '11251', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11252', '11252', '201', 'clothing_pencilmoustache', '3', '0', '0', '1', '0', '0', '107', '11252', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11253', '11253', '636', 'clothing_nt_glitzypurse', '5', '0', '0', '1', '0', '0', '41', '11253', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11254', '11254', '201', 'clothing_modernshortwave', '3', '0', '0', '1', '0', '0', '2', '11254', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11255', '11255', '201', 'clothing_slickedbackhair', '3', '0', '0', '1', '0', '0', '1', '11255', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11256', '11256', '203', 'clothing_flapperdress', '3', '0', '0', '1', '0', '0', '1', '11256', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11257', '11257', '636', 'clothing_nt_pencilmoustache', '5', '0', '0', '1', '0', '0', '42', '11257', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11258', '11258', '753', 'habbo20_c20_artdecochair', '3', '0', '0', '1', '0', '0', '1', '11258', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11259', '11259', '310', 'clothing_silkgloves', '3', '0', '0', '1', '0', '0', '1', '11259', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11260', '11260', '753', 'habbo20_c20_artdecobackdrop', '3', '0', '0', '1', '0', '0', '1', '11260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11261', '11261', '753', 'habbo20_c20_glitzytable', '3', '0', '0', '1', '0', '0', '1', '11261', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11262', '11262', '636', 'clothing_nt_chiseledface', '5', '0', '0', '1', '0', '0', '43', '11262', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11263', '11263', '748', 'neonpunk_c20_wall', '5', '0', '0', '1', '0', '0', '24', '11263', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11264', '11264', '748', 'neonpunk_c20_cupboard', '4', '0', '0', '1', '0', '0', '7', '11264', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11265', '11265', '748', 'neonpunk_c20_strawberries', '2', '0', '0', '1', '0', '0', '21', '11265', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11266', '11266', '748', 'neonpunk_c20_stool', '3', '0', '0', '1', '0', '0', '19', '11266', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11267', '11267', '748', 'neonpunk_c20_lamp', '3', '0', '0', '1', '0', '0', '11', '11267', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11268', '11268', '687', 'clothing_r20_neonpunkset', '25', '0', '0', '1', '0', '0', '10', '11268', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11269', '11269', '748', 'neonpunk_c20_bed', '5', '0', '0', '1', '0', '0', '1', '11269', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11270', '11270', '748', 'neonpunk_c20_stardeco', '3', '0', '0', '1', '0', '0', '18', '11270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11271', '11271', '748', 'neonpunk_c20_unicornposter', '3', '0', '0', '1', '0', '0', '23', '11271', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11272', '11272', '748', 'neonpunk_c20_candylights', '3', '0', '0', '1', '0', '0', '4', '11272', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11273', '11273', '748', 'neonpunk_c20_bows', '3', '0', '0', '1', '0', '0', '3', '11273', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11274', '11274', '748', 'neonpunk_c20_carpet', '4', '0', '0', '1', '0', '0', '5', '11274', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11275', '11275', '748', 'neonpunk_c20_lights', '2', '0', '0', '1', '0', '0', '12', '11275', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11276', '11276', '748', 'neonpunk_c20_table', '3', '0', '0', '1', '0', '0', '22', '11276', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11277', '11277', '748', 'neonpunk_c20_cubeseat', '2', '0', '0', '1', '0', '0', '6', '11277', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11278', '11278', '748', 'neonpunk_c20_storage', '5', '0', '0', '1', '0', '0', '20', '11278', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11279', '11279', '748', 'neonpunk_c20_plushiepile', '3', '0', '0', '1', '0', '0', '16', '11279', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11280', '11280', '748', 'neonpunk_c20_plushie1', '3', '0', '0', '1', '0', '0', '13', '11280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11281', '11281', '748', 'neonpunk_c20_dresser', '5', '0', '0', '1', '0', '0', '8', '11281', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11282', '11282', '748', 'neonpunk_c20_food', '2', '0', '0', '1', '0', '0', '10', '11282', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11283', '11283', '748', 'neonpunk_c20_floor', '3', '0', '0', '1', '0', '0', '9', '11283', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11284', '11284', '748', 'neonpunk_c20_plushie2', '3', '0', '0', '1', '0', '0', '14', '11284', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11285', '11285', '748', 'neonpunk_c20_plushie3', '3', '0', '0', '1', '0', '0', '15', '11285', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11286', '11286', '748', 'neonpunk_c20_sofa', '4', '0', '0', '1', '0', '0', '17', '11286', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11287', '11287', '748', 'neonpunk_c20_bedsidetable', '3', '0', '0', '1', '0', '0', '2', '11287', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11288', '11288', '749', 'gothiccafe_c20_sofa', '4', '0', '0', '1', '0', '0', '1', '11288', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11289', '11289', '769', 'gothiccafe_c20_creamrolls', '3', '0', '0', '1', '0', '0', '1', '11289', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11290', '11290', '749', 'gothiccafe_c20_bookcase', '4', '0', '0', '1', '0', '0', '2', '11290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11291', '11291', '749', 'gothiccafe_c20_table', '3', '0', '0', '1', '0', '0', '14', '11291', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11292', '11292', '749', 'gothiccafe_c20_teaplant', '3', '0', '0', '1', '0', '0', '15', '11292', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11293', '11293', '749', 'gothiccafe_c20_glass', '3', '0', '0', '1', '0', '0', '7', '11293', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11294', '11294', '749', 'gothiccafe_c20_vase', '1', '0', '0', '1', '0', '0', '16', '11294', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11295', '11295', '749', 'gothiccafe_c20_icetea', '2', '0', '0', '1', '0', '0', '8', '11295', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11296', '11296', '749', 'gothiccafe_c20_donut', '2', '0', '0', '1', '0', '0', '5', '11296', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11297', '11297', '749', 'gothiccafe_c20_coffeetable', '4', '0', '0', '1', '0', '0', '3', '11297', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11298', '11298', '749', 'gothiccafe_c20_floor', '3', '0', '0', '1', '0', '0', '6', '11298', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11299', '11299', '687', 'clothing_r20_gothicset', '25', '0', '0', '1', '0', '0', '11', '11299', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11300', '11300', '749', 'gothiccafe_c20_rosepainting', '2', '0', '0', '1', '0', '0', '10', '11300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11301', '11301', '749', 'gothiccafe_c20_shelf', '4', '0', '0', '1', '0', '0', '12', '11301', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11302', '11302', '749', 'gothiccafe_c20_wall', '5', '0', '0', '1', '0', '0', '17', '11302', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11303', '11303', '749', 'gothiccafe_c20_mochicake', '2', '0', '0', '1', '0', '0', '9', '11303', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11304', '11304', '749', 'gothiccafe_c20_counter', '4', '0', '0', '1', '0', '0', '4', '11304', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11305', '11305', '749', 'gothiccafe_c20_rug', '4', '0', '0', '1', '0', '0', '11', '11305', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11306', '11306', '749', 'gothiccafe_c20_windoor', '3', '0', '0', '1', '0', '0', '18', '11306', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11307', '11307', '749', 'gothiccafe_c20_armchair', '3', '0', '0', '1', '0', '0', '1', '11307', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11308', '11308', '760', 'habbo20_r20_crackable', '3', '0', '0', '1', '0', '0', '1', '11308', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11309', '11309', '760', 'habbo20_c20_crackable', '3', '0', '0', '1', '0', '0', '1', '11309', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11310', '11310', '1168', 'habbo20_c20_blackgoldballoon', '3', '0', '0', '1', '0', '0', '1', '11310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11311', '11311', '204', 'clothing_h20th', '1', '0', '0', '1', '0', '0', '1', '11311', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11312', '11312', '1168', 'habbo20_c20_rosegoldballoon', '3', '0', '0', '1', '0', '0', '1', '11312', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11313', '11313', '754', 'rare_blackrosegold_parasol', '5', '0', '0', '1', '0', '0', '1', '11313', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11314', '11314', '754', 'rare_blackrosegold_icecream', '5', '0', '0', '1', '0', '0', '1', '11314', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11315', '11315', '754', 'rare_blackrosegold_fountain', '5', '0', '0', '1', '0', '0', '1', '11315', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11316', '11316', '517', 'rare_r20_candle', '25', '1', '5', '1', '0', '0', '26', '11316', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11317', '11317', '754', 'rare_blackrosegold_beehive_bulb', '5', '0', '0', '1', '0', '0', '1', '11317', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11318', '11318', '754', 'rare_blackrosegold_scifidoor', '5', '0', '0', '1', '0', '0', '1', '11318', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11319', '11319', '754', 'rare_blackrosegold_pillar', '5', '0', '0', '1', '0', '0', '1', '11319', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11320', '11320', '754', 'rare_blackrosegold_pillow', '5', '0', '0', '1', '0', '0', '1', '11320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11321', '11321', '754', 'rare_blackrosegold_wooden_screen', '5', '0', '0', '1', '0', '0', '1', '11321', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11322', '11322', '754', 'rare_blackrosegold_barrier', '5', '0', '0', '1', '0', '0', '1', '11322', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11323', '11323', '754', 'rare_blackrosegold_scifirocket', '5', '0', '0', '1', '0', '0', '1', '11323', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11324', '11324', '754', 'rare_blackrosegold_marquee', '5', '0', '0', '1', '0', '0', '1', '11324', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11325', '11325', '754', 'rare_blackrosegold_elephant_statue', '5', '0', '0', '1', '0', '0', '1', '11325', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11326', '11326', '1206', 'rare_r20_throne', '5', '0', '0', '1', '0', '0', '21', '11326', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11327', '11327', '754', 'rare_blackrosegold_dragonlamp', '5', '0', '0', '1', '0', '0', '1', '11327', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11328', '11328', '754', 'rare_blackrosegold_sleepingbag', '5', '0', '0', '1', '0', '0', '1', '11328', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11329', '11329', '754', 'rare_blackrosegold_scifiport', '5', '0', '0', '1', '0', '0', '1', '11329', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11330', '11330', '754', 'rare_blackrosegold_fan', '5', '0', '0', '1', '0', '0', '1', '11330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11331', '11331', '755', 'darkelegant_c20_flowerpot', '3', '0', '0', '1', '0', '0', '7', '11331', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11332', '11332', '755', 'darkelegant_c20_smalltable', '3', '0', '0', '1', '0', '0', '11', '11332', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11333', '11333', '755', 'darkelegant_c20_floor', '3', '0', '0', '1', '0', '0', '6', '11333', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11334', '11334', '755', 'darkelegant_c20_chair', '3', '0', '0', '1', '0', '0', '4', '11334', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11335', '11335', '755', 'darkelegant_c20_walldecor', '2', '0', '0', '1', '0', '0', '18', '11335', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11336', '11336', '755', 'darkelegant_c20_window', '5', '0', '0', '1', '0', '0', '19', '11336', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11337', '11337', '755', 'darkelegant_c20_vanity', '5', '0', '0', '1', '0', '0', '16', '11337', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11338', '11338', '755', 'darkelegant_c20_light', '4', '0', '0', '1', '0', '0', '9', '11338', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11339', '11339', '755', 'darkelegant_c20_lionstatue', '10', '0', '0', '1', '0', '0', '10', '11339', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11340', '11340', '755', 'darkelegant_c20_teaset', '3', '0', '0', '1', '0', '0', '15', '11340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11341', '11341', '755', 'darkelegant_c20_lamp', '3', '0', '0', '1', '0', '0', '8', '11341', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11342', '11342', '755', 'darkelegant_c20_stool', '2', '0', '0', '1', '0', '0', '13', '11342', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11343', '11343', '755', 'darkelegant_c20_cat', '3', '0', '0', '1', '0', '0', '3', '11343', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11344', '11344', '755', 'darkelegant_c20_table', '4', '0', '0', '1', '0', '0', '14', '11344', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11345', '11345', '687', 'clothing_darkelegantset', '12', '0', '0', '1', '0', '0', '12', '11345', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11346', '11346', '755', 'darkelegant_c20_cupboard', '6', '0', '0', '1', '0', '0', '5', '11346', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11347', '11347', '755', 'darkelegant_c20_bed', '5', '0', '0', '1', '0', '0', '1', '11347', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11348', '11348', '755', 'darkelegant_c20_sofa', '4', '0', '0', '1', '0', '0', '12', '11348', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11349', '11349', '755', 'darkelegant_c20_wall', '5', '0', '0', '1', '0', '0', '17', '11349', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11350', '11350', '755', 'darkelegant_c20_carpet', '4', '0', '0', '1', '0', '0', '2', '11350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11351', '11351', '750', 'sunsetcafe_c20_duck', '1', '0', '0', '1', '0', '0', '8', '11351', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11352', '11352', '750', 'sunsetcafe_c20_plant', '3', '0', '0', '1', '0', '0', '13', '11352', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11353', '11353', '750', 'sunsetcafe_c20_floor', '3', '0', '0', '1', '0', '0', '9', '11353', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11354', '11354', '750', 'sunsetcafe_c20_table', '4', '0', '0', '1', '0', '0', '5', '11354', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11355', '11355', '750', 'sunsetcafe_c20_wallcorner', '4', '0', '0', '1', '0', '0', '17', '11355', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11356', '11356', '750', 'sunsetcafe_c20_bench', '3', '0', '0', '1', '0', '0', '3', '11356', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11357', '11357', '750', 'sunsetcafe_c20_benchcornerconcave', '3', '0', '0', '1', '0', '0', '4', '11357', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11358', '11358', '750', 'sunsetcafe_c20_coffeemachine', '3', '0', '0', '1', '0', '0', '6', '11358', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11359', '11359', '750', 'sunsetcafe_c20_logdecor', '3', '0', '0', '1', '0', '0', '11', '11359', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11360', '11360', '750', 'sunsetcafe_c20_swordfish', '4', '0', '0', '1', '0', '0', '15', '11360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11361', '11361', '750', 'sunsetcafe_c20_barcorner', '3', '0', '0', '1', '0', '0', '2', '11361', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11362', '11362', '750', 'sunsetcafe_c20_lightupfloor', '3', '0', '0', '1', '0', '0', '10', '11362', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11363', '11363', '750', 'sunsetcafe_c20_bar', '3', '0', '0', '1', '0', '0', '1', '11363', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11364', '11364', '750', 'sunsetcafe_c20_shallow', '4', '0', '0', '1', '0', '0', '14', '11364', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11365', '11365', '750', 'sunsetcafe_c20_drinks', '2', '0', '0', '1', '0', '0', '7', '11365', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11366', '11366', '750', 'sunsetcafe_c20_logsteppingstones', '2', '0', '0', '1', '0', '0', '12', '11366', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11367', '11367', '750', 'sunsetcafe_c20_wall', '5', '0', '0', '1', '0', '0', '16', '11367', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11368', '11368', '756', 'darkmodern_c20_wall', '5', '0', '0', '1', '0', '0', '28', '11368', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11369', '11369', '756', 'darkmodern_c20_incense', '1', '0', '0', '1', '0', '0', '13', '11369', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11370', '11370', '756', 'darkmodern_c20_neonlight', '3', '0', '0', '1', '0', '0', '16', '11370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11371', '11371', '756', 'darkmodern_c20_folder', '2', '0', '0', '1', '0', '0', '10', '11371', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11372', '11372', '756', 'darkmodern_c20_floor', '3', '0', '0', '1', '0', '0', '8', '11372', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11373', '11373', '756', 'darkmodern_c20_creative', '2', '0', '0', '1', '0', '0', '4', '11373', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11374', '11374', '756', 'darkmodern_c20_rug', '3', '0', '0', '1', '0', '0', '22', '11374', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11375', '11375', '756', 'darkmodern_c20_display', '23', '0', '0', '1', '0', '0', '6', '11375', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11376', '11376', '756', 'darkmodern_c20_speakers', '2', '0', '0', '1', '0', '0', '25', '11376', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11377', '11377', '756', 'darkmodern_c20_pictures', '3', '0', '0', '1', '0', '0', '17', '11377', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11378', '11378', '756', 'darkmodern_c20_bed', '5', '0', '0', '1', '0', '0', '1', '11378', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11379', '11379', '756', 'darkmodern_c20_glassblockwall', '3', '0', '0', '1', '0', '0', '11', '11379', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11380', '11380', '756', 'darkmodern_c20_lowtable', '4', '0', '0', '1', '0', '0', '15', '11380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11381', '11381', '756', 'darkmodern_c20_plant', '1', '0', '0', '1', '0', '0', '19', '11381', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11382', '11382', '756', 'darkmodern_c20_endtable', '3', '0', '0', '1', '0', '0', '7', '11382', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11383', '11383', '756', 'darkmodern_c20_reads', '3', '0', '0', '1', '0', '0', '21', '11383', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11384', '11384', '756', 'darkmodern_c20_bunnylight', '3', '0', '0', '1', '0', '0', '2', '11384', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11385', '11385', '756', 'darkmodern_c20_pillow', '3', '0', '0', '1', '0', '0', '18', '11385', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11386', '11386', '756', 'darkmodern_c20_desk', '4', '0', '0', '1', '0', '0', '5', '11386', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11387', '11387', '756', 'darkmodern_c20_sofa', '4', '0', '0', '1', '0', '0', '24', '11387', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11388', '11388', '756', 'darkmodern_c20_hoomba', '3', '0', '0', '1', '0', '0', '12', '11388', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11389', '11389', '756', 'darkmodern_c20_chair', '3', '0', '0', '1', '0', '0', '3', '11389', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11390', '11390', '756', 'darkmodern_c20_pug', '3', '0', '0', '1', '0', '0', '20', '11390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11391', '11391', '756', 'darkmodern_c20_shelf', '5', '0', '0', '1', '0', '0', '23', '11391', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11392', '11392', '756', 'darkmodern_c20_lamp', '2', '0', '0', '1', '0', '0', '14', '11392', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11393', '11393', '756', 'darkmodern_c20_tubelights', '2', '0', '0', '1', '0', '0', '26', '11393', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11394', '11394', '756', 'darkmodern_c20_tv', '3', '0', '0', '1', '0', '0', '27', '11394', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11395', '11395', '756', 'darkmodern_c20_floorlight', '2', '0', '0', '1', '0', '0', '9', '11395', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11396', '11396', '434', 'zengarden_c20_stonebench', '4', '0', '0', '1', '0', '0', '30', '11396', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11397', '11397', '434', 'zengarden_c20_peacedog', '3', '0', '0', '1', '0', '0', '23', '11397', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11398', '11398', '687', 'clothing_r20_harmonyset', '25', '0', '0', '1', '0', '0', '13', '11398', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11399', '11399', '434', 'zengarden_c20_spikeyplant', '2', '0', '0', '1', '0', '0', '29', '11399', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11400', '11400', '434', 'zengarden_c20_stonetable', '3', '0', '0', '1', '0', '0', '31', '11400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11401', '11401', '434', 'zengarden_c20_door', '4', '0', '0', '1', '0', '0', '18', '11401', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11402', '11402', '434', 'zengarden_c20_rootplant', '2', '0', '0', '1', '0', '0', '28', '11402', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11403', '11403', '434', 'zengarden_c20_light', '2', '0', '0', '1', '0', '0', '21', '11403', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11404', '11404', '434', 'zengarden_c20_roof', '4', '0', '0', '1', '0', '0', '26', '11404', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11405', '11405', '434', 'zengarden_c20_plankfloor', '2', '0', '0', '1', '0', '0', '25', '11405', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11406', '11406', '434', 'zengarden_c20_roofcorner', '3', '0', '0', '1', '0', '0', '27', '11406', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11407', '11407', '434', 'zengarden_c20_moss', '2', '0', '0', '1', '0', '0', '22', '11407', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11408', '11408', '434', 'zengarden_c20_goldenmobile', '4', '0', '0', '1', '0', '0', '20', '11408', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11409', '11409', '434', 'zengarden_c20_pebbles', '4', '0', '0', '1', '0', '0', '24', '11409', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11410', '11410', '434', 'zengarden_c20_bamboo', '3', '0', '0', '1', '0', '0', '16', '11410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11411', '11411', '434', 'zengarden_c20_divider', '3', '0', '0', '1', '0', '0', '17', '11411', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11412', '11412', '434', 'zengarden_c20_glasspond', '5', '0', '0', '1', '0', '0', '19', '11412', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11413', '11413', '753', 'habbo20_c20_trophybronze', '3', '0', '0', '1', '0', '0', '1', '11413', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11414', '11414', '753', 'habbo20_c20_trophyblock', '3', '0', '0', '1', '0', '0', '1', '11414', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11415', '11415', '753', 'habbo20_c20_trophygold', '3', '0', '0', '1', '0', '0', '1', '11415', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11416', '11416', '753', 'habbo20_c20_trophylooks', '3', '0', '0', '1', '0', '0', '1', '11416', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11417', '11417', '753', 'habbo20_c20_trophydesign', '3', '0', '0', '1', '0', '0', '1', '11417', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11418', '11418', '753', 'habbo20_c20_trophysilver', '3', '0', '0', '1', '0', '0', '1', '11418', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11419', '11419', '753', 'habbo20_c20_trophyvideo', '3', '0', '0', '1', '0', '0', '1', '11419', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11420', '11420', '307', 'CF_1500_suitcase2', '1500', '0', '0', '1', '0', '0', '37', '11420', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('11421', '11421', '687', 'clothing_r20_slumberoutfit', '3', '0', '0', '1', '0', '0', '14', '11421', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11422', '11422', '538', 'dtl_r20_gold', '3', '0', '0', '1', '0', '0', '1', '11422', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11423', '11423', '1211', 'party_nt_barcorn', '3', '0', '0', '1', '0', '0', '1', '11423', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11424', '11424', '1211', 'country_nt_rbw', '3', '0', '0', '1', '0', '0', '1', '11424', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11425', '11425', '1211', 'party_nt_chair', '3', '0', '0', '1', '0', '0', '1', '11425', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11426', '11426', '1211', 'bw_nt_water_2', '3', '0', '0', '1', '0', '0', '1', '11426', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11427', '11427', '1211', 'usva_nt_shelf', '3', '0', '0', '1', '0', '0', '1', '11427', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11428', '11428', '1211', 'tiki_nt_bflies', '3', '0', '0', '1', '0', '0', '1', '11428', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11429', '11429', '1211', 'chair_nt_polyfon', '3', '0', '0', '1', '0', '0', '1', '11429', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11430', '11430', '1211', 'party_nt_bardesk', '3', '0', '0', '1', '0', '0', '1', '11430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11431', '11431', '1211', 'party_nt_tube_bubble', '3', '0', '0', '1', '0', '0', '1', '11431', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11432', '11432', '1211', 'usva5_nt_sofa', '3', '0', '0', '1', '0', '0', '1', '11432', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11433', '11433', '1211', 'bw_nt_pool_a1', '3', '0', '0', '1', '0', '0', '1', '11433', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11434', '11434', '1211', 'rela_nt_plant', '3', '0', '0', '1', '0', '0', '1', '11434', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11435', '11435', '1211', 'usva_nt_rug', '3', '0', '0', '1', '0', '0', '1', '11435', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11436', '11436', '1211', 'pura_nt_mdl36', '3', '0', '0', '1', '0', '0', '1', '11436', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11437', '11437', '1211', 'bw_nt_pool_a3', '3', '0', '0', '1', '0', '0', '1', '11437', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11438', '11438', '1211', 'rela_nt_rock', '3', '0', '0', '1', '0', '0', '1', '11438', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11439', '11439', '1211', 'anna_nt_table_blue', '3', '0', '0', '1', '0', '0', '1', '11439', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11440', '11440', '1211', 'rela_nt_hchair', '3', '0', '0', '1', '0', '0', '1', '11440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11441', '11441', '1211', 'cubie_nt_shelf_2_b', '3', '0', '0', '1', '0', '0', '1', '11441', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11442', '11442', '1211', 'lc_nt_tile2', '3', '0', '0', '1', '0', '0', '1', '11442', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11443', '11443', '1211', 'val12_nt_pillar1', '3', '0', '0', '1', '0', '0', '1', '11443', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11444', '11444', '1211', 'party_nt_tube_lava', '3', '0', '0', '1', '0', '0', '1', '11444', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11445', '11445', '1211', 'bb_nt_lightdiv', '3', '0', '0', '1', '0', '0', '1', '11445', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11446', '11446', '1211', 'usva2_nt_shelf2', '3', '0', '0', '1', '0', '0', '1', '11446', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11447', '11447', '1211', 'cubie_nt_shelf_1_b', '3', '0', '0', '1', '0', '0', '1', '11447', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11448', '11448', '1211', 'pura_nt_mdl26', '3', '0', '0', '1', '0', '0', '1', '11448', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11449', '11449', '1211', 'usva5_nt_rug', '3', '0', '0', '1', '0', '0', '1', '11449', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11450', '11450', '1211', 'party_nt_floor', '3', '0', '0', '1', '0', '0', '1', '11450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11451', '11451', '1211', 'usva5_nt_chair', '3', '0', '0', '1', '0', '0', '1', '11451', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11452', '11452', '1211', 'tiki_nt_tray2', '3', '0', '0', '1', '0', '0', '1', '11452', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11453', '11453', '1211', 'usva5_nt_lamp', '3', '0', '0', '1', '0', '0', '1', '11453', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11454', '11454', '1211', 'usva2_nt_shelf', '3', '0', '0', '1', '0', '0', '1', '11454', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11455', '11455', '1211', 'pixel_nt_floor_silver', '3', '0', '0', '1', '0', '0', '1', '11455', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11456', '11456', '1211', 'coco_nt_sofatable_c3', '3', '0', '0', '1', '0', '0', '1', '11456', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11457', '11457', '1211', 'pura_nt_mdl16', '3', '0', '0', '1', '0', '0', '1', '11457', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11458', '11458', '1211', 'rela_nt_stone', '3', '0', '0', '1', '0', '0', '1', '11458', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11459', '11459', '589', 'clothing_ceyepiece', '3', '0', '0', '1', '0', '0', '1', '11459', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11460', '11460', '1210', 'autumn_c20_birdfood', '3', '0', '0', '1', '0', '0', '2', '11460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11461', '11461', '1210', 'autumn_c20_tree3', '10', '0', '0', '1', '0', '0', '5', '11461', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11462', '11462', '687', 'clothing_r20_cyborgface', '3', '0', '0', '1', '0', '0', '15', '11462', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11463', '11463', '589', 'clothing_cybuns', '4', '0', '0', '1', '0', '0', '2', '11463', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11464', '11464', '589', 'clothing_cylegs', '4', '0', '0', '1', '0', '0', '3', '11464', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11465', '11465', '1210', 'autumn_c20_tree1', '7', '0', '0', '1', '0', '0', '3', '11465', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11466', '11466', '589', 'clothing_cytrainers', '3', '0', '0', '1', '0', '0', '4', '11466', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11467', '11467', '687', 'clothing_r20_cyborgwings', '3', '0', '0', '1', '0', '0', '16', '11467', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11469', '11469', '589', 'clothing_cyfins', '2', '0', '0', '1', '0', '0', '5', '11469', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11470', '11470', '1210', 'autumn_c20_bench', '6', '0', '0', '1', '0', '0', '1', '11470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11471', '11471', '1210', 'autumn_c20_tree2', '3', '0', '0', '1', '0', '0', '4', '11471', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11472', '11472', '1210', 'autumn_c20_tree6', '15', '0', '0', '1', '0', '0', '8', '11472', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11473', '11473', '589', 'clothing_cygasmask', '3', '0', '0', '1', '0', '0', '6', '11473', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11474', '11474', '1210', 'autumn_c20_tree5', '5', '0', '0', '1', '0', '0', '7', '11474', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11475', '11475', '589', 'clothing_cyhelmet', '5', '0', '0', '1', '0', '0', '7', '11475', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11476', '11476', '589', 'clothing_cychest', '5', '0', '0', '1', '0', '0', '8', '11476', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11477', '11477', '1210', 'autumn_r20_pond', '25', '1', '5', '1', '0', '0', '16', '11477', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11478', '11478', '1210', 'autumn_c20_tree4', '15', '0', '0', '1', '0', '0', '6', '11478', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11479', '11479', '1214', 'hween_c20_eyetv', '3', '0', '0', '1', '0', '0', '1', '11479', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11480', '11480', '1212', 'hween_c20_otherdimension', '5', '0', '0', '1', '0', '0', '22', '11480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11481', '11481', '1212', 'hween_c20_secretbkshelf', '5', '0', '0', '1', '0', '0', '27', '11481', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11482', '11482', '191', 'hween_c20_evilscarecrowb', '3', '0', '0', '1', '0', '0', '1', '11482', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11483', '11483', '1214', 'hween_c20_goddessthrone', '3', '0', '0', '1', '0', '0', '1', '11483', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11484', '11484', '1212', 'hween_c20_porchfloor', '4', '0', '0', '1', '0', '0', '25', '11484', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11485', '11485', '1212', 'hween_c20_porchdvdr', '4', '0', '0', '1', '0', '0', '24', '11485', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11486', '11486', '1212', 'hween_c20_madpaper', '2', '0', '0', '1', '0', '0', '18', '11486', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11487', '11487', '191', 'hween_c20_pandoraboxB', '3', '0', '0', '1', '0', '0', '1', '11487', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11488', '11488', '1212', 'hween_c20_brokenfloor', '4', '0', '0', '1', '0', '0', '2', '11488', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11489', '11489', '1214', 'hween_c20_tentaclethrone', '3', '0', '0', '1', '0', '0', '1', '11489', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11490', '11490', '1212', 'hween_c20_octobath', '7', '0', '0', '1', '0', '0', '21', '11490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11491', '11491', '1212', 'hween_c20_candyapple', '1', '0', '0', '1', '0', '0', '3', '11491', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11492', '11492', '1214', 'hween_c20_crookedclock', '3', '0', '0', '1', '0', '0', '1', '11492', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11493', '11493', '1212', 'hween_c20_infinitywall', '4', '0', '0', '1', '0', '0', '15', '11493', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11494', '11494', '1214', 'hween_c20_tentacletable', '3', '0', '0', '1', '0', '0', '1', '11494', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11495', '11495', '1213', 'hween_c20_pandorabox', '3', '0', '0', '1', '0', '0', '1', '11495', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11496', '11496', '1212', 'hween_c20_creepyshadow', '3', '0', '0', '1', '0', '0', '4', '11496', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11497', '11497', '1214', 'clothing_wingstiara', '5', '0', '0', '1', '0', '0', '0', '11497', '0', '0', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11498', '11498', '1213', 'hween_c20_evilscarecrow', '3', '0', '0', '1', '0', '0', '1', '11498', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11499', '11499', '1212', 'hween_c20_lamp', '3', '0', '0', '1', '0', '0', '16', '11499', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11500', '11500', '1212', 'hween_c20_hallway', '7', '0', '0', '1', '0', '0', '12', '11500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11501', '11501', '1212', 'hween_c20_warpedsofa', '5', '0', '0', '1', '0', '0', '30', '11501', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11502', '11502', '1213', 'hween_c20_eyedemon', '3', '0', '0', '1', '0', '0', '1', '11502', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11503', '11503', '746', 'hween_ltd20_tearfountain', '3', '0', '0', '1', '0', '0', '1', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11504', '11504', '1213', 'hween_c20_octodemon', '3', '0', '0', '1', '0', '0', '1', '11504', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11505', '11505', '1212', 'hween_c20_vwall', '4', '0', '0', '1', '0', '0', '29', '11505', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11506', '11506', '1214', 'clothing_multieyesface', '3', '0', '0', '1', '0', '0', '1', '11506', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11507', '11507', '1212', 'hween_c20_cursedmirror', '5', '0', '0', '1', '0', '0', '5', '11507', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11508', '11508', '687', 'clothing_r20_possessedhair', '3', '0', '0', '1', '0', '0', '17', '11508', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11509', '11509', '1212', 'hween_c20_door', '5', '0', '0', '1', '0', '0', '6', '11509', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11510', '11510', '589', 'clothing_tentaclehead', '2', '0', '0', '1', '0', '0', '9', '11510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11511', '11511', '1212', 'hween_r20_meltingpainting', '25', '1', '5', '1', '0', '0', '40', '11511', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11512', '11512', '1212', 'hween_c20_hwall', '3', '0', '0', '1', '0', '0', '14', '11512', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11513', '11513', '1212', 'hween_c20_madwall', '3', '0', '0', '1', '0', '0', '19', '11513', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11514', '11514', '1212', 'hween_c20_lrstairs', '3', '0', '0', '1', '0', '0', '17', '11514', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11515', '11515', '1212', 'hween_c20_udstairs', '4', '0', '0', '1', '0', '0', '28', '11515', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11516', '11516', '589', 'clothing_webskirt', '3', '0', '0', '1', '0', '0', '10', '11516', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11517', '11517', '1212', 'hween_c20_floor', '3', '0', '0', '1', '0', '0', '2', '11517', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11518', '11518', '636', 'clothing_nt_pumpkinbag', '3', '0', '0', '1', '0', '0', '44', '11518', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11519', '11519', '191', 'hween_r20_evilpandoraboxB', '3', '0', '0', '1', '0', '0', '1', '11519', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11520', '11520', '1213', 'hween_r20_evilpandorabox', '3', '0', '0', '1', '0', '0', '1', '11520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11521', '11521', '1212', 'hween_c20_mannequin', '4', '0', '0', '1', '0', '0', '20', '11521', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11522', '11522', '1212', 'hween_c20_porchawning', '7', '0', '0', '1', '0', '0', '23', '11522', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11523', '11523', '1212', 'hween_c20_housewall', '4', '0', '0', '1', '0', '0', '13', '11523', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11524', '11524', '191', 'hween_c20_duckgoddessb', '3', '0', '0', '1', '0', '0', '1', '11524', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11525', '11525', '1212', 'hween_c20_floatingbed', '6', '0', '0', '1', '0', '0', '7', '11525', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11526', '11526', '636', 'clothing_nt_ghost', '3', '0', '0', '1', '0', '0', '45', '11526', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11527', '11527', '1212', 'hween_c20_floorstage', '4', '0', '0', '1', '0', '0', '9', '11527', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11528', '11528', '1212', 'hween_c20_window', '5', '0', '0', '1', '0', '0', '31', '11528', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11529', '11529', '589', 'clothing_pumpkinbag', '6', '0', '0', '1', '0', '0', '11', '11529', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11530', '11530', '1214', 'hween_c20_goddesscrystal', '3', '0', '0', '1', '0', '0', '1', '11530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11531', '11531', '1213', 'hween_c20_duckgoddess', '3', '0', '0', '1', '0', '0', '1', '11531', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11532', '11532', '1212', 'hween_c20_floortrap', '4', '0', '0', '1', '0', '0', '10', '11532', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11533', '11533', '1214', 'clothing_crookedhat', '3', '0', '0', '1', '0', '0', '1', '11533', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11534', '11534', '191', 'hween_c20_octodemonb', '3', '0', '0', '1', '0', '0', '1', '11534', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11535', '11535', '1214', 'hween_c20_crookedtree', '3', '0', '0', '1', '0', '0', '1', '11535', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11536', '11536', '589', 'clothing_ghost', '2', '0', '0', '1', '0', '0', '12', '11536', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11537', '11537', '1214', 'hween_c20_eyesofa', '3', '0', '0', '1', '0', '0', '1', '11537', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11538', '11538', '1212', 'hween_r20_hourglass', '25', '1', '5', '1', '0', '0', '40', '11538', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11539', '11539', '636', 'clothing_nt_webskirt', '3', '0', '0', '1', '0', '0', '46', '11539', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11540', '11540', '191', 'hween_c20_eyedemonb', '3', '0', '0', '1', '0', '0', '1', '11540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11541', '11541', '1212', 'hween_c20_aspentree', '5', '0', '0', '1', '0', '0', '1', '11541', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11542', '11542', '636', 'clothing_nt_clownmask', '3', '0', '0', '1', '0', '0', '47', '11542', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11543', '11543', '687', 'clothing_r20_pumpkinoutfit', '3', '0', '0', '1', '0', '0', '18', '11543', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11544', '11544', '589', 'clothing_clownmask', '4', '0', '0', '1', '0', '0', '13', '11544', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11545', '11545', '1206', 'rare_royalchair', '5', '0', '0', '1', '0', '0', '22', '11545', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11546', '11546', '1206', 'rare_royalsofa', '5', '0', '0', '1', '0', '0', '23', '11546', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11547', '11547', '307', 'CF_250_fancywatch', '250', '0', '0', '1', '0', '0', '10', '11547', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11548', '11548', '1212', 'hween_c20_porchstairs', '4', '0', '0', '1', '0', '0', '26', '11548', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11549', '11549', '683', 'antibully_machine', '3', '0', '0', '1', '0', '0', '1', '11549', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11550', '11550', '1206', 'rare_colourable_parasol_5', '3', '0', '0', '1', '0', '0', '20', '11550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11551', '11551', '1218', 'plushie_c20_rainbowlion1', '5', '0', '0', '1', '0', '0', '1', '11551', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11552', '11552', '1218', 'plushie_c20_bluebear3', '5', '0', '0', '1', '0', '0', '1', '11552', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11553', '11553', '1218', 'plushie_c20_bluelion', '5', '0', '0', '1', '0', '0', '1', '11553', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11554', '11554', '1218', 'plushie_c20_pinkbear3', '5', '0', '0', '1', '0', '0', '1', '11554', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11555', '11555', '1218', 'plushie_c20_bluebunny2', '5', '0', '0', '1', '0', '0', '1', '11555', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11556', '11556', '1217', 'plushie_c20_dyerainbow', '5', '0', '0', '1', '0', '0', '1', '11556', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11557', '11557', '1217', 'plushie_c20_stuffing', '5', '0', '0', '1', '0', '0', '1', '11557', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11558', '11558', '1168', 'plushie_c20_crackableB', '5', '0', '0', '1', '0', '0', '1', '11558', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11559', '11559', '1218', 'plushie_c20_rainbowbunny2', '5', '0', '0', '1', '0', '0', '1', '11559', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11560', '11560', '1218', 'plushie_c20_bluebunny3', '5', '0', '0', '1', '0', '0', '1', '11560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11561', '11561', '1218', 'plushie_c20_brownlion3', '5', '0', '0', '1', '0', '0', '1', '11561', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11562', '11562', '1219', 'plushie_c20_crackable', '4', '0', '0', '1', '0', '0', '1', '11562', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11563', '11563', '1217', 'plushie_c20_fabric1', '5', '0', '0', '1', '0', '0', '1', '11563', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11564', '11564', '1218', 'plushie_c20_pinklion3', '5', '0', '0', '1', '0', '0', '1', '11564', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11565', '11565', '1218', 'plushie_c20_bluebear2', '5', '0', '0', '1', '0', '0', '1', '11565', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11566', '11566', '1218', 'plushie_c20_bluebunny', '5', '0', '0', '1', '0', '0', '1', '11566', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11567', '11567', '589', 'clothing_unicornrainbow', '7', '0', '0', '1', '0', '0', '14', '11567', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11568', '11568', '1218', 'plushie_c20_brownbunny2', '5', '0', '0', '1', '0', '0', '1', '11568', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11569', '11569', '1206', 'plushie_r20_picnictree', '25', '1', '5', '1', '0', '0', '9', '11569', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11570', '11570', '1218', 'pplushie_c20_brownbear', '5', '0', '0', '1', '0', '0', '1', '11570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11571', '11571', '1217', 'plushie_c20_dyeblue', '5', '0', '0', '1', '0', '0', '1', '11571', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11572', '11572', '1218', 'plushie_c20_rainbowlion3', '5', '0', '0', '1', '0', '0', '1', '11572', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11573', '11573', '1218', 'plushie_c20_rainbowbear', '5', '0', '0', '1', '0', '0', '1', '11573', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11574', '11574', '1218', 'plushie_c20_bluebunny1', '5', '0', '0', '1', '0', '0', '1', '11574', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11575', '11575', '1218', 'plushie_c20_brownbear3', '5', '0', '0', '1', '0', '0', '1', '11575', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11576', '11576', '1218', 'plushie_c20_pinklion1', '5', '0', '0', '1', '0', '0', '1', '11576', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11577', '11577', '1217', 'plushie_c20_dyepink', '5', '0', '0', '1', '0', '0', '1', '11577', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11578', '11578', '1218', 'plushie_c20_pinkbear', '5', '0', '0', '1', '0', '0', '1', '11578', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11579', '11579', '1218', 'plushie_c20_rainbowlion2', '5', '0', '0', '1', '0', '0', '1', '11579', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11580', '11580', '1218', 'plushie_c20_rainbowbunny', '5', '0', '0', '1', '0', '0', '1', '11580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11581', '11581', '1218', 'plushie_c20_pinkbear1', '5', '0', '0', '1', '0', '0', '1', '11581', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11582', '11582', '1218', 'plushie_c20_brownbunny1', '5', '0', '0', '1', '0', '0', '1', '11582', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11583', '11583', '1218', 'plushie_c20_bluebear', '5', '0', '0', '1', '0', '0', '1', '11583', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11584', '11584', '1218', 'plushie_c20_rainbowbunny3', '5', '0', '0', '1', '0', '0', '1', '11584', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11585', '11585', '1218', 'plushie_c20_pinklion', '5', '0', '0', '1', '0', '0', '1', '11585', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11586', '11586', '1218', 'plushie_c20_scarf', '5', '0', '0', '1', '0', '0', '1', '11586', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11587', '11587', '1206', 'plushie_r20_hammock', '25', '1', '5', '1', '0', '0', '8', '11587', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11588', '11588', '1217', 'plushie_c20_fabric3', '5', '0', '0', '1', '0', '0', '1', '11588', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11589', '11589', '1218', 'plushie_c20_brownbunny', '5', '0', '0', '1', '0', '0', '1', '11589', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11590', '11590', '1218', 'plushie_c20_pinkbunny3', '5', '0', '0', '1', '0', '0', '1', '11590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11591', '11591', '1218', 'plushie_c20_bow', '5', '0', '0', '1', '0', '0', '1', '11591', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11592', '11592', '1218', 'plushie_c20_rainbowlion', '5', '0', '0', '1', '0', '0', '1', '11592', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11593', '11593', '1218', 'plushie_c20_rainbowbear1', '5', '0', '0', '1', '0', '0', '1', '11593', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11594', '11594', '1218', 'plushie_c20_brownlion2', '5', '0', '0', '1', '0', '0', '1', '11594', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11595', '11595', '1218', 'plushie_c20_pinklion2', '5', '0', '0', '1', '0', '0', '1', '11595', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11596', '11596', '1218', 'plushie_c20_flowercrown', '5', '0', '0', '1', '0', '0', '1', '11596', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11597', '11597', '1218', 'plushie_c20_bluelion1', '5', '0', '0', '1', '0', '0', '1', '11597', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11598', '11598', '1218', 'plushie_c20_bluelion3', '5', '0', '0', '1', '0', '0', '1', '11598', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11599', '11599', '1217', 'plushie_c20_dyeneutral', '5', '0', '0', '1', '0', '0', '1', '11599', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11600', '11600', '1218', 'plushie_c20_brownlion', '5', '0', '0', '1', '0', '0', '1', '11600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11601', '11601', '1218', 'plushie_c20_rainbowbear2', '5', '0', '0', '1', '0', '0', '1', '11601', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11602', '11602', '1218', 'plushie_c20_bluelion2', '5', '0', '0', '1', '0', '0', '1', '11602', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11603', '11603', '687', 'clothing_r20_teddybpack', '3', '0', '0', '1', '0', '0', '19', '11603', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11604', '11604', '1218', 'plushie_c20_brownlion1', '5', '0', '0', '1', '0', '0', '1', '11604', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11605', '11605', '1218', 'plushie_c20_rainbowbear3', '5', '0', '0', '1', '0', '0', '1', '11605', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11606', '11606', '1218', 'plushie_c20_pinkbear2', '5', '0', '0', '1', '0', '0', '1', '11606', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11607', '11607', '1216', 'plushie_c20_fluffmachine', '35', '1', '5', '1', '0', '0', '1', '11607', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11608', '11608', '1218', 'plushie_c20_pinkbunny', '5', '0', '0', '1', '0', '0', '1', '11608', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11609', '11609', '1218', 'plushie_c20_brownbear2', '5', '0', '0', '1', '0', '0', '1', '11609', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11610', '11610', '1217', 'plushie_c20_fabric2', '5', '0', '0', '1', '0', '0', '1', '11610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11611', '11611', '1218', 'plushie_c20_bluebear1', '5', '0', '0', '1', '0', '0', '1', '11611', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11612', '11612', '1218', 'plushie_c20_rainbowbunny1', '5', '0', '0', '1', '0', '0', '1', '11612', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11613', '11613', '1218', 'plushie_c20_pinkbunny1', '5', '0', '0', '1', '0', '0', '1', '11613', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11614', '11614', '1218', 'plushie_c20_pinkbunny2', '5', '0', '0', '1', '0', '0', '1', '11614', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11615', '11615', '1218', 'plushie_c20_brownbunny3', '5', '0', '0', '1', '0', '0', '1', '11615', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11616', '11616', '1218', 'plushie_c20_brownbear1', '5', '0', '0', '1', '0', '0', '1', '11616', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11617', '11617', '687', 'clothing_r20_bearset', '3', '0', '0', '1', '0', '0', '20', '11617', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11618', '11618', '1224', 'xmas_r20_icefountain', '25', '1', '5', '1', '0', '0', '35', '11618', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11619', '11619', '1225', 'xmas_c20_runerockgreen', '3', '0', '0', '1', '0', '0', '1', '11619', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11620', '11620', '1232', 'xmas_c20_crafter', '25', '1', '5', '1', '0', '0', '1', '11620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11621', '11621', '746', 'xmas_ltd20_yak', '3', '0', '0', '1', '0', '0', '1', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11622', '11622', '1227', 'xmas_c20_smallrunestones', '3', '0', '0', '1', '0', '0', '2', '11622', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11623', '11623', '1224', 'xmas_r20_magicsword', '50', '1', '5', '1', '0', '0', '36', '11623', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11624', '11624', '1224', 'xmas_c20_frozenstream', '4', '0', '0', '1', '0', '0', '9', '11624', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11625', '11625', '636', 'clothing_nt_kilt', '3', '0', '0', '1', '0', '0', '48', '11625', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11626', '11626', '1224', 'xmas_c20_frostedweeds', '3', '0', '0', '1', '0', '0', '7', '11626', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11627', '11627', '1224', 'xmas_c20_woodentrain', '1', '0', '0', '1', '0', '0', '27', '11627', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11628', '11628', '687', 'clothing_r20_dragonflywings', '3', '0', '0', '1', '0', '0', '21', '11628', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11629', '11629', '1224', 'xmas_c20_woodenplane', '1', '0', '0', '1', '0', '0', '26', '11629', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11630', '11630', '589', 'clothing_kilttop', '3', '0', '0', '1', '0', '0', '15', '11630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11631', '11631', '1224', 'xmas_c20_woodendog', '1', '0', '0', '1', '0', '0', '24', '11631', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11632', '11632', '1224', 'xmas_c20_treestump', '5', '0', '0', '1', '0', '0', '21', '11632', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11633', '11633', '1233', 'xmas_c20_flowerguy', '3', '0', '0', '1', '0', '0', '1', '11633', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11634', '11634', '1233', 'xmas_c20_earthguy', '3', '0', '0', '1', '0', '0', '1', '11634', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11635', '11635', '1224', 'xmas_c20_shrine', '3', '0', '0', '1', '0', '0', '14', '11635', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11636', '11636', '1233', 'xmas_c20_rockguy', '3', '0', '0', '1', '0', '0', '1', '11636', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11637', '11637', '589', 'clothing_kilt', '3', '0', '0', '1', '0', '0', '16', '11637', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11638', '11638', '1224', 'xmas_c20_bridge', '3', '0', '0', '1', '0', '0', '3', '11638', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11639', '11639', '1224', 'xmas_c20_frostytree', '4', '0', '0', '1', '0', '0', '8', '11639', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11640', '11640', '1224', 'xmas_c20_woodenblocks', '1', '0', '0', '1', '0', '0', '23', '11640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11641', '11641', '1224', 'xmas_c20_frozenwaterfall', '5', '0', '0', '1', '0', '0', '10', '11641', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11642', '11642', '1225', 'xmas_c20_runerockyellow', '3', '0', '0', '1', '0', '0', '1', '11642', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11643', '11643', '589', 'clothing_lanternstaff', '4', '0', '0', '1', '0', '0', '17', '11643', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11644', '11644', '1224', 'xmas_c20_runetele', '7', '0', '0', '1', '0', '0', '13', '11644', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11645', '11645', '1224', 'xmas_c20_snowdrops', '3', '0', '0', '1', '0', '0', '17', '11645', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11646', '11646', '1233', 'xmas_c20_fireguy', '3', '0', '0', '1', '0', '0', '1', '11646', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11647', '11647', '1224', 'xmas_c20_frostedholly', '4', '0', '0', '1', '0', '0', '6', '11647', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11648', '11648', '1224', 'xmas_c20_frostedfungi', '3', '0', '0', '1', '0', '0', '5', '11648', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11649', '11649', '1233', 'xmas_c20_snowguy', '3', '0', '0', '1', '0', '0', '1', '11649', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11650', '11650', '1224', 'xmas_c20_pebblepeeps', '2', '0', '0', '1', '0', '0', '12', '11650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11651', '11651', '1224', 'xmas_c20_woodenhouse', '1', '0', '0', '1', '0', '0', '25', '11651', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11652', '11652', '1224', 'xmas_c20_beadgame', '1', '0', '0', '1', '0', '0', '29', '11652', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11653', '11653', '636', 'clothing_nt_kilttop', '3', '0', '0', '1', '0', '0', '49', '11653', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11654', '11654', '1224', 'xmas_c20_bigstump', '4', '0', '0', '1', '0', '0', '2', '11654', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11655', '11655', '1224', 'xmas_c20_snowbush', '3', '0', '0', '1', '0', '0', '16', '11655', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11656', '11656', '636', 'clothing_nt_lanternstaff', '3', '0', '0', '1', '0', '0', '50', '11656', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11657', '11657', '1224', 'xmas_c20_smallstump', '3', '0', '0', '1', '0', '0', '2', '11657', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11658', '11658', '1225', 'xmas_c20_runerockred', '3', '0', '0', '1', '0', '0', '1', '11658', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11659', '11659', '1225', 'xmas_c20_runerockblue', '3', '0', '0', '1', '0', '0', '1', '11659', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11660', '11660', '1224', 'xmas_c20_woodenbird', '1', '0', '0', '1', '0', '0', '22', '11660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11661', '11661', '1233', 'xmas_c20_iceguy', '3', '0', '0', '1', '0', '0', '1', '11661', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11662', '11662', '1224', 'xmas_c20_nutcracker', '1', '0', '0', '1', '0', '0', '28', '11662', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11663', '11663', '1224', 'xmas_c20_stage', '4', '0', '0', '1', '0', '0', '18', '11663', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11664', '11664', '1225', 'xmas_c20_runerockpurple', '3', '0', '0', '1', '0', '0', '1', '11664', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11665', '11665', '687', 'clothing_r20_inuit', '3', '0', '0', '1', '0', '0', '22', '11665', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11666', '11666', '589', 'clothing_braidedwavyhair', '5', '0', '0', '1', '0', '0', '18', '11666', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11667', '11667', '1233', 'xmas_c20_magicguy', '3', '0', '0', '1', '0', '0', '1', '11667', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11668', '11668', '1224', 'xmas_c20_stonecauldron', '3', '0', '0', '1', '0', '0', '20', '11668', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11669', '11669', '1224', 'xmas_c20_stonearch', '7', '0', '0', '1', '0', '0', '19', '11669', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11670', '11670', '1227', 'xmas_c20_runerock', '15', '0', '0', '1', '0', '0', '1', '11670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11671', '11671', '307', 'CF_750_perfume', '750', '0', '0', '1', '0', '0', '29', '11671', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11672', '11672', '683', 'mysterious_trophy', '3', '0', '0', '1', '0', '0', '1', '11672', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11673', '11673', '1228', 'house_sofa', '4', '1', '5', '1', '0', '0', '1', '11673', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11674', '11674', '307', 'CF_350_sparklybag', '350', '0', '0', '1', '0', '0', '17', '11674', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11675', '11675', '636', 'clothing_nt_braidedwavyhair', '3', '0', '0', '1', '0', '0', '51', '11675', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11676', '11676', '690', 'rare_prize20_xmas', '3', '0', '0', '1', '0', '0', '-1', '11676', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11677', '11677', '1236', 'messy_c21_messyhifi', '3', '0', '0', '1', '0', '0', '54', '11677', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11678', '11678', '1236', 'messy_c21_messycloset', '3', '0', '0', '1', '0', '0', '50', '11678', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11679', '11679', '1236', 'messy_c21_wonkylowtable', '3', '0', '0', '1', '0', '0', '65', '11679', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11680', '11680', '1236', 'messy_c21_forgottenvase', '3', '0', '0', '1', '0', '0', '45', '11680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11681', '11681', '1236', 'messy_c21_messyfootwear', '3', '0', '0', '1', '0', '0', '53', '11681', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11682', '11682', '1236', 'messy_c21_wonkydoormat', '3', '0', '0', '1', '0', '0', '63', '11682', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11683', '11683', '1236', 'messy_c21_messydrawers', '3', '0', '0', '1', '0', '0', '51', '11683', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11684', '11684', '1236', 'messy_c21_wonkywallitems', '3', '0', '0', '1', '0', '0', '67', '11684', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11685', '11685', '1236', 'messy_c21_stackedletters', '3', '0', '0', '1', '0', '0', '59', '11685', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11686', '11686', '1236', 'messy_c21_kitchenette', '3', '0', '0', '1', '0', '0', '47', '11686', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11687', '11687', '1236', 'messy_c21_magazines', '3', '0', '0', '1', '0', '0', '48', '11687', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11688', '11688', '1236', 'messy_c21_messyendtable', '3', '0', '0', '1', '0', '0', '52', '11688', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11689', '11689', '1236', 'messy_c21_kitchencorner', '3', '0', '0', '1', '0', '0', '46', '11689', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11690', '11690', '1236', 'messy_c21_trashbags', '3', '0', '0', '1', '0', '0', '61', '11690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11691', '11691', '1236', 'messy_c21_messybed', '3', '0', '0', '1', '0', '0', '49', '11691', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11692', '11692', '1236', 'messy_c21_oldwall', '3', '0', '0', '1', '0', '0', '57', '11692', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11693', '11693', '1236', 'messy_c21_messyrug', '3', '0', '0', '1', '0', '0', '55', '11693', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11694', '11694', '1236', 'messy_c21_plushcarpet', '3', '0', '0', '1', '0', '0', '58', '11694', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11695', '11695', '1236', 'messy_c21_wonkytable', '3', '0', '0', '1', '0', '0', '66', '11695', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11696', '11696', '1236', 'messy_c21_wonkylamp', '3', '0', '0', '1', '0', '0', '64', '11696', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11697', '11697', '1236', 'messy_c21_messysofa', '3', '0', '0', '1', '0', '0', '56', '11697', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11698', '11698', '1236', 'messy_c21_stepladder', '3', '0', '0', '1', '0', '0', '60', '11698', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11699', '11699', '1236', 'messy_c21_wonkychair', '3', '0', '0', '1', '0', '0', '62', '11699', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11700', '11700', '1236', 'messy_c21_clothespile', '3', '0', '0', '1', '0', '0', '44', '11700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11701', '11701', '668', 'ny_r20_crackable', '3', '0', '0', '1', '0', '0', '6', '11701', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11702', '11702', '1239', 'clothing_r20_mask3', '3', '0', '0', '1', '0', '0', '13', '11702', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11703', '11703', '1239', 'clothing_r20_mask1', '3', '0', '0', '1', '0', '0', '11', '11703', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11704', '11704', '1239', 'clothing_r20_mask8', '3', '0', '0', '1', '0', '0', '18', '11704', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11705', '11705', '1239', 'clothing_r20_mask7', '3', '0', '0', '1', '0', '0', '17', '11705', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11706', '11706', '1239', 'clothing_r20_mask4', '3', '0', '0', '1', '0', '0', '14', '11706', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11707', '11707', '1240', 'clothing_r21_sunnycloudhat', '3', '0', '0', '1', '0', '0', '19', '11707', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11708', '11708', '1239', 'clothing_r20_mask5', '3', '0', '0', '1', '0', '0', '15', '11708', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11709', '11709', '1239', 'clothing_r20_mask6', '3', '0', '0', '1', '0', '0', '16', '11709', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11710', '11710', '1239', 'clothing_r20_mask2', '3', '0', '0', '1', '0', '0', '12', '11710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11711', '11711', '585', 'clothing_goldhatpack1', '3', '0', '0', '1', '0', '0', '6', '11711', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11712', '11712', '664', 'bonusbag21_4', '3', '0', '0', '1', '0', '0', '22', '11712', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11713', '11713', '1244', 'bonusrare21_2_0', '3', '0', '0', '1', '0', '0', '137', '11713', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11714', '11714', '1244', 'bonusrare21_2_1', '3', '0', '0', '1', '0', '0', '138', '11714', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11715', '11715', '1244', 'bonusrare21_2_2', '3', '0', '0', '1', '0', '0', '139', '11715', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11716', '11716', '1244', 'bonusrare21_2_3', '3', '0', '0', '1', '0', '0', '140', '11716', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11717', '11717', '1244', 'bonusrare21_2_4', '3', '0', '0', '1', '0', '0', '141', '11717', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11718', '11718', '1244', 'bonusrare21_2_5', '3', '0', '0', '1', '0', '0', '142', '11718', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11719', '11719', '1244', 'bonusrare21_3_1', '3', '0', '0', '1', '0', '0', '143', '11719', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11720', '11720', '1244', 'bonusrare21_3_2', '3', '0', '0', '1', '0', '0', '144', '11720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11721', '11721', '1244', 'bonusrare21_3_3', '3', '0', '0', '1', '0', '0', '145', '11721', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11722', '11722', '1244', 'bonusrare21_3_4', '3', '0', '0', '1', '0', '0', '146', '11722', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11723', '11723', '1244', 'bonusrare21_3_5', '3', '0', '0', '1', '0', '0', '147', '11723', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11724', '11724', '1244', 'bonusrare21_3_6', '3', '0', '0', '1', '0', '0', '148', '11724', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11725', '11725', '1244', 'bonusrare21_4_0', '3', '0', '0', '1', '0', '0', '149', '11725', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11726', '11726', '1244', 'bonusrare21_4_1', '3', '0', '0', '1', '0', '0', '150', '11726', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11727', '11727', '1244', 'bonusrare21_4_2', '3', '0', '0', '1', '0', '0', '151', '11727', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11728', '11728', '1244', 'bonusrare21_4_3', '3', '0', '0', '1', '0', '0', '152', '11728', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11729', '11729', '1244', 'bonusrare21_4_4', '3', '0', '0', '1', '0', '0', '153', '11729', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11730', '11730', '1244', 'bonusrare21_4_5', '3', '0', '0', '1', '0', '0', '154', '11730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11731', '11731', '664', 'bonusbag21_3', '3', '0', '0', '1', '0', '0', '21', '11731', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11732', '11732', '1244', 'bonusrare21_1a_0', '3', '0', '0', '1', '0', '0', '131', '11732', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11733', '11733', '1244', 'bonusrare21_1a_1', '3', '0', '0', '1', '0', '0', '132', '11733', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11734', '11734', '1244', 'bonusrare21_1a_2', '3', '0', '0', '1', '0', '0', '133', '11734', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11735', '11735', '1244', 'bonusrare21_1a_3', '3', '0', '0', '1', '0', '0', '134', '11735', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11736', '11736', '1244', 'bonusrare21_1a_4', '3', '0', '0', '1', '0', '0', '135', '11736', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11737', '11737', '1244', 'bonusrare21_1a_5', '3', '0', '0', '1', '0', '0', '136', '11737', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11738', '11738', '664', 'bonusbag21_1', '3', '0', '0', '1', '0', '0', '19', '11738', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11739', '11739', '664', 'bonusbag21_2', '3', '0', '0', '1', '0', '0', '20', '11739', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11740', '11740', '589', 'clothing_oxset', '15', '0', '0', '1', '0', '0', '0', '11740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11741', '11741', '1238', 'china_goldenox', '3', '0', '0', '1', '0', '0', '8', '11741', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11742', '11742', '1238', 'china_c21_gong', '3', '0', '0', '1', '0', '0', '5', '11742', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11743', '11743', '1238', 'china_c21_vase', '3', '0', '0', '1', '0', '0', '7', '11743', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11744', '11744', '1238', 'china_c21_orangebasket', '3', '0', '0', '1', '0', '0', '6', '11744', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11745', '11745', '1208', 'rare_r21_coffeesiphon', '25', '1', '5', '1', '0', '0', '70', '11745', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11746', '11746', '747', 'ltd21_unicornpup', '3', '0', '0', '1', '0', '0', '43', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11747', '11747', '1241', 'hc21_12', '3', '0', '0', '1', '0', '0', '12', '11747', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11748', '11748', '1241', 'hc21_3', '3', '0', '0', '1', '0', '0', '3', '11748', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11749', '11749', '1241', 'hc21_1', '3', '0', '0', '1', '0', '0', '1', '11749', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11750', '11750', '1241', 'hc21_11', '3', '0', '0', '1', '0', '0', '11', '11750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11751', '11751', '1241', 'hc21_6', '3', '0', '0', '1', '0', '0', '6', '11751', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11752', '11752', '1241', 'hc21_4', '3', '0', '0', '1', '0', '0', '4', '11752', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11753', '11753', '1241', 'hc21_5', '3', '0', '0', '1', '0', '0', '5', '11753', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11754', '11754', '1241', 'hc21_2', '3', '0', '0', '1', '0', '0', '2', '11754', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11755', '11755', '1241', 'hc21_8', '3', '0', '0', '1', '0', '0', '8', '11755', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11756', '11756', '1241', 'hc21_9', '3', '0', '0', '1', '0', '0', '9', '11756', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11757', '11757', '1241', 'hc21_10', '3', '0', '0', '1', '0', '0', '10', '11757', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11758', '11758', '1241', 'hc21_7', '3', '0', '0', '1', '0', '0', '7', '11758', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11759', '11759', '1208', 'plushie_r21_kingbear', '50', '1', '5', '1', '0', '0', '69', '11759', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11760', '11760', '491', 'diamond_painting62', '3', '0', '0', '1', '0', '0', '62', '11760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11761', '11761', '491', 'diamond_painting60', '3', '0', '0', '1', '0', '0', '60', '11761', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11762', '11762', '491', 'diamond_painting59', '3', '0', '0', '1', '0', '0', '59', '11762', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11763', '11763', '491', 'diamond_painting54', '3', '0', '0', '1', '0', '0', '54', '11763', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11764', '11764', '307', 'CF_500_egg', '500', '0', '0', '1', '0', '0', '27', '11764', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11765', '11765', '307', 'CF_750_golddragon', '750', '0', '0', '1', '0', '0', '33', '11765', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11766', '11766', '307', 'CF_350_giantpearl', '350', '0', '0', '1', '0', '0', '20', '11766', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11767', '11767', '307', 'CF_250_toiletpaper', '250', '0', '0', '1', '0', '0', '13', '11767', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('11768', '11768', '1208', 'garden_r21_wisteriaarch', '25', '1', '5', '1', '0', '0', '30', '11768', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('20060', '20060', '683', 'DEAL_HC_1', '3', '0', '0', '1', '0', '0', '15', '20060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('20100', '20100', '429', 'Poker', '4', '0', '0', '1', '0', '0', '366', '20100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40010', '40010', '274', 'poster 38', '4', '0', '0', '1', '0', '0', '99', '40010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40020', '40020', '30', 'a0 gothicfountain', '25', '0', '0', '1', '0', '0', '6', '40020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40030', '40030', '349', 'a0 hc_wall_lamp', '3', '0', '5', '1', '0', '0', '25', '40030', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('40040', '40040', '21', 'industrialfan', '3', '0', '0', '1', '0', '0', '6', '40040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40050', '40050', '30', 'a0 torch', '3', '0', '0', '1', '0', '0', '9', '40050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40060', '40060', '445', 'a0 val_heart', '3', '0', '0', '1', '0', '0', '7', '40060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40070', '40070', '35', 'DEV wallmirror', '3', '0', '0', '1', '0', '0', '48', '40070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40080', '40080', '31', 'DEV jp_ninjastars', '4', '0', '0', '1', '0', '0', '5', '40080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40090', '40090', '280', 'DEV habw_mirror', '3', '0', '0', '1', '0', '0', '20', '40090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40100', '40100', '22', 'a0 habbowheel_fan', '8', '0', '0', '1', '0', '0', '1', '40100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40110', '40110', '21', 'guitar_skull', '3', '0', '0', '1', '0', '0', '1', '40110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40120', '40120', '21', 'guitar_v', '3', '0', '0', '1', '0', '0', '2', '40120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40130', '40130', '21', 'Habborella Poster 2 Life Buoy', '3', '0', '0', '1', '0', '0', '4', '40130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40140', '40140', '21', 'Habborella Poster 1 Porthole', '3', '0', '0', '1', '0', '0', '3', '40140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40150', '40150', '473', 'a0 xmas_light', '2', '0', '0', '1', '0', '0', '1', '40150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40160', '40160', '21', 'Habborella Poster 3 Anchor', '3', '0', '0', '1', '0', '0', '5', '40160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40170', '40170', '123', 'Swords', '3', '0', '0', '1', '0', '0', '4', '40170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40180', '40180', '123', 'sw_stone', '3', '0', '0', '1', '0', '0', '5', '40180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40190', '40190', '123', 'sw_hole', '3', '0', '0', '1', '0', '0', '6', '40190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40200', '40200', '28', 'arabian_swords', '2', '0', '0', '1', '0', '0', '7', '40200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40210', '40210', '31', 'jp_sheet3', '3', '0', '0', '1', '0', '0', '32', '40210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40220', '40220', '28', 'arabian_wndw', '3', '0', '0', '1', '0', '0', '15', '40220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40230', '40230', '198', 'md_logo_wall', '4', '0', '0', '1', '0', '0', '99', '40230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40240', '40240', '31', 'jp_sheet1', '3', '0', '0', '1', '0', '0', '30', '40240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40250', '40250', '198', 'md_can', '4', '0', '0', '1', '0', '0', '99', '40250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40260', '40260', '31', 'jp_sheet2', '3', '0', '0', '1', '0', '0', '31', '40260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40270', '40270', '16', 'a0 roomdimmer', '12', '0', '0', '1', '0', '0', '3', '40270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40280', '40280', '408', 'tiki_surfboard', '3', '0', '0', '1', '0', '0', '12', '40280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40290', '40290', '539', 'tampax_wall', '4', '0', '0', '1', '0', '0', '99', '40290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40300', '40300', '408', 'tiki_wallplnt', '3', '0', '0', '1', '0', '0', '21', '40300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40310', '40310', '306', 'DEV window_single_default', '1', '0', '0', '1', '0', '0', '5', '40310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40320', '40320', '306', 'DEV window_double_default', '1', '0', '0', '1', '0', '0', '4', '40320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40330', '40330', '683', 'DEV noob_window', '1', '0', '0', '1', '0', '0', '1', '40330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40340', '40340', '306', 'DEV window_chinese_wide', '5', '0', '0', '1', '0', '0', '7', '40340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40350', '40350', '306', 'DEV window_golden', '3', '0', '0', '1', '0', '0', '13', '40350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40360', '40360', '306', 'DEV window_square', '2', '0', '0', '1', '0', '0', '11', '40360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40370', '40370', '306', 'DEV window_romantic_narrow', '4', '0', '0', '1', '0', '0', '8', '40370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40380', '40380', '306', 'DEV window_chinese_narrow', '3', '0', '0', '1', '0', '0', '6', '40380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40390', '40390', '306', 'DEV window_70s_wide', '4', '0', '0', '1', '0', '0', '2', '40390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40400', '40400', '306', 'DEV window_70s_narrow', '2', '0', '0', '1', '0', '0', '1', '40400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40410', '40410', '306', 'DEV window_romantic_wide', '4', '0', '0', '1', '0', '0', '9', '40410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40420', '40420', '306', 'DEV window_basic', '4', '0', '0', '1', '0', '0', '3', '40420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40430', '40430', '543', 'ads_sunnyd', '4', '0', '0', '1', '0', '0', '47', '40430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40440', '40440', '306', 'DEV window_grunge', '3', '0', '0', '1', '0', '0', '14', '40440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40450', '40450', '306', 'DEV window_triple', '5', '0', '0', '1', '0', '0', '12', '40450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40460', '40460', '306', 'window_diner2', '2', '0', '0', '1', '0', '0', '16', '40460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40470', '40470', '309', 'ads_dave_wall', '3', '0', '0', '1', '0', '0', '99', '40470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40480', '40480', '43', 'diner_walltable', '3', '0', '0', '1', '0', '0', '12', '40480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40490', '40490', '306', 'window_diner', '4', '0', '0', '1', '0', '0', '15', '40490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40500', '40500', '527', 'ads_nokia_logo', '4', '0', '0', '1', '0', '0', '110', '40500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40510', '40510', '541', 'easy_poster', '4', '0', '0', '1', '0', '0', '99', '40510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40520', '40520', '764', 'DEV window_hole', '3', '0', '0', '1', '0', '0', '1', '40520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40530', '40530', '527', 'ads_nokia_phone', '4', '0', '0', '1', '0', '0', '111', '40530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40540', '40540', '306', 'DEV window_skyscraper', '3', '0', '0', '1', '0', '0', '10', '40540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40560', '40560', '272', 'det_bhole', '2', '0', '0', '1', '0', '0', '1', '40560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40570', '40570', '540', 'netari_poster', '4', '0', '0', '1', '0', '0', '99', '40570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40580', '40580', '346', 'ads_campguitar', '4', '0', '0', '1', '0', '0', '5', '40580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40590', '40590', '389', 'hween08_rad', '3', '0', '0', '1', '0', '0', '6', '40590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40600', '40600', '389', 'a0 hw_08_xray', '3', '0', '0', '1', '0', '0', '18', '40600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40610', '40610', '389', 'hween08_wndwb', '3', '0', '0', '1', '0', '0', '17', '40610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40620', '40620', '389', 'hween08_wndw', '4', '0', '0', '1', '0', '0', '16', '40620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40630', '40630', '389', 'hween08_bio', '3', '0', '0', '1', '0', '0', '6', '40630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40640', '40640', '683', 'hween08_xray', '3', '0', '0', '1', '0', '0', '20', '40640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40650', '40650', '30', 'a0 gothicfountain 2', '25', '0', '0', '1', '0', '0', '7', '40650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40660', '40660', '33', 'party_led', '4', '0', '0', '1', '0', '0', '20', '40660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40670', '40670', '265', 'ads_cmusic', '4', '0', '0', '1', '0', '0', '9', '40670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40680', '40680', '33', 'party_wc_girl', '2', '0', '0', '1', '0', '0', '34', '40680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40690', '40690', '33', 'party_neon1', '2', '0', '0', '1', '0', '0', '21', '40690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40700', '40700', '33', 'party_wc_boy', '2', '0', '0', '1', '0', '0', '33', '40700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40710', '40710', '33', 'party_shelf', '2', '0', '0', '1', '0', '0', '27', '40710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40720', '40720', '33', 'party_neon4', '2', '0', '0', '1', '0', '0', '24', '40720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40730', '40730', '33', 'party_neon2', '2', '0', '0', '1', '0', '0', '22', '40730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40740', '40740', '33', 'party_neon5', '2', '0', '0', '1', '0', '0', '25', '40740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40750', '40750', '33', 'party_neon3', '2', '0', '0', '1', '0', '0', '23', '40750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40760', '40760', '475', 'xmas08_icewall', '3', '0', '0', '1', '0', '0', '10', '40760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40770', '40770', '475', 'xmas08_wallpaper', '3', '0', '0', '1', '0', '0', '17', '40770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40780', '40780', '516', 'ads_clwall2', '4', '0', '0', '1', '0', '0', '37', '40780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40800', '40800', '683', 'xmas_icewall', '3', '0', '0', '1', '0', '0', '367', '40800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40810', '40810', '529', 'ads_ob_wall', '4', '0', '0', '1', '0', '0', '114', '40810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40820', '40820', '516', 'ads_clwall1', '4', '0', '0', '1', '0', '0', '19', '40820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40830', '40830', '119', 'ads_mall_window', '3', '0', '0', '1', '0', '0', '99', '40830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40840', '40840', '302', 'china_pstr1', '3', '0', '0', '1', '0', '0', '40', '40840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40850', '40850', '302', 'china_pstr2', '3', '0', '0', '1', '0', '0', '43', '40850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40860', '40860', '302', 'china_light', '3', '0', '0', '1', '0', '0', '8', '40860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40870', '40870', '37', 'bolly_wdw_wd', '3', '0', '0', '1', '0', '0', '99', '40870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40880', '40880', '58', 'ads_idol_wall', '2', '0', '0', '1', '0', '0', '30', '40880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40890', '40890', '121', 'ads_igorevilb', '3', '0', '0', '1', '0', '0', '7', '40890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40900', '40900', '121', 'ads_igor_wall', '5', '0', '0', '1', '0', '0', '2', '40900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40910', '40910', '119', 'ads_mall_winpet', '4', '0', '0', '1', '0', '0', '99', '40910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40920', '40920', '119', 'ads_mall_winfur', '4', '0', '0', '1', '0', '0', '40', '40920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40930', '40930', '58', 'ads_idol_tv', '30', '0', '0', '1', '0', '0', '28', '40930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40940', '40940', '303', 'Lost City Window 1', '3', '0', '0', '1', '0', '0', '20', '40940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40950', '40950', '303', 'lc_wall1', '3', '0', '0', '1', '0', '0', '18', '40950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40960', '40960', '303', 'Lost City Window 2', '5', '0', '0', '1', '0', '0', '21', '40960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40970', '40970', '303', 'lc_wall2', '4', '0', '0', '1', '0', '0', '19', '40970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40980', '40980', '119', 'ads_mall_wincin', '4', '0', '0', '1', '0', '0', '93', '40980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('40990', '40990', '58', 'ads_idol_mirror', '4', '0', '0', '1', '0', '0', '20', '40990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41000', '41000', '119', 'ads_mall_winbea', '4', '0', '0', '1', '0', '0', '91', '41000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41010', '41010', '119', 'ads_mall_winmus', '4', '0', '0', '1', '0', '0', '98', '41010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41020', '41020', '499', 'eco_curtains2', '4', '0', '0', '1', '0', '0', '8', '41020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41030', '41030', '119', 'ads_mall_winchi', '4', '0', '0', '1', '0', '0', '92', '41030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41040', '41040', '499', 'eco_curtains3', '4', '0', '0', '1', '0', '0', '9', '41040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41050', '41050', '499', 'eco_curtains1', '4', '0', '0', '1', '0', '0', '7', '41050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41060', '41060', '119', 'ads_mall_winspo', '4', '0', '0', '1', '0', '0', '100', '41060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41070', '41070', '700', 'exe_wfall', '3', '0', '0', '1', '0', '0', '17', '41070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41080', '41080', '58', 'ads_idol_logo', '3', '0', '0', '1', '0', '0', '15', '41080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41090', '41090', '119', 'ads_mall_winice', '4', '0', '0', '1', '0', '0', '97', '41090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41100', '41100', '700', 'exe_map', '5', '0', '0', '1', '0', '0', '16', '41100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41110', '41110', '544', 'ads_puffet_tv', '4', '0', '0', '1', '0', '0', '119', '41110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41120', '41120', '353', 'ads_reebok_tv', '3', '0', '0', '1', '0', '0', '99', '41120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41130', '41130', '531', 'ads_malaco_tv', '3', '0', '0', '1', '0', '0', '99', '41130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41140', '41140', '282', 'country_forestwall', '4', '0', '0', '1', '0', '0', '7', '41140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41150', '41150', '346', 'ads_lin_wh_c', '3', '0', '0', '1', '0', '0', '99', '41150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41160', '41160', '282', 'country_lantern', '3', '0', '0', '1', '0', '0', '11', '41160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41170', '41170', '282', 'country_fp', '3', '0', '0', '1', '0', '0', '8', '41170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41180', '41180', '282', 'country_wall', '3', '0', '0', '1', '0', '0', '20', '41180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41190', '41190', '231', 'flag_norway', '3', '0', '0', '1', '0', '0', '15', '41190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41200', '41200', '663', 'diner_poster', '5', '0', '0', '1', '0', '0', '55', '41200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41210', '41210', '32', 'lt_jngl_wall', '3', '0', '0', '1', '0', '0', '8', '41210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41220', '41220', '280', 'ads_mirror', '3', '0', '0', '1', '0', '0', '19', '41220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('41230', '41230', '32', 'lt_wall', '2', '0', '0', '1', '0', '0', '20', '41230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42200', '42200', '683', 'a2 slp', '4', '0', '0', '1', '0', '0', '16', '42200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42210', '42210', '683', 'post_it', '4', '0', '0', '1', '0', '0', '17', '42210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42220', '42220', '564', 'ads_veet', '4', '0', '0', '1', '0', '0', '38', '42220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42230', '42230', '36', 'sf_wall3', '3', '0', '0', '1', '0', '0', '23', '42230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42240', '42240', '36', 'sf_window', '3', '0', '0', '1', '0', '0', '24', '42240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42250', '42250', '119', 'ads_mall_wintra', '4', '0', '0', '1', '0', '0', '101', '42250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42260', '42260', '489', 'ads_wwe_poster', '4', '0', '0', '1', '0', '0', '22', '42260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42270', '42270', '36', 'sf_wall', '3', '0', '0', '1', '0', '0', '21', '42270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42280', '42280', '36', 'sf_wall2', '3', '0', '0', '1', '0', '0', '22', '42280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42290', '42290', '231', 'flag_belgium', '3', '0', '0', '1', '0', '0', '4', '42290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42300', '42300', '119', 'ads_mall_wingar', '4', '0', '0', '1', '0', '0', '41', '42300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42310', '42310', '231', 'flag_portugal', '3', '0', '0', '1', '0', '0', '19', '42310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42320', '42320', '34', 'rela_wall', '3', '0', '0', '1', '0', '0', '12', '42320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42330', '42330', '59', 'ktchn_knives', '2', '0', '0', '1', '0', '0', '11', '42330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42340', '42340', '59', 'ktchn_oven', '2', '0', '0', '1', '0', '0', '13', '42340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42350', '42350', '59', 'ktchn_wall', '2', '0', '0', '1', '0', '0', '19', '42350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42360', '42360', '119', 'ads_mall_winclo', '4', '0', '0', '1', '0', '0', '94', '42360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42370', '42370', '16', 'dimmer_swtch', '10', '0', '5', '1', '0', '0', '2', '42370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42380', '42380', '16', 'dimmer_buttn', '8', '0', '0', '1', '0', '0', '1', '42380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42390', '42390', '16', 'dimmer_fuse2', '10', '0', '0', '1', '0', '0', '4', '42390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42400', '42400', '16', 'dimmer_fuse6', '10', '0', '0', '1', '0', '0', '5', '42400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42410', '42410', '530', 'ads_mtv_bigtv', '4', '0', '0', '1', '0', '0', '99', '42410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42420', '42420', '530', 'ads_mtv_tv', '4', '0', '0', '1', '0', '0', '99', '42420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42430', '42430', '58', 'ads_idol_l_logo', '3', '0', '0', '1', '0', '0', '17', '42430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42440', '42440', '272', 'urban_wall', '3', '0', '0', '1', '0', '0', '24', '42440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42450', '42450', '58', 'ads_idol_l_tv', '30', '0', '0', '1', '0', '0', '18', '42450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42460', '42460', '231', 'flag_peru', '3', '0', '0', '1', '0', '0', '17', '42460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42470', '42470', '390', 'hween09_crnr1', '3', '0', '0', '1', '0', '0', '16', '42470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42480', '42480', '231', 'flag_tunisia', '3', '0', '0', '1', '0', '0', '21', '42480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42490', '42490', '231', 'flag_singapore', '3', '0', '0', '1', '0', '0', '20', '42490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42500', '42500', '231', 'flag_mexico', '3', '0', '0', '1', '0', '0', '12', '42500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42510', '42510', '231', 'flag_philippines', '3', '0', '0', '1', '0', '0', '18', '42510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42520', '42520', '231', 'flag_malaysia', '3', '0', '0', '1', '0', '0', '11', '42520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42530', '42530', '231', 'flag_greece', '3', '0', '0', '1', '0', '0', '10', '42530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42540', '42540', '231', 'flag_venezl', '3', '0', '0', '1', '0', '0', '23', '42540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42550', '42550', '231', 'flag_turkey', '3', '0', '0', '1', '0', '0', '22', '42550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42560', '42560', '231', 'flag_chile', '3', '0', '0', '1', '0', '0', '5', '42560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42570', '42570', '390', 'hween09_wall1', '3', '0', '0', '1', '0', '0', '14', '42570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42580', '42580', '231', 'flag_columbia', '3', '0', '0', '1', '0', '0', '6', '42580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42590', '42590', '390', 'hween09_stonewall', '4', '0', '0', '1', '0', '0', '18', '42590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42600', '42600', '231', 'flag_newzealand', '3', '0', '0', '1', '0', '0', '14', '42600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42610', '42610', '231', 'flag_argentina', '3', '0', '0', '1', '0', '0', '2', '42610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42620', '42620', '231', 'flag_panama', '3', '0', '0', '1', '0', '0', '16', '42620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42630', '42630', '390', 'hween09_paint', '3', '0', '0', '1', '0', '0', '10', '42630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42640', '42640', '231', 'flag_morocco', '3', '0', '0', '1', '0', '0', '13', '42640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42650', '42650', '231', 'flag_dominicanrepublic', '3', '0', '0', '1', '0', '0', '8', '42650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42660', '42660', '390', 'hween09_curt', '3', '0', '0', '1', '0', '0', '4', '42660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42670', '42670', '49', 'byesw_loadscreen', '3', '0', '0', '1', '0', '0', '4', '42670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42680', '42680', '231', 'flag_ecuador', '3', '0', '0', '1', '0', '0', '9', '42680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42690', '42690', '390', 'hween09_treewall', '4', '0', '0', '1', '0', '0', '17', '42690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42700', '42700', '231', 'flag_algeria', '3', '0', '0', '1', '0', '0', '1', '42700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42710', '42710', '390', 'hween09_win', '3', '0', '0', '1', '0', '0', '15', '42710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42720', '42720', '44', 'ads_twi_paint', '5', '0', '0', '1', '0', '0', '51', '42720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42730', '42730', '44', 'ads_twi_dreamc', '5', '0', '0', '1', '0', '0', '132', '42730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42740', '42740', '44', 'ads_twi_bwall1', '3', '0', '0', '1', '0', '0', '47', '42740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42750', '42750', '44', 'ads_twi_crest', '6', '0', '0', '1', '0', '0', '131', '42750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42760', '42760', '44', 'ads_twi_bwall2', '4', '0', '0', '1', '0', '0', '48', '42760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42770', '42770', '44', 'ads_twi_windw', '3', '0', '0', '1', '0', '0', '53', '42770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42780', '42780', '476', 'xm09_bauble_24', '1', '0', '0', '1', '0', '0', '124', '42780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42790', '42790', '476', 'xm09_bauble_27', '1', '0', '0', '1', '0', '0', '127', '42790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42800', '42800', '476', 'xm09_stocking', '2', '0', '0', '1', '0', '0', '13', '42800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42810', '42810', '476', 'xm09_bauble_17', '1', '0', '0', '1', '0', '0', '117', '42810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42820', '42820', '476', 'xm09_bauble_4', '1', '0', '0', '1', '0', '0', '104', '42820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42830', '42830', '476', 'xm09_bauble_19', '1', '0', '0', '1', '0', '0', '119', '42830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42840', '42840', '476', 'xm09_bauble_6', '1', '0', '0', '1', '0', '0', '106', '42840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42850', '42850', '476', 'xm09_bauble_3', '1', '0', '0', '1', '0', '0', '43', '42850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42860', '42860', '476', 'xm09_bauble_25', '1', '0', '0', '1', '0', '0', '125', '42860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42870', '42870', '28', 'arabian_wall', '3', '0', '0', '1', '0', '0', '14', '42870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42880', '42880', '476', 'xm09_bauble_5', '1', '0', '0', '1', '0', '0', '105', '42880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42890', '42890', '476', 'xm09_bauble_11', '1', '0', '0', '1', '0', '0', '111', '42890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42900', '42900', '476', 'xm09_bauble_14', '1', '0', '0', '1', '0', '0', '114', '42900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42910', '42910', '476', 'xm09_bauble_7', '1', '0', '0', '1', '0', '0', '107', '42910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42920', '42920', '476', 'xm09_bauble_23', '1', '0', '0', '1', '0', '0', '47', '42920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42930', '42930', '476', 'xm09_bauble_10', '1', '0', '0', '1', '0', '0', '110', '42930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42940', '42940', '476', 'xm09_bauble_9', '1', '0', '0', '1', '0', '0', '109', '42940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42950', '42950', '476', 'xm09_bauble_8', '1', '0', '0', '1', '0', '0', '108', '42950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42960', '42960', '476', 'xm09_bauble_20', '1', '0', '0', '1', '0', '0', '45', '42960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42970', '42970', '476', 'xm09_bauble_2', '1', '0', '0', '1', '0', '0', '42', '42970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42980', '42980', '476', 'xm09_bauble_18', '1', '0', '0', '1', '0', '0', '118', '42980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('42990', '42990', '476', 'xm09_bauble_13', '1', '0', '0', '1', '0', '0', '113', '42990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43000', '43000', '476', 'xm09_bauble_1', '1', '0', '0', '1', '0', '0', '101', '43000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43010', '43010', '476', 'xm09_bauble_15', '1', '0', '0', '1', '0', '0', '115', '43010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43020', '43020', '476', 'xm09_bauble_22', '1', '0', '0', '1', '0', '0', '46', '43020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43030', '43030', '476', 'xm09_bauble_16', '1', '0', '0', '1', '0', '0', '116', '43030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43040', '43040', '476', 'xm09_bauble_12', '1', '0', '0', '1', '0', '0', '44', '43040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43050', '43050', '476', 'xm09_bauble_21', '1', '0', '0', '1', '0', '0', '121', '43050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43060', '43060', '476', 'xm09_bauble_26', '1', '0', '0', '1', '0', '0', '126', '43060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43070', '43070', '476', 'xm09_firwall', '4', '0', '0', '1', '0', '0', '4', '43070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43080', '43080', '476', 'xm09_forestwall', '4', '0', '0', '1', '0', '0', '5', '43080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43090', '43090', '476', 'xm09_infotv', '2', '0', '0', '1', '0', '0', '7', '43090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43100', '43100', '33', 'party_lights', '3', '0', '0', '1', '0', '0', '35', '43100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43110', '43110', '476', 'xm09_lodgewall', '4', '0', '0', '1', '0', '0', '8', '43110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43120', '43120', '476', 'xm09_frplc', '5', '0', '0', '1', '0', '0', '6', '43120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43130', '43130', '275', 'year2010', '1', '0', '0', '1', '0', '0', '1', '43130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43140', '43140', '302', 'china_pstr3', '3', '0', '0', '1', '0', '0', '44', '43140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43150', '43150', '461', 'ads_tv_jaapuisto', '4', '0', '0', '1', '0', '0', '19', '43150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43160', '43160', '50', 'val09_wall2', '3', '0', '0', '1', '0', '0', '45', '43160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43170', '43170', '50', 'val09_wdrobe_g', '4', '0', '0', '1', '0', '0', '47', '43170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43180', '43180', '50', 'val09_wall1', '3', '0', '0', '1', '0', '0', '44', '43180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43190', '43190', '50', 'bling_sink', '2', '0', '0', '1', '0', '0', '34', '43190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43200', '43200', '50', 'val09_wdrobe_b', '4', '0', '0', '1', '0', '0', '46', '43200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43210', '43210', '50', 'bling_cabinet', '2', '0', '0', '1', '0', '0', '26', '43210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43220', '43220', '542', 'ads_percyw', '4', '0', '0', '1', '0', '0', '99', '43220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43230', '43230', '264', 'ads_boost_surfb', '4', '0', '0', '1', '0', '0', '4', '43230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43240', '43240', '516', 'ads_tlc_wheel', '4', '0', '0', '1', '0', '0', '33', '43240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43250', '43250', '401', 'garden_wall', '4', '0', '0', '1', '0', '0', '22', '43250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43260', '43260', '563', 'ads_tv_yle', '4', '0', '0', '1', '0', '0', '37', '43260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43270', '43270', '53', 'runway_shelf', '2', '0', '0', '1', '0', '0', '25', '43270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43280', '43280', '346', 'ads_latrobe_flag', '4', '0', '0', '1', '0', '0', '18', '43280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43290', '43290', '352', 'hc3_walldeco', '3', '0', '5', '1', '0', '0', '25', '43290', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('43300', '43300', '527', 'ads_nokia_x6', '4', '0', '0', '1', '0', '0', '44', '43300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43310', '43310', '53', 'runway_fabric', '3', '0', '0', '1', '0', '0', '17', '43310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43320', '43320', '44', 'ads_target_wall', '7', '0', '0', '1', '0', '0', '32', '43320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43330', '43330', '561', 'ads_super_pop', '4', '0', '0', '1', '0', '0', '29', '43330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43340', '43340', '546', 'ads_tv_chocapic_02', '4', '0', '0', '1', '0', '0', '18', '43340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43350', '43350', '546', 'ads_tv_chocapic_01', '4', '0', '0', '1', '0', '0', '34', '43350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43360', '43360', '403', 'bw_jaws', '3', '0', '0', '1', '0', '0', '100', '43360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43370', '43370', '534', 'ads_grefusa_surfb', '4', '0', '0', '1', '0', '0', '99', '43370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43380', '43380', '59', 'ktchn10_cabnt', '2', '0', '0', '1', '0', '0', '21', '43380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43390', '43390', '444', 'hosptl_xray', '5', '0', '0', '1', '0', '0', '99', '43390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43400', '43400', '391', 'hween10_fogwall', '4', '0', '0', '1', '0', '0', '14', '43400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43410', '43410', '45', 'bb_painimies1', '3', '0', '0', '1', '0', '0', '18', '43410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43420', '43420', '45', 'bb_painimies2', '3', '0', '0', '1', '0', '0', '17', '43420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43430', '43430', '530', 'ads_mtv_bigtv2', '4', '0', '0', '1', '0', '0', '99', '43430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43440', '43440', '530', 'ads_mtv_tv2', '4', '0', '0', '1', '0', '0', '99', '43440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43450', '43450', '391', 'hween10_card_3', '3', '0', '0', '1', '0', '0', '3', '43450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43460', '43460', '391', 'hween10_card_1', '3', '0', '0', '1', '0', '0', '1', '43460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43470', '43470', '391', 'hween10_card_4', '3', '0', '0', '1', '0', '0', '4', '43470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43480', '43480', '391', 'hween10_card_6', '3', '0', '0', '1', '0', '0', '6', '43480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43490', '43490', '391', 'hween10_wallskull', '2', '0', '0', '1', '0', '0', '25', '43490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43500', '43500', '391', 'hween10_card_2', '3', '0', '0', '1', '0', '0', '2', '43500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43510', '43510', '391', 'hween10_card_5', '3', '0', '0', '1', '0', '0', '5', '43510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43520', '43520', '527', 'ads_nokiax3_wall2', '4', '0', '0', '1', '0', '0', '108', '43520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43530', '43530', '527', 'ads_nokiax3_wall3', '4', '0', '0', '1', '0', '0', '109', '43530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43540', '43540', '527', 'ads_nokiax3_wall1', '4', '0', '0', '1', '0', '0', '107', '43540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43550', '43550', '527', 'ads_nokiax3_phn', '4', '0', '0', '1', '0', '0', '106', '43550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43560', '43560', '700', 'exe_sensor', '2', '0', '0', '1', '0', '0', '20', '43560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43570', '43570', '276', 'qt_calendar2', '3', '0', '0', '1', '0', '0', '33', '43570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43580', '43580', '520', 'ads_r7logo', '4', '0', '0', '1', '0', '0', '24', '43580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43590', '43590', '276', 'qt_calendar0', '3', '0', '0', '1', '0', '0', '31', '43590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43600', '43600', '276', 'qt_calendar1', '3', '0', '0', '1', '0', '0', '32', '43600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43610', '43610', '276', 'qt_xm10_bauble2', '1', '0', '0', '1', '0', '0', '35', '43610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43620', '43620', '477', 'es_build1', '4', '0', '0', '1', '0', '0', '5', '43620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43630', '43630', '477', 'es_build4', '4', '0', '0', '1', '0', '0', '8', '43630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43640', '43640', '477', 'es_build2', '4', '0', '0', '1', '0', '0', '6', '43640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43650', '43650', '276', 'qt_xm10_bauble1', '1', '0', '0', '1', '0', '0', '34', '43650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43660', '43660', '477', 'es_build3', '4', '0', '0', '1', '0', '0', '7', '43660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43670', '43670', '477', 'es_window', '3', '0', '0', '1', '0', '0', '21', '43670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43680', '43680', '276', 'qt_xm10_bauble3', '1', '0', '0', '1', '0', '0', '36', '43680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43690', '43690', '276', 'qt_xm10_icestar', '2', '0', '0', '1', '0', '0', '42', '43690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43700', '43700', '477', 'es_big1', '6', '0', '0', '1', '0', '0', '2', '43700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43710', '43710', '477', 'es_big3', '6', '0', '0', '1', '0', '0', '4', '43710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43720', '43720', '477', 'es_big2', '6', '0', '0', '1', '0', '0', '3', '43720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43730', '43730', '275', 'year2011', '2', '0', '0', '1', '0', '0', '2', '43730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43740', '43740', '50', 'bling11_wall1', '5', '0', '0', '1', '0', '0', '18', '43740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43750', '43750', '50', 'bling11_wall4', '5', '0', '0', '1', '0', '0', '21', '43750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43760', '43760', '50', 'bling11_wall2', '5', '0', '0', '1', '0', '0', '19', '43760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43770', '43770', '50', 'bling11_wall3', '5', '0', '0', '1', '0', '0', '20', '43770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43780', '43780', '459', 'qt_val11_heartlights', '3', '0', '0', '1', '0', '0', '5', '43780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43790', '43790', '50', 'bling11_big1', '6', '0', '0', '1', '0', '0', '1', '43790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43800', '43800', '30', 'gothic_st_glass', '5', '0', '0', '1', '0', '0', '40', '43800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43810', '43810', '263', 'ads_bigtv_missmix', '4', '0', '0', '1', '0', '0', '3', '43810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43820', '43820', '280', 'cine_light2', '2', '0', '0', '1', '0', '0', '13', '43820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43830', '43830', '280', 'cine_light1', '2', '0', '0', '1', '0', '0', '12', '43830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43840', '43840', '56', 'cubie_decal_3_b', '1', '0', '0', '1', '0', '0', '15', '43840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43850', '43850', '56', 'cubie_decklight_p', '2', '0', '0', '1', '0', '0', '18', '43850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43860', '43860', '56', 'cubie_decal_1_b', '1', '0', '0', '1', '0', '0', '10', '43860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43870', '43870', '56', 'cubie_decal_2_b', '1', '0', '0', '1', '0', '0', '12', '43870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43880', '43880', '56', 'cubie_decal_3_p', '1', '0', '0', '1', '0', '0', '16', '43880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43890', '43890', '56', 'cubie_wallshelf_b', '1', '0', '0', '1', '0', '0', '38', '43890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43900', '43900', '56', 'cubie_decal_1_p', '1', '0', '0', '1', '0', '0', '11', '43900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43910', '43910', '56', 'cubie_decal_3', '1', '0', '0', '1', '0', '0', '14', '43910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43920', '43920', '56', 'cubie_wallshelf_p', '5', '0', '0', '1', '0', '0', '39', '43920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43930', '43930', '56', 'cubie_decal_2_p', '1', '0', '0', '1', '0', '0', '13', '43930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43940', '43940', '56', 'cubie_decklight_b', '2', '0', '0', '1', '0', '0', '17', '43940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43950', '43950', '56', 'cubie_decal_0', '1', '0', '0', '1', '0', '0', '9', '43950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43960', '43960', '57', 'waasa_wall_shelf2', '2', '0', '0', '1', '0', '0', '20', '43960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43970', '43970', '57', 'waasa_wall_shelf1', '1', '0', '0', '1', '0', '0', '19', '43970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43980', '43980', '379', 'easter11_wall', '4', '0', '0', '1', '0', '0', '8', '43980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('43990', '43990', '382', 'ads_suunvuorow', '4', '0', '0', '1', '0', '0', '31', '43990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44000', '44000', '462', 'ads_volkswagen_poster', '4', '0', '0', '1', '0', '0', '20', '44000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44010', '44010', '346', 'picture_car', '4', '0', '0', '1', '0', '0', '99', '44010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44020', '44020', '185', 'ads_kfp2_tv', '4', '0', '0', '1', '0', '0', '2', '44020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44030', '44030', '185', 'ads_kfp2_wall', '4', '0', '0', '1', '0', '0', '3', '44030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44040', '44040', '104', 'dng_wall', '4', '0', '0', '1', '0', '0', '10', '44040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44050', '44050', '305', 'ads_cchups_screen', '4', '0', '0', '1', '0', '0', '99', '44050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44060', '44060', '272', 'sb_tag1', '3', '0', '0', '1', '0', '0', '9', '44060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44070', '44070', '272', 'sb_wall', '3', '0', '0', '1', '0', '0', '13', '44070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44080', '44080', '272', 'sb_tag2', '3', '0', '0', '1', '0', '0', '10', '44080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44090', '44090', '272', 'sb_tag3', '3', '0', '0', '1', '0', '0', '11', '44090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44100', '44100', '554', 'ads_durex_screen', '4', '0', '0', '1', '0', '0', '99', '44100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44110', '44110', '530', 'ads_mtv_wall', '4', '0', '0', '1', '0', '0', '105', '44110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44120', '44120', '407', 'summer_sunset_wall', '5', '0', '0', '1', '0', '0', '12', '44120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44130', '44130', '60', 'usva5_wallrug', '3', '0', '0', '1', '0', '0', '126', '44130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44140', '44140', '60', 'usva3_wallrug', '3', '0', '0', '1', '0', '0', '108', '44140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44150', '44150', '60', 'usva_wallrug', '3', '0', '0', '1', '0', '0', '138', '44150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44160', '44160', '60', 'usva4_wallrug', '3', '0', '0', '1', '0', '0', '16', '44160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44170', '44170', '60', 'usva2_wallrug', '3', '0', '0', '1', '0', '0', '8', '44170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44180', '44180', '467', 'school_chalkboard', '3', '0', '0', '1', '0', '0', '20', '44180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44190', '44190', '467', 'school_urinal', '3', '0', '0', '1', '0', '0', '40', '44190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44200', '44200', '467', 'school_wall', '3', '0', '0', '1', '0', '0', '41', '44200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44210', '44210', '467', 'school_charts', '3', '0', '0', '1', '0', '0', '22', '44210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44220', '44220', '467', 'school_toilet_wall', '3', '0', '0', '1', '0', '0', '39', '44220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44230', '44230', '106', 'boutique_lampwall', '5', '0', '0', '1', '0', '0', '14', '44230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44240', '44240', '106', 'boutique_shrack2', '4', '0', '0', '1', '0', '0', '19', '44240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44250', '44250', '106', 'boutique_shrack1', '4', '0', '0', '1', '0', '0', '18', '44250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44260', '44260', '106', 'boutique_speakers', '2', '0', '0', '1', '0', '0', '22', '44260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44270', '44270', '106', 'boutique_clrack2', '4', '0', '0', '1', '0', '0', '7', '44270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44280', '44280', '106', 'boutique_clrack1', '4', '0', '0', '1', '0', '0', '6', '44280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44290', '44290', '552', 'ads_flag_un', '4', '0', '0', '1', '0', '0', '12', '44290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44300', '44300', '245', 'horse_pitchfork_wall', '3', '0', '0', '1', '0', '0', '34', '44300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44310', '44310', '245', 'horse_stable_wall', '3', '0', '0', '1', '0', '0', '10', '44310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44320', '44320', '245', 'horse_stable_wall_w', '3', '0', '0', '1', '0', '0', '11', '44320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44330', '44330', '245', 'horse_shoe_wall', '3', '0', '0', '1', '0', '0', '33', '44330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44340', '44340', '392', 'hween11_window', '3', '0', '0', '1', '0', '0', '10', '44340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44350', '44350', '479', 'xmas11_hd4', '3', '0', '0', '1', '0', '0', '44', '44350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44360', '44360', '479', 'xmas11_wall', '3', '0', '0', '1', '0', '0', '69', '44360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44370', '44370', '479', 'xmas11_hd2', '3', '0', '0', '1', '0', '0', '42', '44370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44380', '44380', '479', 'xmas11_hd5', '3', '0', '0', '1', '0', '0', '45', '44380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44390', '44390', '479', 'xmas11_hd3', '3', '0', '0', '1', '0', '0', '43', '44390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44400', '44400', '479', 'xmas11_hd1', '3', '0', '0', '1', '0', '0', '41', '44400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44410', '44410', '479', 'xmas11_hd6', '3', '0', '0', '1', '0', '0', '46', '44410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44420', '44420', '301', 'ads_alvinsurf', '4', '0', '0', '1', '0', '0', '2', '44420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44430', '44430', '479', 'xmas11_cuckoo', '7', '0', '0', '1', '0', '0', '34', '44430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44440', '44440', '532', 'ads_m6_wall', '4', '0', '0', '1', '0', '0', '99', '44440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44450', '44450', '275', 'year2012', '3', '0', '0', '1', '0', '0', '3', '44450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44460', '44460', '412', 'snowb_mountain_wall', '5', '0', '0', '1', '0', '0', '99', '44460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44470', '44470', '231', 'flag_denmark', '3', '0', '0', '1', '0', '0', '7', '44470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44480', '44480', '468', 'urban_wall_china', '3', '0', '0', '1', '0', '0', '4', '44480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44490', '44490', '545', 'ads_antena3_wall', '4', '0', '0', '1', '0', '0', '99', '44490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44500', '44500', '479', 'xm11_stocking', '3', '0', '0', '1', '0', '0', '70', '44500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44510', '44510', '429', 'wallchair', '3', '0', '0', '1', '0', '0', '44', '44510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44520', '44520', '31', 'jp_window', '4', '0', '0', '1', '0', '0', '40', '44520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44530', '44530', '31', 'jp_wall', '3', '0', '0', '1', '0', '0', '41', '44530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44540', '44540', '212', 'stone_wall', '3', '0', '0', '1', '0', '0', '47', '44540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44550', '44550', '212', 'gardenshed_wall', '2', '0', '0', '1', '0', '0', '3', '44550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44560', '44560', '701', 'js_exe_wfall', '5', '0', '0', '1', '0', '0', '9', '44560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44570', '44570', '523', 'football12_es', '3', '0', '0', '1', '0', '0', '36', '44570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44580', '44580', '523', 'football12_it', '3', '0', '0', '1', '0', '0', '37', '44580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44590', '44590', '523', 'football12_de', '3', '0', '0', '1', '0', '0', '35', '44590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44600', '44600', '523', 'football12_pt', '3', '0', '0', '1', '0', '0', '38', '44600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44610', '44610', '120', 'anc_savanna_wall', '4', '0', '0', '1', '0', '0', '18', '44610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44620', '44620', '120', 'anc_sunset_wall', '4', '0', '0', '1', '0', '0', '19', '44620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44630', '44630', '697', 'lon_skyline', '4', '0', '0', '1', '0', '0', '300', '44630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44640', '44640', '393', 'hween12_dartboard', '2', '0', '0', '1', '0', '0', '5', '44640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44650', '44650', '74', 'hs_wall', '3', '0', '0', '1', '0', '0', '24', '44650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44660', '44660', '74', 'hs_wlight', '3', '0', '0', '1', '0', '0', '25', '44660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44670', '44670', '74', 'hs_applause', '5', '0', '0', '1', '0', '0', '1', '44670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44680', '44680', '481', 'xmas12_wall_in', '5', '0', '0', '1', '0', '0', '20', '44680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44690', '44690', '481', 'xmas12_window', '5', '0', '0', '1', '0', '0', '22', '44690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44700', '44700', '481', 'xmas12_wall_out', '5', '0', '0', '1', '0', '0', '21', '44700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44710', '44710', '481', 'xmas12_door', '5', '0', '0', '1', '0', '0', '7', '44710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44720', '44720', '481', 'xmas12_torch', '3', '0', '0', '1', '0', '0', '19', '44720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44750', '44750', '275', 'year2013', '4', '0', '0', '1', '0', '0', '4', '44750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44760', '44760', '67', 'ny2013_wall', '5', '0', '0', '1', '0', '0', '10', '44760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44770', '44770', '302', 'china_pstr4', '3', '0', '0', '1', '0', '0', '45', '44770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44780', '44780', '450', 'val13_wall_2', '3', '0', '0', '1', '0', '0', '29', '44780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44790', '44790', '450', 'val13_wall_3', '3', '0', '0', '1', '0', '0', '30', '44790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44800', '44800', '450', 'val13_wall_1', '3', '0', '0', '1', '0', '0', '28', '44800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44810', '44810', '24', 'pixel_clock_red', '0', '50', '0', '1', '0', '0', '20', '44810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44820', '44820', '24', 'pixel_walldeco', '0', '150', '0', '1', '0', '0', '70', '44820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44830', '44830', '24', 'pixel_clock_pink', '0', '50', '0', '1', '0', '0', '19', '44830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44840', '44840', '24', 'pixel_mirror', '0', '125', '0', '1', '0', '0', '72', '44840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44850', '44850', '24', 'pixel_clock_black', '0', '50', '0', '1', '0', '0', '16', '44850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44860', '44860', '24', 'pixel_clock_green', '0', '50', '0', '1', '0', '0', '18', '44860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44870', '44870', '24', 'pixel_clock_blue', '0', '50', '0', '1', '0', '0', '17', '44870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44880', '44880', '24', 'pixel_wall_green', '0', '75', '0', '1', '0', '0', '62', '44880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44890', '44890', '24', 'pixel_wall_red', '0', '75', '0', '1', '0', '0', '64', '44890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44900', '44900', '24', 'pixel_painting_pink', '0', '25', '0', '1', '0', '0', '41', '44900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44910', '44910', '24', 'pixel_painting_green', '0', '25', '0', '1', '0', '0', '40', '44910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44920', '44920', '24', 'pixel_wall_pink', '0', '75', '0', '1', '0', '0', '63', '44920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44930', '44930', '24', 'pixel_painting_black', '0', '25', '0', '1', '0', '0', '38', '44930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44940', '44940', '24', 'pixel_painting_blue', '0', '25', '0', '1', '0', '0', '39', '44940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44950', '44950', '24', 'pixel_painting_red', '0', '25', '0', '1', '0', '0', '42', '44950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44960', '44960', '24', 'pixel_wall_blue', '0', '75', '0', '1', '0', '0', '61', '44960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44970', '44970', '24', 'pixel_wall_black', '0', '75', '0', '1', '0', '0', '60', '44970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44980', '44980', '24', 'pixel_poster2', '0', '150', '0', '1', '0', '0', '71', '44980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('44990', '44990', '70', 'dimmer_steampunk', '10', '0', '0', '1', '0', '0', '1', '44990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45000', '45000', '70', 'steampunk_wall2', '3', '0', '0', '1', '0', '0', '29', '45000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45010', '45010', '70', 'steampunk_wall1', '3', '0', '0', '1', '0', '0', '28', '45010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45020', '45020', '70', 'steampunk_window', '3', '0', '0', '1', '0', '0', '30', '45020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45030', '45030', '70', 'steampunk_map', '3', '0', '0', '1', '0', '0', '19', '45030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45040', '45040', '380', 'easter13_wall3', '3', '0', '0', '1', '0', '0', '13', '45040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45050', '45050', '380', 'easter13_window', '3', '0', '0', '1', '0', '0', '14', '45050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45060', '45060', '380', 'easter13_wall1', '3', '0', '0', '1', '0', '0', '12', '45060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45070', '45070', '380', 'easter13_wall2', '3', '0', '0', '1', '0', '0', '13', '45070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45080', '45080', '62', 'mystics_bwall', '4', '0', '0', '1', '0', '0', '12', '45080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45090', '45090', '62', 'mystics_gwall', '4', '0', '0', '1', '0', '0', '24', '45090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45100', '45100', '231', 'flag_austria', '3', '0', '0', '1', '0', '0', '3', '45100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45110', '45110', '272', 'grungewall', '3', '0', '0', '1', '0', '0', '4', '45110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45120', '45120', '467', 'school_chalkboard2', '3', '0', '0', '1', '0', '0', '21', '45120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45130', '45130', '280', 'cine_pstr_6', '7', '0', '0', '1', '0', '0', '76', '45130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45140', '45140', '280', 'cine_pstr_4', '7', '0', '0', '1', '0', '0', '74', '45140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45150', '45150', '280', 'cine_pstr_7', '7', '0', '0', '1', '0', '0', '77', '45150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45160', '45160', '280', 'cine_pstr_8', '7', '0', '0', '1', '0', '0', '78', '45160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45170', '45170', '280', 'cine_pstr_1', '7', '0', '0', '1', '0', '0', '71', '45170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45180', '45180', '280', 'cine_pstr_5', '7', '0', '0', '1', '0', '0', '75', '45180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45190', '45190', '280', 'cine_pstr_0', '7', '0', '0', '1', '0', '0', '70', '45190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45200', '45200', '280', 'cine_pstr_3', '7', '0', '0', '1', '0', '0', '73', '45200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45210', '45210', '280', 'cine_pstr_9', '7', '0', '0', '1', '0', '0', '79', '45210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45220', '45220', '280', 'cine_pstr_2', '7', '0', '0', '1', '0', '0', '72', '45220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45230', '45230', '683', 'habbopage_wall', '4', '0', '0', '1', '0', '0', '19', '45230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45240', '45240', '346', 'brnd_cscape_wall', '4', '0', '0', '1', '0', '0', '44', '45240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45250', '45250', '527', 'ads_nokiax3_wallb', '4', '0', '0', '1', '0', '0', '99', '45250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45260', '45260', '527', 'ads_nokiax3_wall', '4', '0', '0', '1', '0', '0', '99', '45260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45270', '45270', '429', 'builderwall_exp', '4', '0', '0', '1', '0', '0', '99', '45270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45280', '45280', '429', 'test_habbopage_display', '4', '0', '0', '1', '0', '0', '99', '45280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45290', '45290', '280', 'cine_pstr_10', '7', '0', '0', '1', '0', '0', '80', '45290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45300', '45300', '354', 'hc_exe_wfall', '3', '0', '5', '1', '0', '0', '12', '45300', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('45310', '45310', '506', 'post_it_xmas', '3', '0', '0', '30', '0', '0', '5', '45310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45320', '45320', '275', 'year2014', '5', '0', '0', '1', '0', '0', '5', '45320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45330', '45330', '506', 'post_it_dreams', '3', '0', '25', '30', '0', '0', '2', '45330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45340', '45340', '302', 'china_pstr5', '3', '0', '0', '1', '0', '0', '46', '45340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45350', '45350', '506', 'storieshero_poster', '3', '0', '0', '1', '0', '0', '7', '45350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45360', '45360', '274', 'external_image_wallitem', '4', '0', '0', '1', '0', '0', '99', '45360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45370', '45370', '299', 'val14_wall1', '3', '0', '0', '1', '0', '0', '-8', '45370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45380', '45380', '299', 'val14_wall3', '3', '0', '0', '1', '0', '0', '-6', '45380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45390', '45390', '299', 'val14_wall2', '3', '0', '0', '1', '0', '0', '-7', '45390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45400', '45400', '506', 'post_it_shakesp', '3', '0', '0', '30', '0', '0', '4', '45400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45410', '45410', '274', 'external_image_wallitem_photo', '4', '0', '0', '1', '0', '0', '99', '45410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45420', '45420', '53', 'runway_fabric2', '3', '0', '0', '1', '0', '0', '18', '45420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45430', '45430', '506', 'stories_sch_glass', '5', '0', '0', '1', '0', '0', '15', '45430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45440', '45440', '381', 'easter14_wall', '4', '0', '0', '1', '0', '0', '44', '45440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45450', '45450', '491', 'diamond_painting6', '3', '0', '0', '1', '0', '0', '6', '45450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45460', '45460', '491', 'diamond_painting4', '4', '0', '0', '1', '0', '0', '4', '45460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45470', '45470', '491', 'diamond_painting2', '3', '0', '0', '1', '0', '0', '2', '45470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45480', '45480', '491', 'diamond_painting5', '3', '0', '0', '1', '0', '0', '5', '45480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45490', '45490', '491', 'diamond_painting1', '4', '0', '0', '1', '0', '0', '1', '45490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45500', '45500', '491', 'diamond_painting3', '3', '0', '0', '1', '0', '0', '3', '45500', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45510', '45510', '110', 'vikings_banner_r', '5', '0', '0', '1', '0', '0', '4', '45510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45520', '45520', '110', 'vikings_banner_g', '5', '0', '0', '1', '0', '0', '3', '45520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45530', '45530', '110', 'vikings_wallshield_g', '5', '0', '0', '1', '0', '0', '38', '45530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45540', '45540', '110', 'vikings_wallshield_r', '5', '0', '0', '1', '0', '0', '39', '45540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45550', '45550', '110', 'vikings_wall_g', '4', '0', '0', '1', '0', '0', '40', '45550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45560', '45560', '110', 'vikings_wall_r', '4', '0', '0', '1', '0', '0', '41', '45560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45570', '45570', '506', 'post_it_juninas', '3', '0', '0', '30', '0', '0', '3', '45570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45580', '45580', '269', 'hblooza14_wall', '5', '0', '0', '1', '0', '0', '133', '45580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45590', '45590', '112', 'wildwest_wallpaper', '3', '0', '0', '1', '0', '0', '64', '45590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45600', '45600', '112', 'st_wildwest_wallskull', '5', '0', '0', '1', '0', '0', '7', '45600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45610', '45610', '114', 'uni_floppy', '2', '0', '0', '1', '0', '0', '24', '45610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45620', '45620', '114', 'uni_fairylights', '3', '0', '0', '1', '0', '0', '23', '45620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45630', '45630', '114', 'uni_poster1', '3', '0', '0', '1', '0', '0', '52', '45630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45640', '45640', '114', 'uni_pinupgirl', '3', '0', '0', '1', '0', '0', '47', '45640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45650', '45650', '114', 'uni_hipdeer', '3', '0', '0', '1', '0', '0', '35', '45650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45660', '45660', '114', 'uni_poster2', '3', '0', '0', '1', '0', '0', '53', '45660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45670', '45670', '114', 'uni_libraryshelf', '25', '1', '5', '1', '0', '0', '73', '45670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45680', '45680', '114', 'uni_coatrack', '2', '0', '0', '1', '0', '0', '17', '45680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45690', '45690', '114', 'uni_girlcoatrack', '2', '0', '0', '1', '0', '0', '32', '45690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45700', '45700', '114', 'uni_pinupboy', '3', '0', '0', '1', '0', '0', '46', '45700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45710', '45710', '114', 'uni_vinyl', '2', '0', '0', '1', '0', '0', '58', '45710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45720', '45720', '114', 'uni_moustache', '2', '0', '0', '1', '0', '0', '42', '45720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45730', '45730', '182', 'bathroom_wall4', '4', '0', '0', '1', '0', '0', '33', '45730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45740', '45740', '182', 'bathroom_wall1', '4', '0', '0', '1', '0', '0', '30', '45740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45750', '45750', '182', 'bathroom_wall3', '4', '0', '0', '1', '0', '0', '32', '45750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45760', '45760', '182', 'bathroom_wall2', '4', '0', '0', '1', '0', '0', '31', '45760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45770', '45770', '114', 'st_uni_poster', '7', '0', '0', '1', '0', '0', '4', '45770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45780', '45780', '395', 'hween14_stainglass', '3', '0', '0', '1', '0', '0', '40', '45780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45790', '45790', '395', 'hween14_hcglass', '6', '0', '0', '1', '0', '0', '32', '45790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45800', '45800', '395', 'hween14_wall', '4', '0', '0', '1', '0', '0', '43', '45800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45810', '45810', '274', 'external_image_wallitem_poster', '4', '0', '0', '1', '0', '0', '99', '45810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45820', '45820', '280', 'cine_pstr_11', '7', '0', '0', '1', '0', '0', '81', '45820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45830', '45830', '280', 'cine_pstr_18', '7', '0', '0', '1', '0', '0', '88', '45830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45840', '45840', '280', 'cine_pstr_16', '7', '0', '0', '1', '0', '0', '86', '45840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45850', '45850', '280', 'cine_pstr_12', '7', '0', '0', '1', '0', '0', '82', '45850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45860', '45860', '280', 'cine_pstr_19', '7', '0', '0', '1', '0', '0', '89', '45860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45870', '45870', '280', 'cine_pstr_13', '7', '0', '0', '1', '0', '0', '83', '45870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45880', '45880', '280', 'cine_pstr_15', '7', '0', '0', '1', '0', '0', '85', '45880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45890', '45890', '280', 'cine_pstr_14', '7', '0', '0', '1', '0', '0', '84', '45890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45900', '45900', '280', 'cine_pstr_17', '7', '0', '0', '1', '0', '0', '87', '45900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45910', '45910', '280', 'st_pstr_felipe', '10', '0', '0', '1', '0', '0', '91', '45910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45920', '45920', '355', 'hc_arab_wndw', '3', '0', '5', '1', '0', '0', '14', '45920', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('45930', '45930', '355', 'hc_arab_swords', '3', '0', '5', '1', '0', '0', '8', '45930', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('45940', '45940', '456', 'val15_fujiwall', '3', '0', '0', '1', '0', '0', '10', '45940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45950', '45950', '116', 'attic15_wall', '4', '0', '0', '1', '0', '0', '15', '45950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45960', '45960', '116', 'attic15_painting', '3', '0', '0', '1', '0', '0', '13', '45960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45970', '45970', '274', 'external_image_wallitem_poster_small', '4', '0', '0', '1', '0', '0', '99', '45970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45980', '45980', '1202', 'carnival15_wallmask', '4', '0', '0', '1', '0', '0', '36', '45980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('45990', '45990', '118', 'cpunk_c15_wall', '4', '0', '0', '1', '0', '0', '26', '45990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46000', '46000', '302', 'china_pstr6', '3', '0', '0', '1', '0', '0', '47', '46000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46010', '46010', '429', 'cypunk_c15_wall', '4', '0', '0', '1', '0', '0', '99', '46010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46020', '46020', '400', 'cland_c15_wall', '4', '0', '0', '1', '0', '0', '29', '46020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46030', '46030', '491', 'diamond_painting9', '4', '0', '0', '1', '0', '0', '9', '46030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46040', '46040', '491', 'diamond_painting18', '4', '0', '0', '1', '0', '0', '18', '46040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46050', '46050', '491', 'diamond_painting17', '4', '0', '0', '1', '0', '0', '17', '46050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46060', '46060', '491', 'diamond_painting15', '4', '0', '0', '1', '0', '0', '15', '46060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46070', '46070', '491', 'diamond_painting16', '4', '0', '0', '1', '0', '0', '16', '46070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46080', '46080', '491', 'diamond_painting14', '4', '0', '0', '1', '0', '0', '14', '46080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46090', '46090', '491', 'diamond_painting13', '4', '0', '0', '1', '0', '0', '13', '46090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46100', '46100', '491', 'diamond_painting10', '4', '0', '0', '1', '0', '0', '10', '46100', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46110', '46110', '491', 'diamond_painting7', '4', '0', '0', '1', '0', '0', '7', '46110', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46120', '46120', '491', 'diamond_painting12', '4', '0', '0', '1', '0', '0', '12', '46120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46130', '46130', '491', 'diamond_painting11', '4', '0', '0', '1', '0', '0', '11', '46130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46140', '46140', '158', 'army15_poster', '5', '0', '0', '1', '0', '0', '4', '46140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46150', '46150', '158', 'army_c15_insig', '3', '0', '0', '1', '0', '0', '25', '46150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46160', '46160', '158', 'army15_largescreen', '15', '0', '0', '1', '0', '0', '51', '46160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46170', '46170', '158', 'army_c15_wall', '4', '0', '0', '1', '0', '0', '40', '46170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46180', '46180', '199', 'dino_c15_wallpiece', '4', '0', '0', '1', '0', '0', '35', '46180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46190', '46190', '161', 'paris_c15_wall', '4', '0', '0', '1', '0', '0', '17', '46190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46200', '46200', '18', 'lodge_c15_window', '3', '0', '0', '1', '0', '0', '20', '46200', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46210', '46210', '18', 'lodge_c15_wall', '4', '0', '0', '1', '0', '0', '19', '46210', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46220', '46220', '104', 'drago_c15_flag', '3', '0', '0', '1', '0', '0', '12', '46220', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46230', '46230', '120', 'anc_c15_wall', '5', '0', '0', '1', '0', '0', '8', '46230', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46240', '46240', '408', 'tiki_c15_wall', '7', '0', '0', '1', '0', '0', '6', '46240', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46250', '46250', '700', 'exe_c15_wall', '4', '0', '0', '1', '0', '0', '26', '46250', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46260', '46260', '35', 'romantique_c15_wall', '4', '0', '0', '1', '0', '0', '56', '46260', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46270', '46270', '50', 'bling_c15_wall', '3', '0', '0', '1', '0', '0', '50', '46270', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46280', '46280', '396', 'hween_c15_sky', '5', '0', '0', '1', '0', '0', '20', '46280', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46290', '46290', '280', 'cine_pstr_20', '7', '0', '0', '1', '0', '0', '90', '46290', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46300', '46300', '59', 'ktchn_c15_cupboard', '8', '0', '0', '1', '0', '0', '47', '46300', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46310', '46310', '683', 'gift_hhome', '4', '0', '0', '1', '0', '0', '99', '46310', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46320', '46320', '727', 'gold_c15_arc_icewall', '4', '0', '0', '1', '0', '0', '7', '46320', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46330', '46330', '485', 'xmas_c15_advent9', '2', '0', '0', '1', '0', '0', '69', '46330', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46340', '46340', '485', 'xmas_c15_advent10', '2', '0', '0', '1', '0', '0', '70', '46340', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46350', '46350', '302', 'china_pstr7', '3', '0', '0', '1', '0', '0', '49', '46350', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46360', '46360', '1192', 'gothic_r16_fountain', '4', '0', '0', '1', '0', '0', '7', '46360', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46370', '46370', '280', 'super_c16_pstriron', '10', '0', '0', '1', '0', '0', '93', '46370', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46380', '46380', '280', 'super_c16_pstrcat', '10', '0', '0', '1', '0', '0', '92', '46380', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46390', '46390', '280', 'super_c16_pstrsulk', '10', '0', '0', '1', '0', '0', '95', '46390', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46400', '46400', '280', 'super_c16_pstrlove', '10', '0', '0', '1', '0', '0', '94', '46400', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46410', '46410', '697', 'olympics_c16_walldecal', '3', '0', '0', '1', '0', '0', '99', '46410', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46420', '46420', '486', 'xmas_c16_painting', '4', '0', '0', '1', '0', '0', '25', '46420', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46430', '46430', '362', 'classic5_window', '3', '0', '0', '1', '0', '0', '11', '46430', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46440', '46440', '302', 'china_pstr8', '3', '0', '0', '1', '0', '0', '50', '46440', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46450', '46450', '124', 'mall_c17_winclo', '6', '0', '0', '1', '0', '0', '4', '46450', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46460', '46460', '124', 'mall_c17_winpet', '6', '0', '0', '1', '0', '0', '5', '46460', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46470', '46470', '124', 'mall_c17_winspo', '6', '0', '0', '1', '0', '0', '6', '46470', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46480', '46480', '383', 'easter_c17_countrybg', '3', '0', '0', '1', '0', '0', '10', '46480', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46490', '46490', '275', 'year2018', '6', '0', '0', '1', '0', '0', '6', '46490', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46500', '46500', '357', 'hc17_7', '3', '0', '5', '1', '0', '0', '12', '46500', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('46510', '46510', '302', 'china_pstr9', '3', '0', '0', '1', '0', '0', '48', '46510', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46520', '46520', '424', 'coralking_c18_seabg', '4', '0', '0', '1', '0', '0', '40', '46520', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46530', '46530', '491', 'diamond_painting26', '4', '0', '0', '1', '0', '0', '26', '46530', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46540', '46540', '491', 'diamond_painting28', '4', '0', '0', '1', '0', '0', '28', '46540', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46550', '46550', '491', 'diamond_painting27', '4', '0', '0', '1', '0', '0', '27', '46550', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46560', '46560', '491', 'diamond_painting23', '4', '0', '0', '1', '0', '0', '23', '46560', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46570', '46570', '491', 'diamond_painting21', '4', '0', '0', '1', '0', '0', '21', '46570', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46580', '46580', '491', 'diamond_painting20', '4', '0', '0', '1', '0', '0', '20', '46580', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46590', '46590', '491', 'diamond_painting19', '4', '0', '0', '1', '0', '0', '19', '46590', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46600', '46600', '491', 'diamond_painting24', '4', '0', '0', '1', '0', '0', '24', '46600', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46610', '46610', '491', 'diamond_painting29', '4', '0', '0', '1', '0', '0', '29', '46610', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46620', '46620', '491', 'diamond_painting30', '4', '0', '0', '1', '0', '0', '30', '46620', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46630', '46630', '491', 'diamond_painting22', '4', '0', '0', '1', '0', '0', '22', '46630', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46640', '46640', '491', 'diamond_painting25', '4', '0', '0', '1', '0', '0', '25', '46640', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46650', '46650', '399', 'hween_c18_labwallpanel', '4', '0', '0', '1', '0', '0', '50', '46650', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46660', '46660', '488', 'xmas_c18_starrybg', '5', '0', '0', '1', '0', '0', '44', '46660', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46670', '46670', '275', 'year2019', '7', '0', '0', '1', '0', '0', '7', '46670', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46680', '46680', '302', 'china_pstr10', '3', '0', '0', '1', '0', '0', '41', '46680', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46690', '46690', '385', 'easter_c19_forrestbg', '4', '0', '0', '1', '0', '0', '4', '46690', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46700', '46700', '525', 'fest_c19_bgwall', '4', '0', '0', '1', '0', '0', '3', '46700', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46710', '46710', '491', 'diamond_painting37', '4', '0', '0', '1', '0', '0', '37', '46710', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46720', '46720', '491', 'diamond_painting33', '4', '0', '0', '1', '0', '0', '33', '46720', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46730', '46730', '491', 'diamond_painting31', '4', '0', '0', '1', '0', '0', '31', '46730', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46740', '46740', '491', 'diamond_painting36', '4', '0', '0', '1', '0', '0', '36', '46740', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46750', '46750', '491', 'diamond_painting40', '4', '0', '0', '1', '0', '0', '40', '46750', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46760', '46760', '491', 'diamond_painting35', '4', '0', '0', '1', '0', '0', '35', '46760', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46770', '46770', '491', 'diamond_painting41', '4', '0', '0', '1', '0', '0', '41', '46770', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46780', '46780', '491', 'diamond_painting32', '4', '0', '0', '1', '0', '0', '32', '46780', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46790', '46790', '491', 'diamond_painting38', '4', '0', '0', '1', '0', '0', '38', '46790', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46800', '46800', '491', 'diamond_painting34', '4', '0', '0', '1', '0', '0', '34', '46800', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46810', '46810', '433', 'celestial_c19_wall', '4', '0', '0', '1', '0', '0', '14', '46810', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46820', '46820', '433', 'celestial_c19_constellations', '2', '0', '0', '1', '0', '0', '2', '46820', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46830', '46830', '521', 'hween_c19_mistywoodsbg', '3', '0', '0', '1', '0', '0', '14', '46830', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46840', '46840', '302', 'china_pstr11', '3', '0', '0', '1', '0', '0', '42', '46840', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46850', '46850', '275', 'year2020', '8', '0', '0', '1', '0', '0', '8', '46850', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46860', '46860', '517', 'art_c20_wall', '3', '0', '0', '1', '0', '0', '19', '46860', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46870', '46870', '517', 'art_c20_window', '4', '0', '0', '1', '0', '0', '20', '46870', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46880', '46880', '696', 'india_c20_sunsetbg', '4', '0', '0', '1', '0', '0', '15', '46880', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46890', '46890', '491', 'diamond_painting52', '3', '0', '0', '1', '0', '0', '52', '46890', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46900', '46900', '491', 'diamond_painting42', '3', '0', '0', '1', '0', '0', '42', '46900', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46910', '46910', '491', 'diamond_painting46', '3', '0', '0', '1', '0', '0', '46', '46910', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46920', '46920', '491', 'diamond_painting51', '3', '0', '0', '1', '0', '0', '51', '46920', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46930', '46930', '491', 'diamond_painting44', '3', '0', '0', '1', '0', '0', '44', '46930', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46940', '46940', '491', 'diamond_painting45', '3', '0', '0', '1', '0', '0', '45', '46940', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46950', '46950', '491', 'diamond_painting43', '3', '0', '0', '1', '0', '0', '43', '46950', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46960', '46960', '1211', 'party_nt_neon4', '3', '0', '0', '1', '0', '0', '1', '46960', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46970', '46970', '1211', 'rela_nt_wall', '3', '0', '0', '1', '0', '0', '1', '46970', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46980', '46980', '1211', 'party_nt_led', '3', '0', '0', '1', '0', '0', '1', '46980', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('46990', '46990', '1211', 'usva_nt_wallrug', '3', '0', '0', '1', '0', '0', '1', '46990', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47000', '47000', '1211', 'lt_nt_jngl_wall', '3', '0', '0', '1', '0', '0', '1', '47000', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47010', '47010', '1211', 'cine_nt_light1', '3', '0', '0', '1', '0', '0', '1', '47010', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47020', '47020', '1211', 'val09_nt_wdrobe_g', '3', '0', '0', '1', '0', '0', '1', '47020', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47030', '47030', '1211', 'party_nt_shelf', '3', '0', '0', '1', '0', '0', '1', '47030', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47040', '47040', '1211', 'window_nt_skyscraper', '3', '0', '0', '1', '0', '0', '1', '47040', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47050', '47050', '1211', 'window_nt_diner2', '3', '0', '0', '1', '0', '0', '1', '47050', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47060', '47060', '1211', 'cubie_nt_decal_2_p', '3', '0', '0', '1', '0', '0', '1', '47060', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47070', '47070', '1211', 'cubie_nt_decal_1_p', '3', '0', '0', '1', '0', '0', '1', '47070', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47080', '47080', '1212', 'hween_c20_floorwallb', '4', '0', '0', '1', '0', '0', '11', '47080', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47090', '47090', '1224', 'xmas_c20_forestbg', '4', '0', '0', '1', '0', '0', '4', '47090', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47120', '47120', '275', 'year2021', '9', '0', '0', '1', '0', '0', '9', '47120', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47130', '47130', '491', 'diamond_painting55', '3', '0', '0', '1', '0', '0', '55', '47130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47140', '47140', '491', 'diamond_painting58', '3', '0', '0', '1', '0', '0', '58', '47140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47150', '47150', '491', 'diamond_painting61', '3', '0', '0', '1', '0', '0', '61', '47150', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47160', '47160', '491', 'diamond_painting57', '3', '0', '0', '1', '0', '0', '57', '47160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47170', '47170', '491', 'diamond_painting63', '3', '0', '0', '1', '0', '0', '63', '47170', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47180', '47180', '491', 'diamond_painting56', '3', '0', '0', '1', '0', '0', '56', '47180', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('47190', '47190', '491', 'diamond_painting53', '3', '0', '0', '1', '0', '0', '53', '47190', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50000', '50000', '75', 'a0 pet0', '20', '0', '0', '1', '0', '0', '0', '50000', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50001', '50001', '76', 'a0 pet1', '20', '0', '0', '1', '0', '0', '1', '50001', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50002', '50002', '77', 'a0 pet2', '20', '0', '0', '1', '0', '0', '2', '50002', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50003', '50003', '78', 'a0 pet3', '20', '0', '0', '1', '0', '0', '3', '50003', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50004', '50004', '79', 'a0 pet4', '20', '0', '0', '1', '0', '0', '4', '50004', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50005', '50005', '80', 'a0 pet5', '20', '0', '0', '1', '0', '0', '5', '50005', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50006', '50006', '81', 'a0 pet6', '20', '0', '0', '1', '0', '0', '6', '50006', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50007', '50007', '82', 'a0 pet7', '20', '0', '0', '1', '0', '0', '7', '50007', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50008', '50008', '83', 'a0 pet8', '15', '0', '0', '1', '0', '0', '8', '50008', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50009', '50009', '84', 'a0 pet9', '20', '0', '0', '1', '0', '0', '9', '50009', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50010', '50010', '85', 'a0 pet10', '0', '75', '0', '1', '0', '0', '10', '50010', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50011', '50011', '86', 'a0 pet11', '15', '0', '0', '1', '0', '0', '10', '50011', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50012', '50012', '87', 'a0 pet12', '20', '0', '0', '1', '0', '0', '11', '50012', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50014', '50014', '88', 'a0 pet14', '20', '0', '0', '1', '0', '0', '14', '50014', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50015', '50015', '89', 'a0 pet15', '20', '0', '0', '1', '0', '0', '13', '50015', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50017', '50017', '90', 'a0 pet17', '0', '75', '0', '1', '0', '0', '17', '50017', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50018', '50018', '91', 'a0 pet18', '0', '75', '0', '1', '0', '0', '18', '50018', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50019', '50019', '92', 'a0 pet19', '0', '75', '0', '1', '0', '0', '19', '50019', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50020', '50020', '93', 'a0 pet20', '0', '75', '0', '1', '0', '0', '20', '50020', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50021', '50021', '94', 'a0 pet21', '0', '75', '0', '1', '0', '0', '21', '50021', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50022', '50022', '95', 'a0 pet22', '0', '75', '0', '1', '0', '0', '15', '50022', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50023', '50023', '96', 'a0 pet23', '0', '75', '0', '1', '0', '0', '23', '50023', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50024', '50024', '97', 'a0 pet24', '15', '0', '0', '1', '0', '0', '24', '50024', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50025', '50025', '98', 'a0 pet25', '15', '0', '0', '1', '0', '0', '25', '50025', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50028', '50028', '99', 'a0 pet28', '15', '0', '0', '1', '0', '0', '28', '50028', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50029', '50029', '100', 'a0 pet29', '15', '0', '0', '1', '0', '0', '29', '50029', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50030', '50030', '101', 'a0 pet30', '15', '0', '0', '1', '0', '0', '17', '50030', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50031', '50031', '429', 'a0 pet31', '0', '75', '0', '1', '0', '0', '31', '50031', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50032', '50032', '685', 'a0 pet32', '0', '75', '0', '1', '0', '0', '32', '50032', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50035', '50035', '681', 'a0 pet35', '0', '75', '0', '1', '0', '0', '17', '50035', '0', '', '0', '0'); +INSERT INTO `catalog_items` VALUES ('50037', '50037', '683', 'Football_PT', '3', '0', '0', '1', '0', '0', '20', '50037', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50038', '50038', '683', 'Football_IT', '3', '0', '0', '1', '0', '0', '21', '50038', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50039', '50039', '683', 'Football_DE', '3', '0', '0', '1', '0', '0', '22', '50039', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50512', '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'); +INSERT INTO `catalog_items` VALUES ('50536', '21100', '1230', 'avatar_effect100', '0', '150', '0', '1', '0', '0', '100', '-1', '0', '100', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50537', '21101', '1230', 'avatar_effect101', '0', '150', '0', '1', '0', '0', '101', '-1', '0', '101', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50538', '21102', '255', 'avatar_effect102', '0', '150', '0', '1', '0', '0', '102', '-1', '0', '102', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50539', '21104', '1230', 'avatar_effect104', '0', '150', '0', '1', '0', '0', '104', '-1', '0', '104', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50540', '21105', '1230', 'avatar_effect105', '0', '150', '0', '1', '0', '0', '105', '-1', '0', '105', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50541', '21106', '1230', 'avatar_effect106', '0', '150', '0', '1', '0', '0', '106', '-1', '0', '106', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50542', '21107', '1230', 'avatar_effect107', '0', '150', '0', '1', '0', '0', '107', '-1', '0', '107', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50543', '21108', '1230', 'avatar_effect108', '0', '150', '0', '1', '0', '0', '108', '-1', '0', '108', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50544', '21109', '1230', 'avatar_effect109', '0', '150', '0', '1', '0', '0', '109', '-1', '0', '109', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50545', '21010', '1230', 'avatar_effect10', '0', '150', '0', '1', '0', '0', '10', '-1', '0', '10', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50546', '21110', '1230', 'avatar_effect110', '0', '150', '0', '1', '0', '0', '110', '-1', '0', '110', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50547', '21111', '1230', 'avatar_effect111', '0', '150', '0', '1', '0', '0', '111', '-1', '0', '111', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50548', '21112', '1230', 'avatar_effect112', '0', '150', '0', '1', '0', '0', '112', '-1', '0', '112', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50549', '21113', '1230', 'avatar_effect113', '0', '150', '0', '1', '0', '0', '113', '-1', '0', '113', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50550', '21114', '1230', 'avatar_effect114', '0', '150', '0', '1', '0', '0', '114', '-1', '0', '114', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50551', '21115', '1230', 'avatar_effect115', '0', '150', '0', '1', '0', '0', '115', '-1', '0', '115', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50552', '21116', '1230', 'avatar_effect116', '0', '150', '0', '1', '0', '0', '116', '-1', '0', '116', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50553', '21117', '1230', 'avatar_effect117', '0', '150', '0', '1', '0', '0', '117', '-1', '0', '117', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50554', '21118', '1230', 'avatar_effect118', '0', '150', '0', '1', '0', '0', '118', '-1', '0', '118', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50555', '21119', '1230', 'avatar_effect119', '0', '150', '0', '1', '0', '0', '119', '-1', '0', '119', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50556', '21011', '1230', 'avatar_effect11', '0', '150', '0', '1', '0', '0', '11', '-1', '0', '11', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50557', '21120', '1230', 'avatar_effect120', '0', '150', '0', '1', '0', '0', '120', '-1', '0', '120', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50558', '21121', '1230', 'avatar_effect121', '0', '150', '0', '1', '0', '0', '121', '-1', '0', '121', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50559', '21122', '1230', 'avatar_effect122', '0', '150', '0', '1', '0', '0', '122', '-1', '0', '122', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50560', '21123', '1230', 'avatar_effect123', '0', '150', '0', '1', '0', '0', '123', '-1', '0', '123', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50561', '21124', '1230', 'avatar_effect124', '0', '150', '0', '1', '0', '0', '124', '-1', '0', '124', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50562', '21125', '1230', 'avatar_effect125', '0', '150', '0', '1', '0', '0', '125', '-1', '0', '125', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50563', '21126', '1230', 'avatar_effect126', '0', '150', '0', '1', '0', '0', '126', '-1', '0', '126', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50564', '21127', '1230', 'avatar_effect127', '0', '150', '0', '1', '0', '0', '127', '-1', '0', '127', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50565', '21128', '1230', 'avatar_effect128', '0', '150', '0', '1', '0', '0', '128', '-1', '0', '128', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50566', '21129', '1230', 'avatar_effect129', '0', '150', '0', '1', '0', '0', '129', '-1', '0', '129', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50567', '21012', '1230', 'avatar_effect12', '0', '150', '0', '1', '0', '0', '12', '-1', '0', '12', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50568', '21130', '1230', 'avatar_effect130', '0', '150', '0', '1', '0', '0', '130', '-1', '0', '130', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50569', '21131', '1230', 'avatar_effect131', '0', '150', '0', '1', '0', '0', '131', '-1', '0', '131', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50570', '21132', '1230', 'avatar_effect132', '0', '150', '0', '1', '0', '0', '132', '-1', '0', '132', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50571', '21133', '1230', 'avatar_effect133', '0', '150', '0', '1', '0', '0', '133', '-1', '0', '133', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50572', '21134', '1230', 'avatar_effect134', '0', '150', '0', '1', '0', '0', '134', '-1', '0', '134', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50573', '21135', '1230', 'avatar_effect135', '0', '150', '0', '1', '0', '0', '135', '-1', '0', '135', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50574', '21136', '1230', 'avatar_effect136', '0', '150', '0', '1', '0', '0', '136', '-1', '0', '136', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50575', '21137', '1230', 'avatar_effect137', '0', '150', '0', '1', '0', '0', '137', '-1', '0', '137', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50576', '21138', '1230', 'avatar_effect138', '0', '150', '0', '1', '0', '0', '138', '-1', '0', '138', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50577', '21139', '1230', 'avatar_effect139', '0', '150', '0', '1', '0', '0', '139', '-1', '0', '139', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50578', '21013', '1230', 'avatar_effect13', '0', '150', '0', '1', '0', '0', '13', '-1', '0', '13', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50579', '21141', '1230', 'avatar_effect141', '0', '150', '0', '1', '0', '0', '141', '-1', '0', '141', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50580', '21142', '1230', 'avatar_effect142', '0', '150', '0', '1', '0', '0', '142', '-1', '0', '142', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50581', '21143', '1230', 'avatar_effect143', '0', '150', '0', '1', '0', '0', '143', '-1', '0', '143', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50582', '21144', '1230', 'avatar_effect144', '0', '150', '0', '1', '0', '0', '144', '-1', '0', '144', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50583', '21145', '1230', 'avatar_effect145', '0', '150', '0', '1', '0', '0', '145', '-1', '0', '145', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50584', '21146', '1230', 'avatar_effect146', '0', '150', '0', '1', '0', '0', '146', '-1', '0', '146', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50585', '21147', '1230', 'avatar_effect147', '0', '150', '0', '1', '0', '0', '147', '-1', '0', '147', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50586', '21148', '1230', 'avatar_effect148', '0', '150', '0', '1', '0', '0', '148', '-1', '0', '148', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50587', '21149', '1230', 'avatar_effect149', '0', '150', '0', '1', '0', '0', '149', '-1', '0', '149', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50588', '21014', '1230', 'avatar_effect14', '0', '150', '0', '1', '0', '0', '14', '-1', '0', '14', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50589', '21150', '1230', 'avatar_effect150', '0', '150', '0', '1', '0', '0', '150', '-1', '0', '150', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50590', '21151', '1230', 'avatar_effect151', '0', '150', '0', '1', '0', '0', '151', '-1', '0', '151', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50591', '21152', '1230', 'avatar_effect152', '0', '150', '0', '1', '0', '0', '152', '-1', '0', '152', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50592', '21153', '1230', 'avatar_effect153', '0', '150', '0', '1', '0', '0', '153', '-1', '0', '153', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50593', '21154', '1230', 'avatar_effect154', '0', '150', '0', '1', '0', '0', '154', '-1', '0', '154', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50594', '21155', '1230', 'avatar_effect155', '0', '150', '0', '1', '0', '0', '155', '-1', '0', '155', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50595', '21156', '1230', 'avatar_effect156', '0', '150', '0', '1', '0', '0', '156', '-1', '0', '156', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50596', '21157', '1230', 'avatar_effect157', '0', '150', '0', '1', '0', '0', '157', '-1', '0', '157', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50597', '21159', '1230', 'avatar_effect159', '0', '150', '0', '1', '0', '0', '159', '-1', '0', '159', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50598', '21015', '1230', 'avatar_effect15', '0', '150', '0', '1', '0', '0', '15', '-1', '0', '15', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50599', '21160', '1230', 'avatar_effect160', '0', '150', '0', '1', '0', '0', '160', '-1', '0', '160', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50600', '21161', '1230', 'avatar_effect161', '0', '150', '0', '1', '0', '0', '161', '-1', '0', '161', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50601', '21162', '1230', 'avatar_effect162', '0', '150', '0', '1', '0', '0', '162', '-1', '0', '162', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50602', '21163', '1230', 'avatar_effect163', '0', '150', '0', '1', '0', '0', '163', '-1', '0', '163', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50603', '21164', '1230', 'avatar_effect164', '0', '150', '0', '1', '0', '0', '164', '-1', '0', '164', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50604', '21165', '1230', 'avatar_effect165', '0', '150', '0', '1', '0', '0', '165', '-1', '0', '165', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50605', '21166', '1230', 'avatar_effect166', '0', '150', '0', '1', '0', '0', '166', '-1', '0', '166', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50606', '21167', '1230', 'avatar_effect167', '0', '150', '0', '1', '0', '0', '167', '-1', '0', '167', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50607', '21168', '1230', 'avatar_effect168', '0', '150', '0', '1', '0', '0', '168', '-1', '0', '168', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50608', '21169', '1230', 'avatar_effect169', '0', '150', '0', '1', '0', '0', '169', '-1', '0', '169', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50609', '21016', '1230', 'avatar_effect16', '0', '150', '0', '1', '0', '0', '16', '-1', '0', '16', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50610', '21170', '1230', 'avatar_effect170', '0', '150', '0', '1', '0', '0', '170', '-1', '0', '170', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50611', '21171', '1230', 'avatar_effect171', '0', '150', '0', '1', '0', '0', '171', '-1', '0', '171', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50612', '21172', '1230', 'avatar_effect172', '0', '150', '0', '1', '0', '0', '172', '-1', '0', '172', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50613', '21173', '1230', 'avatar_effect173', '0', '150', '0', '1', '0', '0', '173', '-1', '0', '173', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50614', '21174', '1230', 'avatar_effect174', '0', '150', '0', '1', '0', '0', '174', '-1', '0', '174', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50615', '21177', '1230', 'avatar_effect177', '0', '150', '0', '1', '0', '0', '177', '-1', '0', '177', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50616', '21178', '1243', 'avatar_effect178', '0', '150', '0', '1', '0', '0', '178', '-1', '0', '178', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50617', '21179', '1230', 'avatar_effect179', '0', '150', '0', '1', '0', '0', '179', '-1', '0', '179', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50618', '21017', '1230', 'avatar_effect17', '0', '150', '0', '1', '0', '0', '17', '-1', '0', '17', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50619', '21180', '1230', 'avatar_effect180', '0', '150', '0', '1', '0', '0', '180', '-1', '0', '180', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50620', '21181', '1230', 'avatar_effect181', '0', '150', '0', '1', '0', '0', '181', '-1', '0', '181', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50621', '21182', '1230', 'avatar_effect182', '0', '150', '0', '1', '0', '0', '182', '-1', '0', '182', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50622', '21183', '1230', 'avatar_effect183', '0', '150', '0', '1', '0', '0', '183', '-1', '0', '183', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50623', '21187', '1230', 'avatar_effect187', '0', '150', '0', '1', '0', '0', '187', '-1', '0', '187', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50624', '21188', '1230', 'avatar_effect188', '0', '150', '0', '1', '0', '0', '188', '-1', '0', '188', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50625', '21189', '1230', 'avatar_effect189', '0', '150', '0', '1', '0', '0', '189', '-1', '0', '189', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50626', '21018', '1230', 'avatar_effect18', '0', '150', '0', '1', '0', '0', '18', '-1', '0', '18', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50627', '21190', '1230', 'avatar_effect190', '0', '150', '0', '1', '0', '0', '190', '-1', '0', '190', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50628', '21191', '1230', 'avatar_effect191', '0', '150', '0', '1', '0', '0', '191', '-1', '0', '191', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50629', '21192', '1230', 'avatar_effect192', '0', '150', '0', '1', '0', '0', '192', '-1', '0', '192', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50630', '21196', '1230', 'avatar_effect196', '0', '150', '0', '1', '0', '0', '196', '-1', '0', '196', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50631', '21019', '1230', 'avatar_effect19', '0', '150', '0', '1', '0', '0', '19', '-1', '0', '19', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50632', '21001', '1230', 'avatar_effect1', '0', '150', '0', '1', '0', '0', '1', '-1', '0', '1', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50633', '21020', '1230', 'avatar_effect20', '0', '150', '0', '1', '0', '0', '20', '-1', '0', '20', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50634', '21021', '1230', 'avatar_effect21', '0', '150', '0', '1', '0', '0', '21', '-1', '0', '21', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50635', '21022', '1230', 'avatar_effect22', '0', '150', '0', '1', '0', '0', '22', '-1', '0', '22', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50636', '21023', '1230', 'avatar_effect23', '0', '150', '0', '1', '0', '0', '23', '-1', '0', '23', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50637', '21024', '1230', 'avatar_effect24', '0', '150', '0', '1', '0', '0', '24', '-1', '0', '24', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50638', '21025', '1230', 'avatar_effect25', '0', '150', '0', '1', '0', '0', '25', '-1', '0', '25', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50639', '21026', '1230', 'avatar_effect26', '0', '150', '0', '1', '0', '0', '26', '-1', '0', '26', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50640', '21027', '1230', 'avatar_effect27', '0', '150', '0', '1', '0', '0', '27', '-1', '0', '27', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50641', '21002', '1230', 'avatar_effect2', '0', '150', '0', '1', '0', '0', '2', '-1', '0', '2', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50642', '21031', '1230', 'avatar_effect31', '0', '150', '0', '1', '0', '0', '31', '-1', '0', '31', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50643', '21032', '1230', 'avatar_effect32', '0', '150', '0', '1', '0', '0', '32', '-1', '0', '32', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50644', '21003', '1230', 'avatar_effect3', '0', '150', '0', '1', '0', '0', '3', '-1', '0', '3', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50645', '21044', '1230', 'avatar_effect44', '0', '150', '0', '1', '0', '0', '44', '-1', '0', '44', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50646', '21047', '1230', 'avatar_effect47', '0', '150', '0', '1', '0', '0', '47', '-1', '0', '47', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50647', '21048', '1230', 'avatar_effect48', '0', '150', '0', '1', '0', '0', '48', '-1', '0', '48', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50648', '21004', '1230', 'avatar_effect4', '0', '150', '0', '1', '0', '0', '4', '-1', '0', '4', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50649', '21053', '1230', 'avatar_effect53', '0', '150', '0', '1', '0', '0', '53', '-1', '0', '53', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50650', '21054', '1230', 'avatar_effect54', '0', '150', '0', '1', '0', '0', '54', '-1', '0', '54', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50651', '21059', '1230', 'avatar_effect59', '0', '150', '0', '1', '0', '0', '59', '-1', '0', '59', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50652', '21005', '1230', 'avatar_effect5', '0', '150', '0', '1', '0', '0', '5', '-1', '0', '5', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50653', '21060', '1230', 'avatar_effect60', '0', '150', '0', '1', '0', '0', '60', '-1', '0', '60', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50654', '21061', '1230', 'avatar_effect61', '0', '150', '0', '1', '0', '0', '61', '-1', '0', '61', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50655', '21062', '1230', 'avatar_effect62', '0', '150', '0', '1', '0', '0', '62', '-1', '0', '62', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50656', '21063', '1230', 'avatar_effect63', '0', '150', '0', '1', '0', '0', '63', '-1', '0', '63', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50657', '21064', '1230', 'avatar_effect64', '0', '150', '0', '1', '0', '0', '65', '-1', '0', '64', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50658', '21065', '1230', 'avatar_effect65', '0', '150', '0', '1', '0', '0', '65', '-1', '0', '65', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50659', '21066', '1230', 'avatar_effect66', '0', '150', '0', '1', '0', '0', '66', '-1', '0', '66', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50660', '21067', '1230', 'avatar_effect67', '0', '150', '0', '1', '0', '0', '67', '-1', '0', '67', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50661', '21069', '1230', 'avatar_effect69', '0', '150', '0', '1', '0', '0', '69', '-1', '0', '69', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50662', '21006', '1230', 'avatar_effect6', '0', '150', '0', '1', '0', '0', '6', '-1', '0', '6', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50663', '21070', '1230', 'avatar_effect70', '0', '150', '0', '1', '0', '0', '70', '-1', '0', '70', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50664', '21071', '1230', 'avatar_effect71', '0', '150', '0', '1', '0', '0', '71', '-1', '0', '71', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50665', '21072', '1230', 'avatar_effect72', '0', '150', '0', '1', '0', '0', '72', '-1', '0', '72', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50666', '21073', '1230', 'avatar_effect73', '0', '150', '0', '1', '0', '0', '73', '-1', '0', '73', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50667', '21074', '1230', 'avatar_effect74', '0', '150', '0', '1', '0', '0', '74', '-1', '0', '74', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50668', '21075', '1230', 'avatar_effect75', '0', '150', '0', '1', '0', '0', '75', '-1', '0', '75', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50669', '21076', '1230', 'avatar_effect76', '0', '150', '0', '1', '0', '0', '76', '-1', '0', '76', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50670', '21078', '1230', 'avatar_effect78', '0', '150', '0', '1', '0', '0', '78', '-1', '0', '78', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50671', '21079', '1230', 'avatar_effect79', '0', '150', '0', '1', '0', '0', '79', '-1', '0', '79', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50672', '21007', '1230', 'avatar_effect7', '0', '150', '0', '1', '0', '0', '7', '-1', '0', '7', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50673', '21080', '1230', 'avatar_effect80', '0', '150', '0', '1', '0', '0', '80', '-1', '0', '80', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50674', '21081', '1230', 'avatar_effect81', '0', '150', '0', '1', '0', '0', '81', '-1', '0', '81', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50675', '21082', '1230', 'avatar_effect82', '0', '150', '0', '1', '0', '0', '82', '-1', '0', '82', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50676', '21083', '1230', 'avatar_effect83', '0', '150', '0', '1', '0', '0', '83', '-1', '0', '83', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50677', '21084', '1230', 'avatar_effect84', '0', '150', '0', '1', '0', '0', '84', '-1', '0', '84', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50678', '21085', '1230', 'avatar_effect85', '0', '150', '0', '1', '0', '0', '85', '-1', '0', '85', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50679', '21086', '1230', 'avatar_effect86', '0', '150', '0', '1', '0', '0', '86', '-1', '0', '86', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50680', '21087', '1230', 'avatar_effect87', '0', '150', '0', '1', '0', '0', '87', '-1', '0', '87', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50681', '21088', '1230', 'avatar_effect88', '0', '150', '0', '1', '0', '0', '88', '-1', '0', '88', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50682', '21089', '1230', 'avatar_effect89', '0', '150', '0', '1', '0', '0', '89', '-1', '0', '89', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50683', '21008', '1230', 'avatar_effect8', '0', '150', '0', '1', '0', '0', '8', '-1', '0', '8', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50684', '21090', '1230', 'avatar_effect90', '0', '150', '0', '1', '0', '0', '90', '-1', '0', '90', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50685', '21091', '1230', 'avatar_effect91', '0', '150', '0', '1', '0', '0', '91', '-1', '0', '91', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50686', '21092', '1230', 'avatar_effect92', '0', '150', '0', '1', '0', '0', '92', '-1', '0', '92', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50687', '21093', '1230', 'avatar_effect93', '0', '150', '0', '1', '0', '0', '93', '-1', '0', '93', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50688', '21094', '1230', 'avatar_effect94', '0', '150', '0', '1', '0', '0', '94', '-1', '0', '94', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50689', '21099', '1230', 'avatar_effect99', '0', '150', '0', '1', '0', '0', '99', '-1', '0', '99', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50690', '21009', '1230', 'avatar_effect9', '0', '150', '0', '1', '0', '0', '9', '-1', '0', '9', '1', '0'); +INSERT INTO `catalog_items` VALUES ('50691', '21186', '1230', 'avatar_effect186', '0', '150', '0', '1', '0', '0', '186', '-1', '0', '186', '1', '0'); +INSERT INTO `catalog_items` VALUES ('59964', '59964', '683', 'Football_PT', '3', '0', '0', '1', '0', '0', '23', '59964', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('59972', '59972', '1000', 'rotating_roomdeal286', '99', '0', '0', '1', '0', '0', '1', '59972', '0', '50200', '0', '0'); +INSERT INTO `catalog_items` VALUES ('59973', '59973', '1001', 'rotating_roomdeal287', '99', '0', '0', '1', '0', '0', '1', '59973', '0', '50201', '0', '0'); +INSERT INTO `catalog_items` VALUES ('59974', '59974', '1002', 'rotating_roomdeal287', '30', '1', '5', '1', '0', '0', '1', '59974', '0', '50202', '0', '0'); +INSERT INTO `catalog_items` VALUES ('59975', '59975', '1003', 'rotating_roomdeal280', '30', '1', '5', '1', '0', '0', '1', '59975', '0', '50203', '0', '0'); +INSERT INTO `catalog_items` VALUES ('59976', '59976', '1004', 'rotating_roomdeal287', '30', '1', '5', '1', '0', '0', '1', '59976', '0', '50204', '0', '0'); +INSERT INTO `catalog_items` VALUES ('59977', '59977', '1005', 'rotating_roomdeal287', '30', '1', '5', '1', '0', '0', '1', '59977', '0', '50205', '0', '0'); +INSERT INTO `catalog_items` VALUES ('59978', '59978', '1006', 'rotating_roomdeal281', '30', '1', '5', '1', '0', '0', '1', '59978', '0', '50206', '0', '0'); +INSERT INTO `catalog_items` VALUES ('60000', '19894', '13', 'floor_single_501', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60001', '19894', '13', 'floor_single_502', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60002', '19894', '13', 'floor_single_503', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60003', '19894', '13', 'floor_single_504', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60004', '19894', '13', 'floor_single_505', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60005', '19894', '13', 'floor_single_506', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60006', '19894', '13', 'floor_single_507', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60007', '19894', '13', 'floor_single_601', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60008', '19894', '13', 'floor_single_602', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60009', '19894', '13', 'floor_single_602', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60010', '19894', '13', 'floor_single_604', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60011', '19894', '13', 'floor_single_605', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60012', '19894', '13', 'floor_single_606', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60013', '19894', '13', 'floor_single_607', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60014', '19894', '13', 'floor_single_608', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60015', '19894', '13', 'floor_single_609', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60016', '19894', '13', 'floor_single_610', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60017', '19894', '13', 'floor_single_101', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60018', '19894', '13', 'floor_single_102', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60019', '19894', '13', 'floor_single_103', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60020', '19894', '13', 'floor_single_104', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60021', '19894', '13', 'floor_single_105', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60022', '19894', '13', 'floor_single_106', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60023', '19894', '13', 'floor_single_107', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60024', '19894', '13', 'floor_single_108', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60025', '19894', '13', 'floor_single_109', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60026', '19894', '13', 'floor_single_110', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60027', '19894', '13', 'floor_single_111', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60028', '19894', '13', 'floor_single_201', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60029', '19894', '13', 'floor_single_201', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60030', '19894', '13', 'floor_single_202', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60031', '19894', '13', 'floor_single_202', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60032', '19894', '13', 'floor_single_203', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60033', '19894', '13', 'floor_single_203', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60034', '19894', '13', 'floor_single_204', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60035', '19894', '13', 'floor_single_204', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60036', '19894', '13', 'floor_single_205', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60037', '19894', '13', 'floor_single_205', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60038', '19894', '13', 'floor_single_206', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60039', '19894', '13', 'floor_single_206', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60040', '19894', '13', 'floor_single_207', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60041', '19894', '13', 'floor_single_207', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60042', '19894', '13', 'floor_single_208', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60043', '19894', '13', 'floor_single_209', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60044', '19894', '13', 'floor_single_209', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60045', '19894', '13', 'floor_single_210', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60046', '19894', '13', 'floor_single_210', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60047', '19894', '13', 'floor_single_211', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60048', '19894', '13', 'floor_single_211', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60049', '19894', '13', 'floor_single_301', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60050', '19894', '13', 'floor_single_302', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60051', '19894', '13', 'floor_single_303', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60052', '19894', '13', 'floor_single_304', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60053', '19894', '13', 'floor_single_305', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60054', '19894', '13', 'floor_single_306', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60055', '19894', '13', 'floor_single_307', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60066', '19894', '13', 'floor_single_401', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60067', '19894', '13', 'floor_single_402', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60068', '19894', '13', 'floor_single_403', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60069', '19894', '13', 'floor_single_404', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60070', '19894', '13', 'floor_single_405', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60071', '19894', '13', 'floor_single_406', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60072', '19894', '13', 'floor_single_407', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60073', '19894', '13', 'floor_single_408', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60074', '19894', '13', 'floor_single_409', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60075', '19894', '13', 'floor_single_410', '1', '0', '0', '1', '0', '0', '99', '19894', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60100', '2607', '254', 'SONG ElectricPixels', '1', '0', '0', '1', '0', '0', '1', '2607', '25', 'electric_pixels', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60101', '2607', '254', 'SONG LostMyTapesAtGoa', '1', '0', '0', '1', '0', '0', '2', '2607', '23', 'lost_my_tapes_at_goa', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60102', '2607', '254', 'SONG EpicFlail', '1', '0', '0', '1', '0', '0', '3', '2607', '21', 'epic_flail', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60103', '2607', '254', 'SONG Xmas2011', '1', '0', '0', '1', '0', '0', '4', '2607', '26', 'xmas_2011', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60104', '2607', '254', 'SONG WhoDaresStacks', '1', '0', '0', '1', '0', '0', '5', '2607', '27', 'who_dares_stacks', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60105', '2607', '254', 'SONG GalacticDisco', '1', '0', '0', '1', '0', '0', '6', '2607', '24', 'galactic_disco', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60106', '2607', '254', 'SONG AlleyCatInTrouble', '1', '0', '0', '1', '0', '0', '7', '2607', '22', 'alley_cat_in_trouble', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60107', '2607', '254', 'SONG Trax_1', '1', '0', '0', '1', '0', '0', '8', '2607', '15', 'party_trax', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60108', '2607', '254', 'SONG double_peks', '1', '0', '0', '1', '0', '0', '9', '2607', '14', 'double_peks', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60109', '2607', '254', 'SONG Trax_2', '1', '0', '0', '1', '0', '0', '10', '2607', '20', 'chilled_trax', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60110', '2607', '254', 'SONG Weirdodo', '1', '0', '0', '1', '0', '0', '10', '2607', '13', 'weirdodo', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60111', '2607', '254', 'SONG Haadolocknloll', '1', '0', '0', '1', '0', '0', '12', '2607', '12', 'haadolocknloll', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60112', '2607', '254', 'SONG TeemuP1', '1', '0', '0', '1', '0', '0', '12', '2607', '11', 'good_trade', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60113', '2607', '254', 'SONG TeemuP2', '1', '0', '0', '1', '0', '0', '14', '2607', '1', 'ballad_of_bonnie', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60114', '2607', '254', 'SONG bossanova', '1', '0', '0', '1', '0', '0', '13', '2607', '2', 'bossa_nova', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60115', '2607', '254', 'SONG disco_extreme', '1', '0', '0', '1', '0', '0', '14', '2607', '10', 'disco_extreme', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60116', '2607', '254', 'SONG klubhaus', '1', '0', '0', '1', '0', '0', '17', '2607', '9', 'klub_haus', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60117', '2607', '254', 'SONG limbertake', '1', '0', '0', '1', '0', '0', '18', '2607', '8', 'limber_take', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60118', '2607', '254', 'SONG miamimiamor', '1', '0', '0', '1', '0', '0', '19', '2607', '7', 'miami_miamor', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60119', '2607', '254', 'SONG new_song', '1', '0', '0', '1', '0', '0', '20', '2607', '6', 'gold_coin_digger', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60120', '2607', '254', 'SONG ParkAdventure', '1', '0', '0', '1', '0', '0', '21', '2607', '18', 'park_adventure', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60121', '2607', '254', 'SONG pianissimo', '1', '0', '0', '1', '0', '0', '15', '2607', '4', 'pianissimo', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60122', '2607', '254', 'SONG RnB_Swat_Teem', '1', '0', '0', '1', '0', '0', '23', '2607', '17', 'rnb_swat_teem', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60200', '19926', '13', 'landscape_single_1.1', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60201', '19926', '13', 'landscape_single_2.1', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60202', '19926', '13', 'landscape_single_3.1', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60203', '19926', '13', 'landscape_single_4.1', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60204', '19926', '13', 'landscape_single_5.1', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60205', '19926', '13', 'landscape_single_6.1', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60206', '19926', '13', 'landscape_single_7.1', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60207', '19926', '13', 'landscape_single_1.2', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60208', '19926', '13', 'landscape_single_1.3', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60209', '19926', '13', 'landscape_single_2.3', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60210', '19926', '13', 'landscape_single_3.3', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60211', '19926', '13', 'landscape_single_4.3', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60212', '19926', '13', 'landscape_single_5.3', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60213', '19926', '13', 'landscape_single_6.3', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60214', '19926', '13', 'landscape_single_7.3', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60215', '19926', '13', 'landscape_single_1.4', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60216', '19926', '13', 'landscape_single_2.4', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60217', '19926', '13', 'landscape_single_3.4', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60218', '19926', '13', 'landscape_single_4.4', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60219', '19926', '13', 'landscape_single_5.4', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60220', '19926', '13', 'landscape_single_6.4', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60221', '19926', '13', 'landscape_single_7.4', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60222', '19926', '13', 'landscape_single_1.5', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60223', '19926', '13', 'landscape_single_2.5', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60224', '19926', '13', 'landscape_single_3.5', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60225', '19926', '13', 'landscape_single_4.5', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60226', '19926', '13', 'landscape_single_5.5', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60227', '19926', '13', 'landscape_single_6.5', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60228', '19926', '13', 'landscape_single_7.5', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60229', '19926', '13', 'landscape_single_1.6', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60230', '19926', '13', 'landscape_single_2.6', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60231', '19926', '13', 'landscape_single_3.6', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60232', '19926', '13', 'landscape_single_4.6', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60233', '19926', '13', 'landscape_single_5.6', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60234', '19926', '13', 'landscape_single_6.6', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60235', '19926', '13', 'landscape_single_7.6', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60236', '19926', '13', 'landscape_single_1.7', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60237', '19926', '13', 'landscape_single_2.7', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60238', '19926', '13', 'landscape_single_3.7', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60239', '19926', '13', 'landscape_single_4.7', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60240', '19926', '13', 'landscape_single_5.7', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60241', '19926', '13', 'landscape_single_6.7', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60242', '19926', '13', 'landscape_single_7.7', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60243', '19926', '13', 'landscape_single_1.8', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60244', '19926', '13', 'landscape_single_1.9', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60245', '19926', '13', 'landscape_single_1.10', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60246', '19926', '13', 'landscape_single_1.11', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60247', '19926', '13', 'landscape_single_7.12', '1', '0', '0', '1', '0', '0', '99', '19926', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60300', '40010', '21', 'poster 1', '3', '0', '0', '1', '0', '0', '20', '40010', '0', '1', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60301', '40010', '21', 'poster 2', '3', '0', '0', '1', '0', '0', '21', '40010', '0', '2', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60302', '40010', '21', 'poster 3', '3', '0', '0', '1', '0', '0', '22', '40010', '0', '3', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60303', '40010', '21', 'poster 4', '3', '0', '0', '1', '0', '0', '23', '40010', '0', '4', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60304', '40010', '21', 'poster 5', '3', '0', '0', '1', '0', '0', '24', '40010', '0', '5', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60305', '40010', '21', 'poster 6', '3', '0', '0', '1', '0', '0', '25', '40010', '0', '6', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60306', '40010', '21', 'poster 7', '3', '0', '0', '1', '0', '0', '26', '40010', '0', '7', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60307', '40010', '21', 'poster 8', '3', '0', '0', '1', '0', '0', '27', '40010', '0', '8', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60308', '40010', '21', 'poster 9', '3', '0', '0', '1', '0', '0', '28', '40010', '0', '9', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60309', '40010', '21', 'poster 10', '3', '0', '0', '1', '0', '0', '29', '40010', '0', '10', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60310', '40010', '21', 'poster 11', '3', '0', '0', '1', '0', '0', '30', '40010', '0', '11', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60311', '40010', '21', 'poster 12', '3', '0', '0', '1', '0', '0', '31', '40010', '0', '12', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60312', '40010', '21', 'poster 13', '3', '0', '0', '1', '0', '0', '32', '40010', '0', '13', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60313', '40010', '21', 'poster 14', '3', '0', '0', '1', '0', '0', '33', '40010', '0', '14', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60314', '40010', '21', 'poster 15', '3', '0', '0', '1', '0', '0', '34', '40010', '0', '15', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60315', '40010', '21', 'poster 16', '3', '0', '0', '1', '0', '0', '35', '40010', '0', '16', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60316', '40010', '21', 'poster 17', '3', '0', '0', '1', '0', '0', '36', '40010', '0', '17', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60317', '40010', '21', 'poster 18', '3', '0', '0', '1', '0', '0', '37', '40010', '0', '18', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60318', '40010', '21', 'poster 19', '3', '0', '0', '1', '0', '0', '38', '40010', '0', '19', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60319', '40010', '21', 'poster 20', '3', '0', '0', '1', '0', '0', '39', '40010', '0', '20', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60320', '40010', '21', 'poster 21', '3', '0', '0', '1', '0', '0', '40', '40010', '0', '21', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60321', '40010', '21', 'poster 22', '3', '0', '0', '1', '0', '0', '41', '40010', '0', '22', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60322', '40010', '21', 'poster 23', '3', '0', '0', '1', '0', '0', '42', '40010', '0', '23', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60323', '40010', '21', 'poster 24', '3', '0', '0', '1', '0', '0', '43', '40010', '0', '24', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60324', '40010', '21', 'poster 25', '3', '0', '0', '1', '0', '0', '44', '40010', '0', '25', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60325', '40010', '21', 'poster 26', '3', '0', '0', '1', '0', '0', '45', '40010', '0', '26', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60326', '40010', '21', 'poster 27', '3', '0', '0', '1', '0', '0', '46', '40010', '0', '27', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60327', '40010', '21', 'poster 28', '3', '0', '0', '1', '0', '0', '47', '40010', '0', '28', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60328', '40010', '21', 'poster 29', '3', '0', '0', '1', '0', '0', '48', '40010', '0', '29', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60329', '40010', '21', 'poster 30', '3', '0', '0', '1', '0', '0', '49', '40010', '0', '30', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60330', '40010', '21', 'poster 31', '3', '0', '0', '1', '0', '0', '50', '40010', '0', '31', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60331', '40010', '21', 'poster 32', '3', '0', '0', '1', '0', '0', '60', '40010', '0', '32', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60332', '40010', '21', 'poster 33', '3', '0', '0', '1', '0', '0', '61', '40010', '0', '33', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60333', '40010', '21', 'poster 34', '3', '0', '0', '1', '0', '0', '62', '40010', '0', '34', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60334', '40010', '21', 'poster 35', '3', '0', '0', '1', '0', '0', '63', '40010', '0', '35', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60335', '40010', '21', 'poster 36', '3', '0', '0', '1', '0', '0', '64', '40010', '0', '36', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60336', '40010', '21', 'poster 37', '3', '0', '0', '1', '0', '0', '65', '40010', '0', '37', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60337', '40010', '21', 'poster 38', '3', '0', '0', '1', '0', '0', '66', '40010', '0', '38', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60338', '40010', '21', 'poster 39', '3', '0', '0', '1', '0', '0', '67', '40010', '0', '39', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60339', '40010', '21', 'poster 40', '3', '0', '0', '1', '0', '0', '68', '40010', '0', '40', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60340', '40010', '21', 'poster 41', '3', '0', '0', '1', '0', '0', '69', '40010', '0', '41', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60341', '40010', '21', 'poster 42', '3', '0', '0', '1', '0', '0', '70', '40010', '0', '42', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60342', '40010', '21', 'poster 43', '3', '0', '0', '1', '0', '0', '80', '40010', '0', '43', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60343', '40010', '21', 'poster 44', '3', '0', '0', '1', '0', '0', '81', '40010', '0', '44', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60344', '40010', '21', 'poster 45', '3', '0', '0', '1', '0', '0', '82', '40010', '0', '45', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60345', '40010', '21', 'poster 46', '3', '0', '0', '1', '0', '0', '83', '40010', '0', '46', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60346', '40010', '21', 'poster 47', '3', '0', '0', '1', '0', '0', '84', '40010', '0', '47', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60347', '40010', '21', 'poster 48', '3', '0', '0', '1', '0', '0', '85', '40010', '0', '48', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60348', '40010', '21', 'poster 49', '3', '0', '0', '1', '0', '0', '86', '40010', '0', '49', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60349', '40010', '21', 'poster 50', '3', '0', '0', '1', '0', '0', '87', '40010', '0', '50', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60350', '40010', '21', 'poster 51', '3', '0', '0', '1', '0', '0', '88', '40010', '0', '51', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60351', '40010', '21', 'poster 52', '3', '0', '0', '1', '0', '0', '89', '40010', '0', '52', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60352', '40010', '21', 'poster 53', '3', '0', '0', '1', '0', '0', '90', '40010', '0', '53', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60353', '40010', '21', 'poster 54', '3', '0', '0', '1', '0', '0', '100', '40010', '0', '54', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60355', '40010', '663', 'poster 56', '5', '0', '0', '1', '0', '0', '102', '40010', '0', '56', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60356', '40010', '21', 'poster 57', '3', '0', '0', '1', '0', '0', '103', '40010', '0', '57', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60357', '40010', '21', 'poster 58', '3', '0', '0', '1', '0', '0', '104', '40010', '0', '58', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60358', '40010', '231', 'poster 500', '3', '0', '0', '1', '0', '0', '24', '40010', '0', '500', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60359', '40010', '231', 'poster 501', '3', '0', '0', '1', '0', '0', '25', '40010', '0', '501', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60360', '40010', '231', 'poster 502', '3', '0', '0', '1', '0', '0', '26', '40010', '0', '502', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60361', '40010', '231', 'poster 503', '3', '0', '0', '1', '0', '0', '27', '40010', '0', '503', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60362', '40010', '231', 'poster 504', '3', '0', '0', '1', '0', '0', '28', '40010', '0', '504', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60363', '40010', '231', 'poster 505', '3', '0', '0', '1', '0', '0', '29', '40010', '0', '505', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60364', '40010', '231', 'poster 506', '3', '0', '0', '1', '0', '0', '30', '40010', '0', '506', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60365', '40010', '231', 'poster 507', '3', '0', '0', '1', '0', '0', '31', '40010', '0', '507', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60366', '40010', '231', 'poster 508', '3', '0', '0', '1', '0', '0', '32', '40010', '0', '508', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60367', '40010', '231', 'poster 509', '3', '0', '0', '1', '0', '0', '33', '40010', '0', '509', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60368', '40010', '231', 'poster 510', '3', '0', '0', '1', '0', '0', '34', '40010', '0', '510', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60369', '40010', '231', 'poster 511', '3', '0', '0', '1', '0', '0', '35', '40010', '0', '511', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60370', '40010', '231', 'poster 512', '3', '0', '0', '1', '0', '0', '36', '40010', '0', '512', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60371', '40010', '231', 'poster 513', '3', '0', '0', '1', '0', '0', '37', '40010', '0', '513', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60372', '40010', '231', 'poster 514', '3', '0', '0', '1', '0', '0', '38', '40010', '0', '514', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60373', '40010', '231', 'poster 515', '3', '0', '0', '1', '0', '0', '39', '40010', '0', '515', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60374', '40010', '231', 'poster 516', '3', '0', '0', '1', '0', '0', '40', '40010', '0', '516', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60375', '40010', '231', 'poster 517', '3', '0', '0', '1', '0', '0', '41', '40010', '0', '517', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60376', '40010', '231', 'poster 518', '3', '0', '0', '1', '0', '0', '42', '40010', '0', '518', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60377', '40010', '231', 'poster 520', '3', '0', '0', '1', '0', '0', '43', '40010', '0', '520', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60378', '40010', '231', 'poster 521', '3', '0', '0', '1', '0', '0', '44', '40010', '0', '521', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60379', '40010', '231', 'poster 522', '3', '0', '0', '1', '0', '0', '45', '40010', '0', '522', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60380', '40010', '231', 'poster 523', '3', '0', '0', '1', '0', '0', '46', '40010', '0', '523', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60381', '40010', '429', 'poster 38', '4', '0', '0', '1', '0', '0', '82', '40010', '0', '599', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60382', '40010', '21', 'poster 1000', '3', '0', '0', '1', '0', '0', '110', '40010', '0', '1000', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60383', '40010', '21', 'poster 1001', '3', '0', '0', '1', '0', '0', '111', '40010', '0', '1001', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60384', '40010', '21', 'poster 1002', '3', '0', '0', '1', '0', '0', '112', '40010', '0', '1002', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60385', '40010', '21', 'poster 1003', '3', '0', '0', '1', '0', '0', '113', '40010', '0', '1003', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60386', '40010', '663', 'poster 1004', '5', '0', '0', '1', '0', '0', '50', '40010', '0', '1004', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60387', '40010', '21', 'poster 1005', '3', '0', '0', '1', '0', '0', '115', '40010', '0', '1005', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60388', '40010', '21', 'poster 1006', '3', '0', '0', '1', '0', '0', '116', '40010', '0', '1006', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60389', '40010', '21', 'poster 2000', '3', '0', '0', '1', '0', '0', '120', '40010', '0', '2000', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60390', '40010', '21', 'poster 2001', '3', '0', '0', '1', '0', '0', '121', '40010', '0', '2001', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60391', '40010', '21', 'poster 2002', '3', '0', '0', '1', '0', '0', '122', '40010', '0', '2002', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60392', '40010', '21', 'poster 2003', '3', '0', '0', '1', '0', '0', '123', '40010', '0', '2003', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60393', '40010', '21', 'poster 2004', '3', '0', '0', '1', '0', '0', '127', '40010', '0', '2004', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60394', '40010', '663', 'poster 2005', '5', '0', '0', '1', '0', '0', '6', '40010', '0', '2005', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60395', '40010', '21', 'poster 2006', '3', '0', '0', '1', '0', '0', '124', '40010', '0', '2006', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60396', '40010', '21', 'poster 2007', '3', '0', '0', '1', '0', '0', '125', '40010', '0', '2007', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60397', '40010', '21', 'poster 2008', '3', '0', '0', '1', '0', '0', '126', '40010', '0', '2008', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60398', '40010', '473', 'poster 21', '4', '0', '0', '1', '0', '0', '40', '40010', '0', '21', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60399', '40010', '473', 'poster 22', '4', '0', '0', '1', '0', '0', '41', '40010', '0', '22', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60400', '40010', '473', 'poster 23', '4', '0', '0', '1', '0', '0', '42', '40010', '0', '23', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60401', '40010', '473', 'poster 24', '4', '0', '0', '1', '0', '0', '43', '40010', '0', '24', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60402', '40010', '473', 'poster 25', '4', '0', '0', '1', '0', '0', '44', '40010', '0', '25', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60403', '40010', '473', 'poster 26', '2', '0', '0', '1', '0', '0', '45', '40010', '0', '26', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60404', '40010', '473', 'poster 27', '2', '0', '0', '1', '0', '0', '46', '40010', '0', '27', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60405', '40010', '473', 'poster 28', '2', '0', '0', '1', '0', '0', '47', '40010', '0', '28', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60406', '40010', '473', 'poster 29', '2', '0', '0', '1', '0', '0', '48', '40010', '0', '29', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60407', '40010', '473', 'poster 30', '2', '0', '0', '1', '0', '0', '49', '40010', '0', '30', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60408', '40010', '473', 'poster 20', '4', '0', '0', '1', '0', '0', '39', '40010', '0', '20', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60409', '40010', '388', 'poster 42', '3', '0', '0', '1', '0', '0', '70', '40010', '0', '42', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60410', '40010', '388', 'poster 43', '3', '0', '0', '1', '0', '0', '80', '40010', '0', '43', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60411', '40010', '388', 'poster 44', '3', '0', '0', '1', '0', '0', '81', '40010', '0', '44', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60412', '40010', '388', 'poster 45', '3', '0', '0', '1', '0', '0', '82', '40010', '0', '45', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60413', '40010', '302', 'poster 57', '4', '0', '0', '1', '0', '0', '8', '40010', '0', '57', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60414', '40010', '302', 'poster 58', '4', '0', '0', '1', '0', '0', '8', '40010', '0', '58', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60415', '40010', '388', 'poster 50', '3', '0', '0', '1', '0', '0', '100', '40010', '0', '50', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60416', '40140', '453', 'Habborella Poster 1 Porthole', '3', '0', '0', '1', '0', '0', '20', '40140', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60417', '40130', '453', 'Habborella Poster 2 Life Buoy', '3', '0', '0', '1', '0', '0', '21', '40130', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60418', '40160', '453', 'Habborella Poster 3 Anchor', '3', '0', '0', '1', '0', '0', '22', '40160', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60500', '19896', '13', 'wallpaper_single_101', '1', '0', '0', '1', '0', '0', '101', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60501', '19896', '13', 'wallpaper_single_102', '1', '0', '0', '1', '0', '0', '42', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60502', '19896', '13', 'wallpaper_single_103', '1', '0', '0', '1', '0', '0', '43', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60503', '19896', '13', 'wallpaper_single_104', '1', '0', '0', '1', '0', '0', '104', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60504', '19896', '13', 'wallpaper_single_105', '1', '0', '0', '1', '0', '0', '105', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60505', '19896', '13', 'wallpaper_single_106', '1', '0', '0', '1', '0', '0', '106', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60506', '19896', '13', 'wallpaper_single_107', '1', '0', '0', '1', '0', '0', '107', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60507', '19896', '13', 'wallpaper_single_108', '1', '0', '0', '1', '0', '0', '108', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60508', '19896', '13', 'wallpaper_single_109', '1', '0', '0', '1', '0', '0', '109', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60509', '19896', '13', 'wallpaper_single_110', '1', '0', '0', '1', '0', '0', '110', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60510', '19896', '13', 'wallpaper_single_111', '1', '0', '0', '1', '0', '0', '111', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60511', '19896', '13', 'wallpaper_single_112', '1', '0', '0', '1', '0', '0', '44', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60512', '19896', '13', 'wallpaper_single_113', '1', '0', '0', '1', '0', '0', '113', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60513', '19896', '13', 'wallpaper_single_114', '1', '0', '0', '1', '0', '0', '114', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60514', '19896', '13', 'wallpaper_single_115', '1', '0', '0', '1', '0', '0', '115', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60515', '19896', '13', 'wallpaper_single_201', '1', '0', '0', '1', '0', '0', '201', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60516', '19896', '13', 'wallpaper_single_202', '1', '0', '0', '1', '0', '0', '202', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60517', '19896', '13', 'wallpaper_single_203', '1', '0', '0', '1', '0', '0', '203', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60518', '19896', '13', 'wallpaper_single_204', '1', '0', '0', '1', '0', '0', '204', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60519', '19896', '13', 'wallpaper_single_205', '1', '0', '0', '1', '0', '0', '205', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60520', '19896', '13', 'wallpaper_single_206', '1', '0', '0', '1', '0', '0', '206', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60521', '19896', '13', 'wallpaper_single_207', '1', '0', '0', '1', '0', '0', '207', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60522', '19896', '13', 'wallpaper_single_208', '1', '0', '0', '1', '0', '0', '208', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60523', '19896', '13', 'wallpaper_single_209', '1', '0', '0', '1', '0', '0', '209', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60524', '19896', '13', 'wallpaper_single_210', '1', '0', '0', '1', '0', '0', '210', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60525', '19896', '13', 'wallpaper_single_211', '1', '0', '0', '1', '0', '0', '211', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60526', '19896', '13', 'wallpaper_single_212', '1', '0', '0', '1', '0', '0', '212', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60527', '19896', '13', 'wallpaper_single_213', '1', '0', '0', '1', '0', '0', '213', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60528', '19896', '13', 'wallpaper_single_214', '1', '0', '0', '1', '0', '0', '214', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60529', '19896', '13', 'wallpaper_single_215', '1', '0', '0', '1', '0', '0', '215', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60530', '19896', '13', 'wallpaper_single_216', '1', '0', '0', '1', '0', '0', '216', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60531', '19896', '13', 'wallpaper_single_217', '1', '0', '0', '1', '0', '0', '217', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60532', '19896', '13', 'wallpaper_single_218', '1', '0', '0', '1', '0', '0', '218', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60533', '19896', '13', 'wallpaper_single_301', '1', '0', '0', '1', '0', '0', '301', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60534', '19896', '13', 'wallpaper_single_302', '1', '0', '0', '1', '0', '0', '63', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60535', '19896', '13', 'wallpaper_single_303', '1', '0', '0', '1', '0', '0', '64', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60536', '19896', '13', 'wallpaper_single_304', '1', '0', '0', '1', '0', '0', '65', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60537', '19896', '13', 'wallpaper_single_305', '1', '0', '0', '1', '0', '0', '305', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60538', '19896', '13', 'wallpaper_single_306', '1', '0', '0', '1', '0', '0', '306', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60539', '19896', '13', 'wallpaper_single_307', '1', '0', '0', '1', '0', '0', '307', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60540', '19896', '13', 'wallpaper_single_401', '1', '0', '0', '1', '0', '0', '401', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60541', '19896', '13', 'wallpaper_single_402', '1', '0', '0', '1', '0', '0', '402', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60542', '19896', '13', 'wallpaper_single_403', '1', '0', '0', '1', '0', '0', '403', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60543', '19896', '13', 'wallpaper_single_404', '1', '0', '0', '1', '0', '0', '404', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60544', '19896', '13', 'wallpaper_single_405', '1', '0', '0', '1', '0', '0', '405', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60545', '19896', '13', 'wallpaper_single_406', '1', '0', '0', '1', '0', '0', '406', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60546', '19896', '13', 'wallpaper_single_407', '1', '0', '0', '1', '0', '0', '407', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60547', '19896', '13', 'wallpaper_single_408', '1', '0', '0', '1', '0', '0', '408', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60548', '19896', '13', 'wallpaper_single_501', '1', '0', '0', '1', '0', '0', '503', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60549', '19896', '13', 'wallpaper_single_502', '1', '0', '0', '1', '0', '0', '68', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60550', '19896', '13', 'wallpaper_single_503', '1', '0', '0', '1', '0', '0', '503', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60551', '19896', '13', 'wallpaper_single_504', '1', '0', '0', '1', '0', '0', '504', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60552', '19896', '13', 'wallpaper_single_505', '1', '0', '0', '1', '0', '0', '505', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60553', '19896', '13', 'wallpaper_single_506', '1', '0', '0', '1', '0', '0', '506', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60554', '19896', '13', 'wallpaper_single_507', '1', '0', '0', '1', '0', '0', '507', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60555', '19896', '13', 'wallpaper_single_508', '1', '0', '0', '1', '0', '0', '508', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60556', '19896', '13', 'wallpaper_single_601', '1', '0', '0', '1', '0', '0', '601', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60557', '19896', '13', 'wallpaper_single_602', '1', '0', '0', '1', '0', '0', '602', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60558', '19896', '13', 'wallpaper_single_603', '1', '0', '0', '1', '0', '0', '603', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60559', '19896', '13', 'wallpaper_single_604', '1', '0', '0', '1', '0', '0', '604', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60560', '19896', '13', 'wallpaper_single_605', '1', '0', '0', '1', '0', '0', '605', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60561', '19896', '13', 'wallpaper_single_606', '1', '0', '0', '1', '0', '0', '606', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60562', '19896', '13', 'wallpaper_single_607', '1', '0', '0', '1', '0', '0', '607', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60563', '19896', '13', 'wallpaper_single_608', '1', '0', '0', '1', '0', '0', '608', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60564', '19896', '13', 'wallpaper_single_609', '1', '0', '0', '1', '0', '0', '609', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60565', '19896', '13', 'wallpaper_single_610', '1', '0', '0', '1', '0', '0', '610', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60566', '19896', '13', 'wallpaper_single_701', '1', '0', '0', '1', '0', '0', '701', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60567', '19896', '13', 'wallpaper_single_702', '1', '0', '0', '1', '0', '0', '702', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60568', '19896', '13', 'wallpaper_single_703', '1', '0', '0', '1', '0', '0', '703', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60569', '19896', '13', 'wallpaper_single_704', '1', '0', '0', '1', '0', '0', '704', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60570', '19896', '13', 'wallpaper_single_705', '1', '0', '0', '1', '0', '0', '705', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60571', '19896', '13', 'wallpaper_single_706', '1', '0', '0', '1', '0', '0', '706', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60572', '19896', '13', 'wallpaper_single_707', '1', '0', '0', '1', '0', '0', '707', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60573', '19896', '13', 'wallpaper_single_708', '1', '0', '0', '1', '0', '0', '708', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60574', '19896', '13', 'wallpaper_single_709', '1', '0', '0', '1', '0', '0', '709', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60575', '19896', '13', 'wallpaper_single_710', '1', '0', '0', '1', '0', '0', '710', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60576', '19896', '13', 'wallpaper_single_801', '1', '0', '0', '1', '0', '0', '801', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60577', '19896', '13', 'wallpaper_single_802', '1', '0', '0', '1', '0', '0', '802', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60578', '19896', '13', 'wallpaper_single_803', '1', '0', '0', '1', '0', '0', '803', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60579', '19896', '13', 'wallpaper_single_804', '1', '0', '0', '1', '0', '0', '804', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60580', '19896', '13', 'wallpaper_single_805', '1', '0', '0', '1', '0', '0', '805', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60581', '19896', '13', 'wallpaper_single_806', '1', '0', '0', '1', '0', '0', '806', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60582', '19896', '13', 'wallpaper_single_807', '1', '0', '0', '1', '0', '0', '807', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60583', '19896', '13', 'wallpaper_single_808', '1', '0', '0', '1', '0', '0', '808', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60584', '19896', '13', 'wallpaper_single_809', '1', '0', '0', '1', '0', '0', '809', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60585', '19896', '13', 'wallpaper_single_810', '1', '0', '0', '1', '0', '0', '810', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60586', '19896', '13', 'wallpaper_single_901', '1', '0', '0', '1', '0', '0', '901', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60587', '19896', '13', 'wallpaper_single_902', '1', '0', '0', '1', '0', '0', '902', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60588', '19896', '13', 'wallpaper_single_903', '1', '0', '0', '1', '0', '0', '903', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60589', '19896', '13', 'wallpaper_single_904', '1', '0', '0', '1', '0', '0', '904', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60590', '19896', '13', 'wallpaper_single_905', '1', '0', '0', '1', '0', '0', '905', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60591', '19896', '13', 'wallpaper_single_906', '1', '0', '0', '1', '0', '0', '906', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60592', '19896', '13', 'wallpaper_single_907', '1', '0', '0', '1', '0', '0', '907', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60593', '19896', '13', 'wallpaper_single_908', '1', '0', '0', '1', '0', '0', '908', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60594', '19896', '13', 'wallpaper_single_1001', '1', '0', '0', '1', '0', '0', '76', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60595', '19896', '13', 'wallpaper_single_1002', '1', '0', '0', '1', '0', '0', '77', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60596', '19896', '13', 'wallpaper_single_1003', '1', '0', '0', '1', '0', '0', '78', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60597', '19896', '13', 'wallpaper_single_1004', '1', '0', '0', '1', '0', '0', '79', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60598', '19896', '13', 'wallpaper_single_1005', '1', '0', '0', '1', '0', '0', '80', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60599', '19896', '13', 'wallpaper_single_1006', '1', '0', '0', '1', '0', '0', '81', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60600', '19896', '13', 'wallpaper_single_1007', '1', '0', '0', '1', '0', '0', '82', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60601', '19896', '13', 'wallpaper_single_1101', '1', '0', '0', '1', '0', '0', '1101', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60602', '19896', '13', 'wallpaper_single_1201', '1', '0', '0', '1', '0', '0', '1201', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60603', '19896', '13', 'wallpaper_single_1301', '1', '0', '0', '1', '0', '0', '1301', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60604', '19896', '13', 'wallpaper_single_1401', '1', '0', '0', '1', '0', '0', '1401', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60605', '19896', '13', 'wallpaper_single_1501', '1', '0', '0', '1', '0', '0', '1501', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60606', '19896', '13', 'wallpaper_single_1601', '1', '0', '0', '1', '0', '0', '1601', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60607', '19896', '13', 'wallpaper_single_1701', '1', '0', '0', '1', '0', '0', '1701', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60608', '19896', '13', 'wallpaper_single_1801', '1', '0', '0', '1', '0', '0', '1801', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60609', '19896', '13', 'wallpaper_single_1901', '1', '0', '0', '1', '0', '0', '1901', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60610', '19896', '13', 'wallpaper_single_1902', '1', '0', '0', '1', '0', '0', '1902', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60611', '19896', '13', 'wallpaper_single_2001', '1', '0', '0', '1', '0', '0', '2001', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60612', '19896', '13', 'wallpaper_single_2002', '1', '0', '0', '1', '0', '0', '2002', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60613', '19896', '13', 'wallpaper_single_2003', '1', '0', '0', '1', '0', '0', '2003', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60614', '19896', '13', 'wallpaper_single_2101', '1', '0', '0', '1', '0', '0', '2101', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60615', '19896', '13', 'wallpaper_single_2102', '1', '0', '0', '1', '0', '0', '2102', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60616', '19896', '13', 'wallpaper_single_2103', '1', '0', '0', '1', '0', '0', '2103', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60617', '19896', '13', 'wallpaper_single_2201', '1', '0', '0', '1', '0', '0', '2201', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60618', '19896', '13', 'wallpaper_single_2202', '1', '0', '0', '1', '0', '0', '2202', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60619', '19896', '13', 'wallpaper_single_2203', '1', '0', '0', '1', '0', '0', '2203', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60620', '19896', '13', 'wallpaper_single_2204', '1', '0', '0', '1', '0', '0', '2204', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60621', '19896', '13', 'wallpaper_single_2205', '1', '0', '0', '1', '0', '0', '2205', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60622', '19896', '13', 'wallpaper_single_2206', '1', '0', '0', '1', '0', '0', '2206', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60623', '19896', '13', 'wallpaper_single_2301', '1', '0', '0', '1', '0', '0', '2301', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60624', '19896', '13', 'wallpaper_single_2302', '1', '0', '0', '1', '0', '0', '2302', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60625', '19896', '13', 'wallpaper_single_2303', '1', '0', '0', '1', '0', '0', '2303', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60626', '19896', '13', 'wallpaper_single_2304', '1', '0', '0', '1', '0', '0', '2304', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60627', '19896', '13', 'wallpaper_single_2401', '1', '0', '0', '1', '0', '0', '2401', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60628', '19896', '13', 'wallpaper_single_2402', '1', '0', '0', '1', '0', '0', '2402', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60629', '19896', '13', 'wallpaper_single_2403', '1', '0', '0', '1', '0', '0', '2403', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60630', '19896', '13', 'wallpaper_single_2501', '1', '0', '0', '1', '0', '0', '2501', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60631', '19896', '13', 'wallpaper_single_2502', '1', '0', '0', '1', '0', '0', '2502', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60632', '19896', '13', 'wallpaper_single_2503', '1', '0', '0', '1', '0', '0', '2503', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60633', '19896', '13', 'wallpaper_single_2504', '1', '0', '0', '1', '0', '0', '2504', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60634', '19896', '13', 'wallpaper_single_2601', '1', '0', '0', '1', '0', '0', '2601', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60635', '19896', '13', 'wallpaper_single_2602', '1', '0', '0', '1', '0', '0', '2602', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60636', '19896', '13', 'wallpaper_single_2603', '1', '0', '0', '1', '0', '0', '2603', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60637', '19896', '13', 'wallpaper_single_2604', '1', '0', '0', '1', '0', '0', '2604', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60638', '19896', '13', 'wallpaper_single_2701', '1', '0', '0', '1', '0', '0', '2701', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60639', '19896', '13', 'wallpaper_single_2702', '1', '0', '0', '1', '0', '0', '2702', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60640', '19896', '13', 'wallpaper_single_2703', '1', '0', '0', '1', '0', '0', '2703', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60641', '19896', '13', 'wallpaper_single_2704', '1', '0', '0', '1', '0', '0', '2704', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60642', '19896', '13', 'wallpaper_single_2801', '1', '0', '0', '1', '0', '0', '2801', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60643', '19896', '13', 'wallpaper_single_2802', '1', '0', '0', '1', '0', '0', '2802', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60644', '19896', '13', 'wallpaper_single_2803', '1', '0', '0', '1', '0', '0', '2803', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60645', '19896', '13', 'wallpaper_single_2804', '1', '0', '0', '1', '0', '0', '2804', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60646', '19896', '13', 'wallpaper_single_2901', '1', '0', '0', '1', '0', '0', '2901', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60647', '19896', '13', 'wallpaper_single_2902', '1', '0', '0', '1', '0', '0', '2902', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60648', '19896', '13', 'wallpaper_single_2903', '1', '0', '0', '1', '0', '0', '2903', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60649', '19896', '13', 'wallpaper_single_2904', '1', '0', '0', '1', '0', '0', '2904', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60650', '19896', '13', 'wallpaper_single_3001', '1', '0', '0', '1', '0', '0', '3001', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60651', '19896', '13', 'wallpaper_single_3002', '1', '0', '0', '1', '0', '0', '3002', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60652', '19896', '13', 'wallpaper_single_3003', '1', '0', '0', '1', '0', '0', '3003', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60653', '19896', '13', 'wallpaper_single_3004', '1', '0', '0', '1', '0', '0', '3004', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60654', '19896', '13', 'wallpaper_single_3101', '1', '0', '0', '1', '0', '0', '3101', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60655', '19896', '13', 'wallpaper_single_3102', '1', '0', '0', '1', '0', '0', '3102', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60656', '19896', '13', 'wallpaper_single_3103', '1', '0', '0', '1', '0', '0', '3103', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60657', '19896', '13', 'wallpaper_single_3104', '1', '0', '0', '1', '0', '0', '3104', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60658', '19896', '13', 'wallpaper_single_3105', '1', '0', '0', '1', '0', '0', '3105', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60659', '19896', '13', 'wallpaper_single_3106', '1', '0', '0', '1', '0', '0', '3106', '19896', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60663', '', '0', '', '3', '0', '0', '1', '0', '0', '1', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60664', '3671:4;3678:2;3703:6;3680:1;3685:2;3674:6;3700:4', '211', 'Product_wf_promo4', '60', '0', '0', '1', '0', '0', '0', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60665', '3633', '45', 'deal_COM_100bbtiles', '50', '0', '0', '100', '0', '0', '-2', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60666', '3633', '45', 'deal_COM_50bbtiles', '25', '0', '0', '50', '0', '0', '-3', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60667', '3757:100;3758:50', '38', 'deal_100tile50block', '60', '0', '0', '1', '0', '0', '23', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60668', '3757:50;3758:25', '38', 'deal_50tile25block', '35', '0', '0', '1', '0', '0', '21', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60669', '3762;3760;3756;3765;3759;3764;3757:50;3758:25', '38', 'deal_es2team', '40', '0', '0', '1', '0', '0', '22', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60670', '3759:8;3764;3671;3685', '38', 'AFK Starter Pack', '30', '0', '0', '1', '0', '0', '20', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60671', '3792', '630', 'deal_roller12', '60', '0', '0', '12', '0', '0', '14', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60672', '3792', '630', 'deal_roller24', '100', '0', '0', '24', '0', '0', '15', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60673', '3736', '415', 'deal_skate12', '60', '0', '0', '12', '0', '0', '36', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60674', '3736', '415', 'deal_skate6', '36', '0', '0', '6', '0', '0', '35', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60675', '3909', '386', 'deal_easter11_12grasspatch', '30', '0', '0', '12', '0', '0', '4', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60676', '3909', '386', 'deal_easter11_24grasspatch', '55', '0', '0', '24', '0', '0', '5', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60678', '4725', '223', 'roombg_jetset', '25', '1', '5', '1', '0', '0', '5', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60679', '4734', '223', 'roombg_hween12', '15', '0', '0', '1', '0', '0', '6', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60680', '4822', '223', 'roombg_aurora', '50', '0', '0', '1', '0', '0', '7', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60681', '5535', '223', 'roombg_stars', '35', '0', '0', '1', '0', '0', '8', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60682', '5536', '223', 'roombg_city1', '10', '0', '0', '1', '0', '0', '9', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60683', '5537', '223', 'roombg_city2', '10', '0', '0', '1', '0', '0', '10', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60684', '40010', '217', 'poster 51', '3', '0', '0', '1', '0', '0', '13', '-1', '0', '51', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60685', '40010', '217', 'poster 52', '3', '0', '0', '1', '0', '0', '10', '-1', '0', '52', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60686', '40010', '217', 'poster 53', '3', '0', '0', '1', '0', '0', '11', '-1', '0', '53', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60687', '40010', '217', 'poster 54', '3', '0', '0', '1', '0', '0', '12', '-1', '0', '54', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60688', '5718', '240', 'val14_lovelock1', '10', '0', '0', '1', '0', '0', '11', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60689', '5719', '240', 'val14_lovelock2', '10', '0', '0', '1', '0', '0', '12', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60690', '5742', '240', 'val14_lovelock3', '100', '1', '5', '1', '0', '0', '13', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60691', '6058', '240', 'wildwest_wanted_poster', '8', '0', '0', '1', '0', '0', '14', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60692', '6184', '240', 'hween14_lovelock', '8', '0', '0', '1', '0', '0', '15', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60693', '2978', '224', 'xmas08_telep', '5', '0', '0', '1', '0', '0', '6', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60696', '3053', '224', 'ads_idol_tele', '7', '0', '0', '1', '0', '0', '9', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60698', '3161', '224', 'env_telep', '6', '0', '0', '1', '0', '0', '11', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60700', '3214', '224', 'sf_tele', '5', '0', '0', '1', '0', '0', '13', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60702', '3305', '224', 'exe_elevator', '7', '0', '0', '1', '0', '0', '15', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60705', '3420', '224', 'garden_flytrap', '8', '0', '0', '1', '0', '0', '18', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60706', '3550', '224', 'bw_tele', '6', '0', '0', '1', '0', '0', '19', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60707', '3659', '224', 'hween10_tele', '5', '0', '0', '1', '0', '0', '20', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60708', '3752', '224', 'xmas10_fireplace', '6', '0', '0', '1', '0', '0', '21', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60709', '3789', '224', 'bling11_tele', '7', '0', '0', '1', '0', '0', '22', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60711', '3990', '224', 'picnic_tele', '6', '0', '0', '1', '0', '0', '24', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60712', '4146', '224', 'school_locker_b', '8', '0', '0', '1', '0', '0', '25', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60713', '4150', '224', 'school_locker_r', '8', '0', '0', '1', '0', '0', '26', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60714', '4413', '224', 'teleport_dragon', '8', '0', '0', '1', '0', '0', '28', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60715', '4633', '224', 'anc_pharaoh_tele', '12', '0', '0', '1', '0', '0', '29', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60716', '4956', '224', 'steampunk_tele', '6', '0', '0', '1', '0', '0', '30', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60717', '4979', '224', 'easter13_teleport', '6', '0', '0', '1', '0', '0', '31', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60718', '5241', '224', 'pirate_teleport', '6', '0', '0', '1', '0', '0', '32', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60719', '5263', '224', 'school_locker_g', '8', '0', '0', '1', '0', '0', '27', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60720', '5304', '224', 'hween13_tele', '15', '0', '0', '1', '0', '0', '33', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60721', '5323', '224', 'cine_teleport4', '6', '0', '0', '1', '0', '0', '37', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60722', '5326', '224', 'cine_teleport2', '6', '0', '0', '1', '0', '0', '35', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60723', '5328', '224', 'cine_teleport1', '6', '0', '0', '1', '0', '0', '34', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60724', '5330', '224', 'cine_teleport3', '6', '0', '0', '1', '0', '0', '36', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60725', '5517', '224', 'hc_exe_elevator', '3', '0', '0', '1', '0', '0', '38', '-1', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('60726', '5832', '224', 'easter14_teleport', '7', '0', '0', '1', '0', '0', '38', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60727', '5889', '224', 'vikings_teleport', '8', '0', '0', '1', '0', '0', '39', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60728', '5988', '224', 'hblooza14_tele', '8', '0', '0', '1', '0', '0', '40', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60729', '5993', '224', 'hblooza14_hctele', '15', '0', '0', '1', '0', '0', '41', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60730', '6033', '224', 'wildwest_teleport', '6', '0', '0', '1', '0', '0', '42', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60731', '6194', '224', 'hween14_hctele', '8', '0', '0', '1', '0', '0', '43', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60732', '6201', '224', 'hween14_teleport', '6', '0', '0', '1', '0', '0', '44', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60733', '6239', '224', 'xmas14_tele', '7', '0', '0', '1', '0', '0', '45', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60734', '7725', '224', 'val15_tele', '7', '0', '0', '1', '0', '0', '46', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60735', '7773', '224', 'attic15_tele', '7', '0', '0', '1', '0', '0', '47', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60736', '7807', '224', 'cpunk_c15_tele', '7', '0', '0', '1', '0', '0', '48', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60737', '1505', '224', 'DEV doorD', '15', '0', '0', '1', '0', '0', '5', '-1', '0', '', '1', '1'); +INSERT INTO `catalog_items` VALUES ('60742', '8026', '224', 'army_c15_telemine', '5', '0', '0', '1', '0', '0', '49', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60743', '8060', '224', 'army_c15_teledoor', '7', '0', '0', '1', '0', '0', '50', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60744', '8110', '224', 'dino_c15_tele', '7', '0', '0', '1', '0', '0', '51', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60745', '8237', '224', 'lt15_tele', '15', '0', '0', '1', '0', '0', '52', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60746', '8246', '224', 'tiki_c15_tele', '10', '0', '0', '1', '0', '0', '53', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60747', '8264', '224', 'steampunk_c15_door', '7', '0', '0', '1', '0', '0', '54', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60748', '8369', '224', 'hween_c15_tele', '6', '0', '0', '1', '0', '0', '55', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60749', '8428', '224', 'ktchn_c15_tele', '7', '0', '0', '1', '0', '0', '56', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60752', '8946', '224', 'jungle_c16_tele', '7', '0', '0', '1', '0', '0', '59', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60753', '9147', '224', 'hween_c16_teleport', '7', '0', '0', '1', '0', '0', '60', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60754', '9234', '224', 'xmas_c16_tele', '7', '0', '0', '1', '0', '0', '61', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60755', '9401', '224', 'mall_c17_tele', '10', '0', '0', '1', '0', '0', '62', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60756', '9721', '224', 'hween_c17_monstertele', '7', '0', '0', '1', '0', '0', '63', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60757', '10068', '224', 'coralking_c18_shelltele', '7', '0', '0', '1', '0', '0', '64', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60758', '10268', '224', 'hween_c18_zaptele', '7', '0', '0', '1', '0', '0', '65', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60759', '10334', '224', 'xmas_c18_metro', '7', '0', '0', '1', '0', '0', '66', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60760', '11121', '224', 'easter_c20_climbingropetele', '6', '0', '0', '1', '0', '0', '68', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60761', '11644', '224', 'xmas_c20_runetele', '7', '0', '0', '1', '0', '0', '69', '-1', '0', '', '1', '0'); +INSERT INTO `catalog_items` VALUES ('60762', '10536', '224', 'easter_c19_magicringtele', '7', '0', '0', '1', '0', '0', '67', '-1', '0', '', '1', '0'); diff --git a/Catalog-SQLS/catalog_pages.sql b/Catalog-SQLS/catalog_pages.sql new file mode 100644 index 00000000..7a36c452 --- /dev/null +++ b/Catalog-SQLS/catalog_pages.sql @@ -0,0 +1,758 @@ +/* +Navicat MySQL Data Transfer + +Source Server : hotel +Source Server Version : 50505 +Source Host : localhost:3306 +Source Database : hotel + +Target Server Type : MYSQL +Target Server Version : 50505 +File Encoding : 65001 + +Date: 2020-12-18 10:10:40 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for catalog_pages +-- ---------------------------- +DROP TABLE IF EXISTS `catalog_pages`; +CREATE TABLE `catalog_pages` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `parent_id` int(11) NOT NULL DEFAULT -1, + `caption_save` varchar(25) NOT NULL DEFAULT '', + `caption` varchar(128) NOT NULL, + `page_layout` enum('default_3x3','club_buy','club_gift','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','spaces_new','soundmachine','guilds','guild_furni','info_duckets','info_rentables','info_pets','roomads','single_bundle','sold_ltd_items','badge_display','bots','pets','pets2','pets3','productpage1','room_bundle','recent_purchases','default_3x3_color_grouping','guild_forum','vip_buy','info_loyalty','loyalty_vip_buy','collectibles','petcustomization','frontpage_featured') NOT NULL DEFAULT 'default_3x3', + `icon_color` int(5) NOT NULL DEFAULT 1, + `icon_image` int(5) NOT NULL DEFAULT 1, + `min_rank` int(5) NOT NULL DEFAULT 1, + `order_num` int(5) NOT NULL DEFAULT 1, + `visible` enum('0','1') NOT NULL DEFAULT '1', + `enabled` enum('0','1') NOT NULL DEFAULT '1', + `club_only` enum('0','1') NOT NULL DEFAULT '0', + `vip_only` enum('1','0') NOT NULL DEFAULT '0', + `page_headline` varchar(1024) NOT NULL DEFAULT '', + `page_teaser` varchar(64) NOT NULL DEFAULT '', + `page_special` varchar(2048) DEFAULT '' COMMENT 'Gold Bubble: catalog_special_txtbg1 // Speech Bubble: catalog_special_txtbg2 // Place normal text in page_text_teaser', + `page_text1` text DEFAULT NULL, + `page_text2` text DEFAULT NULL, + `page_text_details` text DEFAULT NULL, + `page_text_teaser` text DEFAULT NULL, + `room_id` int(5) DEFAULT 0, + `includes` varchar(128) NOT NULL DEFAULT '' COMMENT 'Example usage: 1;2;3\r\n This will include page 1, 2 and 3 in the current page.\r\n Note that permissions are only used for the current entry.', + PRIMARY KEY (`id`) USING BTREE, + KEY `id` (`id`) USING BTREE +) ENGINE=MyISAM AUTO_INCREMENT=1247 DEFAULT CHARSET=utf8mb4 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', '89', '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', '3', '1', '0', '0', '0', 'catalog_header_hw15', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('376', '372', 'valentines_day', 'Valentine\'s Day', 'default_3x3', '1', '144', '1', '6', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('8', '2', 'club_buy', 'Habbo Club', 'vip_buy', '1', '172', '1', '50', '1', '1', '0', '0', 'catalog_club_headline1_en', 'club', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('9', '2', 'bots', 'Bots', 'bots', '1', '65', '1', '70', '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 ('13', '604', 'spaces', 'Spaces', 'spaces_new', '1', '225', '1', '50', '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', '15', '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', '2', 'seasonal_furni_lines', 'By Season', 'default_3x3', '1', '90', '1', '36', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('306', '604', 'windows', 'Windows', 'default_3x3', '1', '218', '1', '65', '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', '25', '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, '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('503', '209', 'jet_set', 'Jet Set', 'default_3x3', '1', '237', '1', '112', '1', '1', '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', '209', 'mode', 'Mode', 'default_3x3', '1', '39', '1', '130', '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 ('6', '209', 'furnimatic', 'Furnimatic', 'default_3x3', '1', '7', '1', '73', '1', '1', '0', '0', 'catalog_header_furnimatic', 'furnimatic_teaser', ' ', 'The Furni-matic is an all new Furni building machine. It boasts next-gen pixelisers and and silicone based hardware. Its CPU can cycle up to 2700 Krebs a second. We don\'t know what a Kreb is, but then again, we don\'t give a Kreb.', ' ', '', ' ', '0', ''); +INSERT INTO `catalog_pages` VALUES ('281', '209', 'area', 'Area', 'default_3x3', '1', '14', '1', '16', '1', '1', '0', '0', 'area', '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', '52', '1', '1', '0', '0', 'country_header1_en_001', 'country_teaser', '', '\"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', '209', 'lodge', 'Lodge', 'default_3x3', '1', '37', '1', '120', '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 ('182', '209', 'bathroom', 'Bathroom', 'default_3x3', '1', '17', '1', '30', '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', '604', 'vegetation', 'Plants', 'default_3x3', '1', '220', '1', '35', '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', '604', 'carpets', 'Rugs', 'default_3x3', '1', '116', '1', '45', '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', '604', 'walls', 'Gallery', 'default_3x3', '1', '219', '1', '20', '1', '1', '0', '0', 'catalog_gallery_headline1', 'catalog_posters_teaser1', '', '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', '604', 'accessories', 'Accessories', 'default_3x3', '1', '11', '1', '-1', '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', '26', '1', '1', '0', '0', 'catalog_header_base', 'base_rentable_teaser', '', 'Don\'t have enough credits? Base Furni is just for you! 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', '209', '2014_health_spa', 'Health Spa', 'default_3x3', '1', '211', '1', '103', '1', '1', '0', '0', 'valentines2014_header', 'valentines2014_teaser2', '', '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', '5', '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', '225', '1', '10', '1', '1', '0', '0', 'events_header', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('27', '209', 'iced', 'Iced', 'default_3x3', '1', '72', '1', '106', '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_teaser1', '', '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', '22', '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', '34', '1', '1', '0', '0', 'catalog_lc_headline2_en', 'catalog_lc_teaser1_en_001', '', 'Glub... glub... glub...', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('29', '209', 'glass', 'Glass', 'default_3x3', '1', '29', '1', '76', '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', '78', '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', '110', '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', '124', '1', '1', '0', '0', 'losttribe', 'LT_teaser_br', '', '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', '140', '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', '164', '1', '1', '0', '0', 'relax_header', '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', '166', '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', 'Sci-Fi', 'default_3x3', '1', '53', '1', '174', '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', '209', '2009_shalimar', 'Shalimar', 'default_3x3', '1', '54', '1', '176', '1', '1', '0', '0', 'catalog_shal_header1_en', 'catalog_shal_teaser_en', '', 'Everyone loves Bollywood! Watch out for those falling rose petals!', '', '', '', '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', '345', 'pixel_collectibles', 'Pixel Collectables', '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', '0', '1', '1', '0', '0', 'bg_clouds', 'bg_clouds', '', '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', '40', '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', '64', '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_ens', '', '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', '209', 'twilight', 'Twilight', 'default_3x3', '1', '62', '1', '204', '1', '1', '0', '0', 'catalog_twilight_header_en', 'Fountain', '', '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', 'banzai_teaser2', '', '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', '206', '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', '16', '1', '1', '1', '1', '0', '0', 'automobile_header', 'automobile_teaser', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('348', '557', 'v11_rares', 'V11 Rares', 'default_3x3', '1', '42', '6', '10', '1', '0', '0', '0', '', ' ', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('595', '209', 'chess', 'Chess', 'default_3x3', '1', '1009', '1', '46', '1', '1', '0', '0', 'chessheader', 'spromo_Chess_Bundle', '', 'Create your own game of chess with these exclusive furni!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('49', '209', 'goodbye_big_hand', 'Habbo History', 'default_3x3', '1', '264', '1', '93', '1', '1', '0', '0', 'catal_fp_header', 'memorial', '', 'For the nostalgic players.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('50', '209', '2010_bling', 'Bling', 'default_3x3', '1', '92', '1', '36', '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', '142', '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', '4', '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', '209', 'super_saver_subscription', 'Super Saver', 'default_3x3', '1', '124', '1', '188', '1', '1', '0', '0', 'catalog_super_saver1_en', 'madmoney_supersaver_teaser', '', 'We\'d like you to meet the new Super Saver Subscription!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('53', '209', 'runway', 'Runway', 'default_3x3', '1', '74', '1', '168', '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', '172', '1', '1', '0', '0', 'school_header', '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', '2', '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', '3', '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', '14', '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', '1', '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', '10', '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', '156', '1', '1', '0', '0', 'catalog_header_prison', 'catalog_teaser_prison', '', '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', '202', '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', 'Lions', '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', 'Rhinos', 'pets', '1', '77', '1', '12', '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', 'Spiders', 'pets', '1', '95', '1', '13', '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', '15', '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', '277', 'chick', 'Chick', 'pets', '1', '107', '1', '3', '1', '1', '0', '0', 'catalog_pet_headline1', '', '', null, '', 'Name your Chick:', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('56', '209', 'cubie', 'Cubie', 'default_3x3', '1', '100', '1', '54', '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', '214', '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', '20', '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', '209', 'american_idol', 'American Idol', 'default_3x3', '1', '4', '1', '6', '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', '116', '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', 'Frogs', 'pets', '1', '97', '1', '6', '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', '5', '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', '208', '1', '1', '0', '0', 'catalog_header_USVA', 'usva_teaser', '', '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 ('62', '209', 'mystics', 'Mystics', 'default_3x3', '1', '185', '1', '136', '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', 'By Type', 'default_3x3', '1', '220', '1', '30', '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', '18', '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', '10', '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', '128', '1', '1', '0', '0', 'mayan_header', 'mayan_teaser', '', 'Just what you need to prove you survived the apocalypse!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('68', '209', 'african', 'African', 'default_3x3', '1', '233', '1', '2', '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', '12', '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', '182', '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 ('367', '1246', 'hotel_view', 'Hotel View', 'default_3x3', '1', '264', '1', '5', '1', '1', '0', '0', 'catalog_header_classics', 'hotelview_teaser', '', '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', '10', '4', '8', '1', '1', '0', '0', 'calippo_header_es', '', '', null, '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('736', '557', 'special_trophies', 'Special Trophies', 'trophies', '1', '221', '6', '25', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('737', '736', 'individual_trophies', 'Non-Writable Trophies', 'default_3x3', '1', '221', '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', '94', '1', '1', '0', '0', 'Stars_header', '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 ('359', '1246', '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', '10', '4', '42', '1', '1', '0', '0', '', '', '', null, '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('366', '1246', 'library', 'Library', 'default_3x3', '1', '264', '1', '7', '1', '1', '0', '0', 'catalog_header_classics', 'library_teaser', '', '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', '66', '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 ('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', '131', '1', '40', '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', '1246', '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', '1246', 'star_lounge', 'Star Lounge', 'default_3x3', '1', '264', '1', '9', '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', '1246', 'oriental', 'Oriental', 'default_3x3', '1', '264', '1', '8', '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', '1246', 'ice_cafe', 'Ice Cafe', 'default_3x3', '1', '264', '1', '6', '1', '1', '0', '0', 'catalog_header_classics', 'classic5_furnis', '', 'The Ice Cafe was used as 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', '80', '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', '203', '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', '4', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('109', '125', 'youtube', 'Youtube', 'default_3x3', '1', '188', '1', '220', '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', '210', '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 ('112', '209', 'wild_wild_west', 'Wild Wild West', 'default_3x3', '1', '229', '1', '218', '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', '98', '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', 'Monkeys', 'pets', '1', '166', '1', '9', '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', 'Horses', 'pets', '1', '132', '1', '7', '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', '24', '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', '1001', '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', '138', '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', '1246', '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', '10', '4', '29', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('120', '209', 'ancients', 'Ancients', 'default_3x3', '1', '170', '1', '8', '1', '1', '0', '0', 'catalog_header_ancients', 'ancients_teaser', '', 'Follow in the footsteps of the Ancients with these wonderous Ancient artifacts.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('121', '209', 'mad_scientist', 'Mad Scientist', 'default_3x3', '1', '239', '1', '126', '1', '1', '0', '0', 'igor_mad_scientist_header', 'igor_madscientist_teaser', '', 'This furniture was created to advertise the release of the Igor film in both cinemas and on DVD.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('122', '557', '2013_loyalty', 'Loyalty Rewards', 'default_3x3', '1', '184', '5', '45', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('123', '209', 'spiderwick', 'Spiderwick', 'default_3x3', '1', '210', '1', '178', '1', '1', '0', '0', 'spiderwick', 'catalog_spw_teaser1_en', '', 'Spiderwick furniture were for the release of The Spiderwick Chronicles in 2008.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('126', '222', 'cone', 'Cone', 'default_3x3', '1', '244', '1', '2', '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', '3', '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', '13', '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', '1000', '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 ('137', '222', 'glass_panel', 'Glass Panel', 'default_3x3', '1', '1003', '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 ('138', '765', 'round', 'Round', 'default_3x3', '1', '28', '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 ('139', '765', 'small', 'Small', '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 ('140', '765', 'large', 'Large', 'default_3x3', '1', '28', '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 ('141', '765', 'tile', 'Tile', '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 ('142', '765', 'flower_hedge', 'Flower Hedge', 'default_3x3', '1', '28', '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 ('143', '765', 'water', 'Water', '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 ('144', '765', 'simple_wood', 'Simple Wood', '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 ('145', '765', 'terra', 'Terra', '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 ('146', '765', 'brick', 'Brick', 'default_3x3', '1', '28', '1', '2', '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', null, '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('147', '765', 'glass', 'Glass', 'default_3x3', '1', '28', '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 ('148', '765', 'lava', 'Lava', 'default_3x3', '1', '28', '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 ('149', '765', 'marble', 'Marble', 'default_3x3', '1', '28', '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 ('150', '765', 'art_deco', 'Art Deco', 'default_3x3', '1', '28', '1', '1', '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', null, '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('151', '765', 'industrial', 'Industrial', 'default_3x3', '1', '28', '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 ('152', '765', 'sand', 'Sand', '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 ('153', '765', 'metal', 'Metal', 'default_3x3', '1', '28', '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 ('154', '765', 'metal_crate', 'Metal Crate', 'default_3x3', '1', '28', '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 ('155', '765', 'stone', 'Stone', '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 ('156', '765', 'wool', 'Wool', '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 ('157', '765', 'grass', 'Grass', 'default_3x3', '1', '28', '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 ('158', '209', 'army_bootcamp', 'Army Bootcamp', 'default_3x3', '1', '259', '1', '18', '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', '16', '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', '146', '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', 'Habbo 15', 'default_3x3', '1', '264', '1', '8', '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 ('378', '374', 'classics', 'Classics', 'default_3x3', '1', '25', '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 ('163', '107', 'groups_forums', 'Groups Forums', 'guild_forum', '1', '207', '1', '2', '1', '1', '0', '0', 'catalog_groups_en', '', '', 'Group Forums are here!', '', 'What are Group Forums?\r\n\r\nForums allow you to effortlessly post, comment and discuss topics freely, without even leaving the Hotel!\n\nWho can start a forum? \n\nOnly a group owner can start a forum for their group.\n\nDo I need a Forum Terminal?\n\nYes - In order to start a Group Forum the group owner must first purchase a forum terminal for the group.\n\n\nFind out more about Group Forums here.\n\nPlease note, we will continue to add more functionalities to this feature in the near future.', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('659', '664', 'bonus_rare_17', '\'17 Bonus Rares', 'default_3x3', '1', '263', '1', '2', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('660', '664', 'bonus_rare_18', '\'18 Bonus Rares', 'default_3x3', '1', '263', '1', '3', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('661', '664', 'bonus_rare_19', '\'19 Bonus Rares', 'default_3x3', '1', '263', '1', '4', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('662', '664', 'bonus_rare_16', '\'16 Bonus Rares', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('663', '557', 'v1_rares', 'Classic Rares', 'default_3x3', '1', '42', '6', '1', '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', '114', '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 ('201', '3', 'hairdos', 'Hairdos & Beards', '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', '\'18 - City Festival', 'default_3x3', '1', '277', '1', '16', '1', '1', '0', '0', 'xmas15_head', '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', '\'17 - Victorian', 'default_3x3', '1', '277', '1', '15', '1', '1', '0', '0', 'xmas15_head', 'xmas17old', '', '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', '\'16 - Citadel', 'default_3x3', '1', '170', '1', '14', '1', '1', '0', '0', 'xmas15_head', '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', '\'15 - Bavarian', 'default_3x3', '1', '277', '1', '11', '1', '1', '0', '0', 'xmas15_head', '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', '71', 'vip', 'VIP', 'default_3x3', '1', '214', '1', '2', '1', '1', '0', '0', 'vip1', 'hcvip_teaser', '', '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!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('354', '71', 'executive', 'Executive', 'default_3x3', '1', '214', '1', '4', '1', '1', '0', '0', 'catalog_header_hc', 'exehc_teaser', '', '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!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('355', '71', 'alhambra', 'Alhambra', 'default_3x3', '1', '214', '1', '5', '1', '1', '0', '0', 'catalog_header_hc', 'hcalhambra_teaser', '', '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!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('356', '71', 'emojis', 'Emojis', 'default_3x3', '1', '214', '1', '7', '1', '1', '0', '0', 'catalog_header_hc', 'hc_emoji', '', '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!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('357', '71', 'bling', 'Bling', 'default_3x3', '1', '214', '1', '8', '1', '1', '0', '0', 'catalog_header_hc', 'hc_bling', '', '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!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('358', '71', 'zodiac_statues', 'Zodiac Statues', 'default_3x3', '1', '214', '1', '9', '1', '1', '0', '0', 'catalog_header_hc', 'hc_statue', '', '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!', '', '', '', '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', '64', '4', '5', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('491', '557', 'diamond_paintings', 'Diamond Paintings', 'default_3x3', '1', '92', '6', '30', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('483', '373', '2013_santa\'s_workshop', '\'13 - 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', '\'14 - Tropical', 'default_3x3', '1', '232', '1', '10', '1', '1', '0', '0', 'xmas14_catalog_header', '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', 'By Line', 'pets3', '1', '2', '1', '35', '1', '0', '0', '0', '', 'furni_for_colection', '', '', '', '', '', '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 ('700', '209', 'executive', 'Executive', 'default_3x3', '1', '27', '1', '70', '1', '1', '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', '74', '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', '\'12 - Castles', 'default_3x3', '1', '170', '1', '8', '1', '1', '0', '0', 'xmas_2010', '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', '290', '1', '184', '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 ('215', '604', '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 ('1243', '3', 'ambassador_effect', 'Ambassador Effect', 'default_3x3', '1', '263', '1', '100', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('216', '209', 'greek', 'Greek', 'default_3x3', '1', '31', '1', '80', '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 ('217', '209', 'sports', 'Sports', 'default_3x3', '1', '56', '1', '180', '1', '1', '0', '0', 'catalog_sports_headline1', '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', '\'11 - Cabin', 'default_3x3', '1', '139', '1', '7', '1', '1', '0', '0', 'xmas_2010', 'xmas11_catalog_teaser_01', '', 'Keep yourself nice and toasty in a perfect cabin of your design.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('477', '373', '2010_city', '\'10 - City', 'default_3x3', '1', '86', '1', '5', '1', '1', '0', '0', 'xmas_2010', 'xmas10_teaser', '', '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', '125', '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', '55', '1', '0', '0', '0', 'catalog_wired_header1', 'ctlg_pic_teaser_wired', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('476', '373', '2009', '\'09', 'default_3x3', '1', '168', '1', '4', '1', '1', '0', '0', 'catalog_xmas_headline2_en', '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', '75', '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', '90', '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', '15', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('475', '209', '2008_arctic', 'Arctic', 'default_3x3', '1', '13', '1', '14', '1', '1', '0', '0', 'catalog_arc_header1_en', 'arctic_teaser1', '', 'It\'s a very cold winter this year, don\'t slip while building your own icy fortress!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('222', '2', 'builders_club', 'Builder\'s Club', 'pets3', '1', '193', '1', '45', '1', '0', '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 ('223', '604', 'backgrounds', 'Backgrounds', 'default_3x3', '1', '206', '1', '0', '1', '1', '0', '0', 'backgrounds_header', 'bg_clouds', '', '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', '55', '1', '1', '0', '0', 'catalog_header_teleporters', 'teletransportadores3', '', '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, '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('225', '604', 'trophies', 'Trophies', 'trophies', '1', '221', '1', '60', '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_xmas_headline1_ca', 'catalog_xmas_teaser', '', 'Christmas trees, poinsettas, and decorations. Back to the good old classic Christmas furni!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('472', '377', '2015', '\'15', 'default_3x3', '1', '91', '1', '6', '1', '1', '0', '0', 'newyears', '2015ny_teaser', '', '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', '\'11 - Mushrooms', 'default_3x3', '1', '73', '1', '4', '1', '1', '0', '0', 'mushroomfurni_header', 'mush_teaser', '', 'Alongside flowers, sometimes fungi sprouts. While fungi is delicious, it can also be beautiful.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('429', '125', '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', '\'13 - Easter', '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_', '\'14 - 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', 'freeze3', '', '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', '71', 'club_shop', 'New Club Shop', 'default_3x3', '1', '214', '1', '6', '1', '1', '0', '0', 'catalog_header_hc', 'hc2016', '', '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!', '', '', '', '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', 'Flags', 'default_3x3', '1', '286', '1', '15', '1', '1', '0', '0', 'catalog_flags_headline1', 'flags_teaser', '', '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', 'Velociraptors', 'single_bundle', '1', '260', '1', '16', '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', 'Pterodactyls', 'single_bundle', '1', '260', '1', '11', '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', '268', '1', '5', '1', '0', '0', '0', 'catalog_header_roombundle', '', 'bundlerooms', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('470', '377', '2011', '\'11', 'default_3x3', '1', '91', '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', '209', 'monkey_furni', 'Lost Monkey', 'default_3x3', '1', '128', '1', '123', '1', '1', '0', '0', 'catalog_monkey_headline', 'monkey_catalogue_teaser', '', 'Get exclusive Habbo Furni for your very own Pet Monkey!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('469', '377', '2010', '\'10', 'default_3x3', '1', '91', '1', '2', '1', '1', '0', '0', 'newyears', 'catalog_teaser_year2011', '', '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', '145', '1', '1', '0', '0', 'palooza_header', 'palooza_teaser', '', 'Create your own music festival with this colorful and stylish range!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('468', '377', '2012_china_town', 'Chinese New Year', 'default_3x3', '1', '91', '1', '0', '1', '1', '0', '0', 'cny_header', 'cny_teaser', '', 'Celebrating all cultures is important for Habbos to get along!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('236', '763', 'virus_2016_fish_tanks', 'Fish Tanks', 'default_3x3', '1', '294', '1', '3', '1', '1', '0', '0', 'catalog_pet_headline1', 'fishtank_teaser', '', 'Gotta catch \'em all!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('459', '376', '2011_hearts', '\'11 - Hearts', 'default_3x3', '1', '144', '1', '5', '1', '1', '0', '0', 'catalog_love_headline1_ca', 'valentines_teaser3', '', 'For that special someone!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('457', '376', '2016_carnivale', '\'16 - Carnival', 'default_3x3', '1', '14', '1', '18', '1', '1', '0', '0', 'val16_header', 'val16_teaser', '', 'Cute kitties and some beautiful furni ornaments to perfect your romantic room.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('458', '376', '2018_bedroom', '\'18 - Bedroom', 'default_3x3', '1', '62', '1', '20', '1', '1', '0', '0', 'val18_header', 'val18_teaser', '', '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', '48', '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', '\'15 - Ancient Japan', 'default_3x3', '1', '243', '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 ('511', '209', 'plasto', 'Plasto', 'default_3x3', '1', '46', '1', '152', '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', '12', '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', '50', '2014_white_bling', 'White Bling', 'default_3x3', '1', '92', '1', '16', '1', '1', '0', '0', 'catalog_header_bling_en', 'whitebling_teaser', '', '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', '604', '2013_love_locks', 'Love Locks', 'default_3x3', '1', '175', '1', '30', '1', '1', '0', '0', 'valentines2013_lovelocks_header', 'valentines2013_lovelocks_teaser2', '', '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 ('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', '\'08 - Habborella', 'default_3x3', '1', '144', '1', '2', '1', '1', '0', '0', 'valentines2009_header', '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', '\'10 - Heartbreak Hotel', 'default_3x3', '1', '93', '1', '4', '1', '1', '0', '0', 'catalog_header_val12_2_en', 'val10_teaser', '', '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', '\'13 - Venice', 'default_3x3', '1', '174', '1', '12', '1', '1', '0', '0', 'valentines2013_header2', 'valentines2013_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', '\'17 - Wedding', 'default_3x3', '1', '238', '1', '19', '1', '1', '0', '0', 'wedding_header2', 'valentines2017_wedding_teaser', '', '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', '\'19 - Restaurant', 'default_3x3', '1', '62', '1', '21', '1', '1', '0', '0', 'val19_header', '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', '\'12 - Prom', 'default_3x3', '1', '144', '1', '10', '1', '1', '0', '0', 'catalog_header_val12_en', 'catalog_teaser_val12', '', '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 ('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', '216', '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', '763', 'exotic_pets_2017', 'Exotic Pets', 'default_3x3', '1', '294', '1', '2', '1', '1', '0', '0', 'catalog_pet_headline1', 'xotic_pets', '', 'Gotta catch \'em all!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('274', '125', 'camera_wall_photo', 'Camera Wall Photo', 'default_3x3', '1', '10', '7', '8', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('536', '442', '7-11', '7-11', 'default_3x3', '1', '10', '4', '1', '1', '1', '0', '0', '', '', '', null, '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('445', '376', 'classics', 'Classics', 'default_3x3', '1', '144', '1', '1', '1', '1', '0', '0', 'catalog_love_headline1_ca', '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 ('527', '442', 'nokia', 'Nokia', 'default_3x3', '1', '10', '4', '45', '1', '1', '0', '0', '', '', '', null, '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('383', '374', '2017_farm', '\'17 - Farm', 'default_3x3', '1', '181', '1', '10', '1', '1', '0', '0', 'farm-header', 'easter17_teaser', '', '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', '209', '2010_flower_power', 'Flower Power', 'default_3x3', '1', '73', '1', '72', '1', '1', '0', '0', 'catalog_header_flower_power', 'flowerpower_teaser_en', '', '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 ('444', '209', 'hospital', 'Hospital', 'default_3x3', '1', '502', '1', '104', '1', '1', '0', '0', 'hospital_header', 'hospital_teaser', '', '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', '11', '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', '71', 'classics', 'Classics', 'default_3x3', '1', '214', '1', '1', '1', '1', '0', '0', 'catalog_header_hc', 'hc_teaser', '', '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!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('253', '2', 'music_shop', 'Music Shop', 'default_3x3', '1', '4', '1', '85', '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/Other', 'default_3x3', '1', '80', '6', '50', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('384', '374', '2018_garden', '\'18 - Garden', 'default_3x3', '1', '181', '1', '11', '1', '1', '0', '0', 'easter18_header', 'easter18_teaser', '', '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', '8', '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', '', null, '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('385', '374', '2019_fairytale', '\'19 - Fairytale', 'default_3x3', '1', '284', '1', '12', '1', '1', '0', '0', 'fairytale_header', 'easter19_new', '', 'We\'re all about fairytales this year! Maybe we should go find Alice?', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('386', '219', '2009_bunny_run', 'Bunny Run', 'default_3x3', '1', '181', '1', '11', '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 ('387', '7', 'public_room_furni', 'Public Room Furni', 'default_3x3', '1', '264', '1', '25', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('388', '375', 'classics', 'Classics', 'default_3x3', '1', '34', '1', '1', '1', '1', '0', '0', 'hween_header', 'hween_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', '209', '2008_virus', 'Virus', 'default_3x3', '1', '239', '1', '212', '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', '\'09 - Haunted House', 'default_3x3', '1', '34', '1', '3', '1', '1', '0', '0', 'hween_header', 'hween09_teaser', '', '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', '170', '1', '1', '0', '0', 'santorini_header', 'teaser_santorini', '', 'Straight from the country of Greece.. Right here at Habbo.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('400', '374', '2015_candyland', '\'15 - Candyland', 'default_3x3', '1', '255', '1', '7', '1', '1', '0', '0', 'candyland_header', 'candyland_clothing', '', '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', '185', '1', '1', '0', '0', 'bazaar_header', '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', '501', '1', '148', '1', '1', '0', '0', 'pastel_header', 'pastel_teaser', '', 'Cute and funny, just like you!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('419', '209', 'modern_studio', 'Modern Studio', 'default_3x3', '1', '500', '1', '132', '1', '1', '0', '0', 'modern_header', 'modern_teaser', '', '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', '\'18 - Laboratory', 'default_3x3', '1', '282', '1', '12', '1', '1', '0', '0', 'laboratory_header', 'laboratory_teaser', '', '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', '\'10 - Voodoo', 'default_3x3', '1', '79', '1', '4', '1', '1', '0', '0', 'catalog_voodoo_header_en', 'voodoo_teaser', '', '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', '\'17 - Cursed Caves', 'default_3x3', '1', '276', '1', '11', '1', '1', '0', '0', 'hween17_header', 'spromo_hween17_gen1', '', 'Build your own dungeon, you filthy little Habbo.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('392', '375', '2011_party', '\'11 - Party', 'default_3x3', '1', '34', '1', '5', '1', '1', '0', '0', 'halloween', 'Hween11_teaser', '', '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', '\'16 - Ghost Hunter', 'default_3x3', '1', '267', '1', '10', '1', '1', '0', '0', 'hween16_header', 'ghost_teaser', '', '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', '57', '1', '5', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('396', '375', '2015_habbocalypse', '\'15 - Habbocalypse', 'default_3x3', '1', '262', '1', '9', '1', '1', '0', '0', 'hween2015_header', 'hween2015_teaser', '', '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', '158', '1', '1', '0', '0', 'gamer_header', 'gamer_teaser', '', 'Many people have heard of Legend of Zelda, but what about Hario and Wuigi?', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('395', '375', '2014_day_of_the_dead', '\'14 - Day of the Dead', 'default_3x3', '1', '231', '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', '\'13 - Frightful', 'default_3x3', '1', '34', '1', '7', '1', '1', '0', '0', 'hween13_header', 'hween13_teaser', '', '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', '50', '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', '557', 'ecotron', 'Ecotron', 'default_3x3', '1', '163', '7', '50', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('393', '375', '2012_carnival', '\'12 - Carnival', 'default_3x3', '1', '165', '1', '6', '1', '1', '0', '0', 'hween12_header', '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 ('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', '10', '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', '28', '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', '10', '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', '56', '1', '1', '0', '0', 'hygge_header', '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', '194', '1', '1', '0', '0', 'japan_header_cn', 'tokyo18_gen', '', 'Enjoy the awesome new Tokyo-inspired furni line we\'ve released. Subarashii!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('266', '600', 'palooza_guitars', 'Palooza Guitars', 'default_3x3', '1', '263', '1', '13', '1', '1', '0', '0', 'catalog_teaser_palooza', 'catalog_teaser_palooza', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('430', '209', 'pride_furni', 'Pride', 'default_3x3', '1', '286', '1', '154', '1', '1', '0', '0', 'pride_header', '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 ('433', '209', 'celestial', 'Celestial', 'default_3x3', '1', '164', '1', '44', '1', '1', '0', '0', 'Stars_header', 'celestial_teaser', '', '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 ('506', '209', 'habbo_stories', 'Habbo Stories', 'default_3x3', '1', '210', '6', '96', '1', '1', '0', '0', 'catalog_header_stories', 'stories_teaser', '', 'Habbo Stories ran from 2013 to 2015, and gave us a wide range of furniture.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('434', '209', 'zen_garden', 'Zen Garden', 'default_3x3', '1', '1006', '1', '222', '1', '1', '0', '0', 'zen', 'sep18_classic14_internal', '', 'It\'s time to dive into a metaphorical pool of psychological solitude.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('435', '209', 'sunlight_city', 'Sunlight City', 'default_3x3', '1', '287', '1', '186', '1', '1', '0', '0', 'sunlight_header', 'suncity19_newfurni', '', 'Build the utopian paradise of your dreams with our new furni line: Sunlight City!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('300', '557', 'limited_edition_rares', 'Limited Edition Rares', 'default_3x3', '1', '145', '6', '20', '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', '5', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('547', '442', 'virtual_piggy_ink', 'Virtual Piggy Ink', 'default_3x3', '1', '10', '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', '10', '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', '10', '4', '30', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('360', '1246', 'habburgers', 'Habburgers', 'default_3x3', '1', '264', '1', '4', '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 ('342', '604', 'inflatable_chairs', 'Inflatable Chairs', 'default_3x3', '1', '234', '1', '21', '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 ('1242', '624', 'exclusive_clothing', 'Exclusive Clothing', 'default_3x3', '1', '42', '1', '10', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1209', '766', '2016_rares', '2016 Rares', 'default_3x3', '1', '42', '1', '7', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('557', '7', 'rare_groups', 'Rare Groups', 'default_3x3', '1', '256', '4', '1', '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', 'Collectables', 'default_3x3', '1', '64', '5', '40', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('346', '442', 'others', 'Others', 'default_3x3', '1', '10', '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', '64', '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', '10', '4', '7', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('403', '402', '2010_big_wave', '\'10', 'default_3x3', '1', '57', '1', '5', '1', '1', '0', '0', 'summer', 'summer10_teaser', '', 'Even more floats! Make your pool party perfect with some inflatables.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('405', '402', '2007', 'Classics', 'default_3x3', '1', '57', '1', '1', '1', '1', '0', '0', 'summer', 'summer_teaser', '', 'Relax by the beach with these chairs and BBQs!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('407', '402', '2011', '\'11', 'default_3x3', '1', '57', '1', '6', '1', '1', '0', '0', 'summer', 'summer11_teaser', '', 'A bonfire on the beach with some Habbo tunes, nothing beats it.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('408', '209', '2008_tiki', 'Tiki', 'default_3x3', '1', '59', '1', '192', '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', '\'17', 'default_3x3', '1', '274', '1', '8', '1', '1', '0', '0', 'summer', 'summer17_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', '7', 'pets', 'Special Pets', 'default_3x3', '1', '8', '6', '20', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('518', '209', 'rainy_day', 'Rainy Day', 'default_3x3', '1', '1005', '1', '162', '1', '1', '0', '0', 'rainyday_header', 'spromo_rainy19_gen', '', 'You\'ll never get soaked again.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('519', '209', 'supermarket', 'Supermarket', 'default_3x3', '1', '213', '1', '190', '1', '1', '0', '0', 'supermarket_teaser', 'supermarket', '', 'Get that last minute shopping in with our supermarket furni!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('501', '209', 'laundry', 'Laundry', 'default_3x3', '1', '279', '1', '118', '1', '1', '0', '0', 'laundry_header', 'laundry_teaser', '', 'Kick back and play some games while your clothes wash!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('521', '375', '2019_coven', '\'19 - Witches\' Coven', 'default_3x3', '1', '288', '1', '13', '1', '1', '0', '0', 'hween19_header', 'hween19_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', '272', '1', '62', '1', '1', '0', '0', 'dessert_header', 'dessert_teaser', '', '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', '10', '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 ('307', '557', 'credit_furni', 'Credit Furni', 'default_3x3', '1', '146', '7', '100', '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 ('278', '125', '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', '51', '1', '68', '1', '1', '0', '0', 'elegant_header', 'elegant_teaser', '', 'Don\'t forget, pinkies out!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('47', '526', 'hello', 'Hello', 'default_3x3', '1', '35', '1', '3', '1', '1', '0', '0', 'catalog_hello_header1_da', 'pixel3', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('555', '526', 'kuurna', 'Kuurna', 'default_3x3', '1', '121', '1', '4', '1', '1', '0', '0', 'ctlg_kuurna_en', 'kuurna_teaser', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('23', '526', 'pixel_rentals', 'Ducket Rentals', 'default_3x3', '1', '178', '1', '7', '1', '1', '0', '0', 'rental10', 'pixel3', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('526', '2', 'pixels', 'Duckets', 'default_3x3', '1', '178', '1', '60', '1', '0', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('194', '526', 'pixel_pet_accessories', 'Ducket Pet Accessories', 'default_3x3', '1', '20', '1', '6', '1', '1', '0', '0', 'petfood_header', 'deals_petfood', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('275', '377', 'countdown', 'Countdown', 'default_3x3', '1', '91', '1', '1', '1', '1', '0', '0', 'newyears', 'catalog_teaser_year2011', '', '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', '209', '2019_log_cabin', 'Winter Cabin', 'default_3x3', '1', '283', '1', '219', '1', '1', '0', '0', 'logcabin_header', 'logcabin_teaser', '', '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', '55', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('325', '373', '2019_winter_palace', '\'19 - Winter Palace', 'default_3x3', '1', '289', '1', '18', '1', '1', '0', '0', 'xmas19_header', 'icepalace_teaser', '', 'Time to chill out and relax in an icy palace. Just let it go, man.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('196', '387', 'picnic', 'Picnic - Modern', 'default_3x3', '1', '264', '1', '21', '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', '1', '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', '2', '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 ('198', '442', 'bubblejuice', 'BubbleJuice', 'default_3x3', '1', '10', '4', '6', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('46', '253', 'trax', 'Trax', 'default_3x3', '1', '257', '1', '198', '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 ('311', '557', 'colourable_rares', 'Colourable Rares', 'default_3x3', '1', '42', '6', '15', '1', '0', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('529', '442', 'ob', 'OB', 'default_3x3', '1', '10', '4', '47', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('530', '442', 'mtv', 'MTV', 'default_3x3', '1', '10', '4', '40', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('531', '442', 'malaco', 'Malaco', 'default_3x3', '1', '10', '4', '38', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('532', '442', 'm6', 'M6', 'default_3x3', '1', '10', '4', '36', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('533', '442', 'gs_arcade', 'GS Arcade', 'default_3x3', '1', '10', '4', '28', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('534', '442', 'grefusa', 'Grefusa', 'default_3x3', '1', '10', '4', '27', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('535', '442', 'clearasil', 'Clearasil', 'default_3x3', '1', '10', '4', '14', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('98', '221', 'terrier_puppies', 'Terrier Puppies', 'pets', '1', '228', '1', '5', '1', '1', '0', '0', 'catalog_pet_headline1', '', '', '', '', 'Name your pet:', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('537', '442', 'capri_sun', 'Capri Sun', 'default_3x3', '1', '10', '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', '221', 'bear_cubs', 'Bear Cubs', 'pets', '1', '228', '1', '4', '1', '1', '0', '0', 'catalog_pet_headline1', '', '', '', '', 'Name your pet:', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('538', '442', 'ditch_the_label', 'Ditch The Label', 'default_3x3', '1', '10', '4', '18', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('94', '680', 'pigeon_wise', 'Pigeon - Wise', 'pets', '1', '160', '1', '99', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('95', '680', 'pigeon_cunning', 'Pigeon - Cunning', 'pets', '1', '160', '1', '99', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('539', '442', 'tampax', 'Tampax', 'default_3x3', '1', '10', '4', '65', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('540', '442', 'netari', 'Netari', 'default_3x3', '1', '10', '4', '41', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('541', '442', 'easy_mac', 'Easy Mac', 'default_3x3', '1', '10', '4', '21', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('542', '442', 'persy_jackson', 'Persy Jackson', 'default_3x3', '1', '10', '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', '10', '4', '62', '1', '1', '0', '0', 'calippo_header_es', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('544', '442', 'puffet', 'Puffet', 'default_3x3', '1', '10', '4', '54', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('545', '442', 'antena_3', 'Antena 3', 'default_3x3', '1', '10', '4', '4', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('546', '442', 'chocapic', 'Chocapic', 'default_3x3', '1', '10', '4', '12', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('280', '209', 'habbowood', 'Habbowood', 'default_3x3', '1', '33', '1', '102', '1', '1', '0', '0', 'habbowood', 'habbowood_teaser', '', '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', '20', '1', '1', '0', '0', '', '70b334203e82', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('581', '668', '2015-16_new_year_acc.', '2015-16 NY Acc.', 'default_3x3', '1', '350', '1', '1', '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('582', '668', '2017-18_new_year_acc.', '2017-18 NY Acc.', 'default_3x3', '1', '350', '1', '3', '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('583', '668', '2016-17_new_year_acc.', '2016-17 NY Acc.', 'default_3x3', '1', '350', '1', '2', '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('584', '668', '2018-19_new_year_acc.', '2018-19 NY Acc.', 'default_3x3', '1', '350', '1', '4', '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('525', '209', 'bohemian_festival', 'Bohemian Festival', 'default_3x3', '1', '285', '1', '38', '1', '1', '0', '0', 'festival_header', 'Spromo_fest19_gen', '', 'It\'s time for a festival!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('305', '442', 'chupa_chups', 'Chupa Chups', 'default_3x3', '1', '10', '4', '13', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('556', '209', 'candy', 'Candy', 'default_3x3', '1', '19', '1', '42', '1', '1', '0', '0', 'catalog_candy_headline1', 'catalog_candy_teaser1', '', 'For those looking for a girlier version of Mode.', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('548', '442', 'paula', 'Paula', 'default_3x3', '1', '10', '4', '51', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('549', '442', 'rango', 'Rango', 'default_3x3', '1', '10', '4', '56', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('550', '442', 'frank', 'Frank', 'default_3x3', '1', '10', '4', '25', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('551', '442', 'escape_from_madagascar', 'Escape From Madagascar', 'default_3x3', '1', '10', '4', '23', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('552', '442', 'coolpolitics', 'Coolpolitics', 'default_3x3', '1', '10', '4', '15', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('553', '442', 'cheetos', 'Cheetos', 'default_3x3', '1', '10', '4', '11', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('554', '442', 'durex', 'Durex', 'default_3x3', '1', '10', '4', '20', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('597', '599', 'sloth_statues', 'Sloth Statues', 'default_3x3', '1', '42', '4', '7', '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', '557', 'bonus_prizes', 'Bonus Prizes', 'default_3x3', '1', '258', '4', '35', '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', '1004', '4', '45', '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', '13', '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', '763', 'exotic_birds', 'Exotic Birds', 'default_3x3', '1', '294', '1', '1', '1', '1', '0', '0', 'catalog_pet_headline1', 'exoticanimal_teaser', '', 'Gotta catch \'em all!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('658', '763', 'northern_american_animals', 'North American Animals', 'default_3x3', '1', '294', '1', '4', '1', '1', '0', '0', 'catalog_pet_headline1', 'na_animals_teaser', '', 'Gotta catch \'em all!', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('664', '7', 'bonus_bags', 'Bonus Bags', 'default_3x3', '1', '263', '4', '40', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('665', '7', 'seasonal_crackables', 'Seasonal Crackables', 'pets2', '1', '263', '4', '35', '1', '1', '0', '0', '', '', '', '', 'Crackables', 'Contains all seasonal 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 ('668', '665', 'new_year_crackables', 'New Year Crackables', 'default_3x3', '1', '263', '1', '100', '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 ('180', '209', 'pura', 'Pura', 'default_3x3', '1', '48', '1', '160', '1', '1', '0', '0', 'catalog_header_pura', '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 ('187', '253', 'trax_machines', 'Trax Machines', 'default_3x3', '1', '257', '1', '200', '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 ('619', '218', 'how_to_use_wired', 'How To Use Wired', 'info_loyalty', '1', '42', '1', '9', '1', '1', '0', '0', '', '', '', '1. Wired Triggers\r\n2. Wired Effects\r\n3. Wired Conditions\r\n4. Wired Addons\r\n5. Wired Leaderboards', '', '', '', '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 ('263', '442', 'miss_mix', 'Miss Mix', 'default_3x3', '1', '10', '4', '39', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('690', '599', 'seal_statues', 'Seal Statues', 'default_3x3', '1', '42', '4', '6', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('636', '624', 'nt_clothing', 'NT Clothing', 'default_3x3', '1', '42', '5', '19', '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 ('656', '180', 'aqua_dark_pura', 'Dark Pura', 'default_3x3', '1', '48', '1', '11', '1', '1', '0', '0', 'catalog_header_pura', '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 ('193', '1167', 'tokyo_crackables', 'Tokyo Crackables', 'default_3x3', '1', '263', '1', '15', '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', '10', '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', '668', '2019-20_ny_acc.', '2019-20 NY Acc.', 'default_3x3', '1', '42', '1', '5', '1', '1', '0', '0', '', '', '', 'This furniture is used in a New Years Crackable.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('689', '71', 'masks', 'Masks', 'default_3x3', '1', '214', '1', '10', '1', '1', '0', '0', 'catalog_header_hc', 'hc_masks', '', '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, '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('1245', '604', 'one_ways', 'One Way Gates', 'default_3x3', '1', '504', '1', '31', '1', '1', '0', '0', 'oneway_header', 'oneway_teaser', '', 'To use a One Way Gate the user must stand behind it (ensuring that the part with the green and red light is the furthest away) and they must double click it; they will then walk through.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('692', '376', '2020_cafe', '\'20 - Cafe', 'default_3x3', '1', '283', '1', '22', '1', '1', '0', '0', 'val20_header', 'val20_teaser', '', 'Create your own romantic café with this Valentines furni line.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('693', '664', 'bonus_rare_20', '\'20 Bonus Rares', 'default_3x3', '1', '263', '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 ('517', '209', 'art', 'Art Studio', 'default_3x3', '1', '503', '1', '20', '1', '1', '0', '0', 'art_header', 'art_teaser', '', 'Every artist starts somewhere. What better place than your very own apartment, equipped with all the art essentials!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('226', '374', '2020_alpine_heights', '\'20 - Alpine', 'default_3x3', '1', '290', '1', '13', '1', '1', '0', '0', 'alps_header', 'easter20_teaser', '', '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', '10', '4', '5', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('696', '209', 'india', 'India', 'default_3x3', '1', '291', '1', '108', '1', '1', '0', '0', 'indian_header', 'indian_teaser', '', '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', '1195', 'Alpine Prizes', 'Alpine Prizes', 'default_3x3', '1', '263', '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', '10', '4', '10', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('309', '442', 'dave', 'Dave', 'default_3x3', '1', '10', '4', '16', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('323', '442', 'football', 'Football', 'default_3x3', '1', '10', '4', '24', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('324', '442', 'elisa', 'Elisa', 'default_3x3', '1', '10', '4', '22', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('350', '442', 'honey', 'Honey', 'default_3x3', '1', '10', '4', '31', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('351', '442', 'pepsi', 'Pepsi', 'default_3x3', '1', '10', '4', '52', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('353', '442', 'reebok', 'Reebok', 'default_3x3', '1', '10', '4', '57', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('382', '442', 'suunvuoru', 'Suunvuoru', 'default_3x3', '1', '10', '4', '64', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('451', '442', 'kelloggs', 'Kelloggs', 'default_3x3', '1', '10', '4', '34', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('461', '442', 'jaapuisto', 'Jaapuisto', 'default_3x3', '1', '10', '4', '33', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('462', '442', 'volkswagen', 'Volkswagen', 'default_3x3', '1', '10', '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', '10', '4', '48', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('489', '442', 'wwe', 'WWE', 'default_3x3', '1', '10', '4', '70', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('496', '442', 'pacha', 'Pacha', 'default_3x3', '1', '10', '4', '50', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('520', '442', 'r2', 'R2', 'default_3x3', '1', '10', '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', '10', '4', '58', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('560', '442', 'spiderman', 'Spiderman', 'default_3x3', '1', '10', '4', '59', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('561', '442', 'superpop', 'SuperPop', 'default_3x3', '1', '10', '4', '63', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('562', '442', 'disney', 'Disney', 'default_3x3', '1', '10', '4', '17', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('563', '442', 'yle', 'YLE', 'default_3x3', '1', '10', '4', '71', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('564', '442', 'veet', 'Veet', 'default_3x3', '1', '10', '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', '10', '4', '46', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('566', '442', 'dubbelfrisss', 'Dubbelfrisss', 'default_3x3', '1', '10', '4', '19', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('600', '1167', 'pinatas_crackables', 'Pinatas Crackables', 'default_3x3', '1', '263', '1', '12', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('610', '1167', 'coloured_rares_crackables', 'Coloured Rares Crackables', 'default_3x3', '1', '263', '1', '3', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('637', '1167', 'gold_crackables', 'Gold Crackables', 'default_3x3', '1', '263', '1', '6', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('61', '1167', 'santorini_crackables', 'Santorini Crackables', 'default_3x3', '1', '263', '1', '13', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('103', '1167', 'coral_kingdom_crackables', 'Coral Kingdom Crackables', 'default_3x3', '1', '263', '1', '4', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('169', '1167', 'hygge_crackables', 'Diamond Gift Box', 'default_3x3', '1', '263', '1', '5', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('183', '1167', 'bohemian_crackables', 'Bohemian Festival Crackables', 'default_3x3', '1', '263', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('184', '1167', 'art_crackables', 'Art Crackables', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('186', '1167', 'spa_crackables', 'Spa Crackables', 'default_3x3', '1', '263', '1', '14', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('189', '1167', 'india_crackables', 'India Crackables', 'default_3x3', '1', '263', '1', '10', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('191', '665', 'non-crack_versions', 'NON-CRACK VERSIONS', 'default_3x3', '1', '263', '4', '250', '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', '1167', 'habbo15_crackables', 'Habbo 15 Crackables', 'default_3x3', '1', '263', '1', '9', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('213', '1167', 'greek_crackables', 'Greek Crackables', 'default_3x3', '1', '263', '1', '7', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('567', '600', 'pinata_prizes', 'Pinata Prizes', 'default_3x3', '1', '263', '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 ('697', '209', 'habbo-lympix', 'HabboLympix', 'default_3x3', '1', '266', '1', '100', '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 ('701', '700', 'vanilla_executive', 'Vanilla Executive', 'default_3x3', '1', '161', '1', '1', '1', '1', '0', '0', '', 'vanillaexecutive_teaser', '', '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 ('703', '183', 'bohemian_festival_prizes', 'Bohemian Festival Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', 'Missing prizes? Probably in the crafting section.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('708', '209', 'pirates', 'Pirates', 'default_3x3', '1', '190', '1', '150', '1', '1', '0', '0', 'catalog_header_pirate', 'pirates_teaser', '', 'Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!', 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_ghostshipandbadge', '', 'Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('725', '1164', 'mystics_prizes', 'Mystics Prizes', 'default_3x3', '1', '263', '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 ('727', '637', 'gold_rare_prizes', 'Gold Rare Prizes', 'default_3x3', '1', '263', '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 ('730', '61', 'santorini_prizes', 'Santorini Prizes', 'default_3x3', '1', '263', '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', '103', 'coral_kingdom_prizes', 'Coral Kingdom Prizes', 'default_3x3', '1', '263', '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', '193', 'tokyo_prizes', 'Tokyo Prizes', 'default_3x3', '1', '263', '1', '17', '1', '1', '0', '0', '', '', '', 'Missing prizes? Probably in the crafting section.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('733', '169', 'diamond_box_prizes', 'Diamond Gift Box Prizes', 'default_3x3', '1', '263', '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', '213', 'greek_prizes', 'Greek Prizes', 'default_3x3', '1', '263', '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', '186', 'spa_prizes', 'Spa Prizes', 'default_3x3', '1', '263', '1', '16', '1', '1', '0', '0', '', '', '', 'Missing prizes? Probably in the crafting section.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('679', '7', 'what_you_can_do', 'What You Can Do', 'info_loyalty', '1', '42', '4', '70', '1', '1', '0', '0', '', '', '', 'Page Text 1: You can use any colour you would like.\r\nAnd any size.
\r\nI use red a lot on my staff pages, and of course bold for emphasis, italics are important, and underlining.
\r\nYou can add events to some page types too.
\r\nThis opens a habbopage.
\r\nThis opens your menu.
\r\nThis searches the navigator.
\r\nThis opens the Avatar Editor.
\r\nYou get the idea.
\r\nEnjoy the catalogue!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1229', '117', 'white_alpha', 'White Alphabet Blocks', 'default_3x3', '1', '1001', '1', '1', '1', '1', '0', '0', 'catalog_header_alpha1', 'catalog_teaser_alpha1', '', 'A... B... C... and Z, bitch...', null, null, null, '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!', 'The Bundle include:', '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!', 'The Bundle include:', '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!', 'The Bundle include:', '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!', 'The Bundle include:', '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!', 'The Bundle include:', '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!', 'The Bundle include:', '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!', 'The Bundle include:', '50', ''); +INSERT INTO `catalog_pages` VALUES ('748', '209', 'neonpunk_c20', 'Neon Punk', 'default_3x3', '1', '1008', '1', '141', '1', '1', '0', '0', 'neonpunk_header', 'neonpunk_teaser', '', 'If vibrant, neon-style colour schemes are your look and Kawaii is your thing, this furni is for you!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('749', '522', 'gothiccafe_c20', 'Gothic Dessert Cafe', 'default_3x3', '1', '272', '1', '79', '1', '1', '0', '0', 'gothiccafe_header', 'gothcafe_teaser', '', 'Enjoy a fresh dessert in the brand new Gothic Cafe furni line!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('750', '1246', 'sunsetcafe_c20', 'Sunset Cafe', 'default_3x3', '1', '264', '1', '10', '1', '1', '0', '0', 'catalog_header_classics', 'sunset_teaser', '', 'Grab a refreshing drink and relax!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('753', '387', 'habbo20_c20', 'Habbo 20', 'default_3x3', '1', '264', '1', '9', '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('754', '311', 'rare_blackrosegold', 'Black Rose Gold', 'default_3x3', '1', '42', '6', '5', '1', '1', '0', '0', '', '', '', '', '', '', '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('755', '593', 'darkelegant_c20', 'Dark Elegant', 'default_3x3', '1', '51', '1', '1', '1', '1', '0', '0', 'elegant_header', 'dark_elegant20_bundle', '', 'Express your darker side with the Dark Elegant furni line!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('756', '419', 'darkmodern_c20', 'Chill Modern', 'default_3x3', '1', '500', '1', '1', '1', '1', '0', '0', 'modern_header', 'chillmodern_teaser', '', 'Modern Studio Furni! You asked for it... We added it! Have fun in your new Studio Apartments!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1110', '7', 'targetoffer_int', 'Targeted Offers', 'default_3x3', '1', '206', '4', '65', '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', '1167', 'habbo20_crackables', 'Habbo 20 Crackables', 'default_3x3', '1', '263', '1', '8', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('762', '27', 'Beige Dark Iced', '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!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('763', '209', 'animals', 'Animals', 'default_3x3', '1', '294', '1', '10', '1', '0', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('764', '209', 'grunge', 'Grunge', 'default_3x3', '1', '32', '1', '92', '1', '1', '0', '0', 'catalog_grunge_headline1', 'catalog_grunge_teaser_de', '', 'Sleeping rough? Make the streets a bit more bearable with our collection of homeless furni, Grunge!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('765', '222', 'Blocks', 'Blocks', 'default_3x3', '1', '1002', '1', '150', '1', '0', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1113', '674', 'Tokyo Crafting', 'Tokyo Crafting', 'default_3x3', '1', '1004', '1', '13', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1114', '1113', 'Tokyo Ingredients', 'Tokyo Ingredients', 'default_3x3', '1', '1', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1115', '1113', 'Tokyo Craftables', 'Tokyo Craftables', 'default_3x3', '1', '1', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1116', '674', 'Habbocalypse Crafting', 'Habbocalypse Crafting', 'default_3x3', '1', '1004', '1', '7', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1117', '1116', 'Habbocalypse Ingredients', 'Habbocalypse Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1118', '1116', 'Habbocalypse Craftables', 'Habbocalypse Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1119', '674', 'Stranded Jungle Crafting', 'Stranded Jungle Crafting', 'default_3x3', '1', '1004', '1', '11', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1120', '1119', 'Stranded Jungle Ingredien', 'Stranded Jungle Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1121', '1119', 'Stranded Jungle Craftable', 'Stranded Jungle Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1122', '674', 'Farm Crafting', 'Farm Crafting', 'default_3x3', '1', '1004', '1', '5', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1123', '1122', 'Farm Ingredients', 'Farm Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1124', '1122', 'Farm Craftables', 'Farm Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1125', '674', 'Bazaar Crafting', 'Bazaar Crafting', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1126', '1125', 'Bazaar Ingredients', 'Bazaar Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1127', '1125', 'Bazaar Craftables', 'Bazaar Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1128', '674', 'Ghost Hunter Crafting', 'Ghost Hunter Crafting', 'default_3x3', '1', '1004', '1', '6', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1129', '1128', 'Ghost Hunter Ingredients', 'Ghost Hunter Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', '', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1130', '1128', 'Ghost Hunter Craftables', 'Ghost Hunter Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', '', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1131', '674', 'Victorian Xmas Crafting', 'Victorian Xmas Crafting', 'default_3x3', '1', '1004', '1', '14', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1132', '1131', 'Victorian Xmas Ingredient', 'Victorian Xmas Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1133', '1131', 'Victorian Xmas Craftables', 'Victorian Xmas Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1134', '674', 'Easter Garden Crafting', 'Easter Garden Crafting', 'default_3x3', '1', '1004', '1', '4', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1228', '2', 'mystery_furni', 'Mystery Furni!', 'default_3x3', '1', '196', '1', '25', '0', '1', '0', '0', 'Stars_header', 'mystery_teaser', '', 'Throughout this month, we\'re releasing several \'mystery\' items. They\'ll be available from the Catalogue for longer than usual, and apart from one (a certain never-released-before parasol) they are NOT considered rare.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1136', '1134', 'Easter Garden Craftables', 'Easter Garden Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1137', '674', 'Laboratory Crafting', 'Laboratory Crafting', 'default_3x3', '1', '1004', '1', '9', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1138', '1137', 'Laboratory Ingredients', 'Laboratory Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1139', '1137', 'Laboratory Craftables', 'Laboratory Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1140', '674', 'Winter City Crafting', 'Winter City Crafting', 'default_3x3', '1', '1004', '1', '15', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1141', '1140', 'Winter City Ingredients', 'Winter City Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1142', '1140', 'Winter City Craftables', 'Winter City Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1143', '674', 'Bohemian Festival Craftin', 'Bohemian Festival Crafting', 'default_3x3', '1', '1004', '1', '3', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1144', '1143', 'Bohemian Festival Ingredi', 'Bohemian Festival Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1145', '1143', 'Bohemian Festival Craftab', 'Bohemian Festival Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1146', '674', 'Sunlight City Crafting', 'Sunlight City Crafting', 'default_3x3', '1', '1004', '1', '12', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1147', '1146', 'Sunlight City Ingredients', 'Sunlight City Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1148', '1146', 'Sunlight City Craftables', 'Sunlight City Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1149', '674', 'Witches\' Coven Crafting', 'Witches\' Coven Crafting', 'default_3x3', '1', '1004', '1', '17', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1150', '1149', 'Witches\' Coven Ingredient', 'Witches\' Coven Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1151', '1149', 'Witches\' Coven Craftables', 'Witches\' Coven Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1152', '674', 'Ice Palace Crafting', 'Winter Palace Crafting', 'default_3x3', '1', '1004', '1', '16', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1153', '1152', 'Ice Palace Ingredients', 'Ice Palace Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1154', '1152', 'Winter Palace Craftables', 'Winter Palace Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1155', '674', 'Spa Crafting', 'Spa Crafting', 'default_3x3', '1', '1004', '1', '10', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1156', '1155', 'Spa Ingredients', 'Spa Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1157', '1155', 'Spa Craftables', 'Spa Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1158', '674', 'India Crafting', 'India Crafting', 'default_3x3', '1', '1004', '1', '8', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1159', '1158', 'India Ingredients', 'India Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1160', '1158', 'India Craftables', 'India Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1161', '674', 'BFF Crafting', 'BFF Crafting', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1162', '1161', 'BFF Ingredients', 'BFF Ingredients', 'default_3x3', '1', '1004', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1163', '1161', 'BFF Craftables', 'BFF Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1164', '1167', 'Mystics Crackables', 'Mystics Crackables', 'default_3x3', '1', '263', '1', '11', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1165', '184', 'Art Prizes', 'Art Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1166', '189', 'India Prizes', 'India Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', 'Missing prizes? Probably in the crafting section.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1167', '7', 'Campaign Crackables', 'Campaign Crackables', 'pets2', '1', '263', '1', '30', '1', '1', '0', '0', '', '', '', null, 'Crackables', 'Contains all 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 ('1168', '1167', 'NON-CRACK VERSIONS', 'NON-CRACK VERSIONS', 'default_3x3', '1', '263', '1', '100', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1170', '665', 'Habbocalypse Crackables', 'Halloween \'15 Crackables', 'default_3x3', '1', '263', '1', '7', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1171', '1170', 'Habbocalypse Prizes', 'Halloween \'15 Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1172', '665', 'Ghost Hunter Crackables', 'Halloween \'16 Crackables', 'default_3x3', '1', '263', '1', '8', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1173', '1172', 'Ghost Hunter Prizes', 'Halloween \'16 Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', 'Missing prizes? Probably in the crafting section.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1174', '665', 'Cursed Caves Crackables', 'Halloween \'17 Crackables', 'default_3x3', '1', '263', '1', '9', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1175', '1174', 'Cursed Caves Prizes', 'Cursed Caves Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1176', '665', 'Witches Coven\' Crackables', 'Halloween \'19 Crackables', 'default_3x3', '1', '263', '1', '10', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1177', '1176', 'Witches\' Coven Prizes', 'Witches\' Coven Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', 'Missing prizes? Probably in the crafting section.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1178', '665', 'Victorian Xmas Crackables', 'Xmas \'17 Crackables', 'default_3x3', '1', '263', '1', '12', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1179', '1178', 'Victorian Xmas Prizes', 'Victorian Xmas Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', 'Missing prizes? Probably in the crafting section.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1180', '665', 'Ice Palace Crackables', 'Xmas \'19 Crackables', 'default_3x3', '1', '263', '1', '13', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1181', '1180', 'Ice Palace Prizes', 'Winter Palace Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', 'Missing prizes? Probably in the crafting section.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1182', '665', 'Citadel Crackables', 'Xmas \'16 Crackables', 'default_3x3', '1', '263', '1', '11', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1183', '1182', 'Citadel Prizes', 'Citadel Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1184', '665', 'Easter Egg Crackables', 'Easter \'13 Crackables', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1186', '1184', 'Easter Egg Prizes', 'Easter Egg Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1187', '665', 'Fairy Tale Crackables', 'Easter \'19 Crackables', 'default_3x3', '1', '263', '1', '5', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1188', '1187', 'Fairy Tale Prizes', 'Fairy Tale Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1189', '665', 'Farm Crackables', 'Easter \'17 Crackables', 'default_3x3', '1', '263', '1', '3', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1190', '1189', 'Farm Prizes', 'Farm Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', 'Missing prizes? Probably in the crafting section.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1191', '665', 'Vikings vs. Pirates Crack', 'Easter \'16 Crackables', 'default_3x3', '1', '263', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1192', '1191', 'Vikings vs. Pirates Prize', 'Vikings vs. Pirates Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1193', '665', 'Garden Crackables', 'Easter \'18 Crackables', 'default_3x3', '1', '263', '1', '4', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1194', '1193', 'Garden Prizes', 'Garden Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', 'Missing prizes? Probably in the crafting section.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1195', '665', 'Alpine Crackables', 'Easter \'20 Crackables', 'default_3x3', '1', '263', '1', '6', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('766', '557', 'rares_by_year', 'Extra Rares By Year', 'default_3x3', '1', '42', '1', '16', '1', '0', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1197', '766', '2010_rares', '2010 Rares', 'default_3x3', '1', '42', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1198', '766', '2011_rares', '2011 Rares', 'default_3x3', '1', '42', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1199', '766', '2012_rares', '2012 Rares', 'default_3x3', '1', '42', '1', '3', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1200', '766', '2013_rares', '2013 Rares', 'default_3x3', '1', '42', '1', '4', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1201', '766', '2014_rares', '2014 Rares', 'default_3x3', '1', '42', '1', '5', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1202', '766', '2015_rares', '2015 Rares', 'default_3x3', '1', '42', '1', '6', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1203', '766', '2017_rares', '2017 Rares', 'default_3x3', '1', '42', '1', '8', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1204', '766', '2018_rares', '2018 Rares', 'default_3x3', '1', '42', '1', '9', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1205', '766', '2019_rares', '2019 Rares', 'default_3x3', '1', '42', '1', '10', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1206', '766', '2020_rares', '2020 Rares', 'default_3x3', '1', '42', '1', '11', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1207', '442', 'Ingman', 'Ingman\'s Ice Cream', 'default_3x3', '1', '10', '1', '32', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1210', '209', 'Autumn', 'Autumn Trees', 'default_3x3', '1', '49', '1', '25', '1', '1', '0', '0', 'autumn20_header', 'autumn_teaser', '', 'The trees are starting to turn brown, it\'s getting colder and hot drinks are starting to appeal. Get into an autumnal mindset this fall!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1211', '125', 'Non-Tradeable New Furni', 'Non-Tradeable New Furni', 'default_3x3', '1', '1', '1', '10', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1212', '375', 'Halloween 2020', '\'20 - Impossible House', 'default_3x3', '1', '293', '1', '14', '1', '1', '0', '0', 'hween20_header', 'hween20_teaser', '', 'Venture inside the Impossible House, home to many evil creatures who are looking for their chance to escape into the real world. Will you be able to find your way out before they do?', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1213', '665', 'Halloween \'20 Crackables', 'Halloween \'20 Crackables', 'default_3x3', '1', '263', '1', '11', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1214', '1213', 'Impossible House Prizes', 'Impossible House Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1215', '2', 'Plushie', 'Craft-a-Plushie', 'default_3x3', '1', '294', '1', '20', '0', '0', '0', '0', '', '', '', null, null, null, '', '0', ''); +INSERT INTO `catalog_pages` VALUES ('1216', '674', 'Plushie Crafting', 'Plushie Crafting', 'default_3x3', '1', '1004', '1', '10', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1217', '1216', 'Plushie Ingredients', 'Plushie Ingredients', 'default_3x3', '1', '1', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1218', '1216', 'Plushie Craftables', 'Plushie Craftables', 'default_3x3', '1', '1004', '1', '2', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1219', '1167', 'Plushie Crackables', 'Plushie Crackables', 'default_3x3', '1', '263', '1', '13', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1220', '1219', 'Plushie Prizes', 'Plushie Prizes', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', '', '', '', 'Missing prizes? Probably in the crafting section.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1221', '1215', 'plushie_probs', 'Plushie Crafting!', 'pets3', '1', '263', '1', '2', '1', '1', '0', '0', 'Stars_header', 'catalog_teaser_atcg', '', 'Find out everything you need to know about Plushie Crafting here!', 'How to craft a simple recipe:', '\r\n\r\n\r\n\r\n1) You need a Plushie crafting table!\r\n\r\n2) Next, you\'ll need ingredients! Combine them to get new crafting prizes.\r\n\r\n3) Double click the Plushie crafting table to begin. Select which ingredients you want to use, then click \'CRAFT!\'.\r\n\r\nYou\'ll unlock recipes as you discover them - you can also find a full list of recipes on our website.\r\n\r\n\r\n\r\n\r\n\r\nThe \'Recipe Mixer\' will only show ingredients that are in your inventory. Items shown in grey are not in your inventory.\r\n', null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1222', '1215', 'plushie_boxes', 'Plushie Crafting Boxes!', 'default_3x3', '1', '294', '1', '1', '1', '1', '0', '0', 'Stars_header', 'plushie_teaser', '', 'These boxes contain all the materials you need to craft one plushie and one random accessory. If you\'re lucky, you might get the special rainbow coloured dye! The Plushie Crafting Table is available from the crafting section of the Catalogue and our recent article details the probabilities of getting each item.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1223', '1221', 'plushie_table', 'Plushie Crafting Table', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', 'Stars_header', 'plushie1_teaser', '', 'Click to get your very own Plushie Crafting Table and for information about how crafting works.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1224', '2', 'winter_forest', 'Enchanted Winter Forest', 'default_3x3', '1', '295', '1', '16', '1', '1', '0', '0', 'xmas20_header', 'xmas20_teaser', '', 'Make your winter vacation extra special by hopping into a magical forest adventure unlike any other!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1225', '665', 'xmas20_crack', 'Xmas \'20 Crackables', 'default_3x3', '1', '263', '1', '14', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1226', '1225', 'xmas20_prizes', 'Xmas \'20 Prizes', 'default_3x3', '1', '1', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1230', '3', 'temp_effects', 'Temporary Effects', 'default_3x3', '1', '263', '1', '99', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1227', '1224', 'winter_forest_rocks', 'Rune Rocks!', 'default_3x3', '1', '295', '1', '1', '1', '1', '0', '0', 'xmas20_header', 'xmas20_rune_teaser', '', 'Rune Rocks are here! Note that Rune Rocks have a special ability - once you\'ve crack it into a coloured one, you can continue cracking it until you get the colour you want!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1231', '1224', 'winter_forest_crafting', 'Winter Forest Crafting!', 'pets3', '1', '263', '1', '2', '1', '1', '0', '0', 'xmas20_header', 'catalog_teaser_atcg', '', 'Find out everything you need to know about Plushie Crafting here!', 'How to craft a simple recipe:', '\r\n\r\n\r\n\r\n1) You need a Rock Crafter!\r\n\r\n2) Next, you\'ll need ingredients! Combine them to get new crafting prizes.\r\n\r\n3) Double click the Rock Crafter to begin. Select which ingredients you want to use, then click \'CRAFT!\'.\r\n\r\nYou\'ll unlock recipes as you discover them - you can also find a full list of recipes on our website.\r\n\r\n\r\n\r\n\r\n\r\nThe \'Rock Crafter\' will only show ingredients that are in your inventory. Items shown in grey are not in your inventory.\r\n', null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1232', '1231', 'rock_crafter', 'Rock Crafter', 'default_3x3', '1', '263', '1', '1', '1', '1', '0', '0', 'xmas20_header', 'xmas20_craft_teaser', '', 'Click to get your very own Rock Crafter and for information about how crafting works.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1233', '674', 'winter_forest_craftables', 'Winter Forest Craftables', 'default_3x3', '1', '1004', '1', '100', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1234', '209', 'gift_shop', 'Gift Shop', 'default_3x3', '1', '236', '1', '75', '1', '1', '0', '0', 'catalog_gifts2_headline1_en', 'gifts_teaser2', '', 'Get all your gift items here!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1235', '604', 'traffic_signs', 'Traffic Signs', 'default_3x3', '1', '241', '1', '56', '1', '1', '0', '0', 'catalog_header_traffic_signs', 'catalog_teaser_traffic_signs', '', 'Better not run any red lights!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1236', '7', 'messy_furni', 'Messy', 'default_3x3', '1', '505', '1', '106', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1237', '664', '21_bonus_rares', '\'21 Bonus Rares', 'default_3x3', '1', '263', '1', '6', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1238', '7', '21_cny', '\'21 Chinese New Year', 'default_3x3', '1', '42', '1', '107', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1239', '668', '21_ny_acc', '2020-21 NY Acc.', 'default_3x3', '1', '42', '1', '6', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1240', '624', '2021_r_clothing', '[R] Clothing - 2021', 'default_3x3', '1', '42', '1', '7', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1208', '766', '2021_rares', '2021 Rares', 'default_3x3', '1', '42', '1', '12', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('747', '300', '2021_ltds', '2021 LTDs', 'default_3x3', '1', '145', '1', '10', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1241', '7', 'future_club', 'Futuristic Club Furni', 'default_3x3', '1', '42', '1', '108', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('276', '125', 'snowflake', '2010 Snowflake Rewards', 'default_3x3', '1', '86', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('279', '125', 'snowflake2013', '2013 Snowflake Rewards', 'default_3x3', '1', '86', '1', '1', '1', '1', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('124', '209', 'habbo_mall', 'Mall', 'default_3x3', '1', '258', '1', '127', '1', '1', '0', '0', 'mall_header', 'mall_teaser', '', 'Create your very own mall!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1244', '604', 'bonus_rares', 'Bonus Furni', 'default_3x3', '1', '263', '1', '6', '1', '1', '0', '0', 'bonush', 'bonus', '', 'These items are perfect for any finishing touches to your rooms!', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('343', '71', 'club_revival', 'Club Revival', 'default_3x3', '1', '214', '1', '3', '1', '1', '0', '0', 'catalog_header_hc', '', '', '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, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('71', '8', 'past_club', 'Previous Club Gifts', 'default_3x3', '1', '214', '1', '2', '1', '0', '0', '0', '', '', '', null, null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('72', '8', 'current_club', 'Club Gifts', 'club_gift', '1', '214', '1', '1', '1', '1', '0', '0', 'catalog_header_hc', '', '', 'Are you set to get this month\'s club gift? Choose one below if it is available.', null, null, null, '0', ''); +INSERT INTO `catalog_pages` VALUES ('1246', '2', 'classic_furni', 'Classic Public Furni', 'default_3x3', '1', '264', '1', '40', '1', '0', '0', '0', '', '', '', null, null, null, null, '0', ''); diff --git a/Catalog-SQLS/crafting_altars_recipes.sql b/Catalog-SQLS/crafting_altars_recipes.sql new file mode 100644 index 00000000..7f53422a --- /dev/null +++ b/Catalog-SQLS/crafting_altars_recipes.sql @@ -0,0 +1,324 @@ +/* +Navicat MySQL Data Transfer + +Source Server : hotel +Source Server Version : 50505 +Source Host : localhost:3306 +Source Database : hotel + +Target Server Type : MYSQL +Target Server Version : 50505 +File Encoding : 65001 + +Date: 2020-12-18 10:11:42 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for crafting_altars_recipes +-- ---------------------------- +DROP TABLE IF EXISTS `crafting_altars_recipes`; +CREATE TABLE `crafting_altars_recipes` ( + `altar_id` int(11) NOT NULL, + `recipe_id` int(11) NOT NULL, + UNIQUE KEY `altar_id` (`altar_id`,`recipe_id`) USING BTREE +) ENGINE=MyISAM DEFAULT CHARSET=latin1 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 ('8808', '0'); +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', '13'); +INSERT INTO `crafting_altars_recipes` VALUES ('9603', '14'); +INSERT INTO `crafting_altars_recipes` VALUES ('9603', '15'); +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'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '0'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '248'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '249'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '250'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '251'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '252'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '253'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '254'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '255'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '256'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '257'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '258'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '259'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '260'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '261'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '262'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '263'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '264'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '265'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '266'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '267'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '268'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '269'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '270'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '271'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '272'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '273'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '274'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '275'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '276'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '277'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '278'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '279'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '280'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '281'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '282'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '283'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '284'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '285'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '286'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '287'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '288'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '289'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '290'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '291'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '292'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '293'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '294'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '295'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '296'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '297'); +INSERT INTO `crafting_altars_recipes` VALUES ('11607', '298'); +INSERT INTO `crafting_altars_recipes` VALUES ('11620', '299'); +INSERT INTO `crafting_altars_recipes` VALUES ('11620', '300'); +INSERT INTO `crafting_altars_recipes` VALUES ('11620', '301'); +INSERT INTO `crafting_altars_recipes` VALUES ('11620', '302'); +INSERT INTO `crafting_altars_recipes` VALUES ('11620', '303'); +INSERT INTO `crafting_altars_recipes` VALUES ('11620', '304'); +INSERT INTO `crafting_altars_recipes` VALUES ('11620', '305'); diff --git a/Catalog-SQLS/crafting_recipes.sql b/Catalog-SQLS/crafting_recipes.sql new file mode 100644 index 00000000..6e602f03 --- /dev/null +++ b/Catalog-SQLS/crafting_recipes.sql @@ -0,0 +1,333 @@ +/* +Navicat MySQL Data Transfer + +Source Server : hotel +Source Server Version : 50505 +Source Host : localhost:3306 +Source Database : hotel + +Target Server Type : MYSQL +Target Server Version : 50505 +File Encoding : 65001 + +Date: 2020-12-18 10:11:53 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for crafting_recipes +-- ---------------------------- +DROP TABLE IF EXISTS `crafting_recipes`; +CREATE TABLE `crafting_recipes` ( + `id` int(11) NOT NULL, + `product_name` varchar(64) NOT NULL COMMENT 'WARNING! This field must match a entry in your productdata or crafting WILL NOT WORK!', + `reward` int(11) NOT NULL, + `enabled` enum('0','1') NOT NULL DEFAULT '1', + `achievement` varchar(255) NOT NULL DEFAULT '', + `secret` enum('0','1') NOT NULL DEFAULT '0', + `limited` enum('0','1') NOT NULL DEFAULT '0', + `remaining` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `id` (`id`) USING BTREE, + KEY `name` (`product_name`) USING BTREE +) ENGINE=MyISAM DEFAULT CHARSET=latin1 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', 'clothing_warmask', '8339', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('10', 'clothing_fammask', '8337', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('11', 'clothing_deathmask', '8347', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('12', 'clothing_pestmask', '8348', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('13', 'bazaar_c17_dyepurple', '9621', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('14', 'bazaar_c17_dyemystic', '9574', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('15', 'bazaar_c17_dyegreen', '9582', '1', '', '0', '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', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('5', 'hween_c15_purecrystal2', '8363', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('8', 'hween_c15_evilcrystal3', '8365', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('6', 'hween_c15_purecrystal3', '8373', '1', '', '0', '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', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('40', 'bazaar_c17_curtainpink', '9631', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('41', 'bazaar_c17_curtainyellow', '9637', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('42', 'bazaar_c17_curtaingreen', '9569', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('43', 'bazaar_c17_curtainpurple', '9606', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('44', 'bazaar_c17_curtainmystic', '9642', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('45', 'bazaar_c17_curtainbluepinktrim', '9596', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('46', 'bazaar_c17_curtainpinkbluetrim', '9583', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('47', 'bazaar_c17_curtainyellowbluetrim', '9555', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('48', 'bazaar_c17_curtainpurpleyellowtrim', '9636', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('49', 'bazaar_c17_curtaingreenpurpletrim', '9572', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('50', 'bazaar_c17_lampblue', '9592', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('51', 'bazaar_c17_lamppink', '9619', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('52', 'bazaar_c17_lampyellow', '9552', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('53', 'bazaar_c17_lampgreen', '9609', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('54', 'bazaar_c17_lamppurple', '9554', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('55', 'bazaar_c17_lampmystic', '9584', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('56', 'bazaar_c17_lampbluepinktrim', '9550', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('57', 'bazaar_c17_lamppinkbluetrim', '9638', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('58', 'bazaar_c17_lampyellowbluetrim', '9599', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('59', 'bazaar_c17_lamppurpleyellowtrim', '9644', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('60', 'bazaar_c17_lampgreenpurpletrim', '9640', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('61', 'bazaar_c17_pillowblue', '9593', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('62', 'bazaar_c17_pillowpink', '9639', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('63', 'bazaar_c17_pillowyellow', '9586', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('64', 'bazaar_c17_pillowgreen', '9633', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('65', 'bazaar_c17_pillowpurple', '9575', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('66', 'bazaar_c17_pillowmystic', '9566', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('67', 'bazaar_c17_pillowbluepinktrim', '9551', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('68', 'bazaar_c17_pillowpinkbluetrim', '9628', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('69', 'bazaar_c17_pillowyellowbluetrim', '9602', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('70', 'bazaar_c17_pillowpurpleyellowtrim', '9629', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('71', 'bazaar_c17_pillowgreenpurpletrim', '9567', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('72', 'bazaar_c17_rugblue', '9573', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('73', 'bazaar_c17_rugpink', '9620', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('74', 'bazaar_c17_rugyellow', '9618', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('75', 'bazaar_c17_ruggreen', '9556', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('76', 'bazaar_c17_rugpurple', '9641', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('77', 'bazaar_c17_rugmystic', '9587', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('78', 'bazaar_c17_rugpinkbluetrim', '9612', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('79', 'bazaar_c17_rugbluepinktrim', '9588', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('80', 'bazaar_c17_rugyellowbluetrim', '9577', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('81', 'bazaar_c17_rugpurpleyellowtrim', '9560', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('82', 'bazaar_c17_ruggreenpurpletrim', '9601', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('83', 'bazaar_c17_vaseblue', '9578', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('84', 'bazaar_c17_vasepink', '9607', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('85', 'bazaar_c17_vaseyellow', '9610', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('86', 'bazaar_c17_vasegreen', '9604', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('87', 'bazaar_c17_vasepurple', '9568', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('88', 'bazaar_c17_vasemystic', '9613', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('89', 'bazaar_c17_vasebluepinktrim', '9563', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('90', 'bazaar_c17_vasepinkbluetrim', '9561', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('91', 'bazaar_c17_vaseyellowbluetrim', '9580', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('92', 'bazaar_c17_vasepurpleyellowtrim', '9614', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('93', 'bazaar_c17_vasegreenpurpletrim', '9571', '1', 'Bazaar', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('124', 'fest_c19_backdrop2', '10623', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('125', 'fest_c19_backdrop3', '10631', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('126', 'fest_c19_stool2', '10635', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('127', 'fest_c19_stool3', '10575', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('128', 'fest_c19_cushion2', '10598', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('129', 'fest_c19_cushion3', '10591', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('130', 'fest_c19_parasol2', '10609', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('131', 'fest_c19_parasol3', '10580', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('132', 'clothing_bohopaint', '10629', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('133', 'clothing_bohogems', '10581', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('134', 'clothing_bohoheadgems', '10583', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('135', 'clothing_bohotiara', '10619', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('136', 'clothing_bohovest', '10618', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('137', 'clothing_bohotunic', '10594', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('138', 'clothing_ruggedbackpack', '10628', '1', 'Festival', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('139', 'clothing_bohobackpack', '10611', '1', 'Festival', '0', '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', 'InfectedLab', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('107', 'hween_c18_toy2new', '10256', '1', 'InfectedLab', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('108', 'hween_c18_toy3new', '10255', '1', 'InfectedLab', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('109', 'hween_c18_toy4new', '10274', '1', 'InfectedLab', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('110', 'hween_c18_toy5new', '10241', '1', 'InfectedLab', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('111', 'clothing_legwarmershoes', '10273', '1', 'InfectedLab', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('112', 'clothing_brownglasses', '10238', '1', 'InfectedLab', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('113', 'clothing_shortcurlhair', '10292', '1', 'InfectedLab', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('114', 'clothing_sideponytail', '10267', '1', 'InfectedLab', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('115', 'clothing_vintagejacket', '10264', '1', 'InfectedLab', '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', 'Suncity1', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('142', 'suncity_c19_biokit', '10733', '1', 'Suncity1', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('143', 'suncity_c19_vase', '10747', '1', 'Suncity1', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('144', 'suncity_c19_clock', '10716', '1', 'Suncity1', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('145', 'clothing_leafmask', '10727', '1', 'Suncity1', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('146', 'clothing_butterflymask', '10719', '1', 'Suncity1', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('147', 'clothing_floralbag', '10739', '1', 'Suncity1', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('148', 'clothing_gogglehat', '10728', '1', 'Suncity1', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('100', 'clothing_harajukuhair', '10186', '1', 'Tokyo', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('101', 'clothing_harajukubow', '10176', '1', 'Tokyo', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('102', 'clothing_sakurajacket', '10149', '1', 'Tokyo', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('103', 'clothing_botface', '10182', '1', 'Tokyo', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('104', 'clothing_animehair', '10134', '1', 'Tokyo', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('105', 'clothing_dragonplushhat', '10153', '1', 'Tokyo', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('94', 'clothing_featherflower', '9807', '1', 'victailor', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('149', 'hween_c19_slimeblob', '10828', '1', 'Hweensummon', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('150', 'hween_c19_spiritowl', '10822', '1', 'Hweensummon', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('151', 'hween_c19_firechild', '10806', '1', 'Hweensummon', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('152', 'hween_c19_darkwerewolf', '10817', '1', 'Hweensummon', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('153', 'hween_c19_flameon', '10801', '1', 'Hweensummon', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('117', 'clothing_xmas5', '10389', '1', 'wintercity', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('118', 'clothing_treepartyhat', '10403', '1', 'wintercity', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('119', 'clothing_poinsettia', '10354', '1', 'wintercity', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('120', 'clothing_snowman', '10382', '1', 'wintercity', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('121', 'clothing_rudolphhat', '10342', '1', 'wintercity', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('122', 'clothing_penguin', '10361', '1', 'wintercity', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('123', 'clothing_halo', '10329', '1', 'wintercity', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('154', 'xmas_c19_robinfigure2', '10933', '1', 'Xmascrystal', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('155', 'xmas_c19_reindeerfigure2', '10897', '1', 'Xmascrystal', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('156', 'xmas_c19_angelfigure2', '10934', '1', 'Xmascrystal', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('157', 'xmas_c19_unicornfigure2', '10929', '1', 'Xmascrystal', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('158', 'xmas_c19_dragonfigure2', '10915', '1', 'Xmascrystal', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('95', 'clothing_tophat', '9839', '1', 'victailor', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('96', 'clothing_buttonpants', '9810', '1', 'victailor', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('97', 'clothing_ruffleshirt', '9836', '1', 'victailor', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('98', 'clothing_tailedcoat', '9851', '1', 'victailor', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('99', 'clothing_dress', '9846', '1', 'victailor', '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', 'Chef', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('29', 'easter_c17_carrotcake', '9449', '1', 'Chef', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('30', 'easter_c17_berrytart', '9450', '1', 'Chef', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('31', 'easter_c17_fruitsalad', '9418', '1', 'Chef', '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', 'Chef', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('34', 'easter_c17_choccupcake', '9437', '1', 'Chef', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('35', 'easter_c17_choctart', '9428', '1', 'Chef', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('36', 'easter_c17_berrycupcake', '9419', '1', 'Chef', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('37', 'easter_c17_sweetpastries', '9458', '1', 'Chef', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('163', 'clothing_bffshirt', '10026', '1', 'ffusion', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('164', 'clothing_bffhat', '10027', '1', 'ffusion', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('165', 'clothing_kpop', '10025', '1', 'ffusion', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('166', 'clothing_kpopbuns', '10024', '1', 'ffusion', '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', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('212', 'hween_c16_barchair2', '9157', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('213', 'hween_c16_roundtable2', '9166', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('214', 'hween_c16_wall2', '9175', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('215', 'hween_c16_chair2', '9148', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('216', 'hween_c16_endtable2', '9193', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('217', 'hween_c16_floor2', '9172', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('218', 'hween_c16_glasstable2', '9189', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('219', 'hween_c16_ladder2', '9181', '1', 'GhostHunter', '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', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('225', 'hween_c16_bed2', '9167', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('226', 'hween_c16_bkcase2', '9184', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('227', 'hween_c16_lamp2', '9151', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('228', 'hween_c16_vase2', '9196', '1', 'GhostHunter', '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', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('231', 'hween_r16_chandelier2', '9195', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('232', 'hween_r16_grandpiano2', '9165', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('233', 'hween_c16_bust2', '9180', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('234', 'hween_c16_cabinet2', '9155', '1', 'GhostHunter', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('235', 'hween_c16_fireplace2', '9160', '1', 'GhostHunter', '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'); +INSERT INTO `crafting_recipes` VALUES ('248', 'plushie_c20_bow', '11591', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('253', 'plushie_c20_pinkbear', '11578', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('251', 'plushie_c20_brownbear', '11570', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('250', 'plushie_c20_flowercrown', '11596', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('252', 'plushie_c20_bluebear', '11583', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('249', 'plushie_c20_scarf', '11586', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('255', 'plushie_c20_brownbear1', '11616', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('254', 'plushie_c20_rainbowbear', '11573', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('256', 'plushie_c20_brownbear2', '11609', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('257', 'plushie_c20_brownbear3', '11575', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('258', 'plushie_c20_bluebear1', '11611', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('259', 'plushie_c20_bluebear2', '11565', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('260', 'plushie_c20_bluebear3', '11552', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('261', 'plushie_c20_pinkbear1', '11581', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('262', 'plushie_c20_pinkbear2', '11606', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('263', 'plushie_c20_pinkbear3', '11554', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('264', 'plushie_c20_rainbowbear1', '11593', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('265', 'plushie_c20_rainbowbear2', '11601', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('266', 'plushie_c20_rainbowbear3', '11605', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('267', 'plushie_c20_brownbunny', '11589', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('268', 'plushie_c20_bluebunny', '11566', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('269', 'plushie_c20_pinkbunny', '11608', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('270', 'plushie_c20_rainbowbunny', '11580', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('271', 'plushie_c20_brownbunny1', '11582', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('272', 'plushie_c20_brownbunny2', '11568', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('273', 'plushie_c20_brownbunny3', '11615', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('274', 'plushie_c20_bluebunny1', '11574', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('275', 'plushie_c20_bluebunny2', '11555', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('276', 'plushie_c20_bluebunny3', '11560', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('277', 'plushie_c20_pinkbunny1', '11613', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('278', 'plushie_c20_pinkbunny2', '11614', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('279', 'plushie_c20_pinkbunny3', '11590', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('280', 'plushie_c20_rainbowbunny1', '11612', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('281', 'plushie_c20_rainbowbunny2', '11559', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('282', 'plushie_c20_rainbowbunny3', '11584', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('283', 'plushie_c20_brownlion', '11600', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('284', 'plushie_c20_bluelion', '11553', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('285', 'plushie_c20_pinklion', '11585', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('286', 'plushie_c20_rainbowlion', '11592', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('287', 'plushie_c20_brownlion1', '11604', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('288', 'plushie_c20_brownlion2', '11594', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('289', 'plushie_c20_brownlion3', '11561', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('290', 'plushie_c20_bluelion1', '11597', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('291', 'plushie_c20_bluelion2', '11602', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('292', 'plushie_c20_bluelion3', '11598', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('293', 'plushie_c20_pinklion1', '11576', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('294', 'plushie_c20_pinklion2', '11595', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('295', 'plushie_c20_pinklion3', '11564', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('296', 'plushie_c20_rainbowlion1', '11551', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('297', 'plushie_c20_rainbowlion2', '11579', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('298', 'plushie_c20_rainbowlion3', '11572', '1', '', '1', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('299', 'xmas_c20_rockguy', '11636', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('300', 'xmas_c20_earthguy', '11634', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('301', 'xmas_c20_flowerguy', '11633', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('302', 'xmas_c20_snowguy', '11649', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('303', 'xmas_c20_fireguy', '11646', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('304', 'xmas_c20_magicguy', '11667', '1', '', '0', '0', '0'); +INSERT INTO `crafting_recipes` VALUES ('305', 'xmas_c20_iceguy', '11661', '1', '', '0', '0', '0'); diff --git a/Catalog-SQLS/crafting_recipes_ingredients.sql b/Catalog-SQLS/crafting_recipes_ingredients.sql new file mode 100644 index 00000000..967da062 --- /dev/null +++ b/Catalog-SQLS/crafting_recipes_ingredients.sql @@ -0,0 +1,699 @@ +/* +Navicat MySQL Data Transfer + +Source Server : hotel +Source Server Version : 50505 +Source Host : localhost:3306 +Source Database : hotel + +Target Server Type : MYSQL +Target Server Version : 50505 +File Encoding : 65001 + +Date: 2020-12-18 10:12:05 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for crafting_recipes_ingredients +-- ---------------------------- +DROP TABLE IF EXISTS `crafting_recipes_ingredients`; +CREATE TABLE `crafting_recipes_ingredients` ( + `recipe_id` int(11) NOT NULL, + `item_id` int(11) NOT NULL, + `amount` int(11) NOT NULL DEFAULT 1 +) ENGINE=MyISAM DEFAULT CHARSET=latin1 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 ('15', '9581', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('15', '9598', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('14', '9621', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('14', '9611', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('14', '9581', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('14', '9598', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('13', '9611', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('13', '9581', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('12', '8362', '4'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('12', '8370', '4'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('11', '8365', '8'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('10', '8362', '8'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('9', '8365', '4'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('9', '8362', '4'); +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', '10144', '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', '10144', '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', '10596', '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', '10596', '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', '10596', '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', '10596', '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', '10618', '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', '4'); +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 ('172', '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 ('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'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('293', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('294', '11585', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('296', '11592', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('296', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('298', '11592', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('297', '11592', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('297', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('298', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('295', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('295', '11585', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('294', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('293', '11585', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('291', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('292', '11553', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('292', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('291', '11553', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('290', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('290', '11553', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('289', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('289', '11600', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('288', '11600', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('288', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('284', '11563', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('284', '11571', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('287', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('287', '11600', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('286', '11563', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('286', '11556', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('286', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('285', '11577', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('285', '11563', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('285', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('284', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('283', '11599', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('283', '11563', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('283', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('282', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('282', '11580', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('281', '11580', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('281', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('280', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('280', '11580', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('279', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('279', '11608', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('278', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('277', '11608', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('277', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('278', '11608', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('276', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('276', '11566', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('275', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('275', '11566', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('274', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('274', '11566', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('272', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('273', '11589', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('273', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('272', '11589', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('271', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('271', '11589', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('270', '11556', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('270', '11610', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('270', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('269', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('269', '11610', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('269', '11577', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('258', '11583', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('258', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('267', '11610', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('268', '11610', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('268', '11571', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('267', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('267', '11599', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('268', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('266', '11573', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('266', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('265', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('265', '11573', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('264', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('264', '11573', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('263', '11578', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('263', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('262', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('262', '11578', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('261', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('261', '11578', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('260', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('260', '11583', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('259', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('259', '11583', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('257', '11596', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('257', '11570', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('256', '11591', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('256', '11570', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('248', '11571', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('248', '11610', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('255', '11570', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('255', '11586', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('254', '11556', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('254', '11588', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('254', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('253', '11577', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('253', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('253', '11588', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('252', '11571', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('252', '11588', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('252', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('251', '11599', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('251', '11588', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('251', '11557', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('250', '11563', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('250', '11577', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('249', '11599', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('249', '11588', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('299', '11659', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('299', '11658', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('300', '11619', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('300', '11642', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('301', '11664', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('301', '11619', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('302', '11659', '3'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('302', '11619', '3'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('302', '11622', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('303', '11664', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('303', '11658', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('303', '11622', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11659', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11658', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11619', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11642', '2'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11622', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('305', '11659', '3'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('305', '11642', '3'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('305', '11642', '1'); +INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11664', '1'); diff --git a/Catalog-SQLS/emulator_settings.sql b/Catalog-SQLS/emulator_settings.sql new file mode 100644 index 00000000..f05ff11d --- /dev/null +++ b/Catalog-SQLS/emulator_settings.sql @@ -0,0 +1,20 @@ +UPDATE `emulator_settings` SET `value` = '72' WHERE `key` = 'catalog.page.vipgifts'; + +DELETE FROM `emulator_settings` WHERE `key` LIKE 'wildwest_stocks%'; +DELETE FROM `emulator_settings` WHERE `key` LIKE 'hween12_fortune%'; +DELETE FROM `emulator_settings` WHERE `key` LIKE 'xmas14_santateller%'; +DELETE FROM `emulator_settings` WHERE `key` LIKE 'pirate_parrot%'; + +INSERT INTO emulator_settings VALUES ('wildwest_stocks.message.count', '18'); +INSERT INTO emulator_settings VALUES ('wildwest_stocks.message.bubble', '32'); +INSERT INTO emulator_settings VALUES ('hween12_fortune.message.count', '11'); +INSERT INTO emulator_settings VALUES ('hween12_fortune.message.bubble', '8'); +INSERT INTO emulator_settings VALUES ('xmas14_santateller.message.count', '11'); +INSERT INTO emulator_settings VALUES ('xmas14_santateller.message.bubble', '36'); +INSERT INTO emulator_settings VALUES ('pirate_parrot.message.count', '4'); +INSERT INTO emulator_settings VALUES ('pirate_parrot.message.bubble', '28'); + +INSERT INTO emulator_settings VALUES ('hotel.item.trap.cland_c15_goofloor', '3000'); +INSERT INTO emulator_settings VALUES ('hotel.item.trap.hween13_gutsfloor', '3000'); +INSERT INTO emulator_settings VALUES ('hotel.item.trap.jungle_c16_watertrap', '3000'); +INSERT INTO emulator_settings VALUES ('hotel.item.trap.hween_c20_floortrap', '3000'); \ No newline at end of file diff --git a/Catalog-SQLS/emulator_texts.sql b/Catalog-SQLS/emulator_texts.sql new file mode 100644 index 00000000..09a09815 --- /dev/null +++ b/Catalog-SQLS/emulator_texts.sql @@ -0,0 +1,53 @@ +DELETE FROM emulator_texts WHERE `key` LIKE 'hween12_fortune%'; +DELETE FROM emulator_texts WHERE `key` LIKE 'xmas14_santateller%'; +DELETE FROM emulator_texts WHERE `key` LIKE 'wildwest_stocks%'; +DELETE FROM emulator_texts WHERE `key` LIKE 'pirate_parrot%'; + +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.0', 'Scotland, the bonnie bonnie banks of loch lomond, and you can become a baron of sealand was founded by roy bates following a legal battle with the'); +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.1', 'Many nights i prayed for this, to let my work begin, first we take berlin.'); +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.2', 'But she doesn\'t believe you.'); +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.3', 'I like big butts and i cannot lie.'); +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.4', 'A job today means work tomorrow.'); +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.5', 'Your friend may claim to love you, but really he or them or that which cannot be spoken aloud.'); +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.6', 'You have to believe in life after love.'); +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.7', 'We sent a team to locate it last year, but they never returned.'); +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.8', 'You know the way to stop me, but you don\'t know what he\'s after'); +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.9', 'You will become a hip-hop beauty queen and be abducted by aliens.'); +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.10', 'Yes kids, there was piracy long before bitorrent.roy then looked for and he found it and'); +INSERT INTO emulator_texts VALUES ('hween12_fortune.message.11', 'He doesn\'t care.'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.0', 'That elf and i are just friends.'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.1', 'Did you know i have no idea how i\'m going to deliver all these presents.'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.2', 'Santa says relax.'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.3', 'What do snowmen eat for lunch? ice bergers.'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.4', 'It\'s not about what\'s under the tree, it\'s about who\'s around it.'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.5', 'Don\'t get your tinsel in a tangle.'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.6', 'Close your eyes and listen to the waves.'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.7', 'Hoping you have a zen filled holiday season.'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.8', 'The seashell is whispering sweet nothings in my ear. oh, its got a crab inside!'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.9', 'Merry fish-mas.'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.10', 'Everyday is a surprise.'); +INSERT INTO emulator_texts VALUES ('xmas14_santateller.message.11', 'The sound of the ocean brings me inner calm. it also makes me need the bathroom.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.0', 'Never trust a man without spurs on his boots.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.1', 'Mind tightening my belt, i\'ve recently lost a little weight.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.2', 'I call the vulture that took my eye steven mcgillicudy.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.3', 'In the summer the townsfolk put on a puppet show in my pocket. one of my fingers fell off.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.4', 'If you see a cactus running around in circles you tell it i\'m coming for it as soon as i get outta here'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.5', 'Kick off your boots and stay a while.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.6', 'Sometimes i look into the night sky and sing, \"my heart will go on\".'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.7', 'I often dream about swimming in a sea of chocolate milk but then i remember i\'m lactose intolerant and i can\'t swim.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.8', 'I know 83 digits of pi and not one is correct.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.9', 'What i wouldn\'t give to have my ears back.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.10', 'You\'re darn tootin\' right!'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.11', 'I really need to go to the bathroom.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.12', 'I drink my own tears for water.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.13', 'I know 83 digits of pi and not one is correct.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.14', 'The head nurse said to leave me alone...'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.15', 'I\'m selling these fine leather hats.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.16', 'If the glove doesn\'t fit, you must aquit!'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.17', 'It took me years to figure out how to pronounce \"p\" without lips.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.18', 'Life was simpler when i could walk away from my problems.'); +INSERT INTO emulator_texts VALUES ('wildwest_stocks.message.19', 'I only took a piece of gum and now they want to flog me!'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.0', 'Don\'t you go thinking no thoughts about plucking me feathers now i\'ll \'av your eyes out!'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.1', 'Go bring me a flagon a’ bubble juice, ye scurvy dog!'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.2', 'Ya land lubber, might be i got a story too tell ya!'); +INSERT INTO emulator_texts VALUES ('pirate_parrot.message.3', 'This ol’ sea dog sing ye a sea shanty about the time i took a ship from a unsuspecting little... oh wait, that\'ll be you... soon.'); \ No newline at end of file diff --git a/Catalog-SQLS/items_base.sql b/Catalog-SQLS/items_base.sql new file mode 100644 index 00000000..fb4fa881 --- /dev/null +++ b/Catalog-SQLS/items_base.sql @@ -0,0 +1,11099 @@ +/* +Navicat MySQL Data Transfer + +Source Server : hotel +Source Server Version : 50505 +Source Host : localhost:3306 +Source Database : hotel + +Target Server Type : MYSQL +Target Server Version : 50505 +File Encoding : 65001 + +Date: 2020-12-18 10:16:46 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for items_base +-- ---------------------------- +DROP TABLE IF EXISTS `items_base`; +CREATE TABLE `items_base` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `sprite_id` int(11) NOT NULL DEFAULT 0, + `public_name` varchar(56) NOT NULL DEFAULT '', + `item_name` varchar(70) NOT NULL, + `type` varchar(3) NOT NULL DEFAULT 's', + `width` int(11) NOT NULL DEFAULT 1, + `length` int(11) 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) NOT NULL DEFAULT 'default', + `interaction_modes_count` int(13) NOT NULL DEFAULT 1, + `vending_ids` varchar(255) NOT NULL DEFAULT '0', + `multiheight` varchar(50) NOT NULL DEFAULT '0', + `customparams` varchar(256) NOT NULL DEFAULT '', + `effect_id_male` int(3) NOT NULL DEFAULT 0, + `effect_id_female` int(3) NOT NULL DEFAULT 0, + `clothing_on_walk` varchar(255) NOT NULL DEFAULT '', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=50554 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of items_base +-- ---------------------------- +INSERT INTO `items_base` VALUES ('1', '1', 'post.it', 'post.it', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'postit', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2', '2', 'Heart stickies', 'post.it.vd', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'postit', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3', '3', 'photo', 'photo', 'i', '0', '0', '0.00', '0', '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', '0', '1', '0', '1', '1', '1', '0', '0', '0', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5', '0', 'bot_bartender', 'bot_bartender', 'r', '0', '0', '0.00', '0', '1', '0', '1', '1', '1', '0', '0', '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', '0', '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', '0', '0', '0', '0', '0', '0', '0', '0', '1', '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', ''); +INSERT INTO `items_base` VALUES ('12', '12', 'Mountain Dew Machine', 'md_limukaappi_cmp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('13', '13', 'Beige Bookcase', 'shelves_norja', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('14', '14', 'Bookcase', 'shelves_polyfon', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('15', '15', 'Bookcase', 'shelves_silo', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'intelligence_bookcase', '2', '1003,1004,1005', '', '', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('18', '18', 'Dining Chair', 'chair_polyfon', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('20', '20', 'Heart stickies', 'table_norja_med', 's', '2', '2', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('22', '22', 'Occasional Table', 'table_plasto_4leg', 's', '2', '2', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('23', '23', 'Round Dining Table', 'table_plasto_round', 's', '2', '2', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('24', '24', 'Square Dining Table', 'table_plasto_bigsquare', 's', '2', '2', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('26', '26', 'Gray Dining Chair', 'chair_silo', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('28', '28', 'Gray Sofa', 'sofa_silo', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('29', '29', 'Beige Bench', 'couch_norja', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('30', '30', 'Photo', 'chair_norja', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('32', '32', 'Doormat', 'doormat_love', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('33', '33', 'Doormat', 'doormat_plain', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('34', '34', 'Aquamarine Armchair', 'sofachair_polyfon', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('35', '35', 'Aquamarine Sofa', 'sofa_polyfon', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('36', '36', 'Gray Armchair', 'sofachair_silo', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('38', '38', 'Plastic Pod Chair', 'chair_plasty', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('39', '39', 'Chair', 'chair_plasto', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40', '40', 'Occasional Table', 'table_plasto_square', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '2', '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', '0', '0', '1', '1', '0', '0', '1', 'bed', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('52', '52', 'Bench', 'bench_armas', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('55', '55', 'Stool', 'small_chair_armas', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('56', '56', 'Fireplace', 'fireplace_armas', 's', '2', '1', '1.00', '0', '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', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('69', '69', 'Doormat', 'doormat_plain*1', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('75', '75', 'Doormat', 'doormat_plain*2', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('83', '83', 'Doormat', 'doormat_plain*3', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('90', '90', 'Doormat', 'doormat_plain*4', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('91', '91', 'Doormat', 'doormat_plain*6', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('93', '93', 'Doormat', 'doormat_plain*5', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('122', '122', 'Pizza Box', 'pizza', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('123', '123', 'Empty Cans', 'drinks', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('127', '127', 'Mini-bar', 'bar_polyfon', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '6,5,2,1', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('128', '128', 'Aloe Vera', 'plant_cruddy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('129', '129', 'Empty Spinning Bottle', 'bottle', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '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', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('133', '133', 'Barrel Minibar', 'bar_armas', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('136', '136', 'Soft Wool Rug', 'carpet_soft', 's', '2', '4', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('144', '144', 'Portable TV', 'red_tv', 's', '1', '1', '1.00', '0', '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', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('154', '154', 'Pink Armchair', 'sofachair_polyfon_girl', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('161', '161', 'Cherry Tree', 'plant_fruittree', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('162', '162', 'Small Cactus', 'plant_small_cactus', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('163', '163', 'Bonsai Tree', 'plant_bonsai', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('164', '164', 'Mature Cactus', 'plant_big_cactus', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('165', '165', 'Yucca Plant', 'plant_yukka', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '2', '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', '2', '1000', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('173', '173', 'Digital TV', 'tv_luxus', 's', '1', '3', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '100', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('178', '178', 'Blue Loo Seat', '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 ('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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('181', '181', 'Pink Loo Seat', 'toilet_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 ('182', '182', 'Yellow Loo Seat', 'toilet_yell', 's', '1', '1', '1.20', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '2', '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', '0', '1', 'gift', '2', '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', '0', '1', 'gift', '2', '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', '0', '1', 'gift', '2', '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', '0', '1', 'gift', '2', '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', '0', '1', 'gift', '2', '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', '0', '1', 'gift', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('195', '195', 'Pura Minibar', 'bar_basic', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '6,2,5,1', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('196', '196', 'pura shelves', 'shelves_basic', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('197', '197', 'Beige Sofachair', 'soft_sofachair_norja', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('198', '198', 'Beige Sofa', 'soft_sofa_norja', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('199', '199', 'Pura lamp', 'lamp_basic', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '3,5,6,2,4', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('202', '202', 'Telephone Box', 'door', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('204', '204', 'Wardrobe', 'doorB', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('205', '205', 'Portaloo', 'doorC', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('206', '206', 'Pumpkin Lamp', 'pumpkin', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('209', '209', 'Skeleduck', 'deadduck2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('210', '210', 'Gory Duck', 'deadduck3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('211', '211', 'Menorah', 'menorah', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1024', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('213', '213', 'Joint of Ham', 'ham', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('214', '214', 'Roast turkey', 'turkey', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '70', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('215', '215', 'Christmas Duck', 'xmasduck', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('216', '216', 'Gingerbread House', 'house', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('217', '217', 'Electric Candles', 'triplecandle', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('224', '224', 'White Candles', 'wcandleset', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('227', '227', 'Giant Heart', 'heart', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('228', '228', 'Valentine\'s Duck', 'valeduck', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('230', '230', 'Throne', 'throne', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('231', '231', 'Russian Samovar', 'samovar', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '1', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('232', '232', 'Vase of Flowers', 'giftflowers', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1006', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('233', '233', 'Habbo Cake', 'habbocake', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('235', '235', 'Wannabe Duck', 'easterduck', 's', '1', '1', '0.50', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('237', '237', 'Basket of eggs', 'basket', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('238', '238', 'Pop-Up Chicken', 'birdie', 's', '1', '1', '1.00', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('244', '244', 'Aquamarine Gate', 'divider_poly3', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('246', '246', 'Room Divider', 'divider_arm2', 's', '2', '1', '1.20', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('247', '247', 'Gate (lockable)', 'divider_arm3', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('249', '249', 'Gray Corner Shelf', 'divider_silo1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('250', '250', 'Beige Bar', 'divider_nor2', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('251', '251', 'Screen', 'divider_silo2', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('252', '252', 'Beige Gate', 'divider_nor3', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('260', '260', 'Dragon Egg', 'spyro', 's', '1', '1', '0.50', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('261', '261', 'Hologirl', 'redhologram', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('263', '263', 'Camera', 'camera', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('264', '264', 'Poinsetta', 'joulutahti', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1023', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('265', '265', 'Pink Hyacinth', 'hyacinth1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1021', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('266', '266', 'Blue Hyacinth', 'hyacinth2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1022', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('267', '267', 'Club sofa', 'club_sofa', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('271', '271', 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*11', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('277', '277', 'Mochamaster', 'mocchamaster', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('280', '280', 'Basketball Trophy', 'legotrophy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('283', '283', 'Holiday romance', 'valentinescreen', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('284', '284', 'Dicemaster', 'edicehc', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('286', '286', 'Royal Egyptian Lamp', 'rare_beehive_bulb', 's', '1', '1', '0.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('288', '288', 'Tubmaster', 'hcamme', 's', '1', '2', '0.60', '0', '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', '1', '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', 'Speaker\'s Corner', 'rare_stand', 's', '1', '1', '1.70', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('294', '294', 'Crusoe\'s 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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('297', '297', 'Grey Fountain', 'rare_fountain*1', 's', '1', '1', '1.50', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('298', '298', 'Jade Fountain', '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', '0.00', '0', '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', '0.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('428', '428', 'Eaten Gingerbread', 'house2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('449', '449', 'DJ Turntable', 'djesko_turntable', 's', '1', '1', '0.50', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('456', '456', 'Mountain dew sohva', 'md_sofa', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('457', '457', 'Habbo Cola Machine', 'md_limukaappi', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1001', '1001', '', 'Chess', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1011', '1011', '', 'TicTacToe', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1021', '1021', '', 'BattleShip', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1503', '1503', 'Scoreboard', 'hockey_score', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1506', '1506', 'Duck trophy', 'prizetrophy2*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1507', '1507', 'Globe trophy', 'prizetrophy3*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1508', '1508', 'Fish trophy', 'prizetrophy4*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1509', '1509', 'Duo trophy', 'prizetrophy5*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1510', '1510', 'Champion trophy', 'prizetrophy6*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1512', '1512', 'Classic trophy', 'prizetrophy*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1513', '1513', 'Duck trophy', 'prizetrophy2*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1514', '1514', 'Globe trophy', 'prizetrophy3*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1515', '1515', 'Fish trophy', 'prizetrophy4*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1516', '1516', 'Duo trophy', 'prizetrophy5*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1517', '1517', 'Champion trophy', 'prizetrophy6*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1518', '1518', 'Gold Habbo trophy', 'prizetrophy7*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1519', '1519', 'Classic trophy', 'prizetrophy*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1520', '1520', 'Duck trophy', 'prizetrophy2*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1521', '1521', 'Globe trophy', 'prizetrophy3*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1522', '1522', 'Fish trophy', 'prizetrophy4*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1523', '1523', 'Duo trophy', 'prizetrophy5*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1524', '1524', 'Champion trophy', 'prizetrophy6*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1525', '1525', 'Silver Habbo trophy', 'prizetrophy7*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1526', '1526', 'Classic trophy', 'prizetrophy*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1527', '1527', 'Majestic Chair', 'hc_chr', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1528', '1528', 'Nordic Table', 'hc_tbl', 's', '1', '3', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1529', '1529', 'Oil lamp', 'hc_lmp', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1550', '1550', 'Violet Laser Portal', 'scifiport*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 ('1551', '1551', 'Purple Laser Portal', 'scifiport*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 ('1552', '1552', 'Turquoise Laser Portal', 'scifiport*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 ('1553', '1553', 'White Laser Portal', 'scifiport*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 ('1554', '1554', 'Black Laser Portal', 'scifiport*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1555', '1555', 'Pink Laser Portal', 'scifiport*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 ('1556', '1556', 'Jade Laser Portal', '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 ('1557', '1557', 'Blue Laser Portal', 'scifiport*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 ('1558', '1558', 'Golden Plasma Gate', 'scifiport*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 ('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', '1', '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', '0', '0', '0', '0', '1', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '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', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1580', '1580', 'Navy Giant Pillow', 'pillow*8', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1581', '1581', 'A Snow Drift', 'pillow*0', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1582', '1582', 'Pink Giant Pillow', 'pillow*1', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1583', '1583', 'Festive Red Pillow', 'pillow*2', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1584', '1584', 'Bonnie Blonde\'s Pillow', 'pillow*7', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1585', '1585', 'Green Giant Pillow', 'pillow*9', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1586', '1586', 'Golden Giant Pillow', 'pillow*4', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1587', '1587', 'Blue Giant Pillow', 'pillow*6', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1588', '1588', 'Turquoise Giant Pillow', 'pillow*3', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', 'Blue 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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1600', '1600', 'Red Oriental Screen', 'wooden_screen*2', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1601', '1601', 'Purple Oriental Screen', 'wooden_screen*7', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1602', '1602', 'White Oriental Screen', 'wooden_screen*0', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1603', '1603', 'Teal Oriental Screen', 'wooden_screen*8', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1604', '1604', 'Grey Asian Screen', 'wooden_screen*5', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1605', '1605', 'Green Oriental Screen', 'wooden_screen*9', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1606', '1606', 'Golden Oriental Screen', 'wooden_screen*4', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1607', '1607', 'Blue Oriental Screen', 'wooden_screen*6', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1608', '1608', 'Aqua Oriental Screen', 'wooden_screen*3', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1616', '1616', 'Doric Graphite Pillar', 'pillar*4', 's', '1', '1', '3.50', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1619', '1619', 'Black Dragon Lamp', 'rare_dragonlamp*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 ('1620', '1620', 'Fire Dragon Lamp', 'rare_dragonlamp*0', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1621', '1621', 'Forest Dragon Lamp', 'rare_dragonlamp*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 ('1622', '1622', 'Jade Dragon', 'rare_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 ('1623', '1623', 'Bronze Dragon Lamp', 'rare_dragonlamp*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 ('1624', '1624', 'Frost Dragon', 'rare_dragonlamp*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 ('1625', '1625', 'Sky Dragon Lamp', 'rare_dragonlamp*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 ('1626', '1626', 'Golden Dragon', 'rare_dragonlamp*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 ('1627', '1627', 'Blue Dragon Lamp', 'rare_dragonlamp*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 ('1628', '1628', 'Silver Dragon Lamp', 'rare_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 ('1629', '1629', 'Blue Ice Cream Maker', 'rare_icecream*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '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', '2', '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', '2', '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', '2', '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', '2', '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', '2', '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', '2', '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', '2', '4', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1637', '1637', 'Pink Ice Cream Maker', 'rare_icecream*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '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', '2', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1741', '1741', 'Chinese Lantern', 'cn_lamp', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1757', '1757', 'Soccer Ball Lamp', 'footylamp', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1759', '1759', 'Gray Bar Stool', 'barchair_silo', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1760', '1760', 'Aquamarine Shutter', 'divider_nor4*4', 's', '2', '1', '0.00', '0', '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', '1', '1', '0', '0', '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', '0', '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', '0', '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', '0', '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', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1766', '1766', 'Blue Inflatable Chair', 'rubberchair*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 ('1767', '1767', 'Red Inflatable Chair', 'rubberchair*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 ('1768', '1768', 'Orange Inflatable Chair', 'rubberchair*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 ('1769', '1769', 'Ocean Inflatable Chair', 'rubberchair*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 ('1770', '1770', 'Lime Inflatable Chair', 'rubberchair*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 ('1771', '1771', 'Violet Inflatable Chair', 'rubberchair*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 ('1772', '1772', 'Yellow Road Barrier', 'barrier*1', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1773', '1773', 'White Road Barrier', 'barrier*2', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1774', '1774', 'Red Road Barrier', 'barrier*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 ('1775', '1775', 'White Inflatable Chair', 'rubberchair*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 ('1776', '1776', 'Black Inflatable Chair', 'rubberchair*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 ('1777', '1777', 'Black Coffee Table', 'table_norja_med*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 ('1778', '1778', 'White Coffee Table', 'table_norja_med*3', 's', '2', '2', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1793', '1793', 'Black Bookcase', 'shelves_norja*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1794', '1794', 'White Bookcase', 'shelves_norja*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1795', '1795', 'Aquamarine Bookcase', 'shelves_norja*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1796', '1796', 'Pink Bookcase', 'shelves_norja*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1797', '1797', 'Blue Bookcase', 'shelves_norja*6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1798', '1798', 'Green Bookcase', 'shelves_norja*7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1799', '1799', 'Yellow Bookcase', 'shelves_norja*8', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1800', '1800', 'Red Iced Bookcase', 'shelves_norja*9', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1809', '1809', 'Black Corner', 'divider_nor1*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1810', '1810', 'White Corner', 'divider_nor1*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1811', '1811', 'Aquamarine Corner', 'divider_nor1*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1812', '1812', 'Pink Corner', 'divider_nor1*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1813', '1813', 'Blue Corner', 'divider_nor1*6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1814', '1814', 'Green Corner', 'divider_nor1*7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1815', '1815', 'Yellow Corner', 'divider_nor1*8', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1816', '1816', 'Red Corner', 'divider_nor1*9', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1849', '1849', 'Black Corner Shelf', 'divider_silo1*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1850', '1850', 'White Corner Shelf', 'divider_silo1*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1851', '1851', 'Beige Corner Shelf', 'divider_silo1*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1852', '1852', 'Pink Corner Shelf', 'divider_silo1*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1853', '1853', 'Blue Corner Shelf', 'divider_silo1*6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1854', '1854', 'Green Corner Shelf', 'divider_silo1*7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1855', '1855', 'Yellow Corner Shelf', 'divider_silo1*8', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1856', '1856', 'Red Corner Shelf', 'divider_silo1*9', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1857', '1857', 'Black Gate', 'divider_silo3*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 ('1858', '1858', 'White Gate', 'divider_silo3*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 ('1859', '1859', 'Beige Gate', 'divider_silo3*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 ('1860', '1860', 'Pink Gate', 'divider_silo3*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 ('1861', '1861', 'Blue Gate', 'divider_silo3*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 ('1862', '1862', 'Green Gate', 'divider_silo3*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 ('1863', '1863', 'Yellow Gate', 'divider_silo3*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 ('1864', '1864', 'Red Gate', 'divider_silo3*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 ('1865', '1865', 'Black Coffee Table', 'table_silo_med*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 ('1866', '1866', 'White Coffee Table', 'table_silo_med*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 ('1867', '1867', 'Beige Coffee Table', 'table_silo_med*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 ('1868', '1868', 'Pink Coffee Table', 'table_silo_med*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 ('1869', '1869', 'Blue Coffee Table', 'table_silo_med*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 ('1870', '1870', 'Green Coffee Table', 'table_silo_med*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 ('1871', '1871', 'Yellow Coffee Table', 'table_silo_med*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 ('1872', '1872', 'Red Coffee Table', 'table_silo_med*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 ('1873', '1873', 'Black Sofa', 'sofa_silo*2', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1895', '1895', 'Black Double Bed', 'bed_polyfon*2', 's', '2', '3', '1.50', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1925', '1925', 'Black Gate', 'divider_poly3*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 ('1926', '1926', 'White Gate', 'divider_poly3*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 ('1927', '1927', 'Beige Gate', 'divider_poly3*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 ('1928', '1928', 'Pink Gate', 'divider_poly3*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 ('1929', '1929', 'Blue Gate', 'divider_poly3*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 ('1930', '1930', 'Green Gate', 'divider_poly3*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 ('1931', '1931', 'Yellow Gate', 'divider_poly3*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 ('1932', '1932', 'Red Gate', 'divider_poly3*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 ('1933', '1933', 'Black Dining Chair', 'chair_silo*2', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1941', '1941', 'Black Gate', 'divider_nor3*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 ('1942', '1942', 'White Gate', 'divider_nor3*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 ('1943', '1943', 'Aquamarine Gate', 'divider_nor3*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 ('1944', '1944', 'Pink Gate', 'divider_nor3*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 ('1945', '1945', 'Blue Gate', 'divider_nor3*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 ('1946', '1946', 'Green Gate', 'divider_nor3*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 ('1947', '1947', 'Yellow Gate', 'divider_nor3*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 ('1948', '1948', 'Red Gate', 'divider_nor3*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 ('1949', '1949', 'Black Bar', 'divider_nor2*2', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1950', '1950', 'White Bar', 'divider_nor2*3', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1951', '1951', 'Aquamarine Bar', 'divider_nor2*4', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1952', '1952', 'Pink Bar', 'divider_nor2*5', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1953', '1953', 'Blue Bar', 'divider_nor2*6', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1954', '1954', 'Green Bar', 'divider_nor2*7', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1955', '1955', 'Yellow Bar', 'divider_nor2*8', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1956', '1956', 'Red Bar', 'divider_nor2*9', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1957', '1957', 'Area Master Desk', 'silo_studydesk', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1958', '1958', 'White Panel', 'solarium_norja', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1971', '1971', 'Red Sleeping Bag', 'sleepingbag*1', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1972', '1972', 'Lime Sleeping Bag', 'sleepingbag*2', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1973', '1973', 'Ocean Sleeping Bag', 'sleepingbag*3', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1974', '1974', 'Army Sleeping Bag', 'sleepingbag*4', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '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', '2', '17', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1976', '1976', 'Orange Sleeping Bag', 'sleepingbag*7', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1977', '1977', 'Blue Sleeping Bag', 'sleepingbag*9', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1978', '1978', 'Graphite Sleeping Bag', 'sleepingbag*5', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1979', '1979', 'Khaki Sleeping Bag', 'sleepingbag*10', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1980', '1980', 'Purple Sleeping Bag', 'sleepingbag*6', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1981', '1981', 'Yellow Sleeping Bag', 'sleepingbag*8', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1982', '1982', 'Chinese Lacquer Bookshelf', 'china_shelve', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('1984', '1984', 'Black Shutter', 'divider_nor4*2', 's', '2', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2002', '2002', 'Dragon Screen Corner', 'corner_china', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '2', '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', '2', '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', '2', '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', '2', '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', '2', '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', '2', '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', '2', '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', '2', '17', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2019', '2019', 'glass shelf', 'glass_shelf', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2063', '2063', 'Gold Coin (Worth 10 Credits)', '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 (Worth 50 Credits.)', 'CF_50_goldbar', 's', '1', '1', '0.40', '1', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2067', '2067', '$product_a0 CF_5_coin_silver_name$', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2069', '2069', 'Mega TV Set', 'hc_tv', 's', '2', '1', '1.40', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2074', '2074', 'Medieval Bookcase', 'hc_bkshlf', 's', '1', '4', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2075', '2075', 'Electric Butler', 'hc_btlr', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '24', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2076', '2076', 'Antique Drapery', 'hc_crtn', 's', '2', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2078', '2078', 'Heavy Duty Fireplace', 'hc_frplc', 's', '1', '3', '1.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2083', '2083', 'Drinks Trolley', 'hc_trll', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2102', '2102', 'White candle', 'wcandle', 's', '1', '1', '1.00', '0', '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', '2', '25', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2104', '2104', 'Old Christmas tree', 'tree2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2105', '2105', 'Sound Machine', 'sound_machine', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trax_machine', '2', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2121', '2121', 'Red candle', 'rcandle', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2122', '2122', 'Parasol', 'rare_parasol', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2123', '2123', 'Yellow Rose', 'plant_valentinerose*3', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2130', '2130', 'Bulrush', 'plant_bulrush', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2131', '2131', 'T-Bones', 'petfood4', 's', '1', '1', '0.00', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2138', '2138', 'Turquoise Grand Piano', 'grand_piano*3', 's', '2', '2', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2145', '2145', 'Romantique Tray', 'romantique_tray1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2146', '2146', 'Turquoise Tray Table', 'romantique_smalltabl*3', 's', '1', '1', '0.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2147', '2147', 'Black Tray Table', 'romantique_smalltabl*5', 's', '1', '1', '0.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2148', '2148', 'Green Tray Table', 'romantique_smalltabl*2', 's', '1', '1', '0.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2149', '2149', 'Lemon Tray Table', 'romantique_smalltabl*4', 's', '1', '1', '0.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2150', '2150', 'Pink Tray Table', 'romantique_smalltabl*1', 's', '1', '1', '0.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2151', '2151', 'Romantique Mirrortable', 'romantique_mirrortabl', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2152', '2152', 'Turquoise Screen', 'romantique_divider*3', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2153', '2153', 'Green Screen', 'romantique_divider*2', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2154', '2154', 'Lemon Screen', 'romantique_divider*4', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2155', '2155', 'Pink Screen', 'romantique_divider*1', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2156', '2156', 'Large Tatami Rug', 'jp_tatami2', 's', '2', '4', '0.00', '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.00', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2160', '2160', 'Irori Table', 'jp_irori', 's', '2', '2', '1.00', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2171', '2171', '', 'sound_machine*1', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2458', '2458', 'Water Garden', 'rclr_garden', 's', '1', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2459', '2459', 'Polar Sofa', 'rclr_sofa', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2471', '2471', 'Japanese Lantern', 'jp_lantern', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2518', '2518', 'Rope Divider', 'rope_divider', 's', '2', '1', '0.00', '0', '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', '0', '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', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2543', '2543', 'Turquoise Traxmachine', 'sound_machine*2', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2551', '2551', 'Romantique Lamp', 'rom_lamp', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2562', '2562', 'Palm Chair', 'rclr_chair', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2566', '2566', 'Marble tile', 'tile_marble', 's', '1', '1', '0.15', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2567', '2567', 'Executive Carpet', 'exe_rug', 's', '3', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2568', '2568', 'Stella tile', 'tile_stella', 's', '1', '1', '0.15', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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.15', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2584', '2584', 'Rare Monster Plant', 'rare_mnstr', 's', '1', '1', '3.50', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2586', '2586', 'Bronze Habbo trophy', 'prizetrophy7*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2587', '2587', 'Blue BBQ', 'summer_grill*1', 's', '2', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'onewaygate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2606', '2606', 'Sound Machine Pro', 'sound_machine_pro', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trax_machine', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2607', '2607', 'Tapes from Goa', 'song_disk', 's', '1', '1', '0.20', '1', '0', '0', '0', '1', '1', '0', '0', '0', 'musicdisc', '1', '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', '2', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2613', '2613', 'Grunge Sign', 'grunge_sign', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2619', '2619', 'Grunge Shelf', 'grunge_shelf', 's', '3', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2620', '2620', 'Grave', 'hal_grave', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2624', '2624', 'Sound set 42', 'sound_set_42', 's', '1', '1', '0.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2625', '2625', 'Green Cauldron', 'hal_cauldron', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2632', '2632', 'Club 5', 'sound_set_50', 's', '1', '1', '0.20', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2635', '2635', 'Snowy Maze Shrubbery', 'plant_maze_snow', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2636', '2636', 'Snow Castle Gate', 'xmas_cstl_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 ('2637', '2637', 'Reindeer', 'christmas_reindeer', 's', '1', '2', '1.00', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2640', '2640', 'Snowy Maze Gate', 'plant_mazegate_snow', 's', '2', '1', '0.00', '0', '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', '1', '1', 'vendingmachine', '2', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2646', '2646', 'Snow Castle Wall', 'xmas_cstl_wall', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2651', '2651', 'Snow Castle Tower', 'xmas_cstl_twr', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2653', '2653', 'Snowy Christmas Tree', 'tree7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2654', '2654', 'Reindeer Droppings', 'christmas_poop', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2657', '2657', 'My first Habbo stool', 'noob_stool*1', 's', '1', '1', '1.20', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2658', '2658', 'My first Habbo stool', 'noob_stool*2', 's', '1', '1', '1.20', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2659', '2659', 'My first Habbo stool', 'noob_stool*3', 's', '1', '1', '1.20', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2660', '2660', 'My first Habbo stool', 'noob_stool*4', 's', '1', '1', '1.20', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2661', '2661', 'My first Habbo stool', 'noob_stool*5', 's', '1', '1', '1.20', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2662', '2662', 'My first Habbo stool', 'noob_stool*6', 's', '1', '1', '1.20', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2663', '2663', 'My first Habbo lamp', 'noob_lamp*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2664', '2664', 'My first Habbo lamp', 'noob_lamp*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2665', '2665', 'My first Habbo lamp', 'noob_lamp*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2666', '2666', 'My first Habbo lamp', 'noob_lamp*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2667', '2667', 'My first Habbo lamp', 'noob_lamp*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2668', '2668', 'My first Habbo lamp', 'noob_lamp*6', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2672', '2672', 'Executive Globe', 'exe_globe', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '9', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2674', '2674', 'Office Plant', 'exe_plant', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2675', '2675', 'My first Habbo chair', 'noob_chair*1', 's', '1', '1', '1.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2676', '2676', 'My first Habbo chair', 'noob_chair*2', 's', '1', '1', '1.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2677', '2677', 'My first Habbo chair', 'noob_chair*3', 's', '1', '1', '1.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2678', '2678', 'My first Habbo chair', 'noob_chair*4', 's', '1', '1', '1.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2679', '2679', 'My first Habbo chair', 'noob_chair*5', 's', '1', '1', '1.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2680', '2680', 'My first Habbo chair', 'noob_chair*6', 's', '1', '1', '1.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2693', '2693', 'Door Teleports', 'teleport_door', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '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', '1', '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', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2697', '2697', 'Chocolate', 'val_choco', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2705', '2705', 'Sand Castle Tower', 'sand_cstl_twr', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2706', '2706', 'Grunge Barrel', 'grunge_barrel', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2708', '2708', 'Grunge Candle', 'grunge_candle', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2711', '2711', 'Spiderwick Raven', 'sw_raven', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2715', '2715', 'Sushi Maguro', 'jp_tray1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2716', '2716', 'Tea Maker', 'arabian_teamk', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2717', '2717', 'Sushi Tamago', 'jp_tray5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2718', '2718', 'Champion trophy', 'prizetrophy9*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2719', '2719', 'Berber Kilim Rug', 'arabian_rug', 's', '3', '5', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2720', '2720', 'Sushi Kohada', 'jp_tray6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2723', '2723', 'Sweets Tray', 'arabian_tray3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2724', '2724', 'Sushi Ika', 'jp_tray2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2725', '2725', 'Sushi Uni', 'jp_tray4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2726', '2726', 'Sushi Ikura', 'jp_tray3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2728', '2728', 'Fruits Tray', 'arabian_tray4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2729', '2729', 'Duo Bubbles trophy', 'prizetrophy8*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2730', '2730', 'Carved Cedar Divider', 'arabian_divdr', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2732', '2732', 'Ornamental Urn', 'arabian_snake', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2734', '2734', 'Mint Tea Tray', 'arabian_tray1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2735', '2735', 'Candle Tray', 'arabian_tray2', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '26', '', '', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2739', '2739', 'Jukebox Pacha TV', 'jukebox_ptv*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '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', '1', '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', '2', '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', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2745', '2745', 'bench_puffet', 'bench_puffet', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2746', '2746', 'footylamp_campaign', 'footylamp_campaign', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2748', '2748', 'Green Katana', 'jp_katana3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2749', '2749', 'Sushi Table', 'jp_table', 's', '2', '2', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2751', '2751', 'Red Katana', 'jp_katana1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2753', '2753', 'Tiki Tray with Fish', 'tiki_tray3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2755', '2755', 'Tiki Tray with Fruit', 'tiki_tray1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2756', '2756', 'Tiki Toucan', 'tiki_toucan', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2758', '2758', 'starter lamp', 'noob_lamp_tradeable*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 ('2759', '2759', 'starter lamp', 'noob_lamp_tradeable*2', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2768', '2768', 'Tiki Tray with Pineapple', 'tiki_tray2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '28', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2775', '2775', 'starter chair', 'noob_chair_tradeable*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 ('2776', '2776', 'starter chair', 'noob_chair_tradeable*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 ('2777', '2777', 'starter chair', 'noob_chair_tradeable*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 ('2778', '2778', 'starter chair', 'noob_chair_tradeable*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 ('2779', '2779', 'starter chair', 'noob_chair_tradeable*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 ('2780', '2780', 'starter chair', 'noob_chair_tradeable*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 ('2781', '2781', 'Tiki Jungle Rug', 'tiki_junglerug', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2782', '2782', 'Tiki Statue', 'tiki_statue', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '0', '1', '0', '0', '1', 'default', '1', '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', '1', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2787', '2787', 'starter rug', 'noob_rug_tradeable*2', 's', '2', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2788', '2788', 'starter rug', 'noob_rug_tradeable*3', 's', '2', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2789', '2789', 'starter rug', 'noob_rug_tradeable*4', 's', '2', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2790', '2790', 'starter rug', 'noob_rug_tradeable*5', 's', '2', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2791', '2791', 'starter rug', 'noob_rug_tradeable*6', 's', '2', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2792', '2792', 'Tiki Tray Empty', 'tiki_tray0', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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 (10)', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2813', '2813', 'Gondola', 'svnr_it', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2814', '2814', 'Diner Shaker', 'diner_shaker', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2816', '2816', 'Aquamarine Register', 'diner_cashreg*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 ('2817', '2817', 'Pink Register', 'diner_cashreg*2', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2826', '2826', 'Plate With Milkshakes', 'diner_tray_6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2827', '2827', 'Aquamarine Gum Machine', 'diner_gumvendor*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '67,68,69', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2828', '2828', 'Pink Gum Machine', 'diner_gumvendor*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '67,68,69', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2829', '2829', 'Black Gum Machine', 'diner_gumvendor*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '67,68,69', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2830', '2830', 'White Gum Machine', 'diner_gumvendor*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '67,68,69', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2831', '2831', 'Beige Gumball Machine', 'diner_gumvendor*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '67,68,69', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2832', '2832', 'Blue Gum Machine', 'diner_gumvendor*6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '67,68,69', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2833', '2833', 'Green Gum Machine', 'diner_gumvendor*7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '67,68,69', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2834', '2834', 'Yellow Gum Machine', 'diner_gumvendor*8', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '67,68,69', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2835', '2835', 'Red Gum Machine', 'diner_gumvendor*9', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '67,68,69', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2836', '2836', 'Koala', 'svnr_aus', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2837', '2837', 'Empty Plate', 'diner_tray_0', 's', '1', '1', '0.05', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2838', '2838', 'Big Ben', 'svnr_uk', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2839', '2839', 'Plate With Hamburger', 'diner_tray_1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2840', '2840', 'Ketchup and Mustard', 'diner_tray_7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2841', '2841', 'Plate With Spaghetti', 'diner_tray_3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2842', '2842', 'Aquamarine Gate', 'diner_bardesk_gate*1', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2860', '2860', 'ads_dave_cns', 'ads_dave_cns', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2907', '2907', 'easy_bowl2', 'easy_bowl2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2908', '2908', 'Greek Gate', 'greek_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 ('2909', '2909', 'Greek Pillar', 'greek_pillars', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2910', '2910', 'Greek Corner', 'greek_corner', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2912', '2912', 'Greek trophy', 'greektrophy*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2913', '2913', 'Greek trophy', 'greektrophy*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2914', '2914', 'Greek trophy', 'greektrophy*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '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', '1', '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', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2917', '2917', 'HC Shelf', 'hcc_shelf', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2918', '2918', 'Crime Divider', 'det_divider', 's', '2', '1', '0.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2920', '2920', 'HC Stool', 'hcc_stool', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2921', '2921', 'HC Sofa', 'hcc_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 ('2922', '2922', 'Chalk Outline', 'det_body', 's', '2', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2923', '2923', 'HC Table', 'hcc_table', 's', '1', '2', '0.60', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2924', '2924', 'HC Minibar', 'hcc_minibar', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2926', '2926', 'HC Corner', 'hcc_crnr', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2927', '2927', 'HC Divider', 'hcc_dvdr', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2929', '2929', 'Hump Massaging Chair', 'igor_seat', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2931', '2931', 'Cherry Slurpee Machine', 'ads_711*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2932', '2932', 'Blueberry Slurpee Machine', 'ads_711*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2933', '2933', 'Grape Slurpee Machine', 'ads_711*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2934', '2934', 'The Switch', 'ads_igorswitch', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2938', '2938', 'Bloody Defibrilator', 'hween08_defibs', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2939', '2939', 'Gooey Defibrilator', 'hween08_defibs2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2940', '2940', 'Gooey Sink', 'hween08_sink2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '30', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2941', '2941', 'Hospital Trolley', 'hween08_trll', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2942', '2942', 'Bloody Hospital Curtain', 'hween08_curtain', 's', '3', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2943', '2943', 'Bodybag', 'hween08_bbag', 's', '1', '3', '1.30', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2944', '2944', 'Bloody Sink', 'hween08_sink', 's', '1', '1', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2946', '2946', 'Manhole', 'hween08_manhole', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2951', '2951', 'Bubble Lamp', 'party_tube_bubble', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2953', '2953', 'Microphone', 'party_mic', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2954', '2954', 'DJ Table', 'party_djtable', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2955', '2955', 'Party Tray', 'party_tray', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2972', '2972', 'Penguin Gift', 'xmas08_trph1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2973', '2973', 'Skater Penguin', 'penguin_skater', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2974', '2974', 'Campfire', 'campfire', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2976', '2976', 'Ninja Penguin', 'penguin_ninja', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2977', '2977', 'Emperor Penguin', 'penguin_basic', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2978', '2978', 'Icy Teleport', 'xmas08_telep', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2979', '2979', 'Boxer Penguin', 'penguin_boxer', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2980', '2980', 'Fish Hole', 'xmas08_hole', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '34', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2981', '2981', 'Ski Penguin', 'penguin_ski', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2984', '2984', 'Summer Penguin', 'penguin_swim', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2985', '2985', 'Geyser', 'xmas08_geysir', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2987', '2987', 'Cowboy Penguin', 'penguin_cowboy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2988', '2988', 'Hockey Penguin', 'penguin_icehockey', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2989', '2989', 'Clown Penguin', 'penguin_clown', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2990', '2990', 'Luchador Penguin', 'penguin_wrestler', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2991', '2991', 'Finnish sauna', 'svnr_fi', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2993', '2993', 'Fluorescent Penguin', 'penguin_glow', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2994', '2994', 'Sumo Penguin', 'penguin_sumo', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2995', '2995', 'Musketeer Penguin', 'penguin_musketeer', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2996', '2996', 'Ballerina Penguin', 'penguin_ballet', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2997', '2997', 'Magic Penguin', 'penguin_magician', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2998', '2998', 'Superhero Penguin', 'penguin_super', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('2999', '2999', 'Pirate Penguin', 'penguin_pirate', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3004', '3004', 'Punk Penguin', 'penguin_punk', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3006', '3006', 'Cube Tree', 'xmas08_cubetree', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3007', '3007', 'Pilot Penguin', 'penguin_pilot', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3008', '3008', 'Executive Penguin', 'penguin_suit', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3010', '3010', 'Disco Penguin', 'penguin_rock', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3011', '3011', 'Explosion', 'fx_explosion', 's', '1', '1', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3015', '3015', 'Eco Friendly Penguin', 'xmas08_trph2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3016', '3016', 'The Leviatha', 'lostc_merdragon', 's', '1', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3017', '3017', 'Idea Agency Desk', 'ads_cldesk', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3018', '3018', 'OB Pillow', 'ads_ob_pillow', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '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', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3020', '3020', 'Mall tele-door', 'ads_mall_tele', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3021', '3021', 'Idea Agency Lava Lamp', 'ads_cllava2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3022', '3022', 'Lotus Pool', 'bolly_lotus_pool', 's', '2', '2', '0.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3024', '3024', 'Moongate', 'china_moongt', 's', '1', '3', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3025', '3025', 'Ox Statue', 'china_ox', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3026', '3026', 'Petals', 'bolly_petals', 's', '2', '2', '0.00', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3029', '3029', 'Fountain', 'bolly_fountain', 's', '2', '2', '1.00', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3032', '3032', 'Yellow Curtain', 'bolly_drapec', 's', '3', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '35', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3034', '3034', 'Desk', 'bolly_desk', 's', '2', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3036', '3036', 'Monkey Lamp', 'bolly_monkey_lamp', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3038', '3038', 'Pink Curtain', 'bolly_drapea', 's', '3', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1019', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3044', '3044', 'Planet of Love', 'planet_of_love', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '1', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '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.50', '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.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3052', '3052', 'Iku-Turso', 'lostc_octopus', 's', '1', '2', '1.00', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3054', '3054', 'American Idol Microphone', 'ads_idol_mic', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3055', '3055', 'American Idol Trax Machine', 'ads_idol_trax', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3056', '3056', 'American Idol Piano Chair', 'ads_idol_pchair', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3057', '3057', 'American Idol Audience Chair', 'ads_idol_audChr', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3062', '3062', 'Crab Patch', 'lc_crab1', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3064', '3064', 'Large Jellyfish Lamp', 'lc_medusa1', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3066', '3066', '7-11 Cooler', 'ads_711shelf', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3068', '3068', 'Clawford C. Crabbington III', 'lc_crab2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3071', '3071', 'Architeuthis', 'lostc_teleport', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3072', '3072', 'Tube Corner', 'lc_tubes_corners', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3073', '3073', 'Jellyfish Lamp', 'lc_medusa2', 's', '1', '1', '1.00', '0', '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', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3077', '3077', 'Coral Divider', 'lc_coral_divider_low', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3078', '3078', 'Large Coral Divider', 'lc_coral_divider_hi', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3079', '3079', 'Clothes Rack', 'ads_idol_clRack', 's', '3', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3080', '3080', 'Hot Spot & Scoreboard', 'ads_idol_hotspot', 's', '1', '1', '0.20', '0', '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', '0', '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', '0.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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3084', '3084', 'Eco Stool 1', 'eco_chair1', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3085', '3085', 'Potted Cactus 3', 'eco_cactus3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3087', '3087', 'Safety Cone', 'bump_tottero', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3088', '3088', 'Eco Armchair 3', 'eco_sofa3', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3090', '3090', 'Road Signs', 'bump_signs', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '7', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3091', '3091', 'Eco Lamp 3', 'eco_lamp3', 's', '1', '1', '0.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', '0.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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '38', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3094', '3094', 'Eco Stool 3', 'eco_chair3', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3096', '3096', 'Eco Armchair 1', 'eco_sofa1', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3097', '3097', 'Eco Lamp 1', 'eco_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 ('3098', '3098', 'Eco Light 1', 'eco_light1', 's', '1', '1', '0.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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3100', '3100', 'Eco Armchair 2', 'eco_sofa2', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3101', '3101', 'Bumper Tires', 'bump_tires', 's', '1', '1', '0.80', '1', '0', '0', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '36,37,38,39', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3103', '3103', 'Traffic Lights', 'bump_lights', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '36,37,38,39', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3105', '3105', 'Potted Cactus 2', 'eco_cactus2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3106', '3106', 'Eco Stool 2', 'eco_chair2', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3107', '3107', 'Fruit Bowl 1', 'eco_fruits1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '36,37,38,39', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3108', '3108', 'Eco Light 3', 'eco_light3', 's', '1', '1', '0.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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '36', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3110', '3110', 'Road', 'bump_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 ('3111', '3111', 'Talk To FRANK Brain Lamp', 'ads_frankb', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', 'totem_leg', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3114', '3114', 'Art Lamp', 'exe_artlamp', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3116', '3116', 'News Reporter Desk', 'ads_idol_newsDsk', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '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', '0', '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', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3126', '3126', 'Tube Light', 'ads_idol_tube', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3128', '3128', 'Bush Gate Divider', 'env_bushes_gate', 's', '1', '2', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3130', '3130', 'Beverage Tower', 'tray_glasstower', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '40', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3131', '3131', 'ads_malaco_gu', 'ads_malaco_gu', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3133', '3133', 'Elegant Party Cake', 'tray_cake', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3134', '3134', 'Beverage Tray', 'tray_champagne', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3137', '3137', 'Idea Agency Sofa', 'ads_cl_sofa', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3142', '3142', 'Eco Mushroom 1', 'eco_mush1', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3149', '3149', 'Well', 'country_well', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '87', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3150', '3150', 'Gate', 'country_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 ('3151', '3151', 'The Golden Tablet', 'ads_goldtabl', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3155', '3155', 'Eco Mushroom 2', 'eco_mush2', 's', '1', '1', '1.50', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3156', '3156', 'ads_calip_cola_1 name', 'ads_calip_cola*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3157', '3157', 'ads_calip_cola_2 name', 'ads_calip_cola*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3158', '3158', 'ads_calip_cola_3 name', 'ads_calip_cola*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3159', '3159', 'ads_calip_cola_4 name', 'ads_calip_cola*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3160', '3160', 'Scarecrow', 'country_scarecrow', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3165', '3165', 'Ditch', 'country_ditch', 's', '1', '2', '0.00', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', 'totem_head', '15', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3168', '3168', 'ads_calip_chair name', 'ads_calip_chair', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3169', '3169', 'American Idol Trophy', 'ads_idol_trophy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3170', '3170', 'Small Torch', 'LT_pillar2', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3174', '3174', 'Ant Hill', 'lt_bughill', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3176', '3176', 'Lava Ditch', 'lt_lava', 's', '1', '2', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3178', '3178', 'Legs Tarantina', 'lt_spider', 's', '1', '1', '0.50', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3179', '3179', 'Audience Chair', 'audChr', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3181', '3181', 'Planet of Eternity', 'saturn', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3182', '3182', 'ads_calip_pool name', 'ads_calip_pool', 's', '2', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3184', '3184', 'Clothes Rack', 'clrack', 's', '3', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3185', '3185', 'Lost Tribe Statue', 'lt_statue', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3186', '3186', 'Notice Board', 'noticeboard', 's', '3', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3187', '3187', 'Big Torch', 'LT_pillar', 's', '1', '1', '1.00', '0', '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', '0.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3190', '3190', 'ads_calip_tele name', 'ads_calip_tele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3195', '3195', 'ads_calip_parasol name', 'ads_calip_parasol', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3197', '3197', 'ads_calip_lava name', 'ads_calip_lava', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3198', '3198', 'ads_calip_fan', 'ads_calip_fan', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'totem_planet', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3208', '3208', 'Navigation Console', 'SF_panel3', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleport', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3216', '3216', 'Mall Kiosk', 'ads_mall_kiosk', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '29,30,34,36,37,38', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3217', '3217', 'Command Console', 'SF_panel1', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'pressureplate', '1', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3224', '3224', 'Spaceship Lamp', 'SF_lamp', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3226', '3226', 'ads_elisa_gnome name', 'ads_elisa_gnome', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', 'default', '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', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3229', '3229', 'Hot Trophy', 'prizetrophy_hot', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3230', '3230', 'Orange Soda Machine', 'ads_oc_soda', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '42', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3231', '3231', 'Ice Box', 'summer_icebox', 's', '1', '1', '1.00', '0', '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.40', '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', '0', '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', '0', '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', '0', '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', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3238', '3238', 'White Candle', 'rela_candle1', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3240', '3240', 'Stick in Jar', 'rela_stick', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3242', '3242', 'Aqua Slurpee Machine', 'ads_711*6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3243', '3243', 'Pink Slurpee Machine', 'ads_711*7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3244', '3244', 'Red Candle', 'rela_candle2', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '36,37,38,39', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3250', '3250', 'Kitchen Inspector', 'ktchn_inspctr', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '34', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3251', '3251', 'ads_1800tele', 'ads_1800tele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3254', '3254', 'Kitchen Swinging Door', 'ktchn_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 ('3255', '3255', 'Butcher\'s Block', 'ktchn_bBlock', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3262', '3262', 'Industrial Sink', 'ktchn_sink', 's', '2', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3270', '3270', 'Road Block', 'urban_blocker', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3271', '3271', 'Urban Basketball Hoop', 'urban_bsktbll', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3272', '3272', 'Fire Hydrant', 'urban_wpost', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '44', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3274', '3274', 'Sidewalk', 'urban_sidewalk', 's', '2', '2', '0.00', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3277', '3277', 'ads_gsArcade_1 name', 'ads_gsArcade_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 ('3278', '3278', 'Arcade Cabinet', 'ads_gsArcade_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 ('3279', '3279', 'Golden EMA Trophy', 'ads_mtvtrophy_gold', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3280', '3280', 'ads_spang_sleep', 'ads_spang_sleep', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3281', '3281', 'MTV EMA Trophy', 'ads_mtvtrophy_silver', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3282', '3282', 'Ghostly Organ', 'hween09_organ', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3283', '3283', 'ads_idol_chmpgn', 'ads_idol_chmpgn', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3285', '3285', 'Creepy Trap Door', 'hween09_hatch', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3286', '3286', 'Creepy Table', 'hween09_table', 's', '1', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3287', '3287', 'Strange Jar', 'hween09_jar', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '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', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3289', '3289', 'Hotel view memorial', 'byesw_hotel', 's', '1', '1', '1.00', '0', '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', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3291', '3291', 'Big Hand seat memorial', 'byesw_hand', 's', '1', '1', '1.35', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3292', '3292', 'Haunted TV', 'hween09_tv', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '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', '1', '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', '1', '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', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3296', '3296', 'Toolbox', 'ads_twi_toolbx', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3299', '3299', 'Broken Piano', 'ads_twi_piano', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3301', '3301', 'Fountain', 'ads_twi_fountn', 's', '2', '2', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3304', '3304', 'Standing Rose Bouquet', 'ads_twi_roses', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3305', '3305', 'Elevator Teleport', 'exe_elevator', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3306', '3306', 'Mall Lift', 'ads_mall_elevator', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3307', '3307', 'The Health Nut', 'ktchn_hlthNut', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3309', '3309', 'Regular Nest Brown', 'nest_plow_bro', 's', '1', '1', '0.80', '0', '0', '0', '1', '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', '0.20', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3313', '3313', 'Large Bauble', 'xm09_lrgBauble', 's', '1', '1', '0.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', '0', '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', '0.20', '0', '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', '0', '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', '0.20', '0', '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', '0', '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', '0.20', '0', '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', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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', '0', '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', '0.80', '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', '0.20', '0', '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', '0.20', '0', '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', '0.20', '0', '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', '0', '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', '0.10', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '10', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3338', '3338', 'Snug Nest Dark', 'nest_snug_bla', 's', '1', '1', '0.20', '0', '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', '0.20', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3341', '3341', 'Skull Pillow Nest', 'nest_plow_skl', 's', '1', '1', '0.30', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3342', '3342', 'The Moodi Machine', 'ads_cl_moodi', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '46,47,45', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3343', '3343', 'prizetrophy_nrj name', 'prizetrophy_nrj', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3344', '3344', 'Tiger Statue', 'china_tiger', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3348', '3348', 'Pinky Organo Lamp', 'org_lamppnk', 's', '1', '1', '1.20', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3351', '3351', '2009 Habbo Trophy', 'xm09_trophy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3353', '3353', 'org_lampblk', 'org_lampblk', 's', '1', '1', '1.20', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3355', '3355', 'Chinese Blossom Tree', 'china_plmTree', 's', '1', '1', '1.00', '0', '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', '1', '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.00', '0', '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.00', '0', '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', '1', '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', '1', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '49', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3366', '3366', 'Big Purple Fridge', 'bling_fridge', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '50', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3367', '3367', 'ads_chups name', 'ads_chups', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3369', '3369', 'Jacuzzi', 'bling_pool', 's', '3', '1', '0.00', '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.00', '0', '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', '0', '0', '0', '1', 'gift', '2', '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', '0', '0', '0', '1', 'gift', '2', '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', '0', '0', '0', '1', 'gift', '2', '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', '0', '0', '0', '1', 'gift', '2', '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', '0', '0', '0', '1', 'gift', '2', '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', '0', '0', '0', '1', 'gift', '2', '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', '0', '0', '0', '1', 'gift', '2', '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', '0', '0', '0', '1', 'gift', '2', '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', '0', '0', '0', '1', 'gift', '2', '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', '0', '0', '0', '1', 'gift', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3382', '3382', 'Valentines Gift Basket', 'val_basket', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3393', '3393', 'Brown Teddy', 'teddy_basic', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '50', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3395', '3395', 'Bolt of Zeus', 'ads_percyrock', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3396', '3396', 'Power Shower', 'bling_shwr', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3398', '3398', 'T-Rex', 'rare_trex', 's', '3', '7', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3399', '3399', 'Rare Iron Maiden', 'rare_ironmaiden', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3403', '3403', 'Rare Voodoo Doll', 'rare_vdoll', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', 'vendingmachine', '2', '1008', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3410', '3410', 'Thumbs Up Trophy', 'prizetrophy_thumb', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3411', '3411', 'Princly Purple Lupine', 'garden_lupin5', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3421', '3421', 'Gold Lupine', 'garden_lupin1', 's', '1', '1', '0.00', '0', '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 name', 'ads_grefusa_yum', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '51, 52', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3424', '3424', 'Volcano Flower', 'garden_volcano', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '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', 'vendingmachine', '2', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3430', '3430', 'Service Trolley', 'hc2_cart', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3431', '3431', 'HC Divider', 'hc3_divider', 's', '1', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3432', '3432', 'Mannequin Head', 'runway_head', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3437', '3437', 'Runway Male Mannequin', 'runway_manqn_1', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3441', '3441', 'HC Sofa', 'hc3_sofa', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3444', '3444', 'Runway Sewing Table', 'runway_table_2', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3449', '3449', 'Black Divider', 'hc2_divider', 's', '1', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3450', '3450', 'Espresso Machine', 'hc2_coffee', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '53', '', '', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3452', '3452', 'Leather Sofa', 'hc2_sofa', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3453', '3453', 'ads_cheetos name', 'ads_cheetos', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3457', '3457', 'Salon Display', 'runway_display', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3458', '3458', 'Suave Fireplace', 'hc2_frplc', 's', '1', '2', '1.00', '0', '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', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3460', '3460', 'Runway Design Table', 'runway_table_1', 's', '3', '2', '1.00', '0', '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', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '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', '4', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3467', '3467', 'Runway Female Mannequin', 'runway_manqn_2', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3469', '3469', 'Black Carp', 'cmp_fish_bk', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3470', '3470', 'HC Stereo', 'hc3_stereo', 's', '3', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3472', '3472', 'Blue Carp', 'cmp_fish_b', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3473', '3473', 'Yellow Ultimate Machine', 'cmp_nobox_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 ('3474', '3474', 'Green Carp', 'cmp_fish_gr', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3475', '3475', 'Golden Carp', 'cmp_fish_g', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3476', '3476', 'Red Ultimate Machine', 'cmp_nobox', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3477', '3477', 'Red Carp', 'cmp_fish_r', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3478', '3478', 'Ultramarine', 'cmp_sub', 's', '7', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3479', '3479', 'HC Vase', 'hc3_vase', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3483', '3483', 'Arch', 'wed_arch', 's', '1', '3', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3484', '3484', 'Pro Digital Deck', 'party_djset', 's', '1', '3', '1.00', '0', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3494', '3494', 'Football Bench', 'fball_bench', 's', '3', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3495', '3495', 'Football Fence Long', 'fball_fnc3', 's', '1', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3496', '3496', 'Football Scoreboard Blue', 'fball_score_b', 's', '1', '1', '1.00', '0', '0', '0', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'football', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3499', '3499', 'Stadium Lights', 'fball_light', 's', '1', '1', '1.00', '0', '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', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3503', '3503', 'Football Corner', 'fball_crnr', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3505', '3505', 'World Cup Trophy', 'fball_trophy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3506', '3506', 'Football Scoreboard Yellow', 'fball_score_y', 's', '1', '1', '1.00', '0', '0', '0', '0', '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', '0.00', '1', '0', '0', '1', '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.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'football', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3510', '3510', 'Red Game Ball', 'fball_ball2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'football', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3512', '3512', 'Football Scoreboard Green', 'fball_score_g', 's', '1', '1', '1.00', '0', '0', '0', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3514', '3514', 'Football Goal Red', 'fball_goal_r', 's', '3', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'football_goal_red', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3515', '3515', 'Football Goal Blue', 'fball_goal_b', 's', '3', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'football_goal_blue', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3516', '3516', 'Football Gate', 'fball_gate', 's', '1', '1', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3518', '3518', 'Grand Final Ball', 'fball_ball5', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'football', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3519', '3519', 'Football Goal Green', 'fball_goal_g', 's', '3', '1', '0.00', '1', '0', '0', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3521', '3521', 'Yellow Game Ball', 'fball_ball4', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'football', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3522', '3522', 'Football Scoreboard Red', 'fball_score_r', 's', '1', '1', '1.00', '0', '0', '0', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3525', '3525', 'Counter', 'fball_counter', 's', '2', '1', '1.00', '0', '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', '0', '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.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3528', '3528', 'Prison Corner', 'prison_crnr', 's', '1', '1', '3.45', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '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', '0', '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', '0.80', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3534', '3534', 'Prison Bars', 'prison_dvdr1', 's', '1', '1', '3.45', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3535', '3535', 'Capri-Sun Arm Chair', 'ads_capri_chair', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '0', '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', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3537', '3537', 'Prison Stones', 'prison_stone', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3539', '3539', 'Coconuts', 'bw_ccnuts', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3540', '3540', 'Beach Shower', 'bw_shower', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3544', '3544', 'Yellow Inflatable Lounge', 'bw_chair', 's', '1', '1', '0.60', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3545', '3545', 'Yellow Inflatable Table', 'bw_table', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3546', '3546', 'Capri-Sun Fruit Tree', 'ads_capri_tree', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '0', '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', '1', '1', '1', '0', '0', '1', 'football', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3548', '3548', 'Yellow Inflatable Mattress', 'bw_mttrss', 's', '2', '1', '0.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3550', '3550', 'Changing Room Teleport', 'bw_tele', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3552', '3552', 'Yellow Buoy Line', 'bw_fnc', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3553', '3553', 'Capri-Sun Arcade Machine', 'ads_capri_arcade', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3554', '3554', 'ads_pepsi0 name', 'ads_pepsi0', 's', '1', '1', '3.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '55', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3555', '3555', 'Pink Inflatable Boat', 'bw_boat_p', 's', '2', '2', '0.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3556', '3556', 'Blue Pool Stairs', 'bw_pool_a3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3557', '3557', 'Green Buoy Line', 'bw_fnc_g', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3558', '3558', 'Green Inflatable Mattress', 'bw_mttrss_g', 's', '2', '1', '0.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3559', '3559', 'Pink Inflatable Mattress', 'bw_mttrss_p', 's', '2', '1', '0.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3560', '3560', 'Pink Square Pool Piece', 'bw_pool_b1', 's', '1', '1', '1.00', '0', '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', '0.80', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3563', '3563', 'Green Buoy Corner', 'bw_fnc_crnr_g', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3566', '3566', 'bw_table_g name', 'bw_table_g', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3567', '3567', 'Pink Inflatable Lounge', 'bw_chair_p', 's', '1', '1', '0.60', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3568', '3568', 'Green Inflatable Boat', 'bw_boat_g', 's', '2', '2', '0.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3569', '3569', 'Pink Buoy Line', 'bw_fnc_p', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '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', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3572', '3572', 'Green Inflatable Lounge', 'bw_chair_g', 's', '1', '1', '0.60', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3573', '3573', 'Pink Pool Stairs', 'bw_pool_b3', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3575', '3575', 'Green Inflatable Sofa', 'bw_sofa_g', 's', '2', '1', '0.80', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3576', '3576', 'Pink Buoy Corner', 'bw_fnc_crnr_p', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3577', '3577', 'Blue Square Pool Piece', 'bw_pool_a1', 's', '1', '1', '1.00', '0', '0', '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', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3579', '3579', 'Stick fence', 'african_fence', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3580', '3580', 'Boiling Water', 'ktchn10_pot', 's', '1', '1', '1.00', '0', '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.20', '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', '0', '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.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3585', '3585', 'ads_cheetos_hotdog name', 'ads_cheetos_hotdog', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3586', '3586', 'Hospital Cabinet', 'hosptl_cab1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3589', '3589', 'Kitchen Corner Block', 'ktchn10_block', 's', '1', '1', '1.10', '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', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3592', '3592', 'Teapot', 'ktchn10_tea', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3593', '3593', 'ads_cheetos_bath name', 'ads_cheetos_bath', 's', '1', '2', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3594', '3594', 'StrayPixels winner x3', 'easel_1', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3596', '3596', 'StrayPixels winner x7', 'easel_3', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '57', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3599', '3599', 'Chocolate Gazelle', 'petfood14', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3603', '3603', 'StrayPixels winner x5', 'easel_2', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3605', '3605', 'Baobab Tree', 'african_tree2', 's', '1', '1', '1.00', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3608', '3608', 'Hospital Cabinet Large', 'hosptl_cab2', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1011,1013,1014,1015', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3609', '3609', 'African bones', 'african_bones', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3610', '3610', 'Hospital Light', 'hosptl_light', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3612', '3612', 'Kitchen Sink', 'ktchn10_sink', 's', '2', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3614', '3614', 'Arena Corner', 'bb_crnr', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3615', '3615', 'Blue Scoreboard', 'bb_score_b', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'battlebanzai_counter_blue', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3616', '3616', 'Banzai Robo', 'bb_robo', 's', '2', '2', '2.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'battlebanzai_gate_green', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3622', '3622', 'Pyro Pig Chair', 'bb_crchair3', 's', '1', '1', '0.90', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'battlebanzai_counter_yellow', '1', '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.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'battlebanzai_gate_red', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3629', '3629', 'Bear Hand', 'bb_tddhnd', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3630', '3630', 'Light Divider', 'bb_lightdiv', 's', '1', '1', '1.35', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pyramid', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3633', '3633', 'Banzai Arena Tile', 'bb_patch1', 's', '1', '1', '0.00', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3635', '3635', 'Yellow Portal', 'bb_gate_y', 's', '1', '1', '0.00', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3641', '3641', 'Banzai Puck', 'bb_puck', 's', '1', '1', '0.00', '0', '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.00', '0', '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.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'battlebanzai_gate_blue', '1', '0', '', '', '35', '35', ''); +INSERT INTO `items_base` VALUES ('3644', '3644', 'Pink Scoreboard', 'bb_score_r', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'battlebanzai_counter_red', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3645', '3645', 'Counter', 'bb_counter', 's', '1', '4', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', 'pressureplate', '1', '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', 'water', '1', '0', '', '', '37', '37', ''); +INSERT INTO `items_base` VALUES ('3651', '3651', 'Fireflies Jar', 'hween10_jar', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3653', '3653', 'Voodoo Doll - Love', 'hween10_voodoo2', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3655', '3655', 'Voodoo Doll - Luck', 'hween10_voodoo3', 's', '1', '1', '1.00', '0', '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.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3658', '3658', 'The Chicken of Doom', 'hween10_chicken', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3659', '3659', 'Tree Teleport', 'hween10_tele', 's', '1', '1', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3661', '3661', 'Porch', 'hween10_portch', 's', '1', '1', '1.00', '0', '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', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '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.15', '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', '0', '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.40', '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.40', '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.00', '0', '0', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'colorwheel', '9', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3677', '3677', 'Three Way Wires', 'wf_wire4', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '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', '0', '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.00', '0', '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.15', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3688', '3688', 'Pressure Plate', 'wf_pressureplate', 's', '1', '1', '0.15', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '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.15', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3699', '3699', 'Glass Door', 'wf_glassdoor', 's', '1', '1', '0.00', '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', '0', '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', 'pressureplate', '1', '0', '1.9;1.8', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3705', '3705', 'Work Desk', 'exe_wrkdesk', 's', '2', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3709', '3709', 'The Black Duck', 'duck_vip', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3710', '3710', 'HC Trial - 7 Days', 'duck_hc', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3711', '3711', 'Ballerina Penguin', 'qt_penguin_ballet', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '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', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3719', '3719', 'Jolly Duck', 'qt_xm10_xmduck', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3720', '3720', 'Frozen Fronds', 'qt_xm10_palm_tree', 's', '1', '1', '3.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3721', '3721', 'City Street Corner', 'es_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 ('3722', '3722', 'Frozen In Time', 'qt_xm10_trex', 's', '3', '7', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3723', '3723', 'Epic Christmas Tree', 'es_epictree', 's', '2', '2', '4.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3725', '3725', 'City Hydrant', 'es_wpost', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3727', '3727', 'Plain Icy Duck', 'qt_xm10_iceduck', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3728', '3728', 'Ice of the Tiger', 'qt_xm10_icetiger', 's', '2', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3729', '3729', 'City Street Barrier', 'es_fnc_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 ('3730', '3730', 'Pod Chair', 'qt_xm10_iceplasto', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3733', '3733', 'prizetrophy_nrj_2011 name', 'prizetrophy_nrj_2011', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3734', '3734', 'Frozen Ted', 'qt_xm10_iceteddy', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3735', '3735', 'Street Lamp Post', 'es_lmppst', 's', '1', '1', '4.00', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'icetag_field', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3737', '3737', 'Frozen Pillar', 'qt_xm10_icepillar', 's', '1', '1', '3.50', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3738', '3738', 'Chestnut Roaster', 'es_roaster', 's', '1', '1', '2.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '60', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3739', '3739', 'Ice Hockey Puck', 'es_puck', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'football', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3740', '3740', 'Santa', 'es_santa', 's', '1', '1', '1.00', '0', '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', '0', '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.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3744', '3744', 'Popsicles', 'petfood16', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3748', '3748', 'Frozen Fish', 'qt_xm10_ice_fish', 's', '1', '2', '3.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3752', '3752', 'Santa\'s Fireplace Teleport', 'xmas10_fireplace', 's', '1', '1', '0.00', '0', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3756', '3756', 'Blue Freeze Scoreboard', 'es_score_b', 's', '1', '1', '0.00', '0', '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.00', '0', '0', '0', '1', '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.00', '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.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3770', '3770', 'Hottest Girl', 'prizetrophy_2011_r', 's', '1', '1', '3.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3772', '3772', 'Green Firework Blaster', 'fireworks_01', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3774', '3774', 'Yellow Firework Blaster', 'fireworks_03', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3776', '3776', 'Red Firework Blaster', 'fireworks_02', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3779', '3779', 'Big Bang Bug Sparkler', 'fireworks_05', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '32', '', '', '59', '59', ''); +INSERT INTO `items_base` VALUES ('3787', '3787', 'Bling Towels', 'bling11_towels', 's', '1', '1', '1.00', '0', '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.00', '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.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3791', '3791', 'Eros', 'bling11_statue1', 's', '1', '1', '0.00', '0', '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.00', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3794', '3794', 'Italian Marble Floor', 'bling11_floor', 's', '2', '2', '0.00', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3796', '3796', 'Rabbit Statue', 'china_rabbit', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', 'bed', '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', '1', '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', '1', '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', '0', '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', '0', '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', '0.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.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3807', '3807', 'Heart Nest', 'qt_val11_nest', 's', '1', '1', '0.40', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3808', '3808', 'Terrarium', 'nest_terrarium', 's', '1', '1', '1.00', '0', '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', '0', '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', '0.90', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3811', '3811', 'Jelly Heart', 'qt_val11_jellyheart', 's', '1', '1', '0.80', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3812', '3812', 'Roller Rink Railing', 'val11_rail', 's', '1', '2', '0.50', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'rollerskate_field', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3813', '3813', 'Holo-Heart', 'qt_val11_holoheart', 's', '1', '1', '1.00', '0', '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', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '61', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3816', '3816', 'Webbed Grapes', 'petfood18', 's', '1', '1', '0.00', '0', '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.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3820', '3820', 'Limo Middle Part 2', 'limo_w_mid2', 's', '2', '1', '0.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3821', '3821', 'The Fly', 'petfood19', 's', '1', '1', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3823', '3823', 'Limo Front', 'limo_w_front', 's', '2', '1', '1.00', '0', '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', '1', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3828', '3828', 'Gothic Drinking Fountain', 'gothic_bowl', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '62', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3830', '3830', 'Frog Nest', 'nest_frog', 's', '1', '1', '0.00', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '28', '28', ''); +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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3834', '3834', 'HC Sign', 'cine_vipsign', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3835', '3835', 'Black Limo Middle 3', 'limo_b_mid3', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '1', '40', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3836', '3836', 'Black Limo Middle 2', 'limo_b_mid2', 's', '2', '1', '0.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3837', '3837', 'Black Limo Front', 'limo_b_front', 's', '2', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3839', '3839', 'Walk of Fame Tile', 'cine_star', 's', '1', '1', '0.15', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'trophy', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3841', '3841', 'Theater Curtains', 'cine_curtain', 's', '8', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3842', '3842', 'Movie Screen', 'cine_screen', 's', '6', '1', '0.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.15', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '1', '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.00', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3852', '3852', 'Movie Projector', 'cine_projector', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '0', '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', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3860', '3860', 'Black and Blue Rug', 'cubie_rug_b', 's', '2', '3', '0.00', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3863', '3863', 'Purple Deco Spot Lamp', 'cubie_lamp_p', 's', '1', '1', '1.00', '0', '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', '1', '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.00', '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', '0', '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', '0', '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', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3888', '3888', 'Desktop Computer', 'computer_flatscreen', 's', '1', '1', '1.00', '0', '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', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3891', '3891', 'Small Sailing Boat', 'waasa_ship1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3892', '3892', 'Bunk Bed', 'waasa_bunk_bed', 's', '3', '1', '3.00', '0', '1', '0', '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', '0', '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', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3897', '3897', 'Nest', 'newbie_nest', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3898', '3898', 'Gray Waasa Rug', 'waasa_rug5', 's', '2', '4', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3899', '3899', 'Blue Waasa Rug', 'waasa_rug1', 's', '2', '4', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3900', '3900', 'Orange Waasa Rug', 'waasa_rug3', 's', '2', '4', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3901', '3901', 'Aquarium', 'waasa_aquarium', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3902', '3902', 'Green Waasa Rug', 'waasa_rug4', 's', '2', '4', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3904', '3904', 'Yellow Waasa Rug', 'waasa_rug2', 's', '2', '4', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3905', '3905', 'Mega Jukebox', 'jukebox_big', 's', '2', '1', '1.00', '0', '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', '0.00', '0', '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.00', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3910', '3910', 'Wizards of Waverly Place Crystal Ball', 'ads_wowpball', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3911', '3911', 'Corn', 'pet_food_corn', 's', '1', '1', '0.00', '0', '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', '0.20', '0', '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', '0.30', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'bunnyrun_pole', '1', '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', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3920', '3920', 'Bluebell Mushrooms', 'easter11_mushroom3', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3924', '3924', 'Pixel Shag Rug', 'kuurna_mat', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3925', '3925', 'Pixel Side Table', 'kuurna_table1', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3926', '3926', 'Pixel Dining Table', 'kuurna_table', 's', '2', '2', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3927', '3927', 'ads_suun name', 'ads_suun', 's', '1', '1', '1.00', '0', '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.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3935', '3935', 'Yellow Anna Gate', 'anna_div_gate*1', 's', '1', '1', '0.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3955', '3955', 'Yellow Anna Rug', 'anna_rug*1', 's', '2', '2', '0.00', '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.00', '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.00', '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.00', '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.00', '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.00', '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.00', '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.00', '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', '0.50', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3966', '3966', 'Pink Anna Blob', 'anna_pill*2', 's', '1', '1', '0.50', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3967', '3967', 'Green Anna Blob', 'anna_pill*3', 's', '1', '1', '0.50', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3968', '3968', 'Blue Anna Blob', 'anna_pill*4', 's', '1', '1', '0.50', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3969', '3969', 'Purple Anna Blob', 'anna_pill*5', 's', '1', '1', '0.50', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3970', '3970', 'Yellow Anna Lamp', 'anna_lamp*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 ('3971', '3971', 'Pink Anna Lamp', 'anna_lamp*2', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3980', '3980', 'Yellow Picnic Blanket', 'picnic_blanket_yel', 's', '3', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3982', '3982', 'Cheese Platter', 'picnic_food1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3983', '3983', 'Stickie Pole', 'note_tag', 's', '1', '1', '1.00', '0', '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', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3986', '3986', 'Picnic Refreshments', 'picnic_food3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3987', '3987', 'Red Picnic Blanket', 'picnic_blanket', 's', '3', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3989', '3989', 'Baguettes and Apples', 'picnic_food2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3990', '3990', 'Rock Teleport', 'picnic_tele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3991', '3991', 'Picnic Basket', 'picnic_basket', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '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.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('3998', '3998', 'race_trophy', 'race_trophy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '0', '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.00', '0', '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', '0.70', '0', '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.70', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4003', '4003', 'Grail of Water', 'grail_water', 's', '1', '1', '0.00', '0', '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', '0.00', '0', '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', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4006', '4006', 'Dungeon Ground', 'dng_ground', 's', '2', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4007', '4007', 'Dungeon Pillar', 'dng_pillar', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4008', '4008', 'Treasure Dig', 'dng_treasure2', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4010', '4010', 'Dungeon Stairs', 'dng_stairs', 's', '1', '1', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4011', '4011', 'Treasure Patch', 'dng_treasure', 's', '2', '2', '0.00', '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', 'pressureplate', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4014', '4014', 'Leaves', 'petfood_19', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '20', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4017', '4017', 'Clam Shell', 'qt_sum11_shell1', 's', '1', '1', '0.20', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4018', '4018', 'Ice Cream Trolley', 'qt_sum11_ictrolley', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '4', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4019', '4019', 'Catch of the Day', 'qt_sum11_petfood', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'petdrink', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4020', '4020', 'Sea Shell', 'qt_sum11_shell4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4021', '4021', 'Blistering Barnacle', 'qt_sum11_shell3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4022', '4022', 'Pier', 'qt_sum11_platfrm', 's', '2', '2', '0.80', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4023', '4023', 'Star Fish', 'qt_sum11_shell2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4024', '4024', 'Trumpet Shell', 'qt_sum11_shell5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4025', '4025', 'Rare Sea Throne', 'qt_sum11_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 ('4026', '4026', 'Deluxe Lemon & Lime Bath', 'mm_tub', 's', '1', '2', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4028', '4028', 'Silver Skate Trophy', 'prizetrophy_skate*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4029', '4029', 'Bronze Skate Trophy', 'prizetrophy_skate*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4030', '4030', 'Skate Rail', 'sb_rail', 's', '1', '1', '0.60', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '72', '72', ''); +INSERT INTO `items_base` VALUES ('4031', '4031', 'Skate Ramp', 'sb_ramp', 's', '2', '1', '1.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4032', '4032', 'Skate Platform', 'sb_block', 's', '2', '2', '0.50', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4033', '4033', 'Spray Can Crate', 'sb_cans', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1060', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4034', '4034', 'Concrete Patch', 'sb_tile', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4035', '4035', 'Turtle Tree', 'nest_turtle', 's', '1', '1', '0.00', '0', '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', '0', '1', 'ads_bg', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4037', '4037', 'Turtle', 'petfood24', 's', '1', '1', '0.00', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4049', '4049', 'Black Drinks Table', 'coco_sofatable_c4', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4054', '4054', 'Resort Ornament', 'coco_stick', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4062', '4062', 'Blue Drinks Table', 'coco_sofatable', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4064', '4064', 'Chocolate Drinks Table', 'coco_sofatable_c2', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4067', '4067', 'Crystal Skull', 'lm_crystal_skull', 's', '1', '1', '0.20', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4068', '4068', 'Banana Drink Machine', 'lm_bananadrink', 's', '1', '1', '3.00', '0', '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', '0', '1', 'ads_bg', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4070', '4070', 'Monkey and starter food', 'petfood25', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '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', '0', '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', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4075', '4075', 'ads_durex_carpet name', 'ads_durex_carpet', 's', '3', '3', '0.00', '0', '0', '0', '1', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4076', '4076', 'Monkey Pond', 'lm_pond', 's', '1', '1', '0.30', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4077', '4077', 'Monkey Statue & Nest', 'nest_with_statue', 's', '1', '1', '1.00', '0', '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', '0', '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.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4082', '4082', 'Stage Fence Corner', 'studio_fencecr', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4083', '4083', 'Guitar', 'studio_guitar', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4087', '4087', 'Floor Spotlight', 'studio_floorlight', 's', '4', '4', '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', '0', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4096', '4096', 'Sound set 73', 'sound_set_73', 's', '1', '1', '0.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4097', '4097', 'Sound set 74', 'sound_set_74', 's', '1', '1', '0.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4098', '4098', 'Sound set 76', 'sound_set_76', 's', '1', '1', '0.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4099', '4099', 'Sound set 75', 'sound_set_75', 's', '1', '1', '0.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4100', '4100', 'Ghettoblaster', 'summer_blaster', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4104', '4104', 'Totem Poll', 'lm_totem', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4105', '4105', 'TV Frame - Special Edition - Not for sale!', 'hole2', 's', '2', '2', '0.00', '0', '0', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4107', '4107', 'Rare Sand Dragon', 'qt_sum11_dragon', 's', '1', '1', '0.00', '0', '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.00', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4110', '4110', 'Red USVA Table Lamp', 'usva4_lamble', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4118', '4118', 'Pink USVA Table Lamp', 'usva_lamble', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4124', '4124', 'Blue USVA Desk Lamp', 'usva5_lamble', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4129', '4129', 'Black USVA Rug', 'usva2_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 ('4130', '4130', 'Red USVA table', 'usva4_table', 's', '2', '2', '0.50', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4133', '4133', 'Green USVA Table Lamp', 'usva3_lamble', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4135', '4135', 'White USVA Block Shelf', 'usva_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 ('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', '0', '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.00', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4142', '4142', 'Blue USVA Rug', 'usva5_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 ('4143', '4143', 'Blue USVA Chair', 'usva5_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 ('4144', '4144', 'Soapbox', 'uservoice_soapbox', 's', '1', '1', '0.50', '0', '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.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4147', '4147', 'Red Locker (NOT FOR SALE)', 'school_locker_r_nosale', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4149', '4149', 'Cafeteria Vegetables', 'school_stuff_06', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4150', '4150', 'Red Locker Teleport', 'school_locker_r', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4154', '4154', 'School Desk', 'school_console', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4155', '4155', 'School Books', 'school_stuff_01', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4156', '4156', 'Cafeteria Nuggets', 'school_stuff_05', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4158', '4158', 'Blue Locker (NOT FOR SALE)', 'school_locker_b_nosale', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4159', '4159', 'Chem Set', 'school_stuff_02', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4160', '4160', 'Cafeteria Meatballs', 'school_stuff_04', 's', '1', '1', '1.00', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4163', '4163', 'Hay Bucket', 'petfood26', 's', '1', '1', '0.00', '0', '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.00', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4166', '4166', 'Pile Of Clothes', 'boutique_clothingpile', 's', '1', '1', '0.30', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4168', '4168', 'Blue Changing Booth', 'boutique_changing3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4170', '4170', 'Mannequin', 'boutique_mannequin1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'mannequin', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4172', '4172', 'Boutique Counter', 'boutique_table2', 's', '3', '1', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4173', '4173', 'Cash Register', 'boutique_cashreg', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4175', '4175', 'Small Shop Plant', 'boutique_plant1', 's', '1', '1', '1.00', '0', '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', '0', '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.20', '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.00', '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.00', '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.00', '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.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4187', '4187', 'boutique_vipsign name', 'boutique_vipsign', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4188', '4188', 'Pura Bubble Lamp', 'bubble_lamp1', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4190', '4190', 'Pura Block Lamp', 'pura_block_lamp1', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4192', '4192', 'Pink Pura Block', 'eleblock2', 's', '1', '1', '0.00', '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.00', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4195', '4195', 'Green Pura Block', 'eleblock7', '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;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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4198', '4198', 'Beige Pura Block', 'eleblock5', '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;2.50', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4199', '4199', 'Black Pura Block', 'eleblock3', '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;2.50', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4200', '4200', 'Aquamarine Pura Block', 'eleblock1', '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;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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4203', '4203', 'Yellow Pura Block', 'eleblock8', '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;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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4205', '4205', 'Red Pura Block', 'eleblock9', '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;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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4207', '4207', 'Blue Pura Block', 'eleblock6', '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;2.50', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4208', '4208', 'Eggshell White', 'horse_dye_08', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4230', '4230', 'Brandy', 'horse_hairdye_05', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4240', '4240', 'Paddock Corner', 'horse_stbl_fnc_corner', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4246', '4246', 'Manure', 'horse_poop', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4247', '4247', 'Trough', 'horse_trough', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4248', '4248', 'Group Carpet', 'gld_carpet', 's', '2', '3', '0.00', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4256', '4256', 'Wild', 'horse_hairstyle_3', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1,17,24,58,29', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4267', '4267', 'Plate Of Brains', 'hween11_dish2', 's', '1', '1', '1.00', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4270', '4270', 'Head On A Plate', 'hween11_dish3', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '1', 'ads_bg', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4277', '4277', 'ads_liisu name', 'ads_liisu', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4279', '4279', 'Black Roses', 'plant_rose_black', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1001', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4280', '4280', 'The Golden Egg', 'ads_pib', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'default', '1', '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', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4284', '4284', 'Aurora Borealis', 'xmas2011_aurora1', 's', '1', '4', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4290', '4290', 'Flag', 'xmas11_flag', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4291', '4291', 'Snowy Tree', 'xmas2011_tree1', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4294', '4294', 'Cabin Stove', 'xmas11_stove', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4296', '4296', 'Cabin Stone Floor', 'xmas11_stonefloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4298', '4298', 'Icy Waterfall', 'xmas2011_icefall', 's', '2', '2', '1.00', '0', '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.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4300', '4300', 'Cheese', 'xmas11_petfood', 's', '1', '1', '0.30', '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', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4302', '4302', 'Cabin Nightstand', 'xmas11_nghtstnd', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4304', '4304', 'Snowy Rock 1', 'xmas2011_rock1', 's', '1', '1', '0.30', '0', '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', '0.95', '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', '0', '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.30', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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;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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1026', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4314', '4314', 'Poinsetta', 'joulutahti_notrd', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1023', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4315', '4315', 'Beige Cozy Cabin Chair', 'xmas11_comfy_chair_3', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4322', '4322', 'The Santa Butler', 'xmas11_btlr', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '8', '', '', '0', '0', ''); +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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4330', '4330', 'Beige Cabin Footstool', 'xmas11_footstool_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 ('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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4333', '4333', 'Model Car', 'gift_mdlcar0', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4335', '4335', 'Joystick', 'gift_joystick', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4336', '4336', 'Weird toy', 'gift_thing', 's', '1', '1', '0.00', '0', '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', '0.25', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4338', '4338', 'Paper Balls', 'pwad', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '0', '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', '0', '0', '0', '1', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1008', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4346', '4346', 'MyPod Docking Station', 'gift_mypod', 's', '1', '1', '1.00', '0', '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.10', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4351', '4351', 'Books', 'books_0', 's', '1', '1', '0.00', '0', '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', '0', '0', '1', '0', '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', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4359', '4359', 'hole1x1 name', 'hole1x1', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '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', '0', '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', '0', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4363', '4363', 'ads_honeymonster name', 'ads_honeymonster', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1028', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4364', '4364', 'ads_m6_floor name', 'ads_m6_floor', 's', '2', '2', '0.00', '1', '0', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4367', '4367', 'Vote Counter', 'vote_count_add', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vote_counter', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4368', '4368', 'Double Balloon', 'xmas11_balloon2', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4370', '4370', 'Single Balloon', 'xmas11_balloon1', 's', '1', '1', '1.00', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4373', '4373', 'Fireworks Pot', 'fireworks_08', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4376', '4376', 'Rare Balloon Machine', 'xmas11_balloon', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1029', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4377', '4377', 'Triple Balloons', 'xmas11_balloon3', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4379', '4379', 'Strawberries', 'xmas11_luxdish2', 's', '1', '1', '1.00', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4382', '4382', 'Porcelain', 'xmas11_luxdish3', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4384', '4384', 'Fireworks Box', 'fireworks_12', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4387', '4387', 'Red Rocket', 'fireworks_11', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4389', '4389', 'Group Gate', 'gld_gate', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '1', '1', '1', '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', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '97', '97', ''); +INSERT INTO `items_base` VALUES ('4392', '4392', 'Slope Light', 'snowb_light1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4393', '4393', 'Slope Divider', 'snowb_divider', 's', '1', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4394', '4394', 'Snow Puff', 'snowb_snowpuff', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4395', '4395', 'Snowboard Rail', 'snowb_rail', 's', '1', '2', '0.70', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '97', '97', ''); +INSERT INTO `items_base` VALUES ('4402', '4402', 'Laser SFX', 'sfx_lazer', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4409', '4409', 'Silver Niko Trophy', 'prizetrophy_niko1', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4410', '4410', 'Sky Lantern', 'china_lantern', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplatw', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4411', '4411', 'The Dragon that Spews Fireworks', 'fireworks_13', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4412', '4412', 'Classic Fountain', '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.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4414', '4414', 'sfx_rare_lazer name', 'sfx_rare_lazer', 's', '1', '1', '1.00', '0', '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', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4419', '4419', 'The Vines Of Love', 'val12_vines', 's', '1', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate_group', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4420', '4420', 'Love Reanimator', 'val12_shocker', 's', '1', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate_group', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4421', '4421', 'Room Hopper Tubes', 'val12_hopper1', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate_group', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4425', '4425', 'Romantic vines', 'val12_elevine', 's', '1', '1', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4427', '4427', 'Room Hopper Curtains', 'val12_hopper2', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '7', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4429', '4429', 'Love thermometer', 'val12_therm_nfs', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4432', '4432', 'Prom Night Pillar', 'val12_pillar1', 's', '1', '1', '1.00', '0', '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.40', '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', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4435', '4435', 'hole3 for internal use only', 'hole3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4436', '4436', 'waterbowl1_red name', 'water_bowl1*1', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'petdrink', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4437', '4437', 'water_bowl1_green name', 'water_bowl1*2', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'petdrink', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4438', '4438', 'water_bowl1_yellow name', 'water_bowl1*3', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'petdrink', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4439', '4439', 'waterbowl1_blue name', 'water_bowl1*4', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'petdrink', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4440', '4440', 'water_bowl1_brown name', 'water_bowl1*5', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'petdrink', '1', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4443', '4443', 'Room Hopper Elevator', 'val12_hopper_3', 's', '1', '1', '0.00', '0', '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.00', '0', '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', '0', '0', '0', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4448', '4448', 'bowl name', 'bowl', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4450', '4450', 'Saddle Stand', 'horse_saddle2', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0.00', '0', '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', '0', '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.00', '0', '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.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 ('4459', '4459', 'elerock1 name', 'elerock1', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '5', '0', '0.1;0.6;1.1;1.6;2.00', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4460', '4460', 'bling_sofa_mu', 'bling_sofa_mu', 's', '2', '1', '1.50', '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', '0.00', '0', '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', '0.00', '0', '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', '0.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.00', '0', '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', '0', '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', '0', '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', '0.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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4469', '4469', 'Stylish Finish Line', 'horse_fin_poster3', 's', '2', '1', '0.00', '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.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4476', '4476', 'Water Jump 2', 'obstacle_water2', 's', '2', '3', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'obstacle', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4477', '4477', '', 'horse_hairdye_04_horsesho', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', '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', '0', '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.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pet_food', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4481', '4481', 'Cherry Tree', 'bolly_cherry', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4482', '4482', 'Japanese Sky Lantern', 'jp_ceiling_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 ('4483', '4483', 'Shiki Futon', 'jp_bed', 's', '2', '3', '1.60', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4484', '4484', 'Executive Drinks Cabinet', 'exe_drinks_cabinet', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '40', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4485', '4485', 'Red Theatre Curtain', 'cine_curtain_red', 's', '8', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4486', '4486', 'Black Scifi Pod', 'sf_pod_dark', 's', '1', '3', '1.30', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4487', '4487', 'Black Leviathan', 'dark_merdragon', 's', '1', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4488', '4488', 'Romantique Screen Gray', 'romantique_divider*5', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4489', '4489', 'Black Dino Egg', 'black_dino_egg', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4490', '4490', 'Platinum Bar', 'CF_500_platinum_bar', 's', '1', '1', '0.40', '1', '0', '0', '0', '0', '1', '0', '1', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4494', '4494', 'theatre_lights name', 'theatre_lights', 's', '1', '1', '1.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4497', '4497', 'theatre_wall name', 'theatre_wall', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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.05', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4500', '4500', 'theatre_curtain name', 'theatre_curtain', 's', '3', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4502', '4502', 'theatre_plant name', 'theatre_plant', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '1', 'wf_act_give_reward', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4506', '4506', 'Carrot', 'petfood28', 's', '1', '1', '0.00', '0', '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', '0.00', '0', '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', '0.20', '0', '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', '0.20', '0', '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', '0.20', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4512', '4512', 'lidowall3 name', 'lidowall3', 's', '4', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4515', '4515', 'lidofence name', 'lidofence', 's', '1', '1', '1.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4517', '4517', 'The Small Pool Kiosk', 'lido_kiosk', 's', '1', '4', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4518', '4518', 'lido_table name', 'lido_table', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4520', '4520', 'lidodoor name', 'lidodoor', 's', '1', '1', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4522', '4522', 'lido_kiosk_block name', 'lido_kiosk_block', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4523', '4523', 'lidostairs name', 'lidostairs', 's', '2', '2', '0.45', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4524', '4524', 'lidostage name', 'lidostage', 's', '2', '2', '0.45', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4525', '4525', 'lidowall2 name', 'lidowall2', 's', '4', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4526', '4526', 'wl_wall2 name', 'wl_wall2', 's', '1', '2', '4.20', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4528', '4528', 'wl_sofa name', 'wl_sofa', 's', '3', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4529', '4529', 'wl_wall1 name', 'wl_wall1', 's', '1', '2', '4.20', '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', '0', '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', '4.20', '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.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4534', '4534', 'wl_table1 name', 'wl_table1', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '1', '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', '0', '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', '0.00', '0', '0', '0', '1', '1', '1', '0', '1', '1', 'nest', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4556', '4556', 'Bored Bunny Nest', 'nest_bunny_dep', 's', '1', '1', '0.20', '0', '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', '0.20', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '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', '1', '1', 'default', '1', '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', '1', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4566', '4566', 'Rainbow pod chair', 'chair_plasty_lm1', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4575', '4575', 'Rainbow plasto chair', 'chair_plasto_lm1', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4577', '4577', 'Art Easel', 'easel_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 ('4578', '4578', 'Plant Revival Potion', 'mnstr_revival', 's', '1', '1', '1.00', '0', '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', '1', '2', '0.00', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4581', '4581', 'Greenhouse Corner', 'gh_div_cor', 's', '1', '1', '0.00', '0', '0', '0', '1', '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', '0', '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', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4587', '4587', 'Pink Four-leg Table', 'table_plasto4_4leg', 's', '2', '2', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4589', '4589', 'Pink Square Dining Table', 'table_plasto4_bigsq', 's', '2', '2', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4592', '4592', 'Rebreeding Potion 1 (One-time use for a single 1-5 level', 'mnstr_rebreed', 's', '1', '1', '1.00', '0', '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', '0', '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', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4596', '4596', 'Shoji Gate', 'jp_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 ('4597', '4597', 'Golden Man-Eating Plant Trophy', 'prizetrophy_breed*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4598', '4598', 'Silver Man-Eating Plant Trophy', 'prizetrophy_breed*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4599', '4599', 'Bronze Man-Eating Plant Trophy', 'prizetrophy_breed*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4600', '4600', 'Watering Can Of Greatness!', 'prizetrophy_nurture*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4601', '4601', 'Watering Can Of Semi-Greatness', 'prizetrophy_nurture*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4602', '4602', 'Watering Can Of Partial Greatness', 'prizetrophy_nurture*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4603', '4603', 'Monster Plant Bed', 'stone_flowerbed', 's', '2', '1', '0.30', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4604', '4604', 'Rare Monster Plant Seed', 'mnstr_seed_rare', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'monsterplant_seed', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4605', '4605', 'ads_mad3 name', 'ads_mad3', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4607', '4607', 'Rebreeding Potion 2 (One-time use for a single 6-8 level', 'mnstr_rebreed_2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4608', '4608', 'Rebreeding Potion 3 (One-time use for a single 9-10 leve', 'mnstr_rebreed_3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4609', '4609', 'Caterpillar ', 'garden_caterpillar', 's', '3', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4611', '4611', 'ads_ontour name', 'ads_ontour', 's', '3', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4612', '4612', 'Small Ruby', 'CF_75_ruby_small', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4613', '4613', 'Big Ruby', 'CF_200_ruby', 's', '1', '1', '0.90', '1', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4614', '4614', 'Justice Trophy', 'prizetrophy_habboway', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4615', '4615', 'Light Cloud', 'patch_cloud', 's', '2', '2', '0.30', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4616', '4616', 'Exotic Butterfly', 'garden_bfly', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4617', '4617', 'Pixel Sofa', 'kuurna_red_sofa', 's', '2', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4618', '4618', 'Pixel Sofa Chair', 'kuurna_red_chair', 's', '1', '1', '1.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4619', '4619', 'Pixel Dining Chair', 'kuurna_red_chair1', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4620', '4620', 'Pixel Dining Table', 'kuurna_red_table', 's', '2', '2', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4621', '4621', 'Pixel Side Table', 'kuurna_red_table1', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4622', '4622', 'Pixel Lamp', 'kuurna_red_lamp', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4624', '4624', 'Torch Trophy', 'trophy_torch', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4626', '4626', 'Vanilla Gate', 'js_exe_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 ('4627', '4627', 'Vanilla Bar', 'js_exe_bardesk', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4634', '4634', 'Quackatoa', 'anc_artifact1', 's', '2', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4635', '4635', 'Obsidian Obelisk', 'anc_trophy_obsidian', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4638', '4638', 'Stone Obelisk', 'anc_trophy_sstone', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', 'Stone Knight', 'sp_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 ('4641', '4641', 'Frank Trophy', 'prizetrophy_frank', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '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.0;0.5;1;1.5;2.00', '', '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', 'water', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4644', '4644', 'Grass Block', 'anc_ele_grass', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '5', '0', '0.0;0.5;1;1.5;2.00', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4645', '4645', 'Blazing Sun', 'anc_sun', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4646', '4646', 'Flamingo', 'pink_flamingo', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4647', '4647', 'Dem Bones', 'anc_bones', 's', '1', '1', '0.00', '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.70', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4651', '4651', 'Jungle Waterfall', 'anc_waterfall', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '3.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4654', '4654', 'The Gate of Eternity', 'gate_of_eternity', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'hopper', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4655', '4655', 'Mighty Frank Statue', 'anc_artifact3', 's', '3', '1', '1.50', '0', '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', '0.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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4660', '4660', 'Hammer Toss', 'track12_hammer', 's', '1', '1', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1031', '', '', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4664', '4664', 'Dumbbell', 'track12_weight', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4665', '4665', 'Habbo-lympix Trophy', 'prizetrophy_track12*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '111', '111', ''); +INSERT INTO `items_base` VALUES ('4666', '4666', 'Habbo-lympix Trophy', 'prizetrophy_track12*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '110', '110', ''); +INSERT INTO `items_base` VALUES ('4667', '4667', 'Habbo-lympix Trophy', 'prizetrophy_track12*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '109', '109', ''); +INSERT INTO `items_base` VALUES ('4668', '4668', 'Javelin Statue', 'track12_javstatue', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4669', '4669', 'Habbo-lympix Cauldron', 'track12_hcauldron', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4678', '4678', 'Green Holo Tree', 'matic_tree_green', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4680', '4680', 'Space Duck', 'matic_cont_duck', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4681', '4681', 'Blue Holo Tree', 'matic_tree_blue', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4684', '4684', 'Alien Specimen', 'matic_cont_alien', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4685', '4685', 'Yellow Holo Tree', 'matic_tree_yellow', 's', '1', '1', '1.00', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4688', '4688', 'Red Holo Tree', 'matic_tree_red', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4691', '4691', 'ads_spiderman_trophy name', 'ads_spiderman_trophy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4694', '4694', 'Black Hole', 'matic_dispenser', 's', '1', '1', '1.00', '0', '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', 'pressureplate', '1', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4703', '4703', 'Yacht Bow', 'jetset_yacht_front', 's', '3', '3', '3.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4705', '4705', 'HC Gate', 'vip_gate', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'club_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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4707', '4707', 'Grassy Stack', 'jetset_landhigh', 's', '1', '1', '2.50', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4708', '4708', 'Rocky Stack', 'jetset_landlow', 's', '1', '1', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4709', '4709', 'Yacht Stern', 'jetset_yacht_back', 's', '3', '3', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4710', '4710', 'Yacht Middle', 'jetset_yacht_mid_2', 's', '3', '1', '3.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4711', '4711', 'Paparazzi Wall', 'jetset_vipscreen', 's', '1', '3', '0.00', '0', '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', 'water_item', '1', '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', 'water_item', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4715', '4715', 'Stone Jetty', 'jetset_stonejetty', 's', '1', '2', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4716', '4716', 'HC Room Hopper', 'vip_hopper', 's', '1', '1', '0.00', '0', '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', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4718', '4718', 'Bouncer', 'js_bouncer', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4721', '4721', 'Cash Patch', 'jetset_moneypatch', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4722', '4722', 'Vault Door', 'jetset_vault_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 ('4723', '4723', 'Diamond Dragon Lamp', 'diamond_dragon', 's', '1', '1', '1.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4725', '4725', 'Monte Carlo', 'roombg_jetset', 's', '1', '1', '0.45', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4726', '4726', 'Paparazzi Wall Corner', 'jetset_vipscreencr', 's', '1', '1', '0.00', '0', '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', '0', '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.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4730', '4730', 'Fairground Entrance', 'hween12_entry', 's', '1', '2', '0.00', '0', '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', '0', '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', '0', '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', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4735', '4735', 'Costume Hopper', 'hween12_costume_hopper', 's', '1', '1', '0.00', '0', '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', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '93', '93', ''); +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.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate_group', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4742', '4742', 'Lantern', 'hween12_lantern', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4743', '4743', 'Magic Mirror', 'hween12_mirror', 's', '1', '1', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4744', '4744', 'Cannon', 'cannon', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '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', 'pressureplate', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4747', '4747', 'Fairground Divider', 'hween12_wall', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4748', '4748', 'Costume Gate', 'costume_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 ('4749', '4749', 'Misfortune Teller', 'hween12_fortune', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'talking_furni', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4750', '4750', 'Cage', 'hween12_cage', 's', '1', '1', '0.30', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4751', '4751', 'hween12_grabby', 'hween12_grabby', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4753', '4753', 'Test Your Strength!', 'hween12_strengthtest', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'dice', '6', '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.4;2.0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4755', '4755', 'Stage Smoker', 'hs_smoke', 's', '1', '1', '1.00', '0', '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.00', '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', '0.70', '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.4;2.0', '', '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.4;2.0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4760', '4760', 'Stage Up light', 'hs_prop', 's', '2', '2', '1.00', '0', '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', 'effect_tile', '1', '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.4;2.0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4764', '4764', 'Star Carpet Black', 'hs_carpet_blk', 's', '2', '2', '0.00', '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.4;2.0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4766', '4766', 'Pink Stairs', 'hs_stairs_pink', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '3', '0', '0.5;1.1;1.7', '', '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.4;2.0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4768', '4768', 'Backstage Pass', 'hs_bpass', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '3', '0', '0.5;1.1;1.7', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4770', '4770', 'Black Stairs', 'hs_stairs_black', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '3', '0', '0.5;1.1;1.7', '', '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', 'effect_tile', '1', '0', '', '', '136', '136', ''); +INSERT INTO `items_base` VALUES ('4773', '4773', 'Balcony', 'hs_balcony', 's', '1', '1', '2.00', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4776', '4776', 'Xylophone SFX', 'sfx_xylo', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4793', '4793', 'Sound set 78', 'sound_set_78', 's', '1', '1', '0.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4794', '4794', 'Diamond Uplink Station', 'dia_uplink', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '1', '1', 'hopper', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4796', '4796', 'Baby Bear Breeding Box', 'pet_breeding_bear', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'breeding_nest', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4806', '4806', 'Christmas Ham', 'xmas12_pork', 's', '1', '2', '1.00', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4810', '4810', 'North Pole', 'xmas12_npole', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4812', '4812', 'Castle Fireplace', 'xmas12_fireplace', 's', '1', '3', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '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', '0.45', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4823', '4823', 'Pet Ball', 'pet_toy_ball', 's', '1', '1', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '1', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4827', '4827', 'Blue Pet Basket', 'pet_basket_blue', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4828', '4828', 'Pink Pet Basket', 'pet_basket_pink', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4829', '4829', 'Blue Pet Blanket', 'pet_blanket_blue', 's', '1', '1', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4830', '4830', 'RIP Monster Plant', 'mnstr_compost', 's', '1', '1', '0.20', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4833', '4833', 'Holo Dragon', 'holo_dragon', 's', '1', '1', '1.00', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4837', '4837', 'Aquarium', 'reef_aquarium', 's', '4', '4', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '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', '0', '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', '0.60', '0', '0', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4844', '4844', 'Mayan Cup', 'ny2013_cup', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4845', '4845', 'HC Chair', 'hc_roundchair', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4846', '4846', 'HC Big Vase', 'hc_bigvase', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4849', '4849', 'HC Cabinet', 'hc_cab', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4850', '4850', 'HC Radio', 'hc_radio', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'jukebox', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4851', '4851', 'HC Luggage', 'hc_luggage', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4852', '4852', 'Pink Dragon Lamp', 'rare_dragonlamp_pink', 's', '1', '1', '0.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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4854', '4854', 'Pillow - Bronze', 'pillow_bronze', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4855', '4855', 'prizetrophy_cake_g', 'prizetrophy_cake*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4856', '4856', 'prizetrophy_cake_s', 'prizetrophy_cake*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4857', '4857', 'prizetrophy_cake_b', 'prizetrophy_cake*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4858', '4858', 'Snake Statue', 'china_snake', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '2', '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', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4861', '4861', 'Gondola Post', 'val13_gond_post', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4862', '4862', 'Gondola Middle', 'val13_gond_mid1', 's', '2', '1', '0.60', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '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', 'water', '1', '0', '', '', '28', '28', ''); +INSERT INTO `items_base` VALUES ('4864', '4864', 'Venetian Divider', 'val13_div_2', 's', '1', '1', '0.80', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4865', '4865', 'Gondola Front', 'val13_gond_front', 's', '2', '1', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4866', '4866', 'Venetian Building', 'val13_build_1', 's', '2', '3', '5.80', '0', '0', '0', '1', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4870', '4870', 'Venetian Divider Corner', 'val13_div_1', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4871', '4871', 'Red Base Plant', 'pixel_plantred', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4872', '4872', 'Pink Base Plant', 'pixel_plantpink', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4873', '4873', 'Red Base Light', 'pixel_light_red', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4875', '4875', 'green Base Plant', 'pixel_plantgreen', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4876', '4876', 'green Base Light', 'pixel_light_green', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4879', '4879', 'Blue Base Light', 'pixel_light_blue', 's', '1', '1', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4881', '4881', 'Blue Carpet', 'pixel_carpet_blue', 's', '2', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4883', '4883', 'Black Base Light', 'pixel_light_black', 's', '1', '1', '1.00', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4885', '4885', 'Love Lock', 'valentines_lovelock', 's', '1', '1', '1.00', '0', '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', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4892', '4892', 'Love Lock', 'valentines_lovelock9', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'love_lock', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4894', '4894', 'Blue Base Chair', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4896', '4896', 'Brown Base Floor', 'pixel_floor_brown', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4897', '4897', 'Yellow Base Floor', 'pixel_floor_yellow', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4901', '4901', 'Black Base Bed', 'pixel_bed_black', 's', '2', '3', '1.70', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4903', '4903', 'Green Base Floor', 'pixel_floor_green', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4904', '4904', 'Silver Base Floor', 'pixel_floor_silver', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4908', '4908', 'Pink Base Bed', 'pixel_bed_pink', 's', '2', '3', '1.70', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4909', '4909', 'Green Base Bed', 'pixel_bed_green', 's', '2', '3', '1.70', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4912', '4912', 'Blue Base Floor', 'pixel_floor_blue', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4913', '4913', 'Love Lock', 'valentines_lovelock8', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'love_lock', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4914', '4914', 'Love Lock', 'valentines_lovelock7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'love_lock', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4915', '4915', 'Love Lock', 'valentines_lovelock3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'love_lock', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4916', '4916', 'Love Lock', 'valentines_lovelock4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'love_lock', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4917', '4917', 'Love Lock', 'valentines_lovelock6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'love_lock', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4918', '4918', 'Love Lock', 'valentines_lovelock5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'love_lock', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4919', '4919', 'Love Lock', 'valentines_lovelock2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'love_lock', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4920', '4920', 'Love Lock Corner', 'valentines_lovelock10', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4922', '4922', 'Masked Arch', 'val13_archway', 's', '1', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4924', '4924', 'Venetian Pillar', 'val13_pillar', 's', '1', '1', '1.00', '0', '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', '10', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4928', '4928', 'Roses', 'val13_roses', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4930', '4930', 'Venetian Lamp', 'val13_lamp', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4935', '4935', 'Venetian Shrub', 'val13_shrub_circ', 's', '1', '1', '1.00', '0', '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', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4939', '4939', 'Carl Waddlesworth III easel', 'val13_easel_4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '1051', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4940', '4940', 'Yohand Comeere easel', 'val13_easel_3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '1051', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4941', '4941', 'Victor Vangoof easel', 'val13_easel_1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '1051', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4942', '4942', 'Lennard David Cheep easel', 'val13_easel_2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '1051', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4943', '4943', 'A.P. Plumage', 'val13_easel_5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '1051', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4944', '4944', 'David Fountain', 'val13_statue', 's', '2', '2', '1.00', '0', '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', '0', '0', '0', '0', '0', '1', '0', '1', '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', '1', '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', '0.70', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4949', '4949', 'Steampunk Pillar', 'steampunk_pillar_1', 's', '1', '1', '4.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4950', '4950', 'Donnie Santini\'s Helmet', 'steampunk_rack', 's', '1', '1', '1.00', '0', '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', '0', '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', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4956', '4956', 'Steampunk Tele', 'steampunk_tele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4957', '4957', 'Steampunk Table', 'steampunk_table_2', 's', '2', '2', '1.50', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4958', '4958', 'Large Cog', 'steampunk_gear_1', 's', '1', '1', '0.30', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4959', '4959', 'Steampunk Arch', 'steampunk_arch', 's', '1', '3', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4965', '4965', 'Steampunk Carpet', 'steampunk_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 ('4966', '4966', 'Steampunk Gramophone', 'steampunk_gramophone', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4980', '4980', 'Glowing Bulbs', 'easter13_bulbs', 's', '1', '1', '0.00', '0', '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.60', '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', '0', '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.00', '0', '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', '0', '1', '1', 'crackable', '14', '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', '0', '1', '1', 'crackable', '14', '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', '1', '1', 'crackable', '14', '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', '0', '1', '1', 'crackable', '14', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4990', '4990', 'Purple Area Coffee Table', 'table_silo_med*10', '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 ('4991', '4991', 'Purple Area Sofa', 'sofa_silo*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 ('4992', '4992', 'Purple Safe Minibar', 'safe_silo*10', 's', '1', '1', '1.30', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4994', '4994', 'Purple Area Gate', 'divider_silo3*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 ('4995', '4995', 'Purple Silo Dining Chair', 'chair_silo*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 ('4996', '4996', 'Purple Bar Stool', 'barchair_silo*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 ('4997', '4997', 'Purple Area Corner Shelf', 'divider_silo1*10', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('4999', '4999', 'Easter Globe', 'easter13_globe', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5002', '5002', 'Afro Duck', 'duck_afro', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5003', '5003', 'Duck Frank', 'duck_frank', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5004', '5004', 'Penguin Frank', 'penguin_frank', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5005', '5005', 'Tribal Penguin', 'penguin_tribal', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5006', '5006', 'Easter Island Head', 'easter13_stonehead', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5008', '5008', 'Pixeled Penguin', 'penguin_wip', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5009', '5009', 'Blue Submarine', 'easter13_sub', 's', '7', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5010', '5010', 'Skeleton Penguin', 'penguin_skele', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5011', '5011', 'Easter Dino Egg', 'easter13_dinoegg', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'badge_display', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5014', '5014', 'Badge Display Case', 'badge_display', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge_display', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5015', '5015', 'Badge Display Case', 'badge_display4', 's', '1', '1', '1.90', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge_display', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5016', '5016', 'Badge Display Case', 'badge_display3', 's', '1', '1', '2.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge_display', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5017', '5017', 'Badge Display Case', 'badge_display5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'badge_display', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5018', '5018', 'Executive Ice Cream Maker', 'exe_icecream', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '4', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5019', '5019', 'Classic trophy', 'prizetrophy_hockey*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5020', '5020', 'Classic trophy', 'prizetrophy_hockey*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5021', '5021', 'Classic trophy', 'prizetrophy_hockey*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5022', '5022', 'Classic trophy', 'prizetrophy_football*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5023', '5023', 'Classic trophy', 'prizetrophy_football*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5024', '5024', 'Classic trophy', 'prizetrophy_football*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5025', '5025', 'Classic trophy', 'prizetrophy_freeze*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5026', '5026', 'Classic trophy', 'prizetrophy_freeze*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5027', '5027', 'Classic trophy', 'prizetrophy_freeze*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5028', '5028', 'Classic trophy', 'prizetrophy_bb*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5029', '5029', 'Classic trophy', 'prizetrophy_bb*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5030', '5030', 'Classic trophy', 'prizetrophy_bb*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5031', '5031', 'Classic trophy', 'prizetrophy_snow*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5032', '5032', 'Classic trophy', 'prizetrophy_snow*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5033', '5033', 'Classic trophy', 'prizetrophy_snow*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5034', '5034', 'Classic trophy', 'prizetrophy_roller*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5035', '5035', 'Classic trophy', 'prizetrophy_roller*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5036', '5036', 'Classic trophy', 'prizetrophy_roller*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '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', '0', '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', '0.65', '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', '0.65', '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', '0.65', '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', '0.65', '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', '0.65', '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', '0.65', '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', '0.65', '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', '0.65', '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', '0.65', '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', '0.65', '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', '0.65', '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', 'Rare Arcade Cabinet', 'arcade_cab', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5065', '5065', 'Rare Banzai Robo', 'bb_robo_rc1', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5066', '5066', 'Rare Banzai SPhere', 'bb_apparatus_rc1', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5067', '5067', 'WIRED GAME: Blob', 'wf_blob', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5070', '5070', 'Loyal Dragon', 'statue_dragon', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5071', '5071', 'Loyal Griffin', 'statue_griffin', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5072', '5072', 'Loyal Mouse', 'loyalty_mouse', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5073', '5073', 'Loyal Elk', 'statue_elk', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5075', '5075', 'Bad Side Spike', 'mystics_bspike2', 's', '1', '1', '0.00', '0', '0', '0', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5077', '5077', 'Good Side Block', 'mystics_gblock1', 's', '1', '1', '0.80', '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', '1', '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', '1', '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', '1', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5082', '5082', 'Good Side Block', 'mystics_gblock2', 's', '1', '1', '0.40', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5085', '5085', 'Good Side Floor Tile', 'mystics_gtile1', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '156', '156', ''); +INSERT INTO `items_base` VALUES ('5086', '5086', 'Bad Side Sculpture', 'mystics_bbed', 's', '1', '3', '1.40', '0', '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.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5088', '5088', 'Bad Side Spike', 'mystics_bspike1', 's', '1', '1', '0.00', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '155', '155', ''); +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.20', '0', '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', '0', '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', '1', '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', '1', '1', 'default', '1', '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', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5098', '5098', 'Crystal Loyalty Statue', 'mystics_ltstatue', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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_master', '14', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5103', '5103', 'Stack Magic Tile', 'tile_stackmagic', 's', '1', '1', '0.00', '1', '0', '0', '0', '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', '0', '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', '3.50', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5106', '5106', 'Holo Nelly', 'holo_nelly', 's', '1', '1', '1.00', '0', '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', '0.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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5109', '5109', 'Mint Gate', 'diner_bardesk_gate*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 ('5110', '5110', 'Mint Sofa 1', 'diner_sofa_1*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 ('5111', '5111', 'Mint Bar', 'diner_bardesk*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 ('5112', '5112', 'Mint Booth Table', 'diner_table_1*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 ('5113', '5113', 'Mint Gum Machine', 'diner_gumvendor*10', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '67,68,69', '', '', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5117', '5117', 'Mint Register', 'diner_cashreg*10', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5119', '5119', 'ads_clearasil_tile1 name', 'ads_clearasil_tile1', 's', '1', '1', '0.15', '1', '0', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '1046', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5121', '5121', 'Orange Tent', 'tent_orange', 's', '2', '3', '1.00', '0', '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', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5125', '5125', 'Ice Cream Stand', 'hblooza_icecream', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5130', '5130', 'Popcorn Stand', 'hblooza_popcorn', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5132', '5132', 'Multicoloured Stage Fence', 'hblooza_tfnc_1', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5133', '5133', 'Beige Tent', 'tent_beige', 's', '2', '3', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5136', '5136', 'Blue Stage Fence Corner', 'hblooza_sfnc_crnr*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5137', '5137', 'Yellow Stage Fence Corner', 'hblooza_sfnc_crnr*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5138', '5138', 'Black Stage Fence Corner', 'hblooza_sfnc_crnr*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5143', '5143', 'Camouflage Tent', 'tent_camo', 's', '2', '3', '1.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5145', '5145', 'Bubble Juice Stand', 'hblooza_bubblejuice', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5146', '5146', 'Orange Stage Fence', 'hblooza_tfnc_2*1', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '0.00', '1', '0', '0', '1', '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', '0.00', '1', '0', '0', '1', '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', '1', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5153', '5153', 'Cotton Candy Stand', 'hblooza_candyfloss', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5159', '5159', 'Blue Stage Fence Corner', 'hblooza_sfnc*2', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5160', '5160', 'Yellow Stage Fence', 'hblooza_sfnc*3', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5161', '5161', 'Black Stage Fence', 'hblooza_sfnc*4', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5163', '5163', 'Blue Tent', 'tent_blue', 's', '2', '3', '1.00', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'tent', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5164', '5164', 'Palooza Kiosk', 'hblooza_kiosk', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '19,36,51,38,137,31', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5165', '5165', 'Orange Stage Gate', 'hblooza_tgate*1', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '70', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5170', '5170', 'Direction Sign', 'hblooza_sign', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '1', 'youtube', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5177', '5177', 'Habbo Palooza 2013', 'prizetrophy_hblooza*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5178', '5178', 'Habbo Palooza 2013', 'prizetrophy_hblooza*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5179', '5179', 'Habbo Palooza 2013', 'prizetrophy_hblooza*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5180', '5180', '2x1 Stack Magic Tile', 'tile_stackmagic1', 's', '2', '1', '0.00', '1', '0', '0', '0', '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', '0', '1', '1', '0', '0', '1', 'stack_helper', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5182', '5182', 'Diner Guitar', 'hblooza_guitar3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5183', '5183', 'Lost Tribe Guitar', 'hblooza_guitar1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5184', '5184', '80s Rare Guitar', 'hblooza_guitar11', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5185', '5185', 'Gothic Guitar', 'hblooza_guitar7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5186', '5186', 'Sci Fi Guitar', 'hblooza_guitar9', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5187', '5187', 'Steam Punk Guitar', 'hblooza_guitar8', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5188', '5188', 'Alhambra Guitar', 'hblooza_guitar6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5189', '5189', 'Streets of Bobba Guitar', 'hblooza_guitar10', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5190', '5190', 'Battle Banzai Guitar', 'hblooza_guitar5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5191', '5191', 'Cubie Guitar', 'hblooza_guitar4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5192', '5192', 'Country Guitar', 'hblooza_guitar2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5193', '5193', 'Ultra Rare Pinata', 'hblooza_pinata2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '1', '1', 'crackable', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5194', '5194', 'Rainbow Pinata', 'hblooza_pinata1', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '1', '1', 'crackable', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5195', '5195', 'Piggy Pirate Flag', 'ads_vpiggy_flag', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5196', '5196', 'Golden Pig', 'ads_vpiggy_pig', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5197', '5197', 'Glass Bottle 1', 'pirate_bottle_1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5198', '5198', 'Ship Edging 3', 'pirate_dvdr3', 's', '1', '0', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5201', '5201', 'Treasure chest', 'pirate_chest1', 's', '2', '1', '1.00', '0', '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', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5203', '5203', 'Pile o\' Balls', 'pirate_cannonballs', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1047', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5204', '5204', 'Basic Lower Sail', 'pirate_mast2', 's', '1', '1', '6.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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5207', '5207', 'Glass Bottle 7', 'pirate_bottle_7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5208', '5208', 'Ship Edging 2', 'pirate_dvdr2', 's', '1', '1', '1.40', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5210', '5210', 'Pirate Talking Parrot', 'pirate_parrot', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'talking_furni', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5214', '5214', 'Gate', 'pirate_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 ('5215', '5215', 'pirate_side1 name', 'pirate_side1', 's', '1', '1', '0.10', '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', '0.50', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5218', '5218', 'Glass Bottle 4', 'pirate_bottle_4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5219', '5219', 'Glass Bottle 9', 'pirate_bottle_9', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5221', '5221', 'Lower Mast', 'pirate_mast1', 's', '1', '1', '4.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', '0', '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.50', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5224', '5224', 'spacerent_room name', 'spacerent_room', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'rentable_space', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5225', '5225', 'Group Crows Nest', 'pirate_mast4grp', 's', '1', '1', '0.10', '0', '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.00', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5228', '5228', 'Glass Bottle 6', 'pirate_bottle_6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5229', '5229', 'Basic Upper Sail', 'pirate_mast3', 's', '1', '1', '4.70', '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', '0.7;1.7;2.7;3.7', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5231', '5231', 'Glass Bottle 5', 'pirate_bottle_5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5232', '5232', 'Pirate Flag', 'pirate_flag', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '38', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5234', '5234', 'Plank', 'pirate_plank', 's', '2', '1', '0.60', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5235', '5235', 'Anchor', 'pirate_anchor', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5236', '5236', 'Gun Rack', 'pirate_gunrack', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '164', '164', ''); +INSERT INTO `items_base` VALUES ('5237', '5237', 'Sand Trap', 'pirate_sandtrap', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '34', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5239', '5239', 'Crows Nest', 'pirate_mast4', 's', '1', '1', '0.30', '0', '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.40', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5243', '5243', 'Kraken', 'pirate_kraken', 's', '3', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5244', '5244', 'Navigators Desk', 'pirate_navdesk', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '82', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5245', '5245', 'Ghost Ship Edging 1', 'pirate_dvdr1_g', 's', '1', '2', '1.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5246', '5246', 'Ghost Ship Stage', 'pirate_stage_g', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '2', '0', '0.7;1.7;2.7;3.7', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5247', '5247', 'Ghost Ship Side', 'pirate_stage3_g', 's', '1', '2', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5248', '5248', 'Ghost Ship Stairs', 'pirate_stairs_g', 's', '1', '1', '0.50', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5249', '5249', 'Ghost Ship Plank', 'pirate_plank_g', 's', '2', '1', '0.60', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5250', '5250', 'Ghost Pirate Flag', 'pirate_flag_g', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5251', '5251', 'Ghost Ship Mast', 'pirate_mast_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 ('5252', '5252', 'Pirate door', 'pirate_gate_g', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5253', '5253', 'Ghost Ship Corner', 'pirate_stage2_g', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5254', '5254', 'Ghost Ship Wheel', 'ship_wheel_g', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5255', '5255', 'Ghost Ship Edging 3', 'pirate_dvdr3_g', 's', '1', '0', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5256', '5256', 'Ghost Ship Edging 2', 'pirate_dvdr2_g', 's', '1', '1', '1.40', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5259', '5259', 'Green School Locker', 'school_locker_g_notele', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5261', '5261', 'Blue School Locker', 'school_locker_b_notele', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5263', '5263', 'Teleport School Locker', 'school_locker_g', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5264', '5264', 'Rare Gilded Desk', 'school_consolegold', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5266', '5266', 'School Water Fountain', 'school_fountain', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '1', '7', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5267', '5267', 'Red School Locker', 'school_locker_r_notele', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5268', '5268', 'Green School Desk', 'school_console_g', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5269', '5269', 'Blue School Desk', 'school_console_b', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5271', '5271', 'School Gates', 'school_gate', 's', '3', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5272', '5272', 'School Lunch Cart', 'school_cafe', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '109', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5273', '5273', 'Grunge Lamp', 'grungelamp', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '1050', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5275', '5275', 'golden_apple name', 'golden_apple', 's', '2', '2', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5277', '5277', 'Sally the Sheep', 'hween13_sheep', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5279', '5279', 'Seance Book', 'hween13_book', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5285', '5285', 'Thorny Divider Corner Piece', 'hween13_thorndiv2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5286', '5286', 'Thorny Divider', 'hween13_thorndiv1', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5287', '5287', 'Guts Floor Piece', 'hween13_gutsfloor', 's', '1', '1', '0.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'trap', '2', '0', '', '', '163', '163', ''); +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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5293', '5293', 'Troll Bridge Middle', 'hween13_bridgemid', 's', '1', '1', '0.70', '0', '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', '0', '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', '0', '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.30', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5298', '5298', 'Metal Gate', 'hween13_gate_1', 's', '2', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '83', '', '', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5302', '5302', 'Red Spades Card Tile', 'hween13_tile1', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'battlebanzai_random_teleport', '1', '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', 'Reaper Teleport', 'hween13_tele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5306', '5306', 'Dark Spades Card Tile', 'hween13_tile2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'battlebanzai_random_teleport', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5307', '5307', 'Cracked Mirror', 'hween13_mirror', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5311', '5311', 'Castle Door', 'hween13_castledoor', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5312', '5312', 'Tea set', 'hween13_teaset', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5319', '5319', 'Princess and the Pea Rare', 'hween13_monsterpea', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5322', '5322', 'The Secret TV', 'yttv2n', 's', '3', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'youtube', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5323', '5323', 'Cinema Teleport', 'cine_teleport4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5324', '5324', 'Director\'s Chair', 'cine_starchair', 's', '1', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5325', '5325', 'Cine Pillar Light', 'cine_pillarlight', 's', '2', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5327', '5327', 'Big Popcorn', 'cine_bigcorn', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5328', '5328', 'Cinema Teleport', 'cine_teleport1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5329', '5329', 'Big Soda', 'cine_soda', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5330', '5330', 'Cinema Teleport', 'cine_teleport3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5331', '5331', 'Ditch the Label Flag Machine', 'ads_dtlrare', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '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', '20', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5333', '5333', 'sfx_taperec_breakbeat name', 'sfx_taperec_breakbeat', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5337', '5337', 'background_color name', 'background_color', 's', '1', '1', '0.45', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5338', '5338', 'Pink Couch (non-tradeable)', 'pixel_couch_pink', 's', '2', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5339', '5339', 'Green Couch (non-tradeable)', 'pixel_couch_green', 's', '2', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5340', '5340', 'Black Couch (non-tradeable)', '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', 'Red Couch (non-tradeable)', 'pixel_couch_red', 's', '2', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5343', '5343', 'Icy Cannon', 'xmas13_snowflake10', 's', '2', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5345', '5345', 'Workshop Table', 'xmas13_table', 's', '1', '2', '1.30', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5346', '5346', 'Icy Tiki statue', 'xmas13_snowflake5', 's', '1', '1', '2.50', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5349', '5349', 'Icy duck shrub', 'xmas13_snowflake3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5351', '5351', 'Icy cupid', 'xmas13_snowflake6', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '7', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5354', '5354', 'Icy lamp post', 'xmas13_snowflake4', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5362', '5362', 'White Bling Fridge', 'js_bling_fridge', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '50', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5363', '5363', 'White Slot Chair', 'js_bling11_seat2', 's', '1', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5366', '5366', 'lidotower name', 'lidotower', 's', '4', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5367', '5367', 'test_tent name', 'test_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 ('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', '0', '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', '0', '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', '0', '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', '0', '1', 'talking_furni', '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', '0', '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', '0', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5375', '5375', 'test_effectswitch name', 'test_effectswitch', 's', '1', '3', '1.00', '0', '0', '1', '0', '1', '1', '0', '0', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5377', '5377', 'vimeo_cubie name', 'vimeo_cubie', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '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', '1', '1', '1', '0', '0', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5380', '5380', 'ytprojector name', 'ytprojector', 's', '3', '3', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '1', 'wf_act_give_credits', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5386', '5386', 'icecream_stand name', 'icecream_stand', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5389', '5389', 'shallow_test name', 'shallow_test', 's', '2', '2', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '1', 'yt_tv', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5399', '5399', 'vimeo_test name', 'vimeo_test', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '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', '0', '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', '0', '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', '0', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5405', '5405', 'Tree Trunk', 'cr_tree_basic_01', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5415', '5415', 'testing_yt name', 'testing_yt', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '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', '0', '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', '0', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5419', '5419', 'royal_chair name', 'royal_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 ('5420', '5420', 'random_tele_2 name', 'random_tele_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 ('5421', '5421', 'statestoragetesting', 'statestoragetesting*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 ('5422', '5422', 'statestoragetesting', 'statestoragetesting*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 ('5423', '5423', 'statestoragetesting', 'statestoragetesting*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 ('5424', '5424', 'statestoragetesting', 'statestoragetesting*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 ('5425', '5425', 'statestoragetesting', 'statestoragetesting*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 ('5426', '5426', 'statestoragetesting', 'statestoragetesting*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 ('5427', '5427', 'statestoragetesting', 'statestoragetesting*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 ('5428', '5428', 'statestoragetesting', 'statestoragetesting*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 ('5429', '5429', 'statestoragetesting', 'statestoragetesting*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 ('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', '0', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5432', '5432', 'testing_rentablespace name', 'testing_rentablespace', 's', '5', '5', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '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', '1', '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', '1', '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', 'WIRED Effect: Toggle Furni to Random State', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5454', '5454', 'crystal_throne name', 'crystal_throne', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5455', '5455', 'Pearl Dragon Egg', 'white_dino_egg', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5456', '5456', 'bg_cloud name', 'bg_cloud', 's', '1', '1', '0.45', '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.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5458', '5458', 'hole1x1test name', 'hole1x1test', 's', '1', '1', '0.00', '0', '0', '0', '1', '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', '0', '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', '0', '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', '0', '0', '0', '0', '0', '1', '0', '1', '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', '1', '1', '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', '2', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5495', '5495', 'Green Paint Splat', 'xmas13_paintsplat1', 's', '1', '1', '0.00', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1025,48,84', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5499', '5499', 'Purple Paint Splat', 'xmas13_paintsplat3', 's', '1', '1', '0.00', '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.00', '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.00', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5503', '5503', 'Paint Bucket', 'xmas13_bucket1', 's', '1', '1', '1.00', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5511', '5511', 'HC Executive Sofa', 'hc_exe_sofa', 's', '3', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0.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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5517', '5517', 'HC Executive Elevator Teleport', 'hc_exe_elevator', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '1', 'mutearea', '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', '0', '1', 'buildarea', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5521', '5521', 'Mince Pies', 'xmas13_mincepies', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '73', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5523', '5523', 'Eggnog Set', 'xmas13_eggnogglass', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5527', '5527', 'Toolset', 'xmas13_toolbox', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5529', '5529', 'Robot Dinosaur', 'xmas13_robotdino', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '0', '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', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5533', '5533', 'Candy Terminal', 'xmas13_terminal', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5536', '5536', 'Skyscraper City', 'roombg_city1', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5537', '5537', 'Evening Cityscape', 'roombg_city2', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5538', '5538', 'Ruby and Gold Horse Statue', 'rare_chinahorse', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5666', '5666', 'Metal Crate Block 1', 'bc_metalcrate*1', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5667', '5667', 'Metal Crate Block 10', 'bc_metalcrate*10', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5668', '5668', 'Metal Crate Block 11', 'bc_metalcrate*11', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5669', '5669', 'Metal Crate Block 12', 'bc_metalcrate*12', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5670', '5670', 'Metal Crate Block 13', 'bc_metalcrate*13', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5671', '5671', 'Metal Crate Block 14', 'bc_metalcrate*14', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5672', '5672', 'Metal Crate Block 2', 'bc_metalcrate*2', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5673', '5673', 'Metal Crate Block 3', 'bc_metalcrate*3', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5674', '5674', 'Metal Crate Block 4', 'bc_metalcrate*4', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5675', '5675', 'Metal Crate Block 5', 'bc_metalcrate*5', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5676', '5676', 'Metal Crate Block 6', 'bc_metalcrate*6', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5677', '5677', 'Metal Crate Block 7', 'bc_metalcrate*7', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5678', '5678', 'Metal Crate Block 8', 'bc_metalcrate*8', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5679', '5679', 'Metal Crate Block 9', 'bc_metalcrate*9', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5680', '5680', 'Horse Statue', 'china_horse', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5681', '5681', 'Habbo Stories Hero Trophy.', 'prizetrophy_storieshero', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5682', '5682', 'Book of Habbo Knowledge I', 'book_rare*0', 's', '1', '1', '0.40', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5683', '5683', 'Book of Habbo Knowledge II', 'book_rare*1', 's', '1', '1', '0.40', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5684', '5684', 'book_rare_2 name', 'book_rare*2', 's', '1', '1', '0.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5685', '5685', 'book_rare_3 name', 'book_rare*3', 's', '1', '1', '0.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5686', '5686', 'book_rare_4 name', 'book_rare*4', 's', '1', '1', '0.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5687', '5687', 'book_rare_5 name', 'book_rare*5', 's', '1', '1', '0.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5688', '5688', 'book_rare_6 name', 'book_rare*6', 's', '1', '1', '0.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5689', '5689', 'book_rare_7 name', 'book_rare*7', 's', '1', '1', '0.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5690', '5690', 'book_rare_8 name', 'book_rare*8', 's', '1', '1', '0.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5691', '5691', 'book_rare_9 name', 'book_rare*9', 's', '1', '1', '0.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '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', '1', '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', '1', '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.00', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5702', '5702', 'Small Orange Spa Tile', 'val14_tile3', 's', '1', '1', '0.00', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5704', '5704', 'Big Leaf Plant', 'val14_bigplant1', 's', '1', '1', '0.00', '0', '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', '0', '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.10', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5708', '5708', 'Small Green Spa Tile', 'val14_tile1', 's', '1', '1', '0.00', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5711', '5711', 'Solo Glass Door', 'val14_door', 's', '1', '1', '0.00', '0', '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', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'love_lock', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5719', '5719', 'Pink L0-V3 Machine', 'val14_lovelock2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'love_lock', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5720', '5720', 'prizetrophy_room2_g name', 'prizetrophy_room2*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5721', '5721', 'prizetrophy_room2_s name', 'prizetrophy_room2*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5722', '5722', 'prizetrophy_room2_b name', 'prizetrophy_room2*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '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', '1', '1', 'trophy', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5724', '5724', 'prizetrophy_hotel1_s name', 'prizetrophy_hotel1*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5725', '5725', 'prizetrophy_hotel1_b name', 'prizetrophy_hotel1*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5726', '5726', 'Punching Bag I', 'rare_pbag*0', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5727', '5727', 'Punching Bag II', 'rare_pbag*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 ('5728', '5728', 'Punching Bag III', 'rare_pbag*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5729', '5729', 'Punching Bag IV', 'rare_pbag*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5730', '5730', 'Punching Bag V', 'rare_pbag*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5731', '5731', 'Punching Bag VI', 'rare_pbag*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5732', '5732', 'Punching Bag VII', 'rare_pbag*6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5733', '5733', 'Flaming Phoenix', 'br_phoenix', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5734', '5734', 'Elegant Lamp', 'val14_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 ('5735', '5735', 'Wondrous Weeping Willow', 'stories_shakespeare_tree', 's', '2', '2', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5737', '5737', 'Rosemantic Bench', 'stories_shakespeare_bench', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5738', '5738', 'Fairy Statue', 'stories_shakespeare_fairy', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5739', '5739', 'Winter-lympix Bear', 'hlympic_bear', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5740', '5740', 'Eternity Fountain', 'val14_fountain', 's', '1', '2', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5742', '5742', 'Gold L0-V3 Machine', 'val14_lovelock3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'love_lock', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5743', '5743', 'Flash Camera', 'runway_camera', 's', '1', '1', '0.00', '0', '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', '3', '4', '0.00', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '169', '169', ''); +INSERT INTO `items_base` VALUES ('5746', '5746', 'Iconic wall hanging', 'runway_hangingb', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5750', '5750', 'Fortune-Teller Machine', 'rare_sage', 's', '1', '1', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5751', '5751', 'Antique Camera', 'runway_oldecamera', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5754', '5754', 'Leprechaun Nest', 'nest_leprechaun', 's', '2', '2', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1.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', '0', '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', '1.50', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5815', '5815', 'Headmaster\'s chair', 'stories_sch_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 ('5816', '5816', 'Prefect\'s bookshelf', 'stories_sch_bookshelf', 's', '2', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5819', '5819', 'Electric Flowers', 'easter14_plant', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5820', '5820', 'Electric Fence', 'easter14_elecdivdr', 's', '1', '1', '0.00', '0', '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', '0', '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', '4.30', '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', '0', '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', '1', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5830', '5830', 'Polaroid Flower', 'easter14_flower', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1050', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5832', '5832', 'Leafy Teleport', 'easter14_teleport', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5833', '5833', 'Egg Plant', 'easter14_eggplant', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1050', '', '', '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 Block', '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', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '171', '171', ''); +INSERT INTO `items_base` VALUES ('5845', '5845', 'Electric Corner', 'easter14_eleccrn', 's', '1', '1', '0.00', '0', '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', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5847', '5847', 'Cottontail Effigy', 'easter14_statue', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5849', '5849', 'Death Egg-Star', 'easter14_eggstar', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5850', '5850', 'Maw-Sit-Sit Egg', 'ltd_habberge3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5851', '5851', 'Maw-Sit-Sit Egg', 'ltd_habberge2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5852', '5852', 'Chirp Chirp Egg', 'ltd_habberge4', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5857', '5857', 'On Air Sign', 'stories_oldmusic_neon', 's', '2', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5863', '5863', 'Forum Furni', 'guild_forum', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5866', '5866', 'Furolles Torch', 'vikings_torch', 's', '1', '1', '0.00', '0', '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', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5868', '5868', 'Viking Cotie', 'vikings_house', 's', '2', '2', '0.00', '0', '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', '0', '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.25', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5872', '5872', 'Timber Gate', 'vikings_woodgate', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5875', '5875', 'Steelscar Figurehead', 'vikings_animal_r', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5876', '5876', 'Vegetable Bingue', 'vikings_basket1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5877', '5877', 'Stone Divider', 'vikings_stonedivdr', 's', '2', '1', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5878', '5878', 'Cooking Pit', 'vikings_outdoorstove', 's', '1', '2', '0.00', '0', '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', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5880', '5880', 'Battleshade Figurehead', 'vikings_animal_g', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5881', '5881', 'Cooking Pit', 'vikings_indoorstove', 's', '1', '2', '0.00', '0', '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', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5884', '5884', 'Meat Bingue', 'vikings_basket2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5885', '5885', 'Battleshade Table', 'vikings_table_g', 's', '3', '1', '1.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5887', '5887', 'Timber Corner', 'vikings_woodcrn', 's', '1', '1', '1.45', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5889', '5889', 'Runestone Teleport', 'vikings_teleport', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5890', '5890', 'Battleshade Flag', 'vikings_flag_g', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', 'water_item', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5894', '5894', 'Viking Cross', 'vikings_tombstone', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5895', '5895', 'Stone Gate', 'vikings_stonegate', 's', '2', '1', '0.00', '0', '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', '1', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5898', '5898', 'Vikings Stove', 'vikings_stove', 's', '1', '1', '0.00', '0', '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', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5906', '5906', 'Viking Relic', 'vikings_runestone', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5908', '5908', 'Habbo Hotel', 'room_noob_bar', 's', '1', '6', '1.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5912', '5912', 'Habbo Hotel', 'room_noob_fxremove', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5913', '5913', 'Habbo Hotel', 'room_noob_barchair', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5914', '5914', 'Habbo Hotel', 'room_noob_fx1', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '2', '2', ''); +INSERT INTO `items_base` VALUES ('5915', '5915', 'Habbo Hotel', 'room_noob_table2', 's', '1', '1', '0.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5916', '5916', 'Habbo Hotel', 'room_noob_stairside', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '2', '0', '0.5;1.35', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5921', '5921', 'Habbo Hotel', 'room_noob_fx2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '174', '174', ''); +INSERT INTO `items_base` VALUES ('5922', '5922', 'Habbo Hotel', 'room_noob_barside', 's', '1', '1', '1.25', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5923', '5923', 'Habbo Hotel', 'room_noob_sofa', 's', '3', '1', '1.10', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5925', '5925', 'Habbo Hotel', 'room_noob_plant', 's', '1', '1', '0.00', '0', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5930', '5930', 'Habbo Hotel', 'room_noob_div', 's', '7', '1', '2.75', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5932', '5932', 'Habbo Hotel', 'room_noob_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 ('5933', '5933', 'Habbo Hotel', 'room_noob_chair', 's', '1', '1', '2.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5936', '5936', 'Habbo Hotel', 'room_noob_pool', 's', '3', '4', '0.30', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water', '1', '0', '', '', '29', '29', ''); +INSERT INTO `items_base` VALUES ('5937', '5937', 'Habbo Hotel', 'room_noob_fx4', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '139', '139', ''); +INSERT INTO `items_base` VALUES ('5938', '5938', 'Habbo Hotel', 'room_noob_fx3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '16', '16', ''); +INSERT INTO `items_base` VALUES ('5939', '5939', 'Blob', 'wf_blob_invis', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'wf_blob', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5940', '5940', 'Blob', 'wf_blob2_vis', 's', '1', '1', '0.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5942', '5942', 'Yggdrasil Tree', 'vikings_yggdrasil', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5943', '5943', 'Mjolnir of Thor', 'vikings_thor', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1049', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5944', '5944', 'Viking Chess Piece', 'vikings_chesspiece', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5945', '5945', 'HiPad Vendor', 'tablet_vendor', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1030', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5946', '5946', 'Viking Loot', 'CF_500_vikings', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'football', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5953', '5953', 'fball_trophybrasil_bronze name', 'fball_trophybrasil_bronze', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '3', '1', '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', '0', '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', '3', '0.00', '0', '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.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5966', '5966', 'Classic Crown', 'CF_diamond_1000', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5967', '5967', 'Big Ol\' Gem', 'CF_diamond_500', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5968', '5968', 'Pearl Necklace', 'CF_diamond_250', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5969', '5969', 'Emerald Ring', 'CF_diamond_100', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5970', '5970', 'Ornate Crown', 'CF_diamond_2500', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5971', '5971', 'LED Soccer Display', 'stories_football_screen', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5972', '5972', 'Habbo World Cup 2014', 'fball_ltd14', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5974', '5974', 'Silver Football Trophy', 'prizetrophy_fballbrazil*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5975', '5975', 'Bronze Football Trophy', 'prizetrophy_fballbrazil*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5976', '5976', 'Mystery Trophy', 'gift_mysterytrophy', 's', '1', '1', '0.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5978', '5978', 'Yellow Hot Air Balloon', 'hblooza14_hotair_y', 's', '1', '1', '7.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5979', '5979', 'The Small Pool Kiosk', 'hblooza14_bundkiosk', 's', '1', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5980', '5980', 'Pink Hot Air Balloon', 'hblooza14_hotair_p', 's', '1', '1', '7.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '42', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5983', '5983', 'Target Practice Booth', 'hblooza14_shotgall', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1053', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5984', '5984', 'Hook-a-Duck', 'hblooza14_duckhook', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1053', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5985', '5985', 'Coffee Stand Piñata', 'hblooza14_pinata2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '1', '1', 'crackable', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5986', '5986', 'Hedge Divider', 'hblooza14_hedgediv', 's', '2', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5989', '5989', 'Yellow Duck Balloon', 'hblooza14_duck_balloon_y', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '1', '1', '0', '1', '1', 'crackable', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5991', '5991', 'Crazy Daisy', 'hblooza14_flowerlight', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleport', '2', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5995', '5995', 'Duck Gate Divider', 'hblooza14_duckdvdr', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5996', '5996', 'Yellow Java Cafe', 'hblooza14_cafe_y', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '85,86', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5997', '5997', 'Emerald Hook-a-Duck', 'hblooza14_duckhookhc', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1036', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5998', '5998', 'Festival Flag', 'hblooza14_flagpole_p', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('5999', '5999', 'Pink Carousel Horse', 'hblooza14_horsecarop', 's', '1', '1', '2.60', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6000', '6000', 'Candy Stall', 'hblooza14_candystall', 's', '1', '2', '0.00', '0', '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', '1', '1', '1', '0', '1', '1', 'crackable', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6002', '6002', 'Balloon sign', 'hblooza14_ballsign', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'floor_switch', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6003', '6003', 'Yellow Carousel Horse', 'hblooza14_horsecaroy', 's', '1', '1', '2.60', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6004', '6004', 'Red Plane Landing Pad', 'hblooza14_planepadr', 's', '1', '1', '0.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '175', '175', ''); +INSERT INTO `items_base` VALUES ('6005', '6005', 'Pink Duck Balloon', 'hblooza14_duck_balloon_p', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6006', '6006', 'Blue Java Cafe', 'hblooza14_cafe_b', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '85,86', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6007', '6007', 'Blue Duck Balloon', 'hblooza14_duck_balloon_b', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6011', '6011', 'Duck Funk Revolution', 'hblooza14_dance', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6013', '6013', 'Hedge Corner', 'hblooza14_hedgecrn', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6014', '6014', 'Duck Gate Corner', 'hblooza14_duckcrn', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', 'Pink Java Cafe', 'hblooza14_cafe_p', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '85,86', '', '', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6020', '6020', 'Blue Plane Landing Pad', 'hblooza14_planepadb', 's', '1', '1', '0.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '176', '176', ''); +INSERT INTO `items_base` VALUES ('6021', '6021', 'Blue Carousel Horse', 'hblooza14_horsecarob', 's', '1', '1', '2.60', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6022', '6022', 'Party Cake', 'st_palooza_cake', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'roller', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6026', '6026', 'Roller Coster Track', 'hblooza14_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 ('6027', '6027', 'Roller Coster Track', 'hblooza14_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 ('6028', '6028', 'Hot Air Balloon Piñata', 'hblooza14_pinata4', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '1', '1', 'crackable', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6029', '6029', 'Head in the Hole Board', 'st_palooza_screen', 's', '3', '1', '0.00', '0', '0', '0', '1', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6034', '6034', 'Saloon Piano', 'wildwest_piano', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6039', '6039', 'Saloon Bar Desk', 'wildwest_desk', 's', '2', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6040', '6040', 'Hand Water Pump', 'wildwest_pump', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '87', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6041', '6041', 'Black Vulture', 'wildwest_vulture', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6042', '6042', 'Saloon corner', 'wildwest_salooncrn', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6045', '6045', 'Flowered Cactus', 'wildwest_cactus1', 's', '1', '1', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6047', '6047', 'Spiky Cactus', 'wildwest_cactus2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '4', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6051', '6051', 'Tin Spittoon', 'wildwest_spittoon2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'switch', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6052', '6052', 'Bleached Wooden Stage Roof', 'wildwest_roofw', 's', '1', '3', '0.30', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6055', '6055', 'Saloon Doors', 'wildwest_saloondr', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6056', '6056', 'Fort Habbo Divider', 'wildwest_divdr', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6057', '6057', 'Fort Habbo Gate', 'wildwest_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 ('6058', '6058', 'Wanted Poster', 'wildwest_wanted_poster', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'switch', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6061', '6061', 'Cowboy Stocks', 'wildwest_stocks', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'talking_furni', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6062', '6062', 'Lantern pole', 'wildwest_light', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1058', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6063', '6063', 'Bucket\'o\'tar', 'wildwest_tarbucket', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'fx_box', '2', '0', '', '', '177', '177', ''); +INSERT INTO `items_base` VALUES ('6064', '6064', 'Skeleton Tree', 'wildwest_tree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6065', '6065', 'Shoot\'em Up Saloon', 'wildwest_saloon', 's', '1', '3', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6066', '6066', 'Saloon Drinks Cabinet', 'wildwest_cabinet', 's', '3', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '88', '', '', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6068', '6068', 'Fort Habbo Corner', 'wildwest_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 ('6069', '6069', 'Longhorn Skull', 'wildwest_longhorn', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6070', '6070', 'Drying Line', 'wildwest_clothesline', 's', '2', '1', '0.00', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'football', '1', '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', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6078', '6078', 'Sheriff\'s Office', 'wildwest_sheriff', 's', '1', '3', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6079', '6079', 'Rattle Snake', 'wildwest_snake', 's', '1', '1', '0.00', '0', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6084', '6084', 'Ghostly Gallows', 'wildwest_gallows', 's', '2', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6086', '6086', 'Playing Cards', 'st_wildwest_cards', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6089', '6089', 'Miner\'s Pickaxe', 'st_wildwest_goldpick', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '2', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6098', '6098', 'Hootie the Owl', 'uni_owl', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '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', '1', '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', '0', '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', '2', '1', '3.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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6109', '6109', 'Cat Plushy', 'uni_plush2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6110', '6110', 'Cafetiere French Press', 'uni_cafeterie', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6112', '6112', 'Colour Cube', 'uni_rubik', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '114', '114', ''); +INSERT INTO `items_base` VALUES ('6116', '6116', 'Mini Fridge', 'uni_fridge', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '29,30,36,37,38,39', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6117', '6117', 'Dorm Bed', 'uni_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 ('6118', '6118', 'Snack Time', 'uni_snacks', 's', '1', '1', '0.00', '0', '0', '0', '0', '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', '1', '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', '0', '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', '0', '0', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6124', '6124', 'Dorm Nightstand', 'uni_nstand', 's', '1', '1', '1.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6125', '6125', 'Plushy Pile', 'uni_plushpile', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6132', '6132', 'Professor\'s Lectern LTD', 'uni_lectern', 's', '1', '1', '0.70', '0', '0', '0', '1', '1', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '9', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6135', '6135', 'Onyx Bath', 'bathroom_bath3', 's', '1', '2', '1.00', '0', '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', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6142', '6142', 'Teal Sink', 'bathroom_sinkmodule4', 's', '1', '1', '0.00', '0', '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', '0', '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', 'pressureplate', '1', '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', '0', '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.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6152', '6152', 'Toilet Roll Holder', 'bathroom_toiletroll', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1059', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6153', '6153', 'Anti-Dither Shampoo', 'bathroom_shampoo', 's', '1', '1', '0.00', '0', '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.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6156', '6156', 'Pixel Poop', 'bathroom_poop', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6157', '6157', 'Teal Shower', 'bathroom_shower4', 's', '1', '1', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6158', '6158', 'Chamber Pot', 'bathroom_chamberpot', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6160', '6160', 'Onyx Shower', 'bathroom_shower3', 's', '1', '1', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6164', '6164', 'Test Tube Rack', 'st_uni_testtubes', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6165', '6165', 'Lab Desk', 'st_uni_labtable', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6166', '6166', 'Icky Ooze Jar', 'st_uni_ooze', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6167', '6167', 'Einstein Bust', 'uni_einstein', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6168', '6168', 'Solar System', 'st_uni_solarsystem', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6169', '6169', 'Water Cooler', 'matic_water_dispenser', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6170', '6170', 'Command Chair', 'matic_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 ('6171', '6171', 'Brain in a Jar', 'matic_brainjar', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6179', '6179', 'Mariachi Skeleton', 'hween14_mariachi', 's', '1', '1', '0.00', '0', '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', '0', '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.40', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6184', '6184', 'Day of the Dead Votive', 'hween14_lovelock', 's', '1', '1', '0.00', '0', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6187', '6187', 'Punk Rock', 'hween14_doll8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6188', '6188', 'Lucha Libre', 'hween14_doll6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6189', '6189', 'Mariachi Doll', 'hween14_doll1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6191', '6191', 'Lamancha Goat', 'hween14_goat', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6193', '6193', 'Habboween Grub', 'hween14_grossfood', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6198', '6198', 'Table Candle', 'hween14_skullcandle', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'trap', '2', '0', '', '', '163', '163', ''); +INSERT INTO `items_base` VALUES ('6200', '6200', 'Day of the Dead Altar Piece', 'hween14_altarpieces1', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6202', '6202', 'Grim Reaper', 'hween14_doll9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6203', '6203', 'Dressed to the nines Doll', 'hween14_doll3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6204', '6204', 'Habbo Boy', 'hween14_doll4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6206', '6206', 'La Ofrenda', 'hween14_food', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '93', '93', ''); +INSERT INTO `items_base` VALUES ('6210', '6210', 'Ornate Skull Flowerpot', 'hween14_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 ('6211', '6211', 'Day of the Dead Altar Piece', 'hween14_altarpieces3', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'switch', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6216', '6216', 'Colorful Candy Skull', 'st_hween14_skulls', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1062,1063,1064', '', '', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6218', '6218', 'Fiesta Wooden Horse', 'st_hween14_horse', 's', '1', '1', '1.90', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6219', '6219', 'Muerto Music Box', 'st_hween14_mbox', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6220', '6220', 'Creepy Cranium Fireplace', 'st_hween14_fireplace', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6221', '6221', 'Colorful Coffin', 'st_hween14_closet', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6224', '6224', 'Red Limo Front', 'limo_r_front', 's', '2', '1', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6226', '6226', 'Red Limo Mid 2', 'limo_r_mid2', 's', '2', '1', '0.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6228', '6228', 'Day of the Dead Altar', 'hween14_ltdalter', 's', '3', '2', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'trophy', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6230', '6230', 'Beach Recliner', 'xmas14_recliner', 's', '1', '3', '1.20', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6231', '6231', 'Festive Tiki Curved Fence', 'xmas14_corner2', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', 'tent', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6235', '6235', 'Festive Tiki Fence', 'xmas14_divider', 's', '2', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '32', '', '', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6240', '6240', 'Festive Tiki Fence Corner', 'xmas14_corner1', 's', '1', '1', '1.00', '0', '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.10', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6246', '6246', 'Tiki Fence Gate', 'xmas14_gate2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6251', '6251', 'Christmas Palm', 'xmas14_palm', 's', '1', '1', '5.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6253', '6253', 'Lobster Dinner', 'xmas14_lobsterdin', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', 'tent', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6255', '6255', 'Octo-Claus', 'xmas14_octosanta', 's', '3', '3', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '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', '0', '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', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6259', '6259', 'Snow Globe LTD', 'xmas14_snowglobe', 's', '2', '2', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6260', '6260', 'Blue Man Tube Man', 'xmas14_tubeman', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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.60', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'talking_furni', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6274', '6274', 'Habbo Mini Memorial', 'memorial_size', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6275', '6275', 'Builders\' Club Birthday', 'bc_blocktrophy_1', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6278', '6278', 'Blue Party Hat', 'clothing_party1', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6290', '6290', 'Rolled Up Jeans', 'clothing_rolled_jeans', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6308', '6308', 'Stripey Party Hat', 'clothing_party2', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'football', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6315', '6315', 'Patchwork Pillow', 'nest_pig', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6330', '6330', 'New Years Balloons', 'ny2015_balloons', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6331', '6331', 'Chocolate Fountain', 'ny2015_chocfountain', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6333', '6333', 'Party Bar', 'ny2015_bar', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '90', '', '', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6337', '6337', 'Drinks tray', 'ny2015_drktray', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '90', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6338', '6338', 'HC Sweets Tray', 'hc_arab_tray3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6339', '6339', 'HC Tea Tray', 'hc_arab_tray1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6340', '6340', 'HC Berber Kilim Rug', 'hc_arab_rug', 's', '3', '5', '0.00', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'breeding_nest', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6347', '6347', 'pet_breeding_pig name', 'pet_breeding_pig', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'breeding_nest', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6348', '6348', 'pet_breeding_cat name', 'pet_breeding_cat', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'breeding_nest', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6349', '6349', 'Oink-Santa', 'ads_vpiggy_santapig', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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.50', '1', '0', '0', '1', '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', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6765', '6765', 'Glass Panel 10', 'bc_glasspanel*10', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6766', '6766', 'Glass Panel 11', 'bc_glasspanel*11', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6767', '6767', 'Glass Panel 12', 'bc_glasspanel*12', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6768', '6768', 'Glass Panel 13', 'bc_glasspanel*13', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6769', '6769', 'Glass Panel 14', 'bc_glasspanel*14', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6770', '6770', 'Glass Panel 15', 'bc_glasspanel*15', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6771', '6771', 'Glass Panel 16', 'bc_glasspanel*16', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6772', '6772', 'Glass Panel 17', 'bc_glasspanel*17', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6773', '6773', 'Glass Panel 18', 'bc_glasspanel*18', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6774', '6774', 'Glass Panel 19', 'bc_glasspanel*19', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6775', '6775', 'Glass Panel 2', 'bc_glasspanel*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 ('6776', '6776', 'Glass Panel 20', 'bc_glasspanel*20', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6777', '6777', 'Glass Panel 21', 'bc_glasspanel*21', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6778', '6778', 'Glass Panel 22', 'bc_glasspanel*22', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6779', '6779', 'Glass Panel 23', 'bc_glasspanel*23', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6780', '6780', 'Glass Panel 24', 'bc_glasspanel*24', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6781', '6781', 'Glass Panel 25', 'bc_glasspanel*25', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6782', '6782', 'Glass Panel 26', 'bc_glasspanel*26', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6783', '6783', 'Glass Panel 27', 'bc_glasspanel*27', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6784', '6784', 'Glass Panel 28', 'bc_glasspanel*28', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6785', '6785', 'Glass Panel 29', 'bc_glasspanel*29', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6786', '6786', 'Glass Panel 3', 'bc_glasspanel*3', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6787', '6787', 'Glass Panel 30', 'bc_glasspanel*30', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6788', '6788', 'Glass Panel 31', 'bc_glasspanel*31', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6789', '6789', 'Glass Panel 32', 'bc_glasspanel*32', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6790', '6790', 'Glass Panel 33', 'bc_glasspanel*33', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6791', '6791', 'Glass Panel 34', 'bc_glasspanel*34', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6792', '6792', 'Glass Panel 35', 'bc_glasspanel*35', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6793', '6793', 'Glass Panel 36', 'bc_glasspanel*36', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6794', '6794', 'Glass Panel 37', 'bc_glasspanel*37', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6795', '6795', 'Glass Panel 38', 'bc_glasspanel*38', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6796', '6796', 'Glass Panel 39', 'bc_glasspanel*39', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6797', '6797', 'Glass Panel 4', 'bc_glasspanel*4', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6798', '6798', 'Glass Panel 40', 'bc_glasspanel*40', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6799', '6799', 'Glass Panel 41', 'bc_glasspanel*41', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6800', '6800', 'Glass Panel 42', 'bc_glasspanel*42', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6801', '6801', 'Glass Panel 43', 'bc_glasspanel*43', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6802', '6802', 'Glass Panel 44', 'bc_glasspanel*44', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6803', '6803', 'Glass Panel 45', 'bc_glasspanel*45', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6804', '6804', 'Glass Panel 46', 'bc_glasspanel*46', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6805', '6805', 'Glass Panel 47', 'bc_glasspanel*47', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6806', '6806', 'Glass Panel 48', 'bc_glasspanel*48', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6807', '6807', 'Glass Panel 49', 'bc_glasspanel*49', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6808', '6808', 'Glass Panel 5', 'bc_glasspanel*5', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6809', '6809', 'Glass Panel 50', 'bc_glasspanel*50', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6810', '6810', 'Glass Panel 51', 'bc_glasspanel*51', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6811', '6811', 'Glass Panel 52', 'bc_glasspanel*52', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6812', '6812', 'Glass Panel 53', 'bc_glasspanel*53', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6813', '6813', 'Glass Panel 54', 'bc_glasspanel*54', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6814', '6814', 'Glass Panel 55', 'bc_glasspanel*55', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6815', '6815', 'Glass Panel 56', 'bc_glasspanel*56', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6816', '6816', 'Glass Panel 57', 'bc_glasspanel*57', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6817', '6817', 'Glass Panel 58', 'bc_glasspanel*58', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6818', '6818', 'Glass Panel 59', 'bc_glasspanel*59', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6819', '6819', 'Glass Panel 6', 'bc_glasspanel*6', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6820', '6820', 'Glass Panel 60', 'bc_glasspanel*60', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6821', '6821', 'Glass Panel 61', 'bc_glasspanel*61', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6822', '6822', 'Glass Panel 62', 'bc_glasspanel*62', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6823', '6823', 'Glass Panel 63', 'bc_glasspanel*63', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6824', '6824', 'Glass Panel 64', 'bc_glasspanel*64', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6825', '6825', 'Glass Panel 65', 'bc_glasspanel*65', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6826', '6826', 'Glass Panel 66', 'bc_glasspanel*66', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6827', '6827', 'Glass Panel 67', 'bc_glasspanel*67', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6828', '6828', 'Glass Panel 68', 'bc_glasspanel*68', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6829', '6829', 'Glass Panel 69', 'bc_glasspanel*69', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6830', '6830', 'Glass Panel 7', 'bc_glasspanel*7', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6831', '6831', 'Glass Panel 8', 'bc_glasspanel*8', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('6832', '6832', 'Glass Panel 9', 'bc_glasspanel*9', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '1', '0', '0', '1', 'multiheight', '5', '0', '1.0;0.75;0.5;0.25;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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '1', '1', '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', '0.00', '1', '0', '0', '1', '1', '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', '0.00', '1', '0', '0', '1', '1', '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', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7220', '7220', 'Sphere Block 10', 'bc_sphere*10', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7221', '7221', 'Sphere Block 11', 'bc_sphere*11', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7222', '7222', 'Sphere Block 12', 'bc_sphere*12', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7223', '7223', 'Sphere Block 13', 'bc_sphere*13', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7224', '7224', 'Sphere Block 14', 'bc_sphere*14', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7225', '7225', 'Sphere Block 15', 'bc_sphere*15', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7226', '7226', 'Sphere Block 16', 'bc_sphere*16', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7227', '7227', 'Sphere Block 17', 'bc_sphere*17', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7228', '7228', 'Sphere Block 18', 'bc_sphere*18', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7229', '7229', 'Sphere Block 19', 'bc_sphere*19', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7230', '7230', 'Sphere Block 2', 'bc_sphere*2', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7231', '7231', 'Sphere Block 20', 'bc_sphere*20', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7232', '7232', 'Sphere Block 21', 'bc_sphere*21', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7233', '7233', 'Sphere Block 22', 'bc_sphere*22', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7234', '7234', 'Sphere Block 23', 'bc_sphere*23', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7235', '7235', 'Sphere Block 24', 'bc_sphere*24', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7236', '7236', 'Sphere Block 25', 'bc_sphere*25', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7237', '7237', 'Sphere Block 26', 'bc_sphere*26', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7238', '7238', 'Sphere Block 27', 'bc_sphere*27', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7239', '7239', 'Sphere Block 28', 'bc_sphere*28', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7240', '7240', 'Sphere Block 29', 'bc_sphere*29', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7241', '7241', 'Sphere Block 3', 'bc_sphere*3', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7242', '7242', 'Sphere Block 30', 'bc_sphere*30', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7243', '7243', 'Sphere Block 31', 'bc_sphere*31', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7244', '7244', 'Sphere Block 32', 'bc_sphere*32', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7245', '7245', 'Sphere Block 33', 'bc_sphere*33', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7246', '7246', 'Sphere Block 34', 'bc_sphere*34', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7247', '7247', 'Sphere Block 35', 'bc_sphere*35', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7248', '7248', 'Sphere Block 36', 'bc_sphere*36', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7249', '7249', 'Sphere Block 37', 'bc_sphere*37', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7250', '7250', 'Sphere Block 38', 'bc_sphere*38', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7251', '7251', 'Sphere Block 39', 'bc_sphere*39', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7252', '7252', 'Sphere Block 4', 'bc_sphere*4', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7253', '7253', 'Sphere Block 40', 'bc_sphere*40', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7254', '7254', 'Sphere Block 41', 'bc_sphere*41', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7255', '7255', 'Sphere Block 42', 'bc_sphere*42', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7256', '7256', 'Sphere Block 43', 'bc_sphere*43', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7257', '7257', 'Sphere Block 44', 'bc_sphere*44', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7258', '7258', 'Sphere Block 45', 'bc_sphere*45', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7259', '7259', 'Sphere Block 46', 'bc_sphere*46', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7260', '7260', 'Sphere Block 47', 'bc_sphere*47', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7261', '7261', 'Sphere Block 48', 'bc_sphere*48', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7262', '7262', 'Sphere Block 49', 'bc_sphere*49', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7263', '7263', 'Sphere Block 5', 'bc_sphere*5', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7264', '7264', 'Sphere Block 50', 'bc_sphere*50', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7265', '7265', 'Sphere Block 51', 'bc_sphere*51', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7266', '7266', 'Sphere Block 52', 'bc_sphere*52', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7267', '7267', 'Sphere Block 53', 'bc_sphere*53', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7268', '7268', 'Sphere Block 54', 'bc_sphere*54', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7269', '7269', 'Sphere Block 55', 'bc_sphere*55', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7270', '7270', 'Sphere Block 56', 'bc_sphere*56', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7271', '7271', 'Sphere Block 57', 'bc_sphere*57', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7272', '7272', 'Sphere Block 58', 'bc_sphere*58', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7273', '7273', 'Sphere Block 59', 'bc_sphere*59', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7274', '7274', 'Sphere Block 6', 'bc_sphere*6', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7275', '7275', 'Sphere Block 60', 'bc_sphere*60', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7276', '7276', 'Sphere Block 61', 'bc_sphere*61', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7277', '7277', 'Sphere Block 62', 'bc_sphere*62', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7278', '7278', 'Sphere Block 63', 'bc_sphere*63', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7279', '7279', 'Sphere Block 64', 'bc_sphere*64', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7280', '7280', 'Sphere Block 65', 'bc_sphere*65', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7281', '7281', 'Sphere Block 66', 'bc_sphere*66', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7282', '7282', 'Sphere Block 67', 'bc_sphere*67', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7283', '7283', 'Sphere Block 68', 'bc_sphere*68', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7284', '7284', 'Sphere Block 69', 'bc_sphere*69', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7285', '7285', 'Sphere Block 7', 'bc_sphere*7', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7286', '7286', 'Sphere Block 8', 'bc_sphere*8', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7287', '7287', 'Sphere Block 9', 'bc_sphere*9', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7681', '7681', 'Z Block', 'bc_alpha1_z*10', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7682', '7682', 'Z Block', 'bc_alpha1_z*11', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7683', '7683', 'Z Block', 'bc_alpha1_z*12', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7684', '7684', 'Z Block', 'bc_alpha1_z*13', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7685', '7685', 'Z Block', 'bc_alpha1_z*14', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7686', '7686', 'Z Block', 'bc_alpha1_z*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 ('7687', '7687', 'Z Block', 'bc_alpha1_z*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 ('7688', '7688', 'Z Block', 'bc_alpha1_z*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 ('7689', '7689', 'Z Block', 'bc_alpha1_z*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 ('7690', '7690', 'Z Block', 'bc_alpha1_z*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 ('7691', '7691', 'Z Block', 'bc_alpha1_z*7', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7692', '7692', 'Z Block', 'bc_alpha1_z*8', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7693', '7693', 'Z Block', 'bc_alpha1_z*9', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7722', '7722', 'Broken Vanity', 'attic15_cabinet', 's', '2', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7726', '7726', 'Sakura tree', 'val15_sakura', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7728', '7728', 'Mossy Rock', 'val15_rock1', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7730', '7730', 'Japanese Tea set', 'val15_tea', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '91', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7731', '7731', 'Red Gift Bag', 'val15_gift1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7732', '7732', 'Wooden Ofuro Tub', 'val15_hottub', 's', '2', '2', '1.30', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '29', '29', ''); +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.40', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7737', '7737', 'Japanese Fort Corner', 'val15_corner', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7738', '7738', 'Dodge and Duck', 'val15_dogstat', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7741', '7741', 'Big Mossy Rock', 'val15_rock2', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7742', '7742', 'Foot Bridge middle', 'val15_bridge2', 's', '1', '1', '0.75', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7743', '7743', 'Japanese Fort Divider', 'val15_divider', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', 'water', '1', '0', '', '', '30', '30', ''); +INSERT INTO `items_base` VALUES ('7745', '7745', 'Samurai Suit of Armour', 'val15_armour', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7746', '7746', 'Koi Fish Pond', 'val15_koipond', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7747', '7747', 'Red-Crowned Crane', 'val15_crane', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7751', '7751', 'Shinto Shrine', 'val15_shinto_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 ('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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7754', '7754', 'Japanese Wooden Deck', 'val15_stage1', 's', '2', '1', '0.40', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7756', '7756', 'Attic Corner', 'attic15_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 ('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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7759', '7759', 'Oil Lamp', 'attic15_oillamp', 's', '1', '1', '0.00', '0', '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', '2.80', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7763', '7763', 'Broken Lamp', 'attic15_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 ('7764', '7764', 'Covered Side Table', 'attic15_table', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7765', '7765', 'Pile of Paintings', 'attic15_paintingfloor', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7768', '7768', 'Cosmos Telescope', 'attic15_telescope', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7769', '7769', 'Attic Gate', 'attic15_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 ('7770', '7770', 'Grandfather Clock', 'attic15_clock', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7771', '7771', 'Mouse Trap', 'attic15_mousetrap', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'trap', '2', '0', '', '', '53', '53', ''); +INSERT INTO `items_base` VALUES ('7772', '7772', 'Antique Carpet', 'attic15_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 ('7773', '7773', 'Attic Door Tele', 'attic15_tele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7775', '7775', 'Attic Divider', 'attic15_divider', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7776', '7776', 'Floral Karikomi', 'val15_shrub', 's', '1', '1', '1.10', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7778', '7778', 'Blue Kimono Outfit', 'clothing_kimono2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7779', '7779', 'Red Hippo', 'rare_prize15*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7780', '7780', 'Game Hub Hippo', 'rare_prize15*10', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7781', '7781', 'Brown Hippo', 'rare_prize15*11', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7782', '7782', 'Turquoise Hippo', 'rare_prize15*12', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7783', '7783', 'Bluesky Hippo', 'rare_prize15*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 ('7784', '7784', 'Emerald Hippo', 'rare_prize15*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7785', '7785', 'Grey Hippo', 'rare_prize15*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7786', '7786', 'Green Hippo', 'rare_prize15*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7787', '7787', 'Beige Hippo', 'rare_prize15*6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7788', '7788', 'Blue Hippo', 'rare_prize15*7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7789', '7789', 'Orange Hippo', 'rare_prize15*8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7790', '7790', 'Violet Hippo', 'rare_prize15*9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7791', '7791', 'Brazilian Hot Air Balloon', 'carnival15_hotair_brazil', 's', '1', '1', '7.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7792', '7792', 'Light Blue Hippo', 'rare_prize15*13', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7793', '7793', 'Ocher Hippo', 'rare_prize15*14', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7794', '7794', 'Ultra Light Blue Hippo', 'rare_prize15*15', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7795', '7795', 'Dark Hippo', 'rare_prize15*16', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7796', '7796', 'Pistachio Hippo', 'rare_prize15*17', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7797', '7797', 'Purple Hippo', 'rare_prize15*18', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7798', '7798', 'Earth Hippo', 'rare_prize15*19', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7799', '7799', 'Gold Dipped Hippo', 'rare_prize15*20', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7800', '7800', 'Salmon Coloured Hippo', 'rare_prize15*21', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7801', '7801', 'Chlorophyll Hippo', 'rare_prize15*22', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7802', '7802', 'Light Grey Hippo', 'rare_prize15*23', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7803', '7803', 'Coral Hippo', 'rare_prize15*24', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7804', '7804', 'Hover Arrow Sign', 'cpunk_c15_neoarrowup', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7808', '7808', 'Cyber Robo', 'cpunk15_robo', 's', '1', '1', '0.00', '0', '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', '0', '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', '1', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', 'Habbo Gun Vender', 'cpunk15_gunvender', 's', '2', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7834', '7834', 'Hover Traffic Lights', 'cpunk_c15_traffic', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7835', '7835', 'Cyber Eye', 'clothing_cyglass', 's', '1', '1', '0.00', '0', '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', '2', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'vendingmachine', '2', '87,35,29,53,90,30,62,1041', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7841', '7841', 'Circuit Head', 'clothing_cycircuit', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7847', '7847', 'Cyber Stage', 'cpunk_c15_stage1', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '3', '0', '0.20;1.60;3', '', '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', '1', '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', '1', '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', '1', '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', '0', '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.60', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7863', '7863', 'Habbo Hotel', 'room_cof15_counter1', 's', '3', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1053,1024,89', '', '', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7865', '7865', 'Habbo Hotel', 'room_cof15_table2', 's', '3', '1', '0.50', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7866', '7866', 'Habbo Hotel', 'room_cof15_sofa1', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7867', '7867', 'Habbo Hotel', 'room_cof15_cup', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '8', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7868', '7868', 'Habbo Hotel', 'room_cof15_planter', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7869', '7869', 'Habbo Hotel', 'room_cof15_pillar1', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7871', '7871', 'Habbo Hotel', 'room_cof15_espresso', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1003,1004,1005', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7874', '7874', 'Habbo Hotel', 'room_cof15_shelf', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1003,1004,1005', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7875', '7875', 'Habbo Hotel', 'room_cof15_door', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7876', '7876', 'Habbo Hotel', 'room_cof15_cup2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7878', '7878', 'Habbo Hotel', 'room_cof15_press', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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.80', '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', '1', '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', 'Habbo Hotel', 'room_hcl15_tree2', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '1', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7895', '7895', 'Habbo Hotel', 'room_hcl15_amp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '0', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7896', '7896', 'Habbo Hotel', 'room_hcl15_div', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7897', '7897', 'Habbo Hotel', 'room_hcl15_tube', 's', '2', '2', '1.00', '0', '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', '0', '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', '0', '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', '0', '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.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7904', '7904', 'Habbo Hotel', 'room_wl15_table1', 's', '1', '2', '0.35', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7905', '7905', 'Habbo Hotel', 'room_wl15_ele', 's', '1', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7906', '7906', 'Habbo Hotel', 'room_wl15_sink', 's', '1', '1', '0.00', '0', '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', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7908', '7908', 'Habbo Hotel', 'room_wl15_teleblock', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7910', '7910', 'A_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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7914', '7914', 'Habbo Hotel', 'room_wl15_bthdoor', 's', '1', '1', '0.00', '0', '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', '3.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7916', '7916', 'Habbo Hotel', 'room_wl15_deskgate', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'club_gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7917', '7917', 'Habbo Hotel', 'room_wl15_deskfront', 's', '1', '4', '0.00', '0', '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', '1', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7921', '7921', 'Habbo Hotel', 'room_wlof15_wardrobe', 's', '1', '2', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1005', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7923', '7923', 'Habbo Hotel', 'room_wl15_toilet', 's', '1', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7924', '7924', 'Habbo Hotel', 'room_wl15_sofa', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7925', '7925', 'Habbo Hotel', 'room_hall15_wfall', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7926', '7926', 'Habbo Hotel', 'room_hall15_dish1', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7931', '7931', 'Habbo Hotel', 'room_hall15_plant1', 's', '1', '1', '0.00', '0', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7934', '7934', 'Swirly Hair', 'clothing_frontswirl', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', 'pressureplate', '1', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7941', '7941', 'Candycane Pillar', 'cland_c15_pillar', 's', '1', '1', '3.00', '0', '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', '1.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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7946', '7946', 'Hard Candy Pavement', 'cland_c15_pavement', 's', '1', '2', '0.20', '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', '0', '0', '0', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '92,93,94,95', '', '', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7954', '7954', 'Cherry Bomb', 'clothing_cherrybomb', 's', '1', '1', '0.00', '0', '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.70', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7956', '7956', 'Melting Mint Chocolate Bunny', 'cland15_ltd3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7957', '7957', 'Unicorn Praline', 'cland15_unipoo', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7963', '7963', 'Swirly Skirt', 'clothing_swirlskirt', 's', '1', '1', '0.00', '0', '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', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7965', '7965', 'Marshmallow Bunny', 'cland15_ltd1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7966', '7966', 'Cotton Candy Tree', 'cland15_flosstree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '92,93,94,95', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7967', '7967', 'Chocolate Drop Hat', 'clothing_chocodrop', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', 'trap', '2', '0', '', '', '163', '163', ''); +INSERT INTO `items_base` VALUES ('7970', '7970', 'Lollipop Tree', 'cland_c15_lollytree', 's', '1', '1', '0.00', '0', '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', 'pressureplate', '1', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7973', '7973', 'Swirly Top', 'clothing_swirltop', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1071', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7980', '7980', 'Green Alien', 'prize_alienplush', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7981', '7981', 'Habbo Hotel', 'room_info15_shrub1', 's', '1', '1', '1.60', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7982', '7982', 'Habbo Hotel', 'room_info15_shrub3', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7984', '7984', 'Habbo Hotel', 'room_info15_statue1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('7985', '7985', 'Habbo Hotel', 'room_info15_counter3', 's', '1', '1', '0.60', '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', '0', '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', '0', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8008', '8008', 'Habbo Hotel', 'room_info15_bridge1', 's', '1', '2', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8009', '8009', 'Habbo Hotel', 'room_info15_bridge2', 's', '2', '2', '0.50', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8011', '8011', 'Habbo Hotel', 'room_info15_lamp1', 's', '1', '1', '0.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8013', '8013', 'Habbo Hotel', 'room_info15_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 ('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', 'vendingmachine', '2', '42', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8016', '8016', 'Habbo Hotel', 'room_info15_counter4', 's', '1', '1', '1.20', '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', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8018', '8018', 'Habbo Hotel', 'room_info15_counter1', 's', '1', '1', '1.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8019', '8019', 'Habbo Hotel', 'room_info15_statue2', 's', '1', '2', '0.00', '0', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8025', '8025', 'Army HumVee', 'army15_ltdhumvee', 's', '2', '3', '1.20', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8026', '8026', 'Army Teleport', 'army_c15_telemine', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8027', '8027', 'Medic Tent', 'army_c15_medictent', 's', '4', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8028', '8028', 'Notice Board', 'army_c15_notice', 's', '2', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1072', '', '', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8033', '8033', 'Body Scanner', 'army_c15_doorscan', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8034', '8034', 'Kevlar Outfit', 'clothing_kevlaroutfit', 's', '1', '1', '0.00', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8037', '8037', 'Guard Stand', 'army_c15_guardcub', 's', '1', '1', '0.70', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8038', '8038', 'Security Fence Corner', 'army_c15_wirecrn', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8039', '8039', 'Sandbag', 'army_c15_sandbag', 's', '1', '1', '0.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '2', '2.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8050', '8050', 'Jerry Can', 'army_c15_jerrycan', 's', '1', '1', '0.00', '0', '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', '0', '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 Creator of Habbo Bust', 'army15_statue', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8055', '8055', 'Foot Locker', 'army_c15_locker', 's', '2', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8061', '8061', 'Mahogany Conference Desk', 'army15_ltddesk', 's', '3', '2', '1.10', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8063', '8063', 'Drill Sergeant Hat', 'clothing_drillserg', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8065', '8065', 'Army Ranks 2', 'clothing_rank2', 's', '1', '1', '0.00', '0', '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', '1', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8074', '8074', 'Military Dress Skirt', 'clothing_armyskirt', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8078', '8078', 'Walkie Talkie', 'clothing_walkie', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8080', '8080', 'Rugged Laptop', 'army_c15_deskcomp', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '0', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8089', '8089', 'Habbo Hotel', 'room_info15_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 ('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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8093', '8093', 'Plesiosaurus Fossil', 'dino15_fossil2', '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 ('8094', '8094', 'Archaeopteryx Fossil', 'dino15_fossil5', '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 ('8095', '8095', 'Venus Fly Trap', 'dino_c15_venusfly', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8096', '8096', 'Baby Dino Nest', 'dino_c15_nest', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1073,1074,1075,1076', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8097', '8097', 'Dinosaur Hat', 'clothing_dinohat', 's', '1', '1', '0.00', '0', '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', '1.80', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '0', '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.60', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8103', '8103', 'Dilophosaurus', 'dino_c15_dilosaur', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8105', '8105', 'Electric Fence Corner', 'dino_c15_crn', 's', '1', '1', '0.00', '0', '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', '2.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8107', '8107', 'Amber Dung Beetle', 'dino15_amberbug', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8108', '8108', 'Jurassic Meganeura LTD', 'dino15_dragonfly', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8109', '8109', 'Electric Fence Gate', 'dino_c15_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 ('8110', '8110', 'Hot Spring Teleport', 'dino_c15_tele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8111', '8111', 'Cave Dweller Shirt', 'clothing_caveshirt', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8114', '8114', 'Sleepin\' Suzie', 'dino15_dinoprize1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8115', '8115', 'Cave Dweller Hair', 'clothing_cavehair', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8123', '8123', 'Becca the Brontosaurus', 'dino15_dinoprize3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8124', '8124', 'Ammonoidea Fossill', 'dino15_fossil1', '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 ('8125', '8125', 'Cave Dweller Outfit', 'clothing_caveman', 's', '1', '1', '0.00', '0', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8127', '8127', 'Donald the Dodo', 'dino15_dinoprize4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8128', '8128', 'Triceratops Fossil', 'dino15_fossil4', '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 ('8129', '8129', 'Tracy the Triceratops', 'dino15_dinoprize5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8130', '8130', 'Skull Hat', 'clothing_hat_skulldino', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8132', '8132', 'Cycad Plant', 'dino_c15_tree3', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'fx_box', '2', '0', '', '', '183', '183', ''); +INSERT INTO `items_base` VALUES ('8134', '8134', 'Gold Bullion', 'CF_300_bricks', 's', '1', '1', '0.60', '1', '0', '0', '0', '0', '1', '0', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8136', '8136', 'Habbo Hotel', 'room_thr15_chair2', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8137', '8137', 'Habbo Hotel', 'room_thr15_div2', 's', '5', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8139', '8139', 'Habbo Hotel', 'room_thr15_bubjuice', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8140', '8140', 'Habbo Hotel', 'room_thr15_popcorn', 's', '1', '1', '0.00', '0', '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.1;0.5', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8142', '8142', 'Habbo Hotel', 'room_thr15_icecream', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '4,75,76,77', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8143', '8143', 'Habbo Hotel', 'room_thr15_chair1', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8144', '8144', 'Habbo Hotel', 'room_thr15_div3', 's', '1', '1', '0.00', '0', '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', '9', '4', '1.60', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8146', '8146', 'Habbo Hotel', 'room_thr15_ramp', 's', '2', '1', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8148', '8148', 'Habbo Hotel', 'room_thr15_div1', 's', '3', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8149', '8149', 'Habbo Hotel', 'room_thr15_frontcur', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8150', '8150', 'Habbo Hotel', 'room_thr15_cover', 's', '2', '6', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', 'vendingmachine', '2', '79,80,68,69,67,84', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8152', '8152', 'Habbo Hotel', 'room_thr15_hotdog', 's', '1', '1', '0.00', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8154', '8154', 'Habbo Hotel', 'room_info15_roller', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'roller', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8155', '8155', 'Raptor Nest', 'nest_raptor', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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.20', '0', '0', '0', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8162', '8162', 'Street Artist Display', 'paris15_paintings', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8163', '8163', 'Sailor Sweater', 'clothing_breton', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8168', '8168', 'Parisien Pigeons', 'paris15_pigeon', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '98', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8176', '8176', 'Frank\'s Fruity Cake', 'paris15_cake', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '96', '', '', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8178', '8178', 'Love Arch', 'paris_c15_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 ('8179', '8179', 'Parisien Necktie', 'clothing_necktie', 's', '1', '1', '0.00', '0', '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', '2', '2', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '99', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8182', '8182', 'Boulevard Fountain', 'paris15_ltdfountain', 's', '3', '3', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8184', '8184', 'French Pancake', 'paris_c15_food2', 's', '1', '1', '0.00', '0', '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', '0', '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.10', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '97', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8189', '8189', 'Cabbage Stall', 'paris_c15_vegstall1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '100', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8190', '8190', 'Parisien Parasol', 'paris_c15_parasol', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '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', '1', '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', '1', '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', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8197', '8197', 'Habbo 15', 'habbo15_comp_video', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8198', '8198', 'Competition Winner', 'habbo15_placeholder', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8200', '8200', 'Block Competition Finalists', 'habbo15_comp_blocks', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8202', '8202', 'Habbo Hotel', 'room_hall_trophy2', 's', '2', '2', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8203', '8203', 'room_hall15_window name', 'room_hall15_window', 's', '1', '2', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8208', '8208', 'Maroon Classic Pillar', 'pillar*10', 's', '1', '1', '3.50', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '0', '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.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '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', '0', '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', '2', '4', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8216', '8216', 'Maroon Oriental Door', 'wooden_screen*10', 's', '1', '2', '0.00', '0', '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', '0', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8219', '8219', 'Maroon Laser Portal', 'scifiport*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 ('8220', '8220', 'Maroon Elephant', 'rare_elephant_statue*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8225', '8225', 'Dungeon Bed', 'drago_c15_bed', 's', '1', '3', '1.70', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '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', '1', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8228', '8228', 'Gothic Tower', 'gothic_c15_tower', 's', '1', '1', '0.00', '0', '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', '1', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8235', '8235', 'Gothic Toilet', 'gothic15_toilet', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8236', '8236', 'Lost Tribe Tree', 'lt_c15_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 ('8237', '8237', 'Lost Tribe Teleport', 'lt15_tele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8238', '8238', 'Lost Tribe Leafy Bush', 'lt_c15_bush', 's', '2', '2', '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', '1', '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', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8242', '8242', 'Priorities', 'habbo15_win_2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8243', '8243', 'habbo15_win_3 name', 'habbo15_win_3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8244', '8244', 'habbo15_win_1 name', 'habbo15_win_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 ('8245', '8245', 'Tiki Lei', 'tiki_c15_leigiver', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8249', '8249', 'Greek Torch', 'greek_c15_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 ('8250', '8250', 'greek_c15_tile name', 'greek_c15_tile', 's', '1', '1', '0.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8251', '8251', 'Tool Shed', 'garden_c15_toolshed', 's', '1', '1', '0.00', '0', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8253', '8253', 'Lawnmower', 'garden15_lawnmower', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8255', '8255', 'habbo15_win_4 name', 'habbo15_win_4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8256', '8256', 'habbo15_win_10 name', 'habbo15_win_10', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8257', '8257', 'habbo15_win_7 name', 'habbo15_win_7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8258', '8258', 'habbo15_win_6 name', 'habbo15_win_6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8259', '8259', 'habbo15_win_8 name', 'habbo15_win_8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8260', '8260', 'Desk Phone', 'exe_c15_telephone', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '7', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8262', '8262', 'Desk Tidy', 'exe_c15_desktidy', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8264', '8264', 'Steampunk Door', 'steampunk_c15_door', 's', '1', '1', '0.00', '0', '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', '0', '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', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8267', '8267', 'habbo15_win_13 name', 'habbo15_win_13', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8268', '8268', 'Habbo15 Outfit Competition Winner', 'habbo15_win_12', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8269', '8269', 'Habbo 15th Birthday Cake', 'habbo15_birthdaycake', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8271', '8271', 'habbo15_win_11 name', 'habbo15_win_11', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8272', '8272', 'habbo15_win_9 name', 'habbo15_win_9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8284', '8284', 'Daruma Doll', 'jp_c15_daruma', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8289', '8289', 'habbo15_win_16 name', 'habbo15_win_16', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8290', '8290', 'habbo15_win_17 name', 'habbo15_win_17', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8291', '8291', 'habbo15_win_20 name', 'habbo15_win_20', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8292', '8292', 'habbo15_win_15 name', 'habbo15_win_15', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8293', '8293', 'habbo15_win_22 name', 'habbo15_win_22', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8294', '8294', 'habbo15_win_18 name', 'habbo15_win_18', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8295', '8295', 'habbo15_win_24 name', 'habbo15_win_24', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8296', '8296', 'habbo15_win_28 name', 'habbo15_win_28', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8297', '8297', 'Habbo 15 Room Competition Winner', 'habbo15_win_21', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8298', '8298', 'habbo15_win_25 name', 'habbo15_win_25', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8299', '8299', 'habbo15_win_23 name', 'habbo15_win_23', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8300', '8300', 'habbo15_win_29 name', 'habbo15_win_29', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8301', '8301', 'habbo15_win_26 name', 'habbo15_win_26', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8302', '8302', 'Habbo Hotel', 'room_pcnc15_dvd2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8303', '8303', 'Habbo Hotel', 'room_pcnc15_dvd1', 's', '4', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '2', '81', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8305', '8305', 'Habbo Hotel', 'room_pcnc15_awn', 's', '3', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8306', '8306', 'Habbo Hotel', 'room_pcnc15_carrot', 's', '1', '1', '0.00', '0', '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', '2', '1', '0.00', '0', '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', '3', '3', '0.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8309', '8309', 'Habbo Hotel', 'room_pcnc15_wbench', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '2', '43', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8311', '8311', 'Habbo Hotel', 'room_pcnc15_table3', 's', '1', '1', '0.70', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8313', '8313', 'Habbo Hotel', 'room_pcnc15_blanket', 's', '2', '2', '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', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8315', '8315', 'Habbo Hotel', 'room_pcnc15_wood', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8316', '8316', 'Habbo Hotel', 'room_pcnc15_bbq', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8317', '8317', 'Habbo 15 Video Competition winner', 'habbo15_win_32', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8318', '8318', 'habbo15_win_34 name', 'habbo15_win_34', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8319', '8319', 'habbo15_win_30 name', 'habbo15_win_30', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8320', '8320', 'habbo15_win_31 name', 'habbo15_win_31', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8321', '8321', 'habbo15_win_35 name', 'habbo15_win_35', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8322', '8322', 'habbo15_win_33 name', 'habbo15_win_33', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8323', '8323', 'habbo15_win_27 name', 'habbo15_win_27', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8324', '8324', 'habbo15_win_36 name', 'habbo15_win_36', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8325', '8325', 'habbo15_win_38 name', 'habbo15_win_38', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8326', '8326', 'habbo15_win_39 name', 'habbo15_win_39', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8327', '8327', 'habbo15_win_41 name', 'habbo15_win_41', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8328', '8328', 'habbo15_win_37 name', 'habbo15_win_37', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8329', '8329', 'habbo15_win_43 name', 'habbo15_win_43', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8330', '8330', 'habbo15_win_40 name', 'habbo15_win_40', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8331', '8331', 'habbo15_win_42 name', 'habbo15_win_42', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8332', '8332', 'Habbo 15 Rare Furni Competition Winner', 'habbo15_win_44', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8333', '8333', 'habbo15_win_45 name', 'habbo15_win_45', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8334', '8334', 'Chest plate of the redeemed', 'clothing_knighttop', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8356', '8356', 'Charcoal Vase', 'bonusrare16_1*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8357', '8357', 'Mauve Vase', 'bonusrare16_1*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8358', '8358', 'Ochre Bird of Paradise', 'bonusrare16_3*1', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8362', '8362', 'Medium Lost Souls crystal', 'hween_c15_evilcrystal2', 's', '1', '1', '0.70', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8363', '8363', 'Medium Pure crystal', 'hween_c15_purecrystal2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', 'Large Lost Souls crystal', 'hween_c15_evilcrystal3', 's', '1', '1', '0.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '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.50', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8371', '8371', 'Smelly Dumpster', 'hween_c15_dump', 's', '2', '2', '0.80', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8372', '8372', 'Horseman of Pestilence', 'hween15_horseman3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8373', '8373', 'Large Pure crystal', 'hween_c15_purecrystal3', 's', '1', '1', '0.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8374', '8374', 'Skeletal Oak', 'hween_c15_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 ('8375', '8375', 'Horseman of Death', 'hween15_ltdhorseman4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8379', '8379', 'Saintini', 'hween15_saintini', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8380', '8380', 'Demonic Frank', 'hween15_evilfrank', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8385', '8385', 'Creeky Stairs', 'hween_c15_stairs', 's', '2', '1', '0.70', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8390', '8390', 'Corrupted Kitty', 'hween_c15_demoncat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8391', '8391', 'Horseman of Famine', 'hween15_ltdhorseman2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8392', '8392', 'Horseman of Famine', 'hween15_horseman2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8396', '8396', 'Horseman of War', 'hween15_horseman1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8397', '8397', 'Dark Road Cracks', 'hween_c15_sdcrack', 's', '2', '2', '0.00', '1', '0', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8400', '8400', 'Damaged Lamp post', 'hween_c15_lamp', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8401', '8401', 'Sam-Ta Cherub', 'hween15_saintta', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8402', '8402', 'Horseman of Death', 'hween15_horseman4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8403', '8403', 'Bryan the Horseman', 'hween15_horseman5', 's', '1', '1', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8405', '8405', 'Purple Skull Credit Furni', 'CF_750_evilskull', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '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', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8407', '8407', 'horse_dye_18 name', 'horse_dye_18', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'fx_box', '2', '0', '', '', '14', '14', ''); +INSERT INTO `items_base` VALUES ('8409', '8409', 'MEGA Pumpkin Pack', 'hween_c15_pumpkin2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8410', '8410', 'MINI Pumpkin Pack', 'hween_c15_pumpkin1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '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', '1', '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.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8415', '8415', 'Bread Bin', 'ktchn_c15_bread', 's', '1', '1', '0.00', '0', '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', '0', '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', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '14', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8421', '8421', 'Cereal Selection', 'ktchn_c15_cereal', 's', '1', '1', '0.00', '0', '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', '1', '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', '0', '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', '0', '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', '1.25', '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', '1.30', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '101', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8433', '8433', 'Varnished Kitchen Gate', 'ktchn_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 ('8434', '8434', 'Deluxe Refrigerator', 'ktchn15_fridge', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '1', '1', 'crackable', '2', '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', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8440', '8440', 'xmas_c15_bushy1 name', 'xmas_c15_bushy1', 's', '1', '1', '0.00', '0', '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', '1.60', '1', '0', '0', '0', '1', '1', '0', '1', '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', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8443', '8443', 'Solid Gold Rug', 'gold_c15_arc_icerug', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8445', '8445', 'Solid Gold Divider', 'gold_c15_arc_div1', 's', '2', '1', '1.30', '1', '0', '0', '0', '1', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8447', '8447', 'Solid Gold Lamp', 'gold_c15_arc_lamp', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8449', '8449', 'Solid Gold Hot Tub', 'gold_c15_arc_tub', 's', '2', '2', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8450', '8450', 'Solid Gold Chair', 'gold_c15_arc_chair', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8453', '8453', 'Solid Gold Table', 'gold_c15_arc_table', 's', '2', '2', '0.60', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8454', '8454', 'Solid Gold Geyser', 'gold_c15_arc_geysir', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8455', '8455', 'Solid Gold Teleporter', 'gold_c15_arc_tele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8456', '8456', 'Solid Gold Fish Hole', 'gold_c15_arc_hole', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '34', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8457', '8457', 'Solid Gold Snow', 'gold_c15_arc_snow', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8459', '8459', 'Bavarian Nutcracker', 'xmas15_nutcrackerltd', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8461', '8461', 'Seal Topiary', 'xmas_c15_bushy5', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1065,1066,1067', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8464', '8464', 'Blanket Scarf', 'clothing_bscarf', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8467', '8467', 'Dark Wood Fence', 'xmas_c15_fnc', 's', '2', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '84', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8473', '8473', 'Christmas Bow', 'clothing_xmasbow', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8475', '8475', 'Christmas Poinsettia', 'xmas_c15_poinsettia', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '92,93,94,95', '', '', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '2', '0.00', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8493', '8493', 'Cute Curly Hair', 'clothing_cladyhair', 's', '1', '1', '0.00', '0', '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', '2', '2', '0.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8498', '8498', 'Santa Hat', 'clothing_santahat', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8501', '8501', 'Oversized Snood', 'clothing_snood', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '136', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8503', '8503', 'Grouchy Cat', 'xmas_c15_advent1', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8505', '8505', 'Gold Corner', 'winter15_fnc_crnr', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8507', '8507', 'Christmas Shoes', 'clothing_cladyshoes', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8509', '8509', 'Santa Beard', 'clothing_santabeard', 's', '1', '1', '0.00', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8511', '8511', 'Bavarian Christmas Photo Stand', 'xmas15_stand', 's', '2', '1', '1.30', '0', '1', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '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', '0', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8516', '8516', 'Pro Ice Skater Statue', 'winter15_iceskater', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8517', '8517', 'Bushy Pine Tree', 'xmas_c15_alpinetree', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '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', '1', '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', '0', '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', '2', '1', '0.00', '0', '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', '4', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8529', '8529', 'Green Stash Chest', 'hc16_4', 's', '2', '1', '0.00', '0', '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', '2', '1', '0.00', '0', '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', '2', '3', '1.50', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8532', '8532', 'Giant Houseplant', 'hc16_5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8533', '8533', 'Fancy Vase', 'hc16_9', 's', '1', '1', '0.00', '0', '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', '2', '2', '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', '0', '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', '1', '3', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8537', '8537', 'Frank\'s Bubbly', 'hc16_3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '24', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8538', '8538', 'Antique Air Conditioning', 'hc16_8', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8539', '8539', 'Snazzy Star Decoration', 'ny16_stars', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8540', '8540', 'Purple Party Hat', 'clothing_party5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8541', '8541', 'Orange Party Hat', 'clothing_party4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8542', '8542', 'Turquoise Party Hat', 'clothing_party8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8543', '8543', 'Black Party Hat', 'clothing_party6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8544', '8544', '2016 Balloons', 'ny_c16_sign', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8546', '8546', 'White Party Hat', 'clothing_party7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8547', '8547', 'Monkey Balloon', 'cny16_monkeyballoon', 's', '1', '1', '0.00', '0', '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', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8549', '8549', 'Gold Accessory Pack', 'clothing_goldpack1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8550', '8550', 'Monkey Statue', 'china_monkey', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8551', '8551', '2016 Bubble Juice', 'CF_1200_ny16', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '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', '0', '0', '0', '1', '1', '1', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8554', '8554', 'Ruby Sloth', 'rare_prize16*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8555', '8555', 'Game Hub Sloth', 'rare_prize16*10', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8556', '8556', 'Jasper Sloth', 'rare_prize16*11', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8557', '8557', 'Turquoise Sloth', 'rare_prize16*12', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8558', '8558', 'Topaz Sloth', 'rare_prize16*13', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8559', '8559', 'Beryl Sloth', 'rare_prize16*14', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8560', '8560', 'February Blues Sloth', 'rare_prize16*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 ('8561', '8561', 'Emerald Sloth', 'rare_prize16*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8562', '8562', 'Onyx Sloth', 'rare_prize16*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8563', '8563', 'Jade Sloth', 'rare_prize16*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8564', '8564', 'Pearl Sloth', 'rare_prize16*6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8565', '8565', 'Aquamarine Sloth', 'rare_prize16*7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8566', '8566', 'Citrine Sloth', 'rare_prize16*8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8567', '8567', 'Amethyst Sloth', 'rare_prize16*9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8568', '8568', 'Blossom Volcano', 'val16_float2', 's', '2', '2', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8569', '8569', 'Lovebirds of Paradise', 'val_c16_lovebirds', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '2', '2', '0.20', '0', '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', '0', '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', '2', '2', '1.00', '0', '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', '2', '2', '0.40', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8577', '8577', 'Verdant Habberge Egg', 'easter16_habberge6ltd', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8579', '8579', 'Tracksuit Bottoms', 'clothing_sportpants', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8580', '8580', 'Skater Outfit', 'clothing_urbanoutfit', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8581', '8581', 'Jumper Belt', 'clothing_tiedjumper', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8582', '8582', 'Posh Cumberband', 'clothing_cumberband', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8583', '8583', 'Comfort Clothes Outfit', 'clothing_casualoutfit1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8584', '8584', 'Top Knot', 'clothing_manbun', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8585', '8585', 'Denim Vest', 'clothing_denimvest', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8586', '8586', 'Pyjama Bottoms', 'clothing_pjbottoms1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8587', '8587', 'Moon Pyjamas', 'clothing_pjtop1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8588', '8588', 'Hipster Glasses', 'clothing_hipsterglasses', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8589', '8589', 'Spotless Tuxedo', 'clothing_tux', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8590', '8590', 'Office Tie', 'clothing_tie1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8591', '8591', 'Head Bandage', 'clothing_bandage', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8592', '8592', 'Denim Shorts', 'clothing_denimshorts', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8593', '8593', 'Brain Jar', 'clothing_brainjar', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8594', '8594', 'Candy Duck', 'easter_c16_mallowduck', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8596', '8596', 'Burnished Habberge Egg', 'easter16_habberge9ltd', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8598', '8598', 'Punk Outfit', 'clothing_punkoutfit2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8599', '8599', 'Starched Tuxedo Shirt', 'clothing_tuxshirt', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8600', '8600', 'Moon Pyjamas Outfit', 'clothing_pjoutfit1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8601', '8601', 'Spectacled Hipster Outfit', 'clothing_hipoutfit3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8602', '8602', 'Canvas Slip Ons', 'clothing_sliponcanvas', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8603', '8603', 'Nu Raver Outfit', 'clothing_punkoutfit1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8604', '8604', 'Backwards Cap', 'clothing_backcap', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8605', '8605', 'Mermaid Hair', 'clothing_mermaid', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8606', '8606', 'Two-Tone Hoodie', 'clothing_jacket_twotone', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8607', '8607', 'Hipster Hair', 'clothing_hipster2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8608', '8608', 'Dragon Habberge Egg', 'easter16_habberge8ltd', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8610', '8610', 'Long sleeve T-Shirt', 'clothing_longtshirt', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8611', '8611', 'Sports Jacket', 'clothing_sportsjckt', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8612', '8612', 'Polka Dot Dress', 'clothing_polkadress', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8613', '8613', 'Posh Waiter Outfit', 'clothing_tuxoutfit', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8614', '8614', 'Ripped Up Top', 'clothing_rippedtop', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8615', '8615', 'Efflorescent Habberge Egg', 'easter16_habberge7ltd', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8616', '8616', 'Bearded Hipster Outfit', 'clothing_hipoutfit1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8617', '8617', 'Spectacled Designer Outfit', 'clothing_hipoutfit2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8618', '8618', 'Paparazzi Camera', 'clothing_camera', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8619', '8619', 'Bed Hair', 'clothing_bedhair', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8620', '8620', 'Halter Top', 'clothing_halter', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8621', '8621', 'Sheep Pyjamas Outfit', 'clothing_pjoutfit2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8622', '8622', 'clothing_pjtop2 name', 'clothing_pjtop2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8623', '8623', 'Star Pyjamas Outfit', 'clothing_pjoutfit3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8624', '8624', 'Off-Shoulder Jumper', 'clothing_offshldrjumper', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8625', '8625', 'Oversized Sunglasses', 'clothing_bigshades', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8626', '8626', 'Noble Crown', 'clothing_noblecrown', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8627', '8627', 'Ombre Hair', 'clothing_ombrehr', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8628', '8628', 'Scarlet Rose Pillar', 'bonusrare16_4*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 ('8629', '8629', 'Violet Rose Pillar', 'bonusrare16_4*2', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8632', '8632', 'Dark Iced Coffee Table (Beige)', '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 (Grey)', '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 (White)', '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 (Aqua)', '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 (Pink)', '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', 'Dark Iced Shutter (Beige)', 'icedblk_c16_div4', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8643', '8643', 'Dark Iced Shutter (Purple)', 'icedblk_c16_div4*10', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8644', '8644', 'Dark Iced Shutter (Grey)', 'icedblk_c16_div4*2', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8645', '8645', 'Dark Iced Shutter (White)', 'icedblk_c16_div4*3', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8646', '8646', 'Dark Iced Shutter (Aqua)', 'icedblk_c16_div4*4', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8647', '8647', 'Dark Iced Shutter (Pink)', 'icedblk_c16_div4*5', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8648', '8648', 'Dark Iced Shutter (Blue)', 'icedblk_c16_div4*6', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8649', '8649', 'Dark Iced Shutter (Green)', 'icedblk_c16_div4*7', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8650', '8650', 'Dark Iced Shutter (Yellow)', 'icedblk_c16_div4*8', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8651', '8651', 'Dark Iced Shutter (Red)', 'icedblk_c16_div4*9', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8652', '8652', 'Dark Iced Bar (Beige)', 'icedblk_c16_div2', 's', '2', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8654', '8654', 'Dark Iced Bar (Grey)', 'icedblk_c16_div2*2', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8655', '8655', 'Dark Iced Bar (White)', 'icedblk_c16_div2*3', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8656', '8656', 'Dark Iced Bar (Aqua)', 'icedblk_c16_div2*4', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8657', '8657', 'Dark Iced Bar (Pink)', 'icedblk_c16_div2*5', 's', '2', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8662', '8662', 'Dark Iced Bench (Beige)', 'icedblk_c16_couch', 's', '2', '1', '1.00', '0', '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 (Grey)', '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 (White)', '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 (Aqua)', '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 (Pink)', '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', 'Dark Iced Gate (Beige)', '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 (Grey)', '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 (White)', '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 (Aqua)', '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 (Pink)', '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', 'Dark Iced Panel (Beige)', 'icedblk_c16_solarium', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8684', '8684', 'Dark Iced Panel (Grey)', 'icedblk_c16_solarium*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8685', '8685', 'Dark Iced Panel (White)', 'icedblk_c16_solarium*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8686', '8686', 'Dark Iced Panel (Aqua)', 'icedblk_c16_solarium*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8687', '8687', 'Dark Iced Panel (Pink)', 'icedblk_c16_solarium*5', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8692', '8692', 'Dark Iced Bookcase (Beige)', 'icedblk_c16_shelves', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8694', '8694', 'Dark Iced Bookcase (Grey)', 'icedblk_c16_shelves*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8695', '8695', 'Dark Iced Bookcase (White)', 'icedblk_c16_shelves*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8696', '8696', 'Dark Iced Bookcase (Aqua)', 'icedblk_c16_shelves*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8697', '8697', 'Dark Iced Bookcase (Pink)', 'icedblk_c16_shelves*5', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8702', '8702', 'Dark Iced Sofachair (Beige)', 'icedblk_c16_sofachair', 's', '1', '1', '1.00', '0', '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 (Grey)', '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 (White)', '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 (Aqua)', '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 (Pink)', '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', 'Dark Iced Corner (Beige)', 'icedblk_c16_div1', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8714', '8714', 'Dark Iced Corner (Grey)', 'icedblk_c16_div1*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8715', '8715', 'Dark Iced Corner (White)', 'icedblk_c16_div1*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8716', '8716', 'Dark Iced Corner (Aqua)', 'icedblk_c16_div1*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8717', '8717', 'Dark Iced Corner (Pink)', 'icedblk_c16_div1*5', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8722', '8722', 'Dark Iced Sofa (Beige)', 'icedblk_c16_sofa', 's', '2', '1', '1.00', '0', '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 (Grey)', '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 (White)', '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 (Aqua)', '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 (Pink)', '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', 'Dark Iced Chair (Beige)', 'icedblk_c16_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 ('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 (Grey)', '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 (White)', '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 (Aqua)', '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 (Pink)', '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', 'Dark Iced Angle (Beige)', 'icedblk_c16_div5', 's', '1', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8744', '8744', 'Dark Iced Angle (Grey)', 'icedblk_c16_div5*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8745', '8745', 'Dark Iced Angle (White)', 'icedblk_c16_div5*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8746', '8746', 'Dark Iced Angle (Aqua)', 'icedblk_c16_div5*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8747', '8747', 'Dark Iced Angle (Pink)', 'icedblk_c16_div5*5', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '2', '1', '1.00', '0', '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', '0', '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', '0', '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', '3', '1.50', '0', '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', '3', '1.50', '0', '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', '3', '1.50', '0', '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', '3', '1.50', '0', '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', '3', '1.50', '0', '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', '3', '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', '3', '1.50', '0', '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', '3', '1.50', '0', '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', '3', '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', '3', '1.50', '0', '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', '3', '1.60', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8806', '8806', 'Dark Pura Single Bed (Purple)', 'purablk_c16_bedone*10', 's', '1', '3', '1.60', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8807', '8807', 'Dark Pura Single Bed (Pink)', 'purablk_c16_bedone*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 ('8808', '8808', 'Dark Pura Single Bed (Grey)', 'purablk_c16_bedone*3', 's', '1', '3', '1.60', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8809', '8809', 'Dark Pura Single Bed (White)', 'purablk_c16_bedone*4', 's', '1', '3', '1.60', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8810', '8810', 'Dark Pura Single Bed (Beige)', 'purablk_c16_bedone*5', 's', '1', '3', '1.60', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8811', '8811', 'Dark Pura Single Bed (Blue)', 'purablk_c16_bedone*6', 's', '1', '3', '1.60', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8812', '8812', 'Dark Pura Single Bed (Green)', 'purablk_c16_bedone*7', 's', '1', '3', '1.60', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8813', '8813', 'Dark Pura Single Bed (Yellow)', 'purablk_c16_bedone*8', 's', '1', '3', '1.60', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8814', '8814', 'Dark Pura Single Bed (Red)', 'purablk_c16_bedone*9', 's', '1', '3', '1.60', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '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', 'Dark Pura Minibar (Black)', 'purablk_c16_bar', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '0', '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', 'Purple Corner Module', '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', 'Purple Double Bed', 'bed_budget*10', 's', '2', '3', '1.70', '0', '0', '1', '0', '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', 'Purple Single Bed', 'bed_budget_one*10', 's', '1', '3', '1.70', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8862', '8862', 'Purple Straight Module', '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', 'Purple Square Module', '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', 'Purple Right Module', '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', 'Purple Left Module', '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', '0', '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', '0', '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', '0', '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', '2', '1', '1.00', '0', '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', 'Purple Iced 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', '2', '2', '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', '0', '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', '0', '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', 'Purple Iced Bench', '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', '2', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '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', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8882', '8882', 'Fermenting Broth', 'easter_r16_pot', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8883', '8883', 'Blacksmith\'s Hut', 'easter_c16_house', 's', '2', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'viking_cotie', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8884', '8884', 'Looted Bullion', 'easter_r16_gold', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8887', '8887', 'Crimson House Plant', 'bonusrare16_5*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 ('8888', '8888', 'Ochre House Plant', 'bonusrare16_5*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8889', '8889', 'Violet House Plant', 'bonusrare16_5*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8890', '8890', 'Emerald House Plant', 'bonusrare16_5*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8891', '8891', 'bonusrare16_5_5 name', 'bonusrare16_5*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8892', '8892', 'Pewter House Plant', 'bonusrare16_5*6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8893', '8893', 'Chinese Banyan Bonsai', 'bonusrare16_6*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8894', '8894', 'Japanese Maple Bonsai', 'bonusrare16_6*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8895', '8895', 'Spruce Bonsai', 'bonusrare16_6*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8896', '8896', 'Japanese Boxthorn Bonsai', 'bonusrare16_6*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8897', '8897', 'bonusrare16_6_5 name', 'bonusrare16_6*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8898', '8898', 'bonusrare16_6_6 name', 'bonusrare16_6*6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8899', '8899', 'Chromium Plate Armour', 'super_r16_herodisplay', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8902', '8902', 'Power Imbued Protector', 'clothing_r16_helmprotect', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8903', '8903', 'room_wl15_telehc name', 'room_wl15_telehc', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleporttile', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8904', '8904', 'Classic Lounge large table', 'classic1_table2', 's', '1', '2', '0.85', '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', '0', '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', '4.20', '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', '0', '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.10', '0', '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', '0', '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', '2', '4.10', '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', '0.85', '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', '4.20', '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', '0', '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', '4.10', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '1052', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8918', '8918', 'Blue Starflower', 'jungle_c16_flowerd2', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8919', '8919', 'Yellow Starflower', 'jungle_c16_flowerd1', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8924', '8924', 'Firefly Lantern', 'jungle_c16_light', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8926', '8926', 'Pink Dahlia', 'jungle_c16_flowerc3', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '10', '0', '0.5;1.5;2.5;3.5;4.5;5.5;6.5;7.5;8.5;9.5', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8928', '8928', 'Leafy Gate', 'jungle_c16_gate3', 's', '1', '2', '0.00', '0', '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', '1', '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', 'pressureplate', '1', '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', 'Charlie', 'jungle_ltd16_orangutan', 's', '1', '1', '1.00', '0', '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', '3', '1.00', '0', '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.00', '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.00', '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', '0', '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.00', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8939', '8939', 'Jungle Stairs', 'jungle_c16_stairs3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '10', '0', '0.5;1.5;2.5;3.5;4.5;5.5;6.5;7.5;8.5;9.5', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8940', '8940', 'Rafflesia', 'jungle_c16_rafflesia', 's', '1', '1', '0.20', '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', '1', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8945', '8945', 'Pitcher Plant', 'jungle_r16_pitcherplant', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8946', '8946', 'Jungle Teleport', 'jungle_c16_tele', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8947', '8947', 'Jungle table', 'jungle_c16_table', 's', '2', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8948', '8948', 'Pink Plumeria', 'jungle_c16_flowera3', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '0', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '10', '0', '0.5;1.5;2.5;3.5;4.5;5.5;6.5;7.5;8.5;9.5', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8951', '8951', 'Red Starflower', 'jungle_c16_flowerd3', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '0', '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.30', '0', '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', '0', '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', '5', '0', '1;2.8;4.8;6.8;8.8', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8959', '8959', 'Fuchsia Bush', 'jungle_c16_bush', 's', '2', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', 'water_item', '1', '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', 'Blue Dahlia', 'jungle_c16_flowerc2', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', 'water', '1', '0', '', '', '37', '37', ''); +INSERT INTO `items_base` VALUES ('8970', '8970', 'Tropical Swamp', 'jungle_c16_watertrap', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'trap', '2', '0', '', '', '29', '29', ''); +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', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8975', '8975', 'Yellow Plumeria', 'jungle_c16_flowera1', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8977', '8977', 'Pink Primrose', 'jungle_c16_flowerb3', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8980', '8980', 'Jungle Fence', 'jungle_c16_dvdr3', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8981', '8981', 'Blue Primrose', 'jungle_c16_flowerb2', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8982', '8982', 'Yellow Primrose', 'jungle_c16_flowerb1', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8983', '8983', 'Yellow Dahlia', 'jungle_c16_flowerc1', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '1', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8987', '8987', 'Blue Plumeria', 'jungle_c16_flowera2', 's', '1', '1', '0.00', '1', '0', '0', '1', '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', '0', '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', '0', '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', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'fx_box', '2', '0', '', '', '192', '192', ''); +INSERT INTO `items_base` VALUES ('8993', '8993', 'Bonus Bag', 'bonusbag16_1', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8994', '8994', 'Bonus Bag 2', 'bonusbag16_2', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8995', '8995', 'King-Sized Bed', 'js_c16_bed', 's', '2', '3', '2.00', '0', '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', '3', '1.20', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8997', '8997', 'High-Powered Speedboat', 'js_r16_boat', 's', '2', '3', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('8998', '8998', 'Jellyfish Lamp', 'js_r16_jelly', 's', '1', '1', '1.00', '0', '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', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '93', '93', ''); +INSERT INTO `items_base` VALUES ('9000', '9000', 'Sailor Cat', 'js_c16_cat', 's', '1', '1', '1.00', '0', '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', '0', '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', '2', '1', '2.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '31', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9003', '9003', 'HabboLympix Shop Counter', 'olympics_c16_counter', 's', '2', '1', '1.20', '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', '2', '2', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '108', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9007', '9007', 'Vegan Vending Machine', 'olympics_r16_vendingmchn', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '107', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9008', '9008', 'Brazilian Houseplant', 'olympics_c16_plantdvdr', 's', '2', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '105', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9010', '9010', 'Colombian Avocados', 'olympics_c16_cadorack', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '104', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9011', '9011', 'Bonnie the Cheerleader', 'olympics_r16_cheerleader', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '102', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9016', '9016', 'HabboLympix Banner', 'olympics_c16_banner', 's', '1', '1', '1.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '1', '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', '0', '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', '1', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '1', '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', '5.20', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '103', '', '', '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', '0', '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', '0', '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', '1.60', '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', '1.60', '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', '1.60', '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', '1.60', '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', '1.60', '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', '1.60', '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', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'gym_equipment', '2', '0', '', '', '194', '194', ''); +INSERT INTO `items_base` VALUES ('9049', '9049', 'Garden Bird Bath', 'garden_birdbath', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9050', '9050', 'Garden Hanging Flowers', 'garden_basketflower', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9051', '9051', 'Garden Tool Basket', 'garden_basket', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9052', '9052', 'Garden Climber Planter', 'garden_climber', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9053', '9053', 'Garden Mowed Grass', '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', 'garden_pond', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9055', '9055', 'Garden Muddy Boots', 'garden_boots', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9056', '9056', 'Garden Patio Floor', '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 Stone Steps', 'garden_stonesteps', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9058', '9058', 'Garden Small Potted Plant', 'garden_smallpot', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9059', '9059', 'Garden Fishing Gnome', 'garden_fishgnome', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9060', '9060', 'Garden Rose Archway', 'garden_rosearch', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9061', '9061', 'Garden Rose Fence', 'garden_rosefence', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9062', '9062', 'Garden Chair', '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 Potted Plant', 'garden_bigpot', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9064', '9064', 'Garden Table', '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 Flower Bed', 'garden_flowerbed', 's', '2', '1', '1.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1,30,42,18,29,66', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9067', '9067', 'Habburgers Gate', 'classic2_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 ('9068', '9068', 'Habburgers Corner', 'classic2_corner', 's', '1', '1', '0.80', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9071', '9071', 'Habburgers Yellow Drinks Machine', 'classic2_drinkmach2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1,30,42,18,29,66', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9072', '9072', 'Habburgers Wall', 'classic2_wall', 's', '2', '1', '4.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', '0', '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.80', '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', '0', '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', '0', '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', 'vendingmachine', '2', '109', '', '', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9082', '9082', 'Classic BB chair', 'classic3_chair*0', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'battleball_trigger', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9083', '9083', 'Classic BB chair', 'classic3_chair*1', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'battleball_trigger', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9084', '9084', 'Classic BB chair', 'classic3_chair*2', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'battleball_trigger', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9085', '9085', 'Classic BB chair', 'classic3_chair*3', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'battleball_trigger', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9086', '9086', 'Classic BB plant', 'classic3_plant*0', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9087', '9087', 'Classic BB plant', 'classic3_plant*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9088', '9088', 'Classic BB plant', 'classic3_plant*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9089', '9089', 'Classic BB plant', 'classic3_plant*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9090', '9090', 'Classic BB plant', 'classic3_plant*4', 's', '1', '1', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9092', '9092', 'Classic BB divider', 'classic3_div2*0', 's', '2', '1', '0.65', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9093', '9093', 'Classic BB divider', 'classic3_div2*1', 's', '2', '1', '0.65', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9094', '9094', 'Classic BB divider', 'classic3_div2*2', 's', '2', '1', '0.65', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9095', '9095', 'Classic BB divider', 'classic3_div2*3', 's', '2', '1', '0.65', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9096', '9096', 'Classic BB divider', 'classic3_div2*4', 's', '2', '1', '0.65', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9097', '9097', 'Classic BB carpet floor', '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', 'Classic BB carpet floor', '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', 'Classic BB carpet floor', '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', 'Classic BB carpet floor', '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', 'Classic BB carpet floor', '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', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'multiheight', '5', '0', '1.9;2.9;3.9;4.9;5.9', '', '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', 'Classic BB sofa', 'classic3_sofa*0', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9106', '9106', 'Classic BB sofa', 'classic3_sofa*1', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9107', '9107', 'Classic BB sofa', 'classic3_sofa*2', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9108', '9108', 'Classic BB sofa', 'classic3_sofa*3', 's', '2', '1', '1.10', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9110', '9110', 'Classic BB stool', 'classic3_stool*0', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9111', '9111', 'Classic BB stool', 'classic3_stool*1', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9112', '9112', 'Classic BB stool', 'classic3_stool*2', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9113', '9113', 'Classic BB stool', 'classic3_stool*3', 's', '1', '1', '1.10', '0', '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.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9116', '9116', 'Classic BB bench', 'classic3_bench*0', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9117', '9117', 'Classic BB bench', 'classic3_bench*1', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9118', '9118', 'Classic BB bench', 'classic3_bench*2', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9119', '9119', 'Classic BB bench', 'classic3_bench*3', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9120', '9120', 'Classic BB wall 2', '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', 'Classic BB wall 3', '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', 'Classic BB wall 4', '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', 'Classic BB wall 5', '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', 'Classic BB wall 6', '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', 'Classic BB wall 7', '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', 'Classic BB wall 8', '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', 'Classic BB wall 9', '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', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'multiheight', '5', '0', '1.9;2.9;3.9;4.9;5.9', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9130', '9130', 'Classic BB railing', 'classic3_div1', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9131', '9131', 'Azure Marquee', 'rare_colourable_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 ('9132', '9132', 'Azure Smoke Machine', 'rare_colourable_scifirocket*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 ('9133', '9133', 'Azure Fountain', 'rare_colourable_fountain*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 ('9134', '9134', 'Azure Chest of Light', 'hhistory_r16_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 ('9135', '9135', 'Azure Oriental Screen', 'rare_colourable_wooden_screen*1', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9136', '9136', 'Azure Dragon Lamp', 'rare_colourable_dragonlamp*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 ('9137', '9137', 'Azure Parasol', 'rare_colourable_parasol*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 ('9138', '9138', 'Doric Azure Pillar', 'rare_colourable_pillar*1', 's', '1', '1', '3.50', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9139', '9139', 'Azure Amber Lamp', 'rare_colourable_beehive_bulb*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 ('9140', '9140', 'Azure Ice Cream Maker', 'rare_colourable_icecream*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '4', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9141', '9141', 'Azure Elephant', 'rare_colourable_elephant_statue*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9142', '9142', 'Azure Spaceship Door', 'rare_colourable_scifidoor*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 ('9143', '9143', 'Azure Powered Fan', 'rare_colourable_fan*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 ('9144', '9144', 'Azure Giant Pillow', 'rare_colourable_pillow*1', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9145', '9145', 'Azure Laser Portal', 'rare_colourable_scifiport*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 ('9146', '9146', 'Azure Road Barrier', 'rare_colourable_barrier*1', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9147', '9147', 'Lift Teleport', 'hween_c16_teleport', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9148', '9148', 'Lounge Armchair', 'hween_c16_chair2', 's', '1', '1', '1.30', '0', '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', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9151', '9151', 'Hotel Lobby Lamp', 'hween_c16_lamp2', 's', '1', '1', '0.00', '0', '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', '0.00', '0', '0', '0', '1', '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', '0', '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', '1', '1', 'crackable', '20', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9155', '9155', 'Cabinet of Curiosities', 'hween_c16_cabinet2', 's', '1', '1', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9156', '9156', 'Grim Reaper\'s 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', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9158', '9158', 'Essence Ash', 'hween_c16_ghostash', 's', '1', '1', '0.00', '0', '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', '0', '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', '0', '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', '2', '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', '0', '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', '0', '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 Reaper\'s Piano', 'hween_r16_grandpiano2', 's', '2', '2', '0.00', '0', '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', '2', '3', '1.70', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '2', '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', '2', '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', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9170', '9170', 'Evil Frank Bust', 'hween_c16_bust', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9171', '9171', 'Cat Demon Face', 'clothing_r16_catface', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9172', '9172', 'Polished Marble Floor', 'hween_c16_floor2', 's', '2', '2', '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', '2', '1', '0.00', '0', '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.30', '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', '2', '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', '2', '2', '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', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9178', '9178', 'Grim Reaper\'s Piano', 'hween_r16_grandpiano', 's', '2', '2', '0.00', '0', '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', '1', '2', '3.50', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9180', '9180', 'Evil Frank Bust', 'hween_c16_bust2', 's', '1', '1', '0.00', '0', '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.20', '0', '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.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9183', '9183', 'The Wraith', 'hween_ltd16_ghostcar', 's', '2', '3', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9184', '9184', 'Mahogany Bookcase', 'hween_c16_bkcase2', 's', '1', '2', '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', '2', '3', '1.70', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9187', '9187', 'Hotel Lobby Lamp', 'hween_c16_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 ('9188', '9188', 'Orb of Essence', 'hween_c16_ghostorb', 's', '1', '1', '0.00', '0', '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', '0', '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', '2', '1', '0.00', '0', '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.30', '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 Reaper\'s 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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9197', '9197', 'Cyclops Eye', 'clothing_r16_cyclops', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9198', '9198', 'fxbox_fx16 name', 'fxbox_fx16', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'fx_box', '2', '0', '', '', '16', '16', ''); +INSERT INTO `items_base` VALUES ('9199', '9199', 'test_ltd name', 'test_ltd', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9200', '9200', 'test_ltd2 name', 'test_ltd2', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9201', '9201', 'Redhead Elf', 'xmas_c16_elf8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9202', '9202', 'Polished Wooden Floor', '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', 'Heart-warming Fireplace', 'xmas_c16_fireplace', 's', '3', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9204', '9204', 'Citadel Divider', 'xmas_c16_dvdr', 's', '1', '2', '1.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9205', '9205', 'Citadel Throne', 'xmas_r16_throne', 's', '1', '1', '1.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9206', '9206', 'Wooly Bear Hat', 'clothing_bearhat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9207', '9207', 'Citadel Tile', 'xmas_c16_woodtile', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '5', '0', '0.1;0.60;1.1;1.6;2.1', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9208', '9208', 'Office Clutter', 'xmas_c16_deskitems', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '9', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9209', '9209', 'Crystal Tiara', 'clothing_r16_icetiara', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9210', '9210', 'Gold Trimmed Armchair', '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', 'Grouch Fairy', 'xmas_c16_creature3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9212', '9212', 'Citadel Banners', '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', 'Present Pile', 'xmas_c16_presentstack', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9214', '9214', 'Smokey Chicken', 'xmas_c16_creature7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '24', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9215', '9215', 'Wooly Bear Set', 'clothing_bear', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9216', '9216', 'Sassy Elf', 'xmas_c16_elf9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9217', '9217', 'Chubby Elf', 'xmas_c16_elf7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9218', '9218', 'Frosty Elf', 'xmas_c16_elf3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9219', '9219', 'Dining Hall Table', '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', 'Dining Hall Bench', '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', 'Christmas Vegetables', 'xmas_c16_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 ('9222', '9222', 'Rounded Table', 'xmas_c16_roundtable', 's', '2', '2', '1.55', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9223', '9223', 'Citadel Balcony', 'xmas_c16_balcony', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9224', '9224', 'Hoonicorn', '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', 'Seasonal Wreaths', 'xmas_c16_wreathdeco', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9226', '9226', 'Lacquered Cupboard', 'xmas_c16_dresser', 's', '2', '1', '2.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9227', '9227', 'Santa\'s Writing Desk', 'xmas_c16_desk', 's', '3', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9228', '9228', 'Christmas Pudding', 'xmas_c16_food3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9229', '9229', 'Wooly Bear Scarf', 'clothing_bearscarf', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9230', '9230', 'Overflowing Stocking', 'xmas_c16_stocking', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9231', '9231', 'Elven Bed', 'xmas_c16_tinybed', 's', '1', '3', '1.45', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9232', '9232', 'Golden Egg', 'xmas_c16_egg', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '24', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9233', '9233', 'Dopey Elf', 'xmas_c16_elf1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9234', '9234', 'Enchanted Teleport', 'xmas_c16_tele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9235', '9235', 'Artisan Antlers', 'clothing_reindeer', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9236', '9236', 'Grand Citadel Gate', 'xmas_c16_door', 's', '3', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9237', '9237', 'Greedy Elf', 'xmas_c16_elf10', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9238', '9238', 'Fur Ball', 'xmas_c16_creature1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '24', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9239', '9239', 'Wizard Elf', 'xmas_c16_elf6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9240', '9240', 'Desk Candles', 'xmas_c16_deskcandles', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9241', '9241', 'Singing Elf', 'xmas_c16_elf4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9242', '9242', 'Voltaic Deer', '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', 'Christmas Meat', 'xmas_c16_food1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9244', '9244', 'Snowman Sweater', 'clothing_xmas2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9245', '9245', 'Cosy Rug', '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', 'Scorching Dragon', 'xmas_c16_creature9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9247', '9247', 'Rufus', 'clothing_r16_cathat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9248', '9248', 'Gold Trimmed Sofa', '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', 'Elven Rocking Chair', 'xmas_c16_tinychair', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9250', '9250', 'Citadel Wall', 'xmas_c16_wall', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '3', '0', '4.0;7.0;9.0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9251', '9251', 'Mini', 'xmas_c16_creature4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '24', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9252', '9252', 'Penguin Pullover', 'clothing_xmas3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9253', '9253', 'Castle Candles', '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', 'Singing Elf', 'xmas_c16_elf2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9255', '9255', 'Rudolph Gargoyle', 'xmas_c16_pillarlight', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9256', '9256', 'Grand Phoenix', 'xmas_c16_creature8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9257', '9257', 'Santa\'s Mailing Shelf', 'xmas_c16_mailshelf', 's', '2', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '110', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9258', '9258', 'Bigfoot', 'xmas_c16_creature2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9259', '9259', 'Fake Santa Elf', 'xmas_c16_elf5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9260', '9260', 'Wise Owl', 'xmas_r16_owl', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9261', '9261', 'Benji', 'xmas_ltd16_bearbed', 's', '1', '3', '1.50', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9262', '9262', 'Rudolph Jumper', 'clothing_xmas4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9263', '9263', 'Oversized Scarf', 'clothing_longscarf', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9264', '9264', 'Piranha Tank', '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', 'King Crab Tank', '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', 'Electric Eel Tank', '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', 'Tropical Fish Tank', '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', 'Pufferfish Tank', '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', 'Turtle Tank', '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', 'Anglerfish Tank', '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', '0', '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', '4.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', '0', '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', '0', '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', 'Bonus Bag 3', 'bonusbag16_3', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9282', '9282', 'Green Aloe Plant', 'bonusrare16_7*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9283', '9283', 'Blue Aloe Plant', 'bonusrare16_7*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9284', '9284', 'Red Aloe Plant', 'bonusrare16_7*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9285', '9285', 'Pink Aloe Plant', 'bonusrare16_7*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9286', '9286', 'Emerald Aloe Plant', 'bonusrare16_7*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9287', '9287', 'Purple Aloe Plant', 'bonusrare16_7*6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9288', '9288', '2017 Party Hat Gift Box', 'ny17_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 ('9289', '9289', 'Gold Party Hat', 'clothing_r16_party14', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9290', '9290', 'Rooster Balloon', 'cny17_roosterballoon', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9291', '9291', 'Black Party Hat', 'clothing_r16_party13', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9292', '9292', 'Purple Party Hat', 'clothing_r16_party11', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9293', '9293', 'Blue Party Hat', 'clothing_r16_party9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9294', '9294', 'Turquoise Party Hat', 'clothing_r16_party12', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9295', '9295', 'Pink Party Hat', 'clothing_r16_party10', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9296', '9296', 'Winking Emoji', 'clothing_wink', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9297', '9297', 'Love Emoji', 'clothing_love', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9298', '9298', 'Surprised Emoji', 'clothing_surprised', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9299', '9299', 'Happy Emoji', 'clothing_happy', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9300', '9300', 'Poop Emoji', 'clothing_poop', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9301', '9301', 'Angry Emoji', 'clothing_angry', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9302', '9302', 'Sad Emoji', 'clothing_sad', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9303', '9303', 'Excited Emoji', 'clothing_excited', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9304', '9304', 'Cool Emoji', 'clothing_cool', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9305', '9305', 'Shy Emoji', 'clothing_shy', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9306', '9306', 'Bobba Emoji', 'clothing_bobba', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9307', '9307', 'Silly Emoji', 'clothing_silly', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9308', '9308', 'Oriental Stool', 'classic6_stool', 's', '1', '1', '1.20', '0', '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', '0', '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', '0', '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', '0', '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', '4.90', '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.00', '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', '0', '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', '0', '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', '0', '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.00', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9324', '9324', '31 Days of BC', 'bc_gift_31days', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9325', '9325', '14 Days of HC', 'hc_gift_14days', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9326', '9326', '31 Days of HC', 'hc_gift_31days', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9327', '9327', '14 Days of BC', 'bc_gift_14days', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9328', '9328', 'Rooster Statue', 'china_rooster', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9329', '9329', 'Emerald Hedgehog', 'rare_prize17*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9330', '9330', 'Turquoise Hedgehog', 'rare_prize17*10', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9331', '9331', 'Sky Blue Hedgehog', 'rare_prize17*11', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9332', '9332', 'Sandy Hedgehog', 'rare_prize17*12', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9333', '9333', 'Ruby Hedgehog', 'rare_prize17*13', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9334', '9334', 'President\'s Hedgehog', 'rare_prize17*14', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9335', '9335', 'Grey Hedgehog', 'rare_prize17*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 ('9336', '9336', 'Grassy Hedgehog', 'rare_prize17*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9337', '9337', 'Peach Hedgehog', 'rare_prize17*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9338', '9338', 'Aquamarine Hedgehog', 'rare_prize17*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9339', '9339', 'Citrine Hedgehog', 'rare_prize17*6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9340', '9340', 'Amethyst Hedgehog', 'rare_prize17*7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9341', '9341', 'Pink Hedgehog', 'rare_prize17*8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9342', '9342', 'Brown Hedgehog', 'rare_prize17*9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9343', '9343', 'Fuchsia Tulips', 'bonusrare17_1*0', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9344', '9344', 'Cerulean Tulips', 'bonusrare17_1*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 ('9345', '9345', 'Azure Tulips', 'bonusrare17_1*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9346', '9346', 'Peachy Tulips', 'bonusrare17_1*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9347', '9347', 'Scarlet Tulips', 'bonusrare17_1*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9348', '9348', 'Indigo Tulips', 'bonusrare17_1*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9349', '9349', 'Scarlet Rose Bunch', 'bonusrare17_4*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 ('9350', '9350', 'Violet Rose Bunch', 'bonusrare17_4*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9351', '9351', 'Cerulean Rose Bunch', 'bonusrare17_4*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9352', '9352', 'Pink Rose Bunch', 'bonusrare17_4*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9353', '9353', 'Ochre Rose Bunch', 'bonusrare17_4*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9354', '9354', 'Fuchsia Rose Bunch', 'bonusrare17_4*6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9355', '9355', 'Mauve Vase Stand', 'bonusrare17_3*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 ('9356', '9356', 'Indigo Vase Stand', 'bonusrare17_3*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9357', '9357', 'Cerulean Vase Stand', 'bonusrare17_3*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9358', '9358', 'Amethyst Vase Stand', 'bonusrare17_3*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9359', '9359', 'Muddy Vase Stand', 'bonusrare17_3*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9360', '9360', 'Cornflower Vase Stand', 'bonusrare17_3*6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9361', '9361', 'Fuschia Crown Cactus', 'bonusrare17_2*0', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9362', '9362', 'Scarlet Crown Cactus', 'bonusrare17_2*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 ('9363', '9363', 'Lemon Crown Cactus', 'bonusrare17_2*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9364', '9364', 'Indigo Crown Cactus', 'bonusrare17_2*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9365', '9365', 'Aquamarine Crown Cactus', 'bonusrare17_2*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9366', '9366', 'Azure Crown Cactus', 'bonusrare17_2*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9367', '9367', 'Star Lounge 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', 'Star Lounge 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', 'Star Lounge Divider', 'classic7_dvdr', 's', '2', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9370', '9370', 'Assorted Bubblejuice', 'classic7_drinks', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9371', '9371', 'Star Lounge Table', 'classic7_table', 's', '1', '1', '0.75', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9372', '9372', 'Bubblejuice Dispenser', 'classic7_drinkdispenser', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9373', '9373', 'Star Lounge DJ Booth', 'classic7_djbooth', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9374', '9374', 'Star Lounge Floor', 'classic7_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 ('9375', '9375', 'Star Lounge 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', 'Star Lounge Chair', 'classic7_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 ('9377', '9377', 'Crazy Tree', 'classic7_tree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9378', '9378', 'Star Lounge Stairs', 'classic7_stairs', 's', '1', '1', '0.50', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9379', '9379', 'Star Lounge Wall', 'classic7_wall', 's', '2', '1', '4.15', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9380', '9380', 'Star Lounge Cabinet', 'classic7_drinkcabinet', 's', '1', '3', '3.50', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '43', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9381', '9381', 'Star Lounge Fridge', 'classic7_fridge', 's', '1', '2', '3.50', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '66,43,42', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9382', '9382', 'Star Lounge Corner', 'classic7_crn', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9383', '9383', 'Wedding Veil', 'clothing_r17_wedveil', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9384', '9384', 'Wedding Dress', 'clothing_r17_weddingdress', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9385', '9385', 'Wedding Outfit', 'clothing_r17_weddingset', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9386', '9386', 'Potted Rosebush', 'val_c17_roseplant', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9387', '9387', 'Floral Seat', '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', 'Rose Divider', 'val_c17_rosedivider', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9389', '9389', 'Wedding 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', 'Bowl of Roses', 'val_c17_vase', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9391', '9391', 'Gold Plated Organ', 'val_r17_organltd', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9392', '9392', 'Golden Accessory Pack v.2', 'clothing_goldpack2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9393', '9393', 'Chameleon', 'exotic_r17_chamele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9394', '9394', 'Tree Frog', 'exotic_r17_treefrog', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9395', '9395', 'Python', 'exotic_r17_snake', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9396', '9396', 'Chipmunk', 'exotic_r17_chipmunk', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9397', '9397', 'Exotic Birds', 'exotic_r17_birds', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9398', '9398', 'Fruit Bat', 'exotic_r17_bat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9399', '9399', 'Chinchilla', 'exotic_r17_chinchil', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9400', '9400', 'Sloth', 'exotic_r17_sloth', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9401', '9401', 'Mall Tele-Door', 'mall_c17_tele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9402', '9402', 'Habbo Mall Kiosk', 'mall_c17_kiosk', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '29,30,34,36,37,38', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9403', '9403', 'Quick Coffee Stop', 'mall_r17_coffeem', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '8', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9404', '9404', 'Wooden Stile', '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', 'Cook\'s Apron', 'clothing_apron', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9406', '9406', 'Barn House Doors', 'easter_c17_barngate', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9407', '9407', 'Lunch 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', 'Flowering Bush', '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', 'Apple Tree', 'easter_c17_appletree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '37', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9410', '9410', 'Cow Beanie', 'clothing_r17_cow', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9411', '9411', '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', 'Combi Stove', 'easter_c17_combistove', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9413', '9413', 'Crown Braids', 'clothing_crownbraid', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9414', '9414', 'Plump Chicken', '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', 'Goddess of Harvest', 'easter_ltd17_harvestgoddess', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9416', '9416', 'Hollow Egg', 'easter_c17_egg', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '20', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9417', '9417', 'Barn House', 'easter_c17_barn', 's', '2', '1', '4.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9418', '9418', 'Fruit Salad', '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', 'Raspberry Cupcakes', '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', 'Paddock 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', 'Raspberry Jam', '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', 'Paddock 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', 'Pastry Basket', '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', 'Peach Tree', 'easter_c17_peachtree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '37', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9425', '9425', 'Sprouting Plants', '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', 'Hen Hat', 'clothing_r17_chicken', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9427', '9427', 'Barn Roof', 'easter_c17_roof2', 's', '1', '1', '0.50', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9428', '9428', 'Chocolate Tart name', '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', 'Pear Tree', 'easter_c17_peartree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '36', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9430', '9430', 'Farmyard 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', 'Strawberry Bush', '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', 'Border 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', 'Plant Saplings', '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', 'Raspberry Bush', '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', 'Strawberry Jam', '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', 'Carrots', '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', 'Chocolate Cupcakes', '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', 'Farm Sprinkler', 'easter_c17_sprinkler', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9439', '9439', 'Chicken 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', 'Cow Box', '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', 'Farmer Bun', 'clothing_messyhalfbun', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9442', '9442', 'Oak 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', 'Farmer Photo Stand', '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', 'Blackberry Bush', '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', 'Handful of 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', 'Luxury Chocolate Bunny', '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', 'Bag of Seeds', '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', 'Corner Fence', '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', 'Carrot Cake', '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', 'Blackberry Tart', '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', 'Farm Crops', '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', 'Gold Cow Box', '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', 'Crazy Mare Face', 'clothing_r17_horse', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9454', '9454', 'Bee Hive', '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', 'Blackberry Jam', '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', 'Barn Walls', 'easter_c17_roof', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9457', '9457', 'Chocolate Bar', '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', 'Cake Platter', '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', 'Strawberry Cake', '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', 'Cushioned Seat', 'easter_c17_chairs', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9461', '9461', 'Bonus Bag 1', 'bonusbag17_1', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9462', '9462', 'Santorini Greenery', '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', 'Ancient Greek Artefact', 'santorini_c17_artefact4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9464', '9464', 'Santorini Drinks Bar', '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 Arch', 'santorini_c17_arch', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9466', '9466', 'Santorini Shrubbery', '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', 'Ancient Greek Artefact', 'santorini_c17_artefact3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9468', '9468', 'Santorini Roof', '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 Cave Roof', 'santorini_c17_rockroof', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9470', '9470', 'Wreath Crown', 'clothing_leafcrown', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9471', '9471', 'Flower Pot Divider', 'santorini_c17_flowerdivider', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9472', '9472', 'Hermes\' Winged Helmet', 'clothing_hermeshat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9473', '9473', 'Santorini Rocks', '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 Sand', 'santorini_c17_sand', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9475', '9475', 'Ancient Greek Artefact', 'santorini_c17_artefact5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9476', '9476', 'Santorini Savoury Food', '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', 'Ancient Relic Chest', 'santorini_r17_chest', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9478', '9478', 'Santorini Vine 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', 'Hoplite Helmet', 'clothing_hoplitehelm', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9480', '9480', 'Ancient Greek Artefact', 'santorini_c17_artefact1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9481', '9481', 'Crab Rock Pool', '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', 'Greek Toga', 'clothing_greektoga', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9483', '9483', 'Santorini Corner', 'santorini_c17_dividerend', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9484', '9484', 'Gilded Chimera Statue', 'santorini_r17_chimera', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9485', '9485', 'Gilded Hydra Statue', 'santorini_r17_hydra', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9486', '9486', 'Santorini Cliff', 'santorini_c17_rockstage', 's', '2', '2', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9487', '9487', 'Daphne the Donkey', 'santorini_c17_donkey', 's', '1', '1', '2.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9488', '9488', 'Santorini Pier', 'santorini_c17_pierend', 's', '2', '1', '0.80', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9489', '9489', 'Santorini Amphora', 'santorini_c17_ornatepots', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9490', '9490', 'Amiable Dolphin', 'santorini_c17_dolphin', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '29', '29', ''); +INSERT INTO `items_base` VALUES ('9491', '9491', 'Ancient Mosaic Floor', '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', 'Hermes\' Winged Sandals', 'clothing_hermesshoes', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9493', '9493', 'Santorini Cave', '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', 'Village Bell', 'santorini_c17_belltop', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9495', '9495', 'Santorini Gate', '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', 'Gilded Centaur Statue', 'santorini_r17_centaur', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9497', '9497', 'Santorini Lighthouse', 'santorini_ltd17_lighthouse', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9498', '9498', 'Santorini Divider', 'santorini_c17_divider', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9499', '9499', 'Santorini Pier Piece', 'santorini_c17_piermid', 's', '2', '1', '0.80', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9500', '9500', 'Santorini Terrace', 'santorini_c17_house', 's', '2', '1', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9501', '9501', 'Santorini Table', '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', 'Ancient Greek Artefact', 'santorini_c17_artefact2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9503', '9503', 'Gilded Minotaur Statue', 'santorini_r17_minotaur', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9504', '9504', 'Santorini Chair', 'santorini_c17_chair', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9505', '9505', 'Octohat', 'clothing_octohat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9506', '9506', 'Pebbled Floor', '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 Lighthouse', 'santorini_c17_lighthouse', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9508', '9508', 'Santorini Stairs', 'santorini_c17_stairs', 's', '1', '1', '0.50', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9509', '9509', 'Santorini Dessert', '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', 'Partially Submerged Rock', 'santorini_c17_rockfloat', 's', '1', '1', '0.50', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9511', '9511', 'Cryo-Bed', 'scifi_r17_bed', 's', '1', '3', '2.20', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9512', '9512', 'Faulty Warp Drive', 'scifi_c17_xcannon', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'cannon', '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', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9514', '9514', 'Star Explorer Helmet', 'clothing_r17_explorerhelm', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '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', '1.50', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9517', '9517', 'Sentinel Helmet', 'clothing_r17_sentinelhelm', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9518', '9518', 'Head Hugger', 'clothing_facehugger', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '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', '1', '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', 'Artist\'s 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', '1', '0', '0', '1', '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', '1', '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', '0', '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', '0', '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', '1', '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', '1', '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', 'Toxic Head Hugger', 'clothing_toxicfacehugger', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9545', '9545', 'Merchandise Stall', 'summer_c17_merchstall', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9546', '9546', 'Star Gazer\'s Telescope', 'summer_c17_astrotelescope', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9547', '9547', 'Habburgers Food Truck', 'summer_c17_burgertruck', 's', '2', '2', '0.40', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9548', '9548', 'Promenade Lamp', 'summer_c17_promenadelamp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9549', '9549', 'Bonus Bag 2', 'bonusbag17_2', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9550', '9550', 'Pink Trimmed Bazaar Lamp', 'bazaar_c17_lampbluepinktrim', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9551', '9551', 'Pink Trimmed Bazaar Pillow', 'bazaar_c17_pillowbluepinktrim', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9552', '9552', 'Yellow Bazaar Lamp', 'bazaar_c17_lampyellow', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9553', '9553', 'Blue Bazaar Curtain', 'bazaar_c17_curtainblue', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9554', '9554', 'Purple Bazaar Lamp', 'bazaar_c17_lamppurple', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9555', '9555', 'Blue Trimmed Bazaar Curtain', 'bazaar_c17_curtainyellowbluetrim', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9556', '9556', 'Green Bazaar Rug', 'bazaar_c17_ruggreen', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9557', '9557', 'Bazaar Pots', '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', 'Bazaar Fruit Basket', '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', 'Persian Rugs', 'bazaar_c17_rugrolls', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9560', '9560', 'Yellow Trimmed Bazaar Rug', 'bazaar_c17_rugpurpleyellowtrim', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9561', '9561', 'Blue Trimmed Bazaar Vase', 'bazaar_c17_vasepinkbluetrim', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9562', '9562', 'Merchant Beard', 'clothing_exoticbeard', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9563', '9563', 'Pink Trimmed Bazaar Vase', 'bazaar_c17_vasebluepinktrim', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9564', '9564', 'Bazaar Basket', 'bazaar_c17_basket', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9565', '9565', 'Alice the Camel', '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', 'Mystic Bazaar Pillow', 'bazaar_c17_pillowmystic', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9567', '9567', 'Purple Trimmed Bazaar Pillow', 'bazaar_c17_pillowgreenpurpletrim', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9568', '9568', 'Purple Bazaar Vase', 'bazaar_c17_vasepurple', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9569', '9569', 'Green Bazaar Curtain', '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', 'Mystic\'s Eyes', 'clothing_alluringeyes', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9571', '9571', 'Purple Trimmed Bazaar Vase', 'bazaar_c17_vasegreenpurpletrim', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9572', '9572', 'Purple Trimmed Bazaar Curtain', 'bazaar_c17_curtaingreenpurpletrim', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9573', '9573', 'Blue Bazaar Rug', 'bazaar_c17_rugblue', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9574', '9574', 'Mystic Dye', 'bazaar_c17_dyemystic', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9575', '9575', 'Purple Bazaar Pillow', 'bazaar_c17_pillowpurple', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9576', '9576', 'Desert Kingdom Throne', 'bazaar_r17_throne', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9577', '9577', 'Blue Trimmed Bazaar Rug', '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', 'Blue Bazaar Vase', 'bazaar_c17_vaseblue', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9579', '9579', 'Nelly', 'bazaar_ltd17_ele', 's', '2', '2', '3.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9580', '9580', 'Blue Trimmed Bazaar Vase', 'bazaar_c17_vaseyellowbluetrim', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9581', '9581', 'Blue Dye', 'bazaar_c17_dyeblue', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9582', '9582', 'Green Dye', 'bazaar_c17_dyegreen', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9583', '9583', 'Blue Trimmed Bazaar Curtain', 'bazaar_c17_curtainpinkbluetrim', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9584', '9584', 'Mystic Bazaar Lamp', 'bazaar_c17_lampmystic', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9585', '9585', 'Bazaar Curtain', 'bazaar_c17_curtain', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9586', '9586', 'Yellow Bazaar Pillow', 'bazaar_c17_pillowyellow', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9587', '9587', 'Mystic Bazaar Rug', 'bazaar_c17_rugmystic', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9588', '9588', 'Pink Trimmed Bazaar Rug', 'bazaar_c17_rugbluepinktrim', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9589', '9589', 'Magic Carpet (Stand on it!)', 'bazaar_c17_flycarpet', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '197', '197', ''); +INSERT INTO `items_base` VALUES ('9590', '9590', 'Bazaar Vest', 'clothing_exoticvest', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9591', '9591', 'Lizard on a Stick', 'bazaar_c17_sticklizard', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1078', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9592', '9592', 'Blue Bazaar Lamp', 'bazaar_c17_lampblue', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9593', '9593', 'Blue Bazaar Pillow', 'bazaar_c17_pillowblue', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9594', '9594', 'Bazaar Roof Corner', 'bazaar_c17_clothroof2', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9595', '9595', 'Marketplace Roof', 'bazaar_c17_marketroofsmall', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9596', '9596', 'Pink Trimmed Bazaar Curtain', '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', 'Bazaar Balcony', 'bazaar_c17_balcony', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9598', '9598', 'Yellow Dye', 'bazaar_c17_dyeyellow', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9599', '9599', 'Blue Trimmed Bazaar Lamp', 'bazaar_c17_lampyellowbluetrim', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9600', '9600', 'Desert Princess Outfit', 'clothing_bazaarfemale', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9601', '9601', 'Purple Trimmed Bazaar Rug', 'bazaar_c17_ruggreenpurpletrim', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9602', '9602', 'Blue Trimmed Bazaar Pillow', 'bazaar_c17_pillowyellowbluetrim', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9603', '9603', 'Dye Bucket (Dyes your Bazaar furni)', 'bazaar_c17_colourbucket', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9604', '9604', 'Green Bazaar Vase', 'bazaar_c17_vasegreen', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9605', '9605', 'Leg of Lamb', 'bazaar_c17_meat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9606', '9606', 'Purple Bazaar Curtain', 'bazaar_c17_curtainpurple', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9607', '9607', 'Pink Bazaar Vase', 'bazaar_c17_vasepink', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9608', '9608', 'Bazaar House', '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', 'Green Bazaar Lamp', 'bazaar_c17_lampgreen', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9610', '9610', 'Yellow Bazaar Vase', 'bazaar_c17_vaseyellow', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9611', '9611', 'Pink Dye', 'bazaar_c17_dyepink', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9612', '9612', 'Blue Trimmed Bazaar Rug', 'bazaar_c17_rugpinkbluetrim', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9613', '9613', 'Mystic Bazaar Vase', 'bazaar_c17_vasemystic', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9614', '9614', 'Yellow Trimmed Bazaar Vase', 'bazaar_c17_vasepurpleyellowtrim', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9615', '9615', 'Merchant Slippers', 'clothing_pointyshoes', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9616', '9616', 'Emperor Scorpion', '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', 'Bubble Juicer Blower', 'bazaar_c17_bubblejuiceblower', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '19', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9618', '9618', 'Yellow Bazaar Rug', 'bazaar_c17_rugyellow', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9619', '9619', 'Pink Bazaar Lamp', 'bazaar_c17_lamppink', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9620', '9620', 'Pink Bazaar Rug', 'bazaar_c17_rugpink', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9621', '9621', 'Purple Dye', 'bazaar_c17_dyepurple', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9622', '9622', 'Bazaar Rug', 'bazaar_c17_rug', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9623', '9623', 'Bazaar Crop Top', 'clothing_exotictop', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9624', '9624', 'Mask of the Cursed', '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', 'Marketplace Display', 'bazaar_c17_displaytable', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '3', '0', '0.3;0.9;1.4', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9626', '9626', 'Bowl of Spice', 'bazaar_c17_spice', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9627', '9627', 'Bazaar Lamp', 'bazaar_c17_lamp', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9628', '9628', 'Blue Trimmed Bazaar Pillow', 'bazaar_c17_pillowpinkbluetrim', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9629', '9629', 'Yellow Trimmed Bazaar Pillow', 'bazaar_c17_pillowpurpleyellowtrim', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9630', '9630', 'Courtyard Fountain', 'bazaar_r17_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 ('9631', '9631', 'Pink Bazaar Curtain', 'bazaar_c17_curtainpink', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9632', '9632', 'Bazaar Pillow', 'bazaar_c17_pillow', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9633', '9633', 'Green Bazaar Pillow', 'bazaar_c17_pillowgreen', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9634', '9634', 'Large Marketplace Roof', 'bazaar_c17_marketroofbig', 's', '2', '3', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9635', '9635', 'Chilli Rope', 'bazaar_c17_chillies', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9636', '9636', 'Yellow Trimmed Bazaar Curtain', 'bazaar_c17_curtainpurpleyellowtrim', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9637', '9637', 'Yellow Bazaar Curtain', 'bazaar_c17_curtainyellow', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9638', '9638', 'Blue Trimmed Bazaar Lamp', 'bazaar_c17_lamppinkbluetrim', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9639', '9639', 'Pink Bazaar Pillow', 'bazaar_c17_pillowpink', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9640', '9640', 'Purple Trimmed Bazaar Lamp', 'bazaar_c17_lampgreenpurpletrim', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9641', '9641', 'Purple Bazaar Rug', 'bazaar_c17_rugpurple', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9642', '9642', 'Mystic Bazaar Curtain', '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', 'Solid Gold Monkey Statue', 'bazaar_r17_monkey', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9644', '9644', 'Yellow Trimmed Bazaar Lamp', 'bazaar_c17_lamppurpleyellowtrim', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9645', '9645', 'Bazaar Vase', 'bazaar_c17_vase', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9646', '9646', 'Harem Pants', 'clothing_harempants', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9647', '9647', 'Bazaar Roof', 'bazaar_c17_clothroof', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9648', '9648', 'Bazaar Merchant Outfit', 'clothing_bazaarmale', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9649', '9649', 'Bazaar Arch', 'bazaar_c17_arch', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9650', '9650', 'Cute Sea Lion Pup', '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', 'Boxer Braids', 'clothing_r17_boxerbraids', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9652', '9652', 'Fishing Trawler', 'summer_r17_fishingboat', 's', '2', '4', '0.30', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9653', '9653', 'Shark Head', 'clothing_r17_sharkmask', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9654', '9654', 'Nelly', 'bazaar_c17_eleengage', 's', '2', '2', '1.00', '0', '1', '0', '0', '1', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9655', '9655', 'clothing_flipflopsocks name', 'clothing_flipflopsocks', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9656', '9656', 'Emerald Marquee', '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', 'Emerald Smoke Machine', 'rare_colourable_scifirocket*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 ('9658', '9658', 'Emerald Fountain', 'rare_colourable_fountain*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 ('9659', '9659', 'Emerald Oriental Screen', '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', 'Emerald Dragon Lamp', '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', 'Emerald Parasol', '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', 'Emerald Sleeping Bag', 'rare_colourable_sleepingbag*2', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9663', '9663', 'Doric Emerald Pillar', 'rare_colourable_pillar*2', 's', '1', '1', '3.50', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9664', '9664', 'Emerald Amber Lamp', 'rare_colourable_beehive_bulb*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 ('9665', '9665', 'Emerald Ice Cream Maker', 'rare_colourable_icecream*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '4', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9666', '9666', 'Emerald Elephant', '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', 'Emerald Chest of Light', 'hhistory_r17_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 ('9668', '9668', 'Emerald Spaceship Door', 'rare_colourable_scifidoor*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 ('9669', '9669', 'Emerald Powered Fan', 'rare_colourable_fan*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 ('9670', '9670', 'Emerald Giant Pillow', 'rare_colourable_pillow*2', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9671', '9671', 'Emerald Laser Portal', 'rare_colourable_scifiport*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 ('9672', '9672', 'rare_colourable_barrier_2 name', 'rare_colourable_barrier*2', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9673', '9673', 'Cafe Armchair', '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', 'Cafe Window Door', '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', 'Dessert Waitress Dress', 'clothing_cutie', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9676', '9676', 'Cream Roll Plate', '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', 'Tea Plant', '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', 'Cafe Vase', 'dessertcafe_c17_vase', 's', '1', '1', '0.01', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9679', '9679', 'Cafe 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', 'Cafe Floor', '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', 'Doughnut Plate', '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', 'Cafe 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', 'Cafe Shelf', 'dessertcafe_c17_shelf', 's', '1', '2', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'multiheight', '2', '0', '0.3;1.0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9684', '9684', 'Cafe Rug', 'dessertcafe_c17_rug', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9685', '9685', 'Dessert Maid\'s Headband', 'clothing_maidband', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9686', '9686', 'Cafe Coffee Table', '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', 'Cafe Sofa', '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', 'Dessert Maid\'s Boots', 'clothing_bowtights', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9689', '9689', 'Cafe 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', 'Dessert Maid\'s Uniform', 'clothing_maid', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9691', '9691', 'Mochi Plate', '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', 'Dessert Waitress Ribbon', 'clothing_ribbonband', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9693', '9693', 'Cafe Wall', 'dessertcafe_c17_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 ('9694', '9694', 'Froyo Plate', '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', 'Elegant Window', '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', 'Elegant Vanity Mirror', 'elegant_c17_vanity', 's', '2', '1', '1.20', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9697', '9697', 'Princess Sofa', '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', 'Princess Chair', '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', 'Elegant Vase', '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', 'Elegant Sofa', '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', 'Elegant Bed', 'elegant_c17_bed', 's', '2', '3', '2.00', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9702', '9702', 'Elegant Tea Set', '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', 'Elegant Foot Stool', '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', 'Elegant Side Table', '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', 'Elegant Floor', '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', 'Princess Foot Stool', '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', 'Elegant Carpet', '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', 'Princess Kitty', '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', 'Elegant Wall', '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', 'Elegant Crown', 'clothing_r17_elegantcrown', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9711', '9711', 'Elegant Chair', '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', 'Princess Window', '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', 'Elegant Kitty', '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', 'Princess Bed', 'elegantp_c17_bed', 's', '2', '3', '2.00', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9715', '9715', 'Princess Carpet', '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', 'Elegant Cupboard', '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', 'Elegant Light', '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', 'Elegant Painting', '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', 'Elegant Coffee Table', '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', 'Princess Vase', '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', 'Monstrous Worm Teleport', 'hween_c17_monstertele', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9722', '9722', 'Zombie Grunt', 'hween_c17_zombiegrunt', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9723', '9723', 'Hellfire Dragon', 'hween_ltd17_dragon', 's', '1', '2', '1.70', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9724', '9724', 'Cursed Roots', 'hween_c17_hangingroots', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9725', '9725', 'Falling Rocks', 'hween_c17_fallingrocks', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '53', '53', ''); +INSERT INTO `items_base` VALUES ('9726', '9726', 'Dormant 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', 'Horned Helmet', 'clothing_badasshelmet', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9728', '9728', 'Medieval Bun', 'clothing_layerbuns', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9729', '9729', 'Mimic Chest', 'hween_c17_mimic', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'switch', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9730', '9730', 'Cursed Throne', 'hween_r17_lichthrone', 's', '1', '1', '0.00', '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', 'Demonic Eyes', 'clothing_demoneyes', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9732', '9732', 'Pile of Bones', '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', 'Iron Chest Armour', 'clothing_herochest', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9734', '9734', 'Spiked Chest Armour', 'clothing_rebelchest', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9735', '9735', 'Diseased Rat', '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', 'Dripping Rock', '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', 'Vampire Bat Hat', 'clothing_r17_bathat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9738', '9738', 'Iron Helmet', 'clothing_herohelmet', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9739', '9739', 'Iron Leg Armour', 'clothing_legarmour', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9740', '9740', 'Cursed Lichen', 'hween_c17_lichen', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9741', '9741', 'Flame Trap', 'hween_c17_bonfire', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '25', '25', ''); +INSERT INTO `items_base` VALUES ('9742', '9742', 'Cursed Cave Wall', 'hween_c17_hidewall', 's', '1', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9743', '9743', 'Cursed Rocks', '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', 'Plague Mask', 'clothing_plaguemask', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9745', '9745', 'Hellfire Dragon', 'hween_dragengage', '2', '1', '2', '2.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9746', '9746', 'Cursed Portcullis', 'hween_c17_portcullis', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9747', '9747', 'Cursed Pillar', 'hween_c17_pillar', 's', '1', '1', '4.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9748', '9748', 'Cursed Dragon Statue', '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', 'Medieval Crown', 'clothing_r17_hweencrown', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9750', '9750', 'Mushroom Man', 'hween_c17_shroomthing', 's', '1', '1', '2.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9751', '9751', 'Buried Zombies Trap', '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', 'Cursed Gibbet', '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', 'Cursed Flame Knight', 'hween_c17_flamingknight', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '20', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9754', '9754', 'Cursed Cave Wall', 'hween_c17_wall', 's', '1', '2', '3.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9755', '9755', 'Zombie Eyes', 'clothing_zombieeyes', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9756', '9756', 'Small Cursed Pillar', 'hween_c17_pillarsmall', 's', '1', '1', '3.70', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9757', '9757', 'Cursed Cave Floor', 'hween_c17_cavefloor', 's', '2', '2', '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', 'Cursed Trap', 'hween_c17_spiketrap', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'trap', '2', '0', '', '', '53', '53', ''); +INSERT INTO `items_base` VALUES ('9759', '9759', 'Cursed Tent', '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', 'Iron Sabatons', 'clothing_shoearmour', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9761', '9761', 'Torture Rack', 'hween_c17_torturebed', 's', '1', '3', '1.40', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9762', '9762', 'Cursed Rocks', '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', 'Bonus Bag 3', 'bonusbag17_3', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9764', '9764', 'Bonus Bag 4', 'bonusbag17_4', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9765', '9765', 'Beaver', 'america_r17_beaver', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9766', '9766', 'White Bishop', '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', 'Chess Board Tile', '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', 'Black Rook', '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', 'Black Knight', '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', 'White Rook', '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', 'White Queen', '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', 'White King', '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', 'White Pawn', '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', 'Black King', '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', 'Black 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', 'Black Pawn', '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', 'Black Queen', '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', 'White Knight', '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', 'Skunk', 'america_r17_skunk', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9780', '9780', 'Davy Crockett Cap', 'clothing_r17_daveycrockett', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9781', '9781', 'Frontier Braids', 'clothing_r17_frontierbraids', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9782', '9782', 'Opossum', 'america_r17_opossum', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9783', '9783', 'Raccoon', 'america_r17_raccoon', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9784', '9784', 'Eagle', 'america_r17_eagle', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9785', '9785', 'Armadillo', 'america_r17_armadillo', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9786', '9786', 'Gold Top Hat', 'clothing_r17_goldtophat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9787', '9787', 'British Bulldog', 'xmas_c17_britishbulldog', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9788', '9788', 'Carol Singing Girl', 'xmas_c17_girl', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9789', '9789', 'Carol Singing Man', 'xmas_c17_man', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9790', '9790', 'Tailcoat Design', 'xmas_c17_blueprint3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9791', '9791', 'Snowy Flower Basket', 'xmas_c17_snowybasket', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9792', '9792', 'Glamour Doll', 'xmas_c17_doll2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9793', '9793', 'Feather Pin Design', 'xmas_c17_blueprint6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9794', '9794', 'Tailor\'s Sewing Machine', 'xmas_c17_sewingmchn', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9795', '9795', 'Victorian Roof', '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', 'Victorian Front Door', 'xmas_c17_door', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9797', '9797', 'Victorian Hat Shop', 'xmas_c17_hatshop', 's', '2', '1', '4.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9798', '9798', 'Redhead Doll', 'xmas_c17_doll4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9799', '9799', 'Ted', 'xmas_ltd17_ted', 's', '1', '1', '0.80', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9800', '9800', 'Wood Burner', 'xmas_c17_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 ('9801', '9801', 'Victorian Dress Design', 'xmas_c17_blueprint5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9802', '9802', 'Victorian Flower Basket', 'xmas_c17_hangingbasket', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9803', '9803', 'Victorian Street Lamp', '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', 'Victorian Pavement', 'xmas_c17_pavement', 's', '2', '2', '0.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9805', '9805', 'Versatile Victorian Block', 'xmas_c17_smallpavement', '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 ('9806', '9806', 'Victorian Horse 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', 'Feather Pin', 'clothing_featherflower', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9808', '9808', 'Tailor\'s Handbook', 'xmas_c17_book', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9809', '9809', 'Snowy Garden Chair', 'xmas_c17_chair', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '2', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9810', '9810', 'Buttoned Trousers', 'clothing_buttonpants', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9811', '9811', 'Detective Doll', 'xmas_c17_doll1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9812', '9812', 'Snowy Tree', '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', 'Smelly Cat', 'xmas_c17_frizzycat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9814', '9814', 'Gold Feather Pin', 'clothing_r17_goldfeatherflower', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9815', '9815', 'Victorian Windows', 'xmas_c17_bigwindows2', 's', '2', '1', '4.25', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9816', '9816', 'Victorian China Shop', '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', 'Soldier Doll', 'xmas_c17_doll6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9818', '9818', 'Snowy Potted Plant', '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', 'Victorian Cobbles', 'xmas_c17_cobbleroad', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9820', '9820', 'Victorian Music Box', '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', 'Victorian High Window', 'xmas_c17_window', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9822', '9822', 'Victorian Fence Corner', 'xmas_c17_fencecorner', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9823', '9823', 'Hot Chesnut Stall', 'xmas_c17_chestnutstall', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '60', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9824', '9824', 'Dolled Up Face', 'clothing_beautyface', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9825', '9825', 'Victorian Bench', 'xmas_c17_bench', 's', '2', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate_group', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9826', '9826', 'Tailor\'s Thread', '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', 'Victorian Wall', 'xmas_c17_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 ('9828', '9828', 'Victorian Cornerstone', 'xmas_c17_pillar', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9829', '9829', 'Buttoned Trousers Design', 'xmas_c17_blueprint4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9830', '9830', 'Drainpipe', 'xmas_c17_drain', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9831', '9831', 'Victorian Fence', 'xmas_c17_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 ('9832', '9832', 'Snowy Garden Table', 'xmas_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 ('9833', '9833', 'Ruffled Shirt Design', 'xmas_c17_blueprint2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9834', '9834', 'Policeman Doll', 'xmas_c17_doll5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9835', '9835', 'Carol Singing Boy', 'xmas_c17_boy', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9836', '9836', 'Ruffled Shirt', 'clothing_ruffleshirt', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9837', '9837', 'Victorian Pub', 'xmas_c17_pub2', 's', '2', '1', '4.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9838', '9838', 'Tailor\'s Cloth', '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', 'Top Hat', 'clothing_tophat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9840', '9840', 'Ted', 'xmas_c17_engage_ted', 's', '1', '1', '0.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9841', '9841', 'Snowy Grass Patch', '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', 'Top Hat Design', 'xmas_c17_blueprint1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9843', '9843', 'Beauty Doll', 'xmas_c17_doll3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9844', '9844', 'Winter Robins', 'xmas_c17_robins', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9845', '9845', 'Carol Singing Woman', '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', 'Victorian Dress', 'clothing_dress', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9847', '9847', 'Victorian Windows', 'xmas_c17_bigwindows1', 's', '2', '1', '4.25', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9848', '9848', 'Victorian Pram', 'xmas_c17_pram', 's', '1', '1', '1.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9849', '9849', 'Victorian Lion Statue', 'xmas_r17_lion', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9850', '9850', 'Thoroughbred Stallion', 'xmas_c17_horse', 's', '1', '1', '2.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9851', '9851', 'Tailcoat', 'clothing_tailedcoat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9852', '9852', 'Victorian Pub', 'xmas_c17_pub1', 's', '2', '1', '4.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9853', '9853', 'Victorian Gate', 'xmas_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 ('9854', '9854', 'Victorian Sweet Shop', 'xmas_c17_candyshop', 's', '2', '1', '4.25', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9855', '9855', 'Yeti Mask', 'clothing_sasquatchmask', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9856', '9856', 'Christmas Hedgehog', 'rare_prize17xmas', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9857', '9857', 'Five Year Crown', 'clothing_loyaltycrown_V', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9858', '9858', 'Ten Year Crown', 'clothing_loyaltycrown_X', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9859', '9859', 'Two Year Crown', 'clothing_loyaltycrown_II', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9860', '9860', 'Golden Accessory Pack v.3', 'clothing_goldpack3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9861', '9861', 'Blue Mini Vase', 'bonusrare18_3*0', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9862', '9862', 'Green Mini Vase', 'bonusrare18_3*1', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9863', '9863', 'Purple Mini Vase', 'bonusrare18_3*2', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9864', '9864', 'Red Mini Vase', 'bonusrare18_3*3', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9865', '9865', 'White Mini Vase', 'bonusrare18_3*4', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9866', '9866', 'Black Mini Vase', 'bonusrare18_3*5', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9867', '9867', 'Bonus Bag III', 'bonusbag18_3', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9868', '9868', 'Bonus Bag II', 'bonusbag18_2', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9869', '9869', 'Red Lamp', 'bonusrare18_2*0', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9870', '9870', 'Purple Lamp', 'bonusrare18_2*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9871', '9871', 'Green Lamp', 'bonusrare18_2*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9872', '9872', 'Blue Lamp', 'bonusrare18_2*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9873', '9873', 'Pink Lamp', 'bonusrare18_2*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9874', '9874', 'Lavender Lamp', 'bonusrare18_2*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9875', '9875', 'Bonus Bag IV', 'bonusbag18_4', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9876', '9876', 'Bonus Bag I', 'bonusbag18_1', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9877', '9877', 'Orange Succulent Plant', 'bonusrare18_4*0', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9878', '9878', 'Purple Succulent Plant', 'bonusrare18_4*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 ('9879', '9879', 'Blue Succulent Plant', 'bonusrare18_4*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9880', '9880', 'Limey Succulent Plant', 'bonusrare18_4*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9881', '9881', 'Pink Succulent Plant', 'bonusrare18_4*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9882', '9882', 'Green Succulent Plant', 'bonusrare18_4*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9883', '9883', 'Blue Juice Dispenser', 'bonusrare18_1*0', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '114', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9884', '9884', 'Orange Juice Dispenser', 'bonusrare18_1*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '115', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9885', '9885', 'Red Juice Dispenser', 'bonusrare18_1*2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '114', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9886', '9886', 'Purple Juice Dispenser', 'bonusrare18_1*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '113', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9887', '9887', 'Black Juice Dispenser', 'bonusrare18_1*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '113', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9888', '9888', 'Green Juice Dispenser', 'bonusrare18_1*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '115', '', '', '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', 'Red Bowler Hat', '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', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9897', '9897', 'HC Lounge Bar', 'classic8_bar', 's', '1', '3', '0.90', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9898', '9898', 'Library Floorboards', 'classic9_floor2', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9899', '9899', 'HC Lounge Stool', 'classic8_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 ('9900', '9900', 'Librarian\'s Frank Bust', 'classic9_statue', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9901', '9901', 'HC Lounge Rug', 'classic8_rug', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9902', '9902', 'HC Vinyl', 'classic8_records', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9903', '9903', 'HC Lounge Sofa', 'classic8_sofa', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9904', '9904', 'Library Rug', 'classic9_carpet', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9905', '9905', 'HC Lounge Elephant', 'classic8_statue', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9906', '9906', 'HC Lounge Curtains', 'classic8_curtains', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9907', '9907', 'HC Lounge Stairs', 'classic8_stairs', 's', '2', '1', '0.60', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9908', '9908', 'HC Lounge Dance Floor', 'classic8_glassfloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9909', '9909', 'Library 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', 'Library Chair', 'classic9_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 ('9911', '9911', 'Library Lamp', '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', 'HC Lounge Pillar', 'classic8_pillar', 's', '1', '1', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9913', '9913', 'Library Stone Floor', 'classic9_floor1', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9914', '9914', 'Library Table', 'classic9_table', 's', '2', '2', '0.70', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9915', '9915', 'HC Lounge Divider', 'classic8_divider', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9916', '9916', 'HC Lounge Floor', 'classic8_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 ('9917', '9917', 'HC Lounge Picture Frame', 'classic8_sign', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9918', '9918', 'HC Lounge Drinks Cabinet', 'classic8_shelf', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9919', '9919', 'Library Plant', 'classic9_plant', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9920', '9920', 'HC Lounge Disco Ball', 'classic8_disco', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9921', '9921', 'Library Stool', 'classic9_stool', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9922', '9922', 'Library Bookcase', 'classic9_bookshelf', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9923', '9923', 'HC Lounge Wall', 'classic8_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 ('9924', '9924', 'Library Books', 'classic9_books', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9925', '9925', 'HC Lounge Plant', 'classic8_plant', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9926', '9926', 'Library 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', 'Tan Tortoise', 'rare_prize18*0', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9928', '9928', 'Blue Tortoise', 'rare_prize18*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9929', '9929', 'Scarlet Tortoise', 'rare_prize18*10', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9930', '9930', 'Beige Tortoise', 'rare_prize18*11', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9931', '9931', 'Brown Tortoise', 'rare_prize18*12', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9932', '9932', 'GreenTortoise', 'rare_prize18*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 ('9933', '9933', 'Red Tortoise', 'rare_prize18*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9934', '9934', 'Yellow Tortoise', 'rare_prize18*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9935', '9935', 'Turquoise Tortoise', 'rare_prize18*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9936', '9936', 'Pink Tortoise', 'rare_prize18*6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9937', '9937', 'Orange Tortoise', 'rare_prize18*7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9938', '9938', 'Purple Tortoise', 'rare_prize18*8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9939', '9939', 'Mauve Tortoise', 'rare_prize18*9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9940', '9940', 'HC Bling Seat', 'hc17_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 ('9941', '9941', 'HC Power Shower', 'hc17_8', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9942', '9942', 'HC Bling Bed', 'hc17_10', 's', '2', '3', '1.80', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'bed', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9943', '9943', 'HC Bling Fridge', 'hc17_11', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '3,5,6,2,4,50,1032', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9944', '9944', 'HC Bling Daybed', 'hc17_5', 's', '1', '3', '1.40', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9945', '9945', 'HC Bling Divider', 'hc17_2', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9946', '9946', 'HC Bling Chandelier', 'hc17_6', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9947', '9947', 'HC Bling Pillar', 'hc17_12', 's', '1', '1', '3.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9948', '9948', 'HC Bling Toilet', 'hc17_9', 's', '1', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9949', '9949', 'HC Bling Slot Chair', 'hc17_4', 's', '1', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9950', '9950', 'HC Bling Block', 'hc17_1', 's', '1', '1', '2.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9951', '9951', 'Ornate Chest', 'val_c18_chest', 's', '2', '1', '1.50', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9952', '9952', 'Ornate Cupboard', 'val_c18_wardrobe', 's', '1', '2', '3.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9953', '9953', 'Judge\'s Wig', 'clothing_judgewig', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9954', '9954', 'Elegant Ponytail', 'clothing_elegantponytail', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9955', '9955', 'Unicorn Hat', 'clothing_r18_unicorn', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9956', '9956', 'Regal Swan', 'val_c18_swan', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9957', '9957', 'Heart Dress', 'clothing_r18_dress', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9958', '9958', 'Four Poster Bed', 'val_r18_bed', 's', '2', '3', '1.50', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9959', '9959', 'Gentleman\'s Cap', 'clothing_gentcap', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9960', '9960', 'Lemon Tree', 'easter_c18_lemontree', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '116', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9961', '9961', 'Pink Snowdrop Patch', 'easter_c18_snowdrop3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9962', '9962', 'Sunny Day Shades', 'clothing_shades', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9963', '9963', 'Cream Lupin Patch', 'easter_c18_lupin1', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9964', '9964', 'Wavy Braids', 'clothing_braidedwavy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9965', '9965', 'Blue Tulip Patch', 'easter_c18_tulip2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9966', '9966', 'Rose Seeds', 'easter_c18_seedpackrose', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9967', '9967', 'Sunny Day Satchel', 'clothing_satchel', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9968', '9968', 'Lil\' Dancing Plant', 'easter_c18_dancingplant', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9969', '9969', 'Grubby Weed', 'easter_c18_badflower', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9970', '9970', 'Tulip Seeds', 'easter_c18_seedpacktulip', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9971', '9971', 'Pink Rose Patch', 'easter_c18_rose3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9972', '9972', 'Red Tulip Patch', 'easter_c18_tulip3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9973', '9973', 'Tricycle', 'easter_c18_tricyle', 's', '1', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9974', '9974', 'Recycling Bin', 'easter_c18_recyclebin', 's', '1', '1', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9975', '9975', 'Ivy Beam', 'easter_c18_ivybeam', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9976', '9976', 'Pink Lupin Patch', 'easter_c18_lupin3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9977', '9977', 'Conservatory Radio', 'easter_c18_radio', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9978', '9978', 'Mixed Lupin Patch', 'easter_c18_lupin4', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9979', '9979', 'Conservatory Fan', 'easter_c18_ceilingfan', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9980', '9980', 'Ivy Beam Lights', 'easter_c18_ivylight', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9981', '9981', 'Tied Up Top', 'clothing_tiedtop', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9982', '9982', 'Snowdrop Seeds', 'easter_c18_seedpacksnowdrop', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9983', '9983', 'Mixed Rose Patch', 'easter_c18_rose4', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9984', '9984', 'Bonzai Fountain', 'easter_r18_bonzaifountain', 's', '2', '2', '0.00', '0', '0', '0', '0', '0', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9985', '9985', 'Garden Pet Hutch', 'easter_c18_hutch', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9986', '9986', 'Mixed Snowdrop Patch', 'easter_c18_snowdrop4', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9987', '9987', 'Shelf Plants', 'easter_c18_shelfplants', 's', '1', '1', '1.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9988', '9988', 'Mammoth Bunny', 'easter_r18_bigbunny', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9989', '9989', 'Conservatory Curtains', 'easter_c18_curtains', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9990', '9990', 'Bunny Mask', 'clothing_r18_bunniemask', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9991', '9991', 'Washing Line', 'easter_c18_washline', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9992', '9992', 'Conservatory Wall Corner', 'easter_c18_glassbrickcnr', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9993', '9993', 'Garden Birch', 'easter_c18_birchpillar', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9994', '9994', 'Blue Rose Patch', 'easter_c18_rose2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9995', '9995', 'Box Planter', 'easter_c18_boxplanter', 's', '1', '2', '0.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9996', '9996', 'Bunny Hat', 'clothing_r18_bunniehat', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9997', '9997', 'Ochre Tulip Patch', 'easter_c18_tulip1', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9998', '9998', 'Floppy Side Parter', 'clothing_floppyhair', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('9999', '9999', 'Butterfly Habberge Egg', 'easter_ltd18_habberge10', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10000', '10000', 'Hanging Plant', 'easter_c18_hangingplant', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10001', '10001', 'Wooden Garden Animals', 'easter_c18_woodendeco', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10002', '10002', 'Blue Lupin Patch', 'easter_c18_lupin2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10003', '10003', 'Dragonflies', 'easter_c18_dragonflies', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10004', '10004', '80\'s Mullet', 'clothing_retrohair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10005', '10005', 'Conservatory Chair', 'easter_c18_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 ('10006', '10006', 'Mixed Tulip Patch', 'easter_c18_tulip4', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10007', '10007', 'Sun Hat', 'clothing_floppysunhat', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10008', '10008', 'Conservatory Floor', 'easter_c18_patternfloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10009', '10009', 'Glass Door', 'easter_c18_glassdoor', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10010', '10010', 'Pile of Slate', 'easter_c18_slatestack', 's', '1', '1', '0.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10011', '10011', 'Stacked Plants', 'easter_c18_stackedplants', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10012', '10012', 'Conservatory Tea Set', 'easter_c18_countryteaset', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10013', '10013', 'Lupin Seeds', 'easter_c18_seedpacklupin', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10014', '10014', 'Conservatory Wall', 'easter_c18_glassbrickwall', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10015', '10015', 'Chia Plants', 'easter_c18_chiaplants', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10016', '10016', 'Conservatory Coffee Table', 'easter_c18_table', 's', '2', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10017', '10017', 'White Snowdrop Patch', 'easter_c18_snowdrop1', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10018', '10018', 'Conservatory Heater', 'easter_c18_radiator', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10019', '10019', 'Easter Fawn', 'easter_c18_fawn', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10020', '10020', 'Indoor Tomato Plant', 'easter_c18_veg', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10021', '10021', 'Indigo Snowdrop Patch', 'easter_c18_snowdrop2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10022', '10022', 'White Rose Patch', 'easter_c18_rose1', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'crackable', '12', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10023', '10023', 'Safer Internet Day Trophy 2018', 'trophy_netsafety_0', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10024', '10024', 'K-Pop Buns', 'clothing_kpopbuns', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10025', '10025', 'K-Pop Hair', 'clothing_kpop', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10026', '10026', 'BFF T-Shirt', 'clothing_bffshirt', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10027', '10027', 'BFF Hat', 'clothing_bffhat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10028', '10028', 'Dog Statue', 'china_dog', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10029', '10029', 'Dog Balloon', 'cny18_dogballoon', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10030', '10030', 'Credit Tree (worth 500 credits)', 'CF_500_moneytree', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10031', '10031', 'Old Timer Ingredient', 'gift_bff_a', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10032', '10032', 'Fusion Jar (use to craft items)', 'crafting_jarhearts', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10033', '10033', 'New Timer Ingredient', 'gift_bff_b', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10034', '10034', 'Director\'s Buggy', 'cine_r18_buggy', 's', '2', '2', '1.50', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10035', '10035', 'Mobile Film Camera', 'cine_r18_camera', 's', '1', '1', '0.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'multiheight', '2', '0', '1.6;3.0;4.3', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10036', '10036', 'Catcopter', 'cine_r18_catcopter', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10037', '10037', 'Wild West Poncho', 'clothing_poncho', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10038', '10038', 'Inmate Overalls', 'clothing_inmate', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10039', '10039', 'Action Hero Outfit', 'clothing_mercenary', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10040', '10040', 'Yeti Feet', 'clothing_yetifeet', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10041', '10041', 'Film Star\'s Trailer', 'cine_r18_trailer', 's', '3', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'tent', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10042', '10042', 'Warper T Shirt', 'clothing_c18_cutething', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10043', '10043', 'Cookie Jar', 'gift_c18_cookiejar', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '117', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10044', '10044', 'HabboStation Portable', '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', 'Ironing Board', 'laundry_c18_ironing', 's', '1', '2', '1.80', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10046', '10046', 'Dustpan and Brush', 'laundry_c18_dustpan', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10047', '10047', 'Pro Gamer Chair', 'gaming_c18_chairpro', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10048', '10048', 'Laundry Basket', 'laundry_c18_basket', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10049', '10049', 'Cleaning Products', 'laundry_c18_products', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10050', '10050', 'Gamer Plushy', 'gaming_c18_gameplush2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10051', '10051', 'Washing Machine', '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 Plushy', 'gaming_c18_gameplush1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10053', '10053', 'Pro Gamer Collection Shelves', '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 Setup', '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', 'Rubik\'s Cube Lampshade', 'gaming_c18_cubelight', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10056', '10056', 'Deluxe Vacuum Cleaner', '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', 'Clothes Rack', 'laundry_c18_dryingrack', 's', '1', '1', '1.50', '0', '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 Desk', 'gaming_c18_rigpro', 's', '3', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10060', '10060', 'Ball-Jointed Doll', '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', 'Seahorse Mask', 'clothing_r18_seahorse', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10062', '10062', 'Cone Shell', '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', 'Coral Kingdom Gate', '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', 'Coral-encrusted Fishing Net', 'coralking_c18_fishnet', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10065', '10065', 'Yellow Elkhorn Coral', 'coralking_c18_spinycoral2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10066', '10066', 'Dropped Anchor', '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', 'Sea Turtle', 'coralking_r18_turtleride', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'effect_tile', '1', '0', '', '', '199', '199', ''); +INSERT INTO `items_base` VALUES ('10068', '10068', 'Coral Kingdom Teleport', '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', 'Pink Starfish', 'coralking_c18_starfish1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10070', '10070', 'Coral Kingdom Chest', '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', 'Tropical Fish', 'coralking_c18_tropicalfish', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10072', '10072', 'Solid Gold Fish', 'coralking_c18_goldenfish', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10073', '10073', 'Coral Kingdom Sandbank', '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', 'Luscious Long Hair', 'clothing_luscioushair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10075', '10075', 'Long Lost Pots', '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', 'Catfish', 'coralking_c18_catfish', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10077', '10077', 'Sandy Spiral Shell', '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', 'Magic Coral Kingdom Chest', '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', 'Bubble Seat', 'coralking_c18_bubbleseat', 's', '1', '1', '2.50', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10080', '10080', 'Aquamarine Spiral Shell', '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', 'Pink Elkhorn Coral', 'coralking_c18_spinycoral1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10082', '10082', 'Flippers', 'clothing_flippers', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10083', '10083', 'Human Pollution', 'coralking_c18_trash', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10084', '10084', 'Blue Staghorn Coral', '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', 'Coral Kingdom Corner', 'coralking_c18_corner', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10086', '10086', 'Sandy Conch Shell', 'coralking_c18_openspiral1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10087', '10087', 'Coral Kingdom Seabed', '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', 'Coral Kingdom Kelp', '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', 'Clam Shells', 'coralking_c18_clamshell2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10090', '10090', 'Neon Finger Coral', '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', 'Wetsuit', 'clothing_wetsuit', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10092', '10092', 'Undersea Rocks', 'coralking_c18_boulders1', 's', '1', '1', '0.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10093', '10093', 'Golden Fish Hat', 'clothing_r18_goldfish', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10094', '10094', 'Coral Kingdom Vanity Mirror', 'coralking_r18_vanitytable', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10095', '10095', 'Coral-encrusted Seabed', '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', 'Mermaid Bed', 'coralking_c18_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 ('10097', '10097', 'Coral Gazebo', 'coralking_c18_gazebo', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10098', '10098', 'Neon Tree Coral', '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', 'Poseidon\'s Trident', 'coralking_c18_trident', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10100', '10100', 'Orange Starfish', 'coralking_c18_starfish2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10101', '10101', 'Coral Kingdom Table', 'coralking_c18_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 ('10102', '10102', 'Coral Kingdom Fence', 'coralking_c18_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 ('10103', '10103', 'Royal Seahorse', 'coralking_ltd18_royalseahorse', 's', '1', '1', '2.30', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10104', '10104', 'Coral Kingdom Seaweed', 'coralking_c18_seaweed', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10105', '10105', 'School of Clownfish', 'coralking_c18_clownfish', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10106', '10106', 'Diver Helmet', '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', 'Sailor Sweater', 'clothing_sailortop', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10108', '10108', 'Violet Conch Shell', 'coralking_c18_openspiral2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10109', '10109', 'Angelfish', 'coralking_c18_angelfish', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10110', '10110', '', 'coralking_c18_clamshell3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10111', '10111', 'Gleaming Chalice', 'coralking_c18_chalice', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10112', '10112', 'Deep-sea Geyser', 'coralking_c18_bubblerock', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10113', '10113', 'Starfish Wreath', 'clothing_r18_seawreath', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10114', '10114', 'Coral Kingdom Chair', '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', 'Neon Anemone', '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', 'Undersea Boulders', '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', 'Oyster', 'coralking_c18_pearloyster', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10118', '10118', 'Clam Shell', 'coralking_c18_clamshell1', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10119', '10119', 'Pink Staghorn Coral', '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', 'Royal Seahorse', 'coralking_engageseahorse', 's', '1', '1', '2.50', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10121', '10121', 'Golden Piggy Bank (worth 750 credits)', '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', 'Wavy Locks', 'clothing_r18_tiedwavylocks', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10123', '10123', 'Frohawk', 'clothing_r18_frohawk', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10124', '10124', 'Spoonbill', 'birds_r18_spoonbill', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10125', '10125', 'Puffin', 'birds_r18_puffin', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10126', '10126', 'Peacock', 'birds_r18_peacock', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10127', '10127', 'Crane', 'birds_r18_crane', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10128', '10128', 'Quetzal', 'birds_r18_quetzal', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10129', '10129', 'Cardinal', 'birds_r18_cardinal', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10130', '10130', '2018 Football Trophy', 'trophy_ltd18_wcup', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10131', '10131', 'Tokyo Building', 'tokyo_c18_residential', 's', '2', '1', '4.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10132', '10132', 'Piggy Plushy', 'tokyo_c18_toy4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10133', '10133', 'Unicorn Plushy', 'tokyo_c18_toy6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10134', '10134', 'Anime Hair', 'clothing_animehair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10135', '10135', 'Tokyo Railing', 'tokyo_c18_railing', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10136', '10136', 'Yellow Arcade Machine', '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', 'Future Tokyo Bike', '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 Snack Sign', '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', 'Happy Milk Plushy', 'tokyo_c18_toy9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10140', '10140', 'Tokyo Shop Display', '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', 'Tokyo Pylon', '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', 'Tokyo Trellis', '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', 'Ancient Maple Tree', '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', 'Dino Plushy', 'tokyo_c18_toy5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10145', '10145', 'Tokyo Bug Vendor', 'tokyo_c18_bugsmachine', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1079,1080,1043', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10146', '10146', 'Tokyo Drink Vendor', 'tokyo_c18_drinksmachine', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '118,119,43,42,66', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10147', '10147', 'Neon Akihabara Sign', 'tokyo_c18_gamesign', 's', '2', '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 Poster', 'tokyo_c18_adposters', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10149', '10149', 'Sakura Jacket', 'clothing_sakurajacket', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10150', '10150', 'Tokyo Street Lamps', '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 Snack Shack', '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', 'Kitten Plushy', 'tokyo_c18_toy2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10153', '10153', 'Dragon Plushy Cap', 'clothing_dragonplushhat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10154', '10154', 'Shiba Inu Puppy', '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', 'Fluffy Plushy', 'tokyo_c18_toy1', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10156', '10156', 'Tokyo Road', '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', 'Dino Balloon', 'tokyo_c18_scarydino', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10158', '10158', 'Tokyo Toy Shop', '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', 'Toyko Pavement', 'tokyo_c18_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 ('10160', '10160', 'Tokyo Lanterns', '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 Magazine Rack', 'tokyo_c18_magazinerack', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10162', '10162', 'Racing Arcade Machine', 'tokyo_c18_racearcade', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10163', '10163', 'Joke Glasses', 'clothing_cuteglasses', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10164', '10164', 'Purple Arcade Machine', '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', 'Ancient Shogun Helmet', 'clothing_shogunhelmet', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10166', '10166', 'Tokyo Snack Display', 'tokyo_c18_snackdisplay', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '122', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10167', '10167', 'Cupcake Plushy', 'tokyo_c18_toy10', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10168', '10168', 'Doggo Plushy', 'tokyo_c18_toy3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10169', '10169', 'Kitty Backpack', 'clothing_r18_catbag', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10170', '10170', 'Gacha Machine', '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', 'RoboBoy Plushy', 'tokyo_c18_toy8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10172', '10172', 'Tokyo Snack Rack', 'tokyo_c18_snackdisplay2', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '121,120', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10173', '10173', 'Kitsune Mask', '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', 'Toolbot (crafting table)', 'tokyo_c18_craftbot', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10175', '10175', 'Tokyo Shopfront', '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', 'Harajuku Bow', 'clothing_harajukubow', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10177', '10177', 'Tokyo Sakura Tree', 'tokyo_c18_sakura', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10178', '10178', 'Tokyo Tutu', 'clothing_tutu', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10179', '10179', 'Tokyo Food Poster', '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', 'Neon Tokyo Sign', 'tokyo_c18_neonsign1', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10181', '10181', 'Big Mouth Billboard', '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', 'RoboBoy Face', 'clothing_botface', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10183', '10183', 'Koi Carp Kites', '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 Snack Parlour', 'tokyo_c18_snackroof2', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10185', '10185', 'RoboCat Plushy', 'tokyo_c18_toy7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10186', '10186', 'Harajuku Hair', 'clothing_harajukuhair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10187', '10187', 'Habbo 18 Throne', 'anniversary_r18_throne', 's', '1', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10188', '10188', 'tokyo_c18_gacha2 name', 'tokyo_c18_gacha2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10189', '10189', 'Zen Glass Pond', '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', 'Zen Uplighter', 'zengarden_c18_light', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10191', '10191', 'Zen Garden Roof', 'zengarden_c18_roof', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10192', '10192', 'Crafted Stone Bench', 'zengarden_c18_stonebench', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10193', '10193', 'Zen Bonsai Tree', 'zengarden_c18_rootplant', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10194', '10194', 'Crafted Stone Table', 'zengarden_c18_stonetable', 's', '1', '1', '0.50', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10195', '10195', 'Zen Divider', 'zengarden_c18_divider', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10196', '10196', 'Mossy Zen Rocks', 'zengarden_c18_moss', 's', '1', '1', '0.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10197', '10197', 'Zen Frog Statue', 'zengarden_c18_peacefrog', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10198', '10198', 'Zen Bamboo', 'zengarden_c18_bamboo', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10199', '10199', 'Zen Glass 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', 'Zen Garden Plank', 'zengarden_c18_plankfloor', 's', '1', '1', '0.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10201', '10201', 'Zen Garden Roof Corner', 'zengarden_c18_roofcorner', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10202', '10202', 'Zen Shrub', 'zengarden_c18_spikeyplant', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10203', '10203', 'Zen Garden Fountain', 'zengarden_r18_fountain', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10204', '10204', 'Pebbled Floor Tile', 'zengarden_c18_pebbles', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10205', '10205', 'Long Wavy Locks', 'clothing_r18_longwavy', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10206', '10206', 'Teal Marquee', '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', 'Teal Smoke Machine', 'rare_colourable_scifirocket*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 ('10208', '10208', 'Teal Fountain', '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', 'Teal Oriental Screen', 'rare_colourable_wooden_screen*3', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10210', '10210', '', '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', 'Teal Parasol', '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', 'Teal Chest of Light', 'hhistory_r18_crackable', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10213', '10213', 'Teal Sleeping Bag', 'rare_colourable_sleepingbag*3', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10214', '10214', 'Doric Teal Pillar', 'rare_colourable_pillar*3', 's', '1', '1', '3.50', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10215', '10215', 'Teal Amber Lamp', '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', 'Teal Ice Cream Maker', 'rare_colourable_icecream*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '4', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10217', '10217', 'Teal Elephant Statue', 'rare_colourable_elephant_statue*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10218', '10218', 'Teal Spaceship Door', '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', 'Teal Powered Fan', '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', 'Teal Pillow', 'rare_colourable_pillow*3', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10221', '10221', 'Teal Laser Portal', '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', 'Teal Road Barrier', '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 Swimming Pool', 'hotel_c18_pool', 's', '3', '4', '0.30', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '29', '29', ''); +INSERT INTO `items_base` VALUES ('10224', '10224', 'Hotel Staircase', 'hotel_c18_stairs', 's', '1', '2', '0.60', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10225', '10225', 'Roof Corner', 'hotel_c18_roof', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10226', '10226', 'Hotel 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', 'Courtyard Fountain', 'hotel_c18_fountain', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10228', '10228', 'Tall Hotel Wall', 'hotel_c18_block2', 's', '1', '2', '7.60', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10229', '10229', 'Hotel Awning', 'hotel_c18_awning', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10230', '10230', 'Lower Hotel Wall', 'hotel_c18_block1', 's', '1', '2', '5.35', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10231', '10231', 'Round Tree', 'hotel_c18_tree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10232', '10232', 'Hotel Foundation', 'hotel_c18_foundation', 's', '1', '2', '0.80', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10233', '10233', 'Cypress Tree', 'hotel_c18_cypress', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10234', '10234', 'Hotel Roof', 'hotel_c18_rooftop', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10235', '10235', 'Desktop Items', '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', 'Laboratory Skylight', 'hween_c18_ceilingrays', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10237', '10237', 'Infected Monitoring Machine', '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', 'Ornate Specs', 'clothing_brownglasses', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10239', '10239', 'Wrecked Boombox', 'hween_c18_toy5old', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10240', '10240', 'Snooping Device', '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', 'Fresh Prince Boombox', 'hween_c18_toy5new', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10242', '10242', 'Exposed Brain', 'clothing_brain', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10243', '10243', 'Discarded Computer Readouts', 'hween_c18_olddocs2', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10244', '10244', 'Ceiling Fan', 'hween_c18_ceilingfan', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10245', '10245', 'Diabolical Pony Toy', 'hween_c18_toy4old', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10246', '10246', 'Glass Wall', 'hween_c18_labglasswall', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10247', '10247', 'Box Computer', 'hween_c18_retropc', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10248', '10248', 'Laboratory Strip Lights', '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', 'Medicine Cabinet', 'hween_c18_medicineshelf', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '44,19,1014', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10250', '10250', 'Tiled Laboratory Wall', 'hween_c18_labtilewall', 's', '1', '2', '4.45', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10251', '10251', 'Infected Specimen Cages', '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', 'Salem', 'hween_ltd18_cosplaycat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10253', '10253', 'Overgrown Skylight', 'hween_c18_oldceilingrays', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10254', '10254', 'Ward Curtain', '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', 'Angelic Mogwai', 'hween_c18_toy3new', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10256', '10256', 'Amicable Troll', 'hween_c18_toy2new', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10257', '10257', 'Steel Floor Tile', 'hween_c18_labsteelfloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10258', '10258', 'Defective Rift Monitor', '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', 'Rusty Ceiling Fan', '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', 'Frayed Laboratory Stool', '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', 'Destroyed Snooping Device', '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', 'Smashed Glass Wall', 'hween_c18_brokenglasswall', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10263', '10263', 'Floor Mould', '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', 'Vintage Throwback Jacket', 'clothing_vintagejacket', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10265', '10265', 'Super Strength Bleach', 'hween_c18_washliquid', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10266', '10266', 'Heroic Warrior Figurine', 'hween_c18_toy1new', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10267', '10267', 'One Sided Ponytail', 'clothing_sideponytail', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10268', '10268', 'Dimensional Teleporter', 'hween_c18_zaptele', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10269', '10269', 'Axe to the Head', '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', 'Tainted Washing Machine (crafting table)', 'hween_c18_washmchn', 's', '1', '1', '1.85', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10271', '10271', 'Contaminant Handling Box', 'hween_c18_labglovebox', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10272', '10272', 'Bloodied Ward Curtain', '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', 'Legwarmer Shoes', 'clothing_legwarmershoes', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10274', '10274', 'Placid Pony Toy', 'hween_c18_toy4new', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10275', '10275', 'Laboratory Shelves', 'hween_c18_labshelf', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1043,1044', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10276', '10276', 'Bloodstained Shoes', 'clothing_bloodshoes', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10277', '10277', 'Blood on the Floor', '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', 'Vampire Grimace', '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', 'Laboratory Desk', 'hween_c18_labdesk', 's', '1', '2', '1.30', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10280', '10280', 'Stained Laboratory Desk', 'hween_c18_oldlabdesk', 's', '1', '2', '1.30', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10281', '10281', 'Converted EEG Machine', 'hween_c18_labchair', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10282', '10282', 'Ceiling Mould', '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', 'Laboratory Specimens', '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', '101 Washing Powder', 'hween_c18_washpowder', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10285', '10285', 'Cyber the Cyborg Dog', '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', 'Multi-Screen Monitoring Machine', 'hween_c18_labmchn3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10287', '10287', 'Bloodstained Jacket', 'clothing_bloodjacket', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10288', '10288', 'Rift Monitor', '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', 'Spare Parts Shipment', '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', 'Laboratory Coat', 'clothing_labcoat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10291', '10291', 'Bloodthirsty Troll', 'hween_c18_toy2old', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10292', '10292', 'Short Curly Hair', 'clothing_shortcurlhair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10293', '10293', 'Infected Laboratory Specimens', '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', 'Laboratory Stool', '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', 'Laboratory Instruments', 'hween_c18_labtooltable', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10296', '10296', 'Bloodied Ponytail', 'clothing_bloodponytail', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10297', '10297', 'Antique Chemistry Set', 'hween_r18_antiquechemset', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '44', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10298', '10298', 'Jilted Warrior Figurine', 'hween_c18_toy1old', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10299', '10299', 'Infected Laboratory Wall', 'hween_c18_oldlabtilewall', 's', '1', '2', '4.45', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10300', '10300', 'Discarded Desk Items', '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', 'Bloodstained Glasses', 'clothing_bloodglasses', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10302', '10302', 'Staff of the Year Portrait', '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', 'Bloodied Scruffy Hair', 'clothing_bloodscruffyhair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10304', '10304', 'Classified Documents', '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', 'Frenzied Mogwai', 'hween_c18_toy3old', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10306', '10306', 'Laboratory Floor Tile', 'hween_c18_labtilefloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10307', '10307', 'Bloodstained Scientist\'s Locker', 'hween_c18_oldlablocker', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10308', '10308', 'Emergency Torch', 'hween_c18_flashlight', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10309', '10309', 'Operating Table', 'hween_c18_labbed', 's', '1', '3', '1.60', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10310', '10310', 'Scientist\'s Locker', 'hween_c18_lablocker', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10311', '10311', 'Jaded Carp (worth 350 credits)', 'CF_350_jadefish', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10312', '10312', 'Bronze-Plated Log Burner', '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', 'Lounging Mattress', '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', 'Nordic Antlers', 'clothing_r18_antlers', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10315', '10315', 'Dozing 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', 'Nordic Fringe', 'clothing_r18_hyggehair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10317', '10317', 'Cluttered 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', 'Reading Armchair', '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', 'Logger\'s 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', 'Diamond Party Hat', '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', 'Diamond Noble Crown', '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 Gift Box', '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', 'Diamond Fish Hat', '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', 'Diamond Wreath Crown', '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', 'Comet the Astronaut', 'xmas_c18_deer_comet', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10326', '10326', 'Exotic Shorthair Kitten', 'xmas_c18_stocking_snoopy', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10327', '10327', 'Winter City Souvenirs', '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', 'Dasher the Bullet', 'xmas_c18_deer_dasher', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10329', '10329', 'Glittering Halo', 'clothing_halo', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10330', '10330', 'Winter City Snowball', 'xmas_c18_snowfootball', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'football', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10331', '10331', 'Upside Down Pug', 'xmas_c18_stocking_cinnamon', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10332', '10332', 'Winter City Stool', 'xmas_c18_stool', 's', '1', '1', '1.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10333', '10333', 'Winter Stage', 'xmas_c18_stage', 's', '2', '2', '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', 'Metro Entrance', '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', 'Stocking Cat', 'xmas_c18_stocking_tiger', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10336', '10336', 'Winter City 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', 'Snowball Pit', 'xmas_c18_snowballpit', 's', '3', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10338', '10338', 'Stocking Daschund', 'xmas_c18_stocking_crusoe', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10339', '10339', 'Winter Stall', 'xmas_c18_stallroof', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10340', '10340', 'Present Courier Elf', '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', 'Gingerbread Matroyoshka Doll', 'xmas_c18_doll10', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10342', '10342', 'Rudolph Beanie', 'clothing_rudolphhat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10343', '10343', 'Penguin Matroyoshka Doll', 'xmas_c18_doll8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10344', '10344', 'Vixen the Gangster', 'xmas_c18_deer_vixen', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10345', '10345', 'Winter Stage Curtains', 'xmas_c18_stagecurtains', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10346', '10346', 'Sphynx Kitten', 'xmas_c18_stocking_cleo', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10347', '10347', 'Present Pile', 'xmas_c18_presents', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10348', '10348', 'Snowy Owl', 'xmas_r18_snowyowl', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10349', '10349', 'Santa Matroyoshka Doll', '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', 'Winter Stall Table', 'xmas_c18_stalltable', 's', '2', '1', '0.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10351', '10351', 'Imperial Street Light', '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', 'Purple Matroyoshka Doll', 'xmas_c18_doll5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10353', '10353', 'Illuminated Winter Fountain', 'xmas_r18_lightfountain', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10354', '10354', 'Poinsettia Wreath', 'clothing_poinsettia', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10355', '10355', '2018 Bobble Hat', 'clothing_bobblehat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10356', '10356', 'Buried Uplighters', 'xmas_c18_groundlight', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10357', '10357', 'Winter Stage Chair', 'xmas_c18_stagechair', 's', '1', '1', '1.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10358', '10358', 'Imperial Dancer\'s Dress', 'clothing_r18_featherdress', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10359', '10359', 'Winter Stage Stairs', 'xmas_c18_stagestairs', 's', '2', '1', '0.50', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10360', '10360', 'Red Nose Rudolph', 'xmas_c18_deer_rudolph', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10361', '10361', 'Penguin Hat', 'clothing_penguin', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10362', '10362', 'Winter City Christmas Tree', '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', 'Winter City Ticket Booth', 'xmas_c18_booth', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10364', '10364', 'Winter Curtain Top', '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', 'Imperial 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', 'Frosted Habberge Egg', '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', 'Icicle Lights', 'xmas_c18_iciclelight', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10368', '10368', 'Cupid the Matchmaker', 'xmas_c18_deer_cupid', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10369', '10369', 'Hearty Borscht', 'xmas_c18_borscht', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '123', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10370', '10370', 'Green Matroyoshka Doll', 'xmas_c18_doll3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10371', '10371', 'Yellow Matroyoshka Doll', 'xmas_c18_doll2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10372', '10372', 'Winter City Ball Light', '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', 'Winter Stage Harp', 'xmas_c18_harp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10374', '10374', 'Feathered Crown', 'clothing_r18_feathercrown', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10375', '10375', 'Winter City 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', 'Prancer the Dancer', 'xmas_c18_deer_prancer', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10377', '10377', 'The Sideflop', 'clothing_sideflopped', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10378', '10378', 'Red Matroyoshka Doll', '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', 'Winter City Pavement', 'xmas_c18_rainlightfloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10380', '10380', 'Winter City Candy Cane', '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', 'Puffball Puppy', 'xmas_c18_stocking_norbert', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10382', '10382', 'Snowman Hat', 'clothing_snowman', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10383', '10383', 'Imperial Pillar', 'xmas_c18_buildingpillar', 's', '1', '1', '5.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10384', '10384', 'Snowman Matroyoshka Doll', 'xmas_c18_doll7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10385', '10385', 'Inflatable Log Cabin', 'xmas_c18_bounceycastle', 's', '3', '3', '0.80', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '193', '193', ''); +INSERT INTO `items_base` VALUES ('10386', '10386', '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', 'Elf Matroyoshka Doll', 'xmas_c18_doll9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10388', '10388', 'Winter Stage Window', 'xmas_c18_stagewindow', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10389', '10389', '2018 Christmas Tree Sweater', 'clothing_xmas5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10390', '10390', '2018 Christmas Mittens', 'clothing_mittens', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10391', '10391', 'Illuminated Winter Tree', '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', 'Blitzen the Sprinter', 'xmas_c18_deer_blitzen', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10393', '10393', 'Furball', 'xmas_c18_stocking_boo', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10394', '10394', 'Nutcracker Crafting Table', 'xmas_c18_nutcracker', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10395', '10395', 'Winter Stage Backdrop', 'xmas_c18_stagebackdrop', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10396', '10396', 'Illuminated Bear Light', 'xmas_c18_bearlight', 's', '1', '2', '2.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10397', '10397', 'Dancer the Prancer', 'xmas_c18_deer_dancer', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10398', '10398', 'Blue Matroyoshka Doll', 'xmas_c18_doll4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10399', '10399', 'Winter City Sweets', 'xmas_c18_food', 's', '1', '1', '0.20', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10400', '10400', 'Father Frost', 'xmas_c18_fatherfrost', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10401', '10401', 'Imperial Guard Uniform', 'clothing_regiment', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10402', '10402', 'Winter City Piano', 'xmas_c18_piano', 's', '3', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10403', '10403', 'Christmas Tree Party Hat', 'clothing_treepartyhat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10404', '10404', 'Donner Kebab', 'xmas_c18_deer_donna', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10405', '10405', '2018 Christmas Turtle', 'rare_prize18_xmas', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10406', '10406', 'Big Old Drinks Machine', 'hosp_c19_drinksvend', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '43,42,29,30', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10407', '10407', 'Golden Accessory Pack v.4', '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', 'Lazy Day Hammock', 'attic_c19_hammock', 's', '1', '3', '2.35', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10409', '10409', 'Pink Cracker Hat', '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', 'Blue Cracker Hat', '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', 'Dark Cracker Hat', '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', 'Orange Cracker Hat', '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', 'Long Wavy Locks', 'clothing_r19_longwavy2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10414', '10414', '2019 Party Hat Gift Box', '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', 'Gold Cracker Hat', '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', 'Purple Cracker Hat', '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', 'Green Cracker Hat', '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', 'Royal Pink Cracker Hat', '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 name', 'diamond_c18_giftbox2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10420', '10420', 'Golden Key (worth 1000 credits)', 'CF_1000_goldenkey', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10421', '10421', 'A Twisted Frog', 'hween13_c19_frog', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10422', '10422', 'Aquarius Zodiac Statue', 'hc19_11', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10423', '10423', 'Aries Zodiac Statue', 'hc19_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 ('10424', '10424', 'Cancer Zodiac Statue', 'hc19_4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10425', '10425', 'Leo Zodiac Statue', 'hc19_5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10426', '10426', 'Sagittarius Zodiac Statue', 'hc19_9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10427', '10427', 'Gemini Zodiac Statue', 'hc19_3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10428', '10428', 'Taurus Zodiac Statue', 'hc19_2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10429', '10429', 'Capricorn Zodiac Statue', 'hc19_10', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10430', '10430', 'Pisces Zodiac Statue', 'hc19_12', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10431', '10431', 'Libra Zodiac Statue', 'hc19_7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10432', '10432', 'Virgo Zodiac Statue', 'hc19_6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10433', '10433', 'Scorpio Zodiac Statue', 'hc19_8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10434', '10434', 'Romantic 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', 'Bubblejuice Rack', 'val_c19_bottlewall', 's', '2', '1', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10436', '10436', 'Romantic Messy Bun', 'clothing_r19_messybun', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10437', '10437', 'Romantic Bathtub', 'val_r19_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 ('10438', '10438', 'Romantic Record Player', 'val_r19_recordplayer', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10439', '10439', 'Frilled Skirt', 'clothing_r19_frilledskirt', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10440', '10440', 'Chilled Bubblejuice', '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', 'Puppy Present', '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', 'Romantic Restaurant 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', 'Romantic Unicorn', 'val_r19_unicorn', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10444', '10444', 'Romantic Curly Hair', 'clothing_r19_shortcurly', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10445', '10445', 'Romantic Waistcoat', 'clothing_r19_waistcoat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10446', '10446', 'Romantic Table Accessory', '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', 'Romantic Chair', 'val_c19_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 ('10448', '10448', 'Romantic 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', 'Romantic Awning', 'val_c19_awning', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10450', '10450', 'Romantic Table', 'val_c19_table', 's', '1', '1', '0.90', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10451', '10451', 'Romantic 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', 'Pig Statue', 'china_pig', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10453', '10453', 'Golden Pig Statue', 'china_goldenpig', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10454', '10454', 'Piglet Hat', 'clothing_piglethat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10455', '10455', 'Tan Panda', 'rare_prize19*0', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10456', '10456', 'Blue Panda', 'rare_prize19*1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10457', '10457', 'Scarlet Panda', 'rare_prize19*10', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10458', '10458', 'Beige Panda', 'rare_prize19*11', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10459', '10459', 'Brown Panda', 'rare_prize19*12', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10460', '10460', 'Teal Panda', 'rare_prize19*13', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10461', '10461', 'Green Panda', 'rare_prize19*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 ('10462', '10462', 'Red Panda', 'rare_prize19*3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10463', '10463', 'Yellow Panda', 'rare_prize19*4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10464', '10464', 'Turquoise Panda', 'rare_prize19*5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10465', '10465', 'Pink Panda', 'rare_prize19*6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10466', '10466', 'Orange Panda', 'rare_prize19*7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10467', '10467', 'Purple Panda', 'rare_prize19*8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10468', '10468', 'Mauve Panda', 'rare_prize19*9', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10469', '10469', 'Invisible Block', 'room_invisible_block', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10470', '10470', 'Rose Pink Smoke Machine', 'rare_colourable_scifirocket*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 ('10471', '10471', 'Rose Pink Parasol', 'rare_colourable_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 ('10472', '10472', 'The Bonnie Blonde Mobile', 'rare_r19_car1', 's', '2', '3', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10473', '10473', 'Top Buttoned Shirt', 'clothing_topbuttonshirt', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10474', '10474', 'Frayed Jeans', 'clothing_rippedjeans2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10475', '10475', 'Rocker Boots', 'clothing_r19_scuffedboots', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10476', '10476', 'Two-Tone Curls', 'clothing_r19_longtwotone', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10477', '10477', 'Basement Band Drum Kit', 'band_c19_drums', 's', '3', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10478', '10478', 'Horned Cap', 'clothing_r19_punkhat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10479', '10479', 'Basement Band Guitar', 'band_c19_guitar', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10480', '10480', 'Messy Bangs', 'clothing_r19_messybangs', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10481', '10481', 'Long Messy Curls', 'clothing_messycurls', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10482', '10482', 'Basement Band Synth', 'band_c19_synth', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10483', '10483', 'High Fade', 'clothing_highfade', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10484', '10484', 'Water Kelpie', 'easter_c19_kelpie', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10485', '10485', 'Fairytale Forest Wreath', 'clothing_r19_forrestcrown', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10486', '10486', 'Wildflower Throne', 'easter_ltd19_flowerthrone', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10487', '10487', 'Baby Ent', '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', 'Habbshire Cat', 'easter_c19_habshirecat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10489', '10489', 'Fairytale Forest Swing', 'easter_r19_treeswing', 's', '2', '1', '1.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10490', '10490', 'Habbelina Storybook', 'easter_c19_book4a', 's', '1', '1', '0.35', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10491', '10491', 'Magic Turnips', 'easter_c19_turnipbuddies', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10492', '10492', 'Soothsayer Stone', 'easter_c19_wisestone', 's', '1', '1', '2.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10493', '10493', 'Ancient Storybook', 'easter_c19_ancientbook2', 's', '1', '1', '0.35', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10494', '10494', 'Ribbon and Curls Set', 'clothing_ribboncurls', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10495', '10495', 'Arboreal Dragon', 'easter_c19_earthdrago', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10496', '10496', 'Log Chair', 'easter_c19_logtable', 's', '1', '2', '0.60', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10497', '10497', 'Red Riding Hood Storybook', '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', 'Snow White Storybook', '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', 'Archer Cap', 'clothing_archerhat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10500', '10500', 'Woodland Fairies', 'easter_c19_littlefairies', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10501', '10501', 'Wonderland Storybook', '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', 'Log Chair', 'easter_c19_logchair', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10503', '10503', 'Snow White Storybook', 'easter_c19_book3a', 's', '1', '1', '0.35', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10504', '10504', 'Mad Hat', 'clothing_madhat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10505', '10505', 'Habbelina Storybook', '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', 'Wonderland Storybook', 'easter_c19_book2a', 's', '1', '1', '0.35', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10507', '10507', 'Wildflower Meadow', 'easter_c19_meadow', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10508', '10508', 'Forest Path', 'easter_c19_dirtpath', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10509', '10509', 'Tulip Teapot', 'easter_c19_flowertea', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10510', '10510', 'Baby Bear Owl', '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', 'Forest Mushrooms', 'easter_c19_mushrooms', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10512', '10512', 'Enchanted Egg', 'easter_c19_forrestegg', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '24', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10513', '10513', 'Forest Gnome', 'easter_c19_chillgnome', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10514', '10514', 'Baby Water Kelpie', 'easter_c19_babykelpie2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10515', '10515', 'Baby Bear Owl', 'easter_c19_babyhippogriff2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10516', '10516', 'Ent', 'easter_c19_ent', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10517', '10517', 'Ravenous Wolf', 'easter_c19_wolf', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10518', '10518', 'Ancient Storybook', 'easter_c19_ancientbook', 's', '1', '1', '0.35', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10519', '10519', 'Rainbow Forest Chicken', 'easter_r19_mysticalbird', 's', '1', '1', '1.70', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10520', '10520', 'Mushroom Hat', 'clothing_mushroomhat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10521', '10521', 'Petal Dress', 'clothing_petaldress', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10522', '10522', 'Ravenous Wolf Mask', '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', 'Floral Ponytail', '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', 'Busy Bunny', 'easter_c19_busybunny', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10525', '10525', 'Forest Floor', 'easter_c19_forrestfood', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10526', '10526', 'Whispering Tree', 'easter_c19_springtree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10527', '10527', 'Red Riding Hood Storybook', 'easter_c19_book1a', 's', '1', '1', '0.35', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10528', '10528', 'Aquifer Dragon', 'easter_c19_waterdrago', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10529', '10529', 'Baby Water Kelpie', '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', 'Habbelina', 'easter_c19_habelina', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10531', '10531', 'Baby Ent', 'easter_c19_babyent2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10532', '10532', 'Enchanted Woodland Critters', 'easter_c19_woodlandcritters', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10533', '10533', 'Enchanted Fox Outfit', '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', 'Enchanted Egg', 'easter_c19_forrestegg2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10535', '10535', 'Bonnie Red Riding Hood', 'easter_c19_lilredbonnie', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10536', '10536', 'Forest Ring Teleport', 'easter_c19_magicringtele', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10537', '10537', 'Savage Hippogriff', 'easter_c19_hippogriff', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10538', '10538', 'Fairy Prince', 'easter_c19_fairyprince', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10539', '10539', 'Leafy Hair', 'clothing_leafhair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10540', '10540', 'Forest Floor', 'easter_c19_forrestfloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10541', '10541', 'Bear Owl', 'easter_c19_bearowl', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10542', '10542', 'Luminescent Flower Lamp', 'easter_c19_flowerlamp', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10543', '10543', 'Bonus Bag I', 'bonusbag19_1', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10544', '10544', 'Scarlet Daisy', 'bonusrare19_1*0', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10545', '10545', 'Ochre Daisy', 'bonusrare19_1*1', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10546', '10546', 'Lilac Daisy', 'bonusrare19_1*2', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10547', '10547', 'Sky White Daisy', 'bonusrare19_1*3', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10548', '10548', 'Ultramarine Daisy', 'bonusrare19_1*4', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10549', '10549', 'Charcoal Daisy', 'bonusrare19_1*5', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10550', '10550', 'Comedy Mask', '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', 'Ancient Greek Scrolls', 'greek_c19_scrolls1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10552', '10552', 'Ancient Greek Table', 'greek_c19_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 ('10553', '10553', 'Ancient Greek Vase', 'greek_c19_vase2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10554', '10554', 'Ancient Greek Scrolls', 'greek_c19_scrolls2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10555', '10555', 'Deluxe Athenian Harp', 'greek_c19_harp2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10556', '10556', 'Tragedy Mask', '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', 'Bowl of Fruit', 'greek_c19_fruitbowl', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10558', '10558', 'Athenian Harp', 'greek_c19_harp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10559', '10559', 'Pythagorean Cup', 'greek_c19_pythagorascup', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10560', '10560', 'Minotaur Horns', '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', 'Luxury Tiled Bath', 'greek_r19_tiledbath', 's', '2', '2', '1.50', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '29', '29', ''); +INSERT INTO `items_base` VALUES ('10562', '10562', 'Ancient Greek Shield', 'greek_c19_shield2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10563', '10563', 'Ancient Greek Vase', 'greek_c19_vase1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10564', '10564', 'Ancient Greek Stool', 'greek_c19_chair', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10565', '10565', 'Medusa Hair', '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', 'Ancient Greek Chariot', 'greek_r19_chariot', 's', '1', '1', '0.30', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10567', '10567', 'Bronze Warrior Statue', 'greek_c19_statue', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10568', '10568', 'Ancient Greek Shield', 'greek_c19_shield1', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10569', '10569', 'Gold Athenian Harp', 'greek_ltd19_harp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10570', '10570', 'Senator\'s Bed', 'greek_r19_luxbed', 's', '1', '3', '1.40', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10571', '10571', 'Ancient Greek Wall', 'greek_c19_wall', 's', '1', '2', '3.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10572', '10572', 'Ancient Greek Booster Box', 'booster_c19_box1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10573', '10573', 'Ancient Greek Booster Box', 'booster_c19_box2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10574', '10574', 'Pink Festival Parasol', 'fest_c19_parasol1', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10575', '10575', 'Purple Festival Cushion', 'fest_c19_stool3', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10576', '10576', 'Luxury Festival Tent', 'fest_c19_loverstent', 's', '2', '3', '1.00', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'tent', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10577', '10577', 'Bobba Tea Stand', 'fest_c19_bobbatea', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '124,125,126', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10578', '10578', 'Grace the Alpaca', 'fest_ltd19_alpaca', 's', '1', '1', '2.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10579', '10579', 'Festival Ticket Stall', 'fest_c19_ticketstall', 's', '2', '2', '0.50', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10580', '10580', 'Purple Festival Parasol', 'fest_c19_parasol3', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10581', '10581', 'Gemstone Facepaint', 'clothing_bohogems', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10582', '10582', 'Artisan Sewing Material', 'fest_c19_materials', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10583', '10583', 'Crystal Bead Tiara', 'clothing_bohoheadgems', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10584', '10584', 'Lake Plunger Bikini', 'clothing_plungebikini', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10585', '10585', 'Festival Falafel Stall', 'fest_c19_falafelstall', 's', '2', '2', '0.50', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10586', '10586', 'Festival Totem Pole', 'fest_c19_pole', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10587', '10587', 'Mystic Festival Skull', 'fest_c19_skull3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10588', '10588', 'Flower-Studded Beard', 'clothing_flowerbeard', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10589', '10589', 'Coal Ice Cream Stand', 'fest_c19_coalicecream', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '127,128', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10590', '10590', '20 Year Dreads', 'clothing_dreadlockstied', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10591', '10591', 'Purple Festival Cushion', 'fest_c19_cushion3', 's', '2', '2', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10592', '10592', 'Hanging Festival Decorations', 'fest_c19_hangingdecor', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10593', '10593', 'Rainbow Curls', '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', 'Bohemian Tunic', 'clothing_bohotunic', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10595', '10595', 'Orange Festival Curtains', 'fest_c19_backdrop1', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10596', '10596', 'Green Festival Dye', 'fest_c19_dye1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10597', '10597', 'Purple Festival Dye', 'fest_c19_dye2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10598', '10598', 'Green Festival Cushion', 'fest_c19_cushion2', 's', '2', '2', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10599', '10599', 'Festival Bum Bag', 'clothing_waistbag', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10600', '10600', 'Facepaint Patterns', 'fest_c19_bprint1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10601', '10601', 'Dreamcatcher', 'fest_c19_dreamcatcher', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10602', '10602', 'Festival Bongos', 'fest_c19_bongos', 's', '1', '1', '0.50', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10603', '10603', 'Gem-Studded Owl', 'fest_r19_gemowl', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10604', '10604', 'Grand Ay Tail', 'clothing_grandetail', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10605', '10605', 'Festival DJ Rig', 'fest_c19_dj', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10606', '10606', 'Backpack Patterns', 'fest_c19_bprint4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10607', '10607', 'Divine Festival Skull', 'fest_c19_skull5', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10608', '10608', 'Bountiful Festival Skull', 'fest_c19_skull4', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10609', '10609', 'Green Festival Parasol', 'fest_c19_parasol2', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10610', '10610', 'Seer\'s Festival Skull', 'fest_c19_skull2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10611', '10611', 'Bohemian Backpack', 'clothing_bohobackpack', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10612', '10612', 'Festival Brazier', 'fest_c19_brazier', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10613', '10613', 'Flowing Shirt', 'clothing_flowingshirt', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10614', '10614', 'Shirt Patterns', 'fest_c19_bprint3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10615', '10615', 'Rainbow Shades', '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', 'Bohemian Forest Lamp', 'fest_c19_lamp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10617', '10617', 'Festival Palm Tree', 'fest_c19_palm', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10618', '10618', 'Bohemian Vest', 'clothing_bohovest', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10619', '10619', 'Gemstone Tiara', 'clothing_bohotiara', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10620', '10620', 'Lady Gaia', 'fest_r19_ladygaia', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10621', '10621', 'Pink Festival Cushion', 'fest_c19_stool1', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10622', '10622', 'Bohemian Dog', 'fest_c19_hipdog', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10623', '10623', 'Green Festival Curtains', 'fest_c19_backdrop2', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10624', '10624', 'Artisanal Wooden Speakers', 'fest_c19_amp', 's', '1', '1', '2.80', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10625', '10625', 'Indigenous Didgeridoo', 'fest_c19_didgeridoo', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10626', '10626', 'Book of Patterns (OPEN ME!)', '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', 'Floral Festival Skull', 'fest_c19_skull1', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10628', '10628', 'Rugged Backpack', 'clothing_ruggedbackpack', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10629', '10629', 'Bohemian Facepaint', 'clothing_bohopaint', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10630', '10630', 'Bohemian Handbag', 'clothing_bohobag', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10631', '10631', 'Purple Festival Curtains', 'fest_c19_backdrop3', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10632', '10632', 'Opulent Festival Skull', 'fest_c19_skull6', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10633', '10633', 'Guru\'s Sitar', 'fest_c19_sitar', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10634', '10634', 'Artisan Sewing Box', 'fest_c19_craft', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10635', '10635', 'Green Festival Cushion', 'fest_c19_stool2', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10636', '10636', 'Headgear Patterns', 'fest_c19_bprint2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10637', '10637', 'Festival Stage', 'fest_c19_stage', 's', '2', '2', '1.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10638', '10638', 'Pink Festival Cushion', 'fest_c19_cushion1', 's', '2', '2', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10639', '10639', 'Festival Flags', 'fest_c19_flags', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10640', '10640', 'Pastel Teddy Bear', 'pastel_c19_plushie3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10641', '10641', 'Pastel Stool', 'pastel_c19_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 ('10642', '10642', 'Pastel Cupcakes', 'pastel_c19_cupcake', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10643', '10643', 'Pastel Bedside Table', 'pastel_c19_bedsidetable', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10644', '10644', 'Star Decorations', 'pastel_c19_stardeco', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10645', '10645', 'Pastel Rainbow Jumper', '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 Sofa', 'pastel_c19_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 ('10647', '10647', 'Pastel Cupboard', 'pastel_c19_cupboard', 's', '1', '1', '2.70', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10648', '10648', 'Unicorn Poster', 'pastel_c19_unicornposter', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10649', '10649', 'Pastel Lamp', 'pastel_c19_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 ('10650', '10650', 'Shooting Star', 'pastel_c19_shootingstar', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10651', '10651', 'Fluffy Pink Carpet', 'pastel_c19_carpet', 's', '4', '4', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10652', '10652', 'Bedroom Fairy Lights', 'pastel_c19_lights', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10653', '10653', 'Pastel Table', 'pastel_c19_table', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10654', '10654', 'Pastel Kitten Plushie', 'pastel_c19_plushie1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10655', '10655', 'Bedroom Star Lights', 'pastel_c19_starlights', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10656', '10656', 'Pastel Bedroom Wall', 'pastel_c19_wall', 's', '1', '2', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10657', '10657', 'Pastel Seat', 'pastel_c19_cubeseat', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10658', '10658', 'Pastel Plushie Pile', 'pastel_c19_plushiepile', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10659', '10659', 'Bedroom Floorboards', 'pastel_c19_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 ('10660', '10660', 'Pastel Bunny Plushie', 'pastel_c19_plushie2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10661', '10661', 'Pastel Bed', 'pastel_c19_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 ('10662', '10662', 'Golden Sceptre', 'CF_350_sceptre', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10663', '10663', 'The Facepalm', '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', 'Book of Patterns', 'fest_c19_bprintcrackableb', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10665', '10665', 'Bonus Bag II', 'bonusbag19_2', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10666', '10666', 'Pink Doughnut', 'bonusrare19_2*0', 's', '1', '1', '0.90', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10667', '10667', 'Purple Doughnut', 'bonusrare19_2*1', 's', '1', '1', '0.90', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10668', '10668', 'Teal Doughnut', 'bonusrare19_2*2', 's', '1', '1', '0.90', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10669', '10669', 'Yellow Doughnut', 'bonusrare19_2*3', 's', '1', '1', '0.90', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10670', '10670', 'Brown Doughnut', 'bonusrare19_2*4', 's', '1', '1', '0.90', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10671', '10671', 'Black Doughnut', 'bonusrare19_2*5', 's', '1', '1', '0.90', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10672', '10672', 'Inflatable Pineapple', 'rainbow_r19_pineapplefloat', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10673', '10673', 'Rainbow Table', 'rainbow_c19_table', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10674', '10674', 'Rainbow Parasol', 'rainbow_ltd19_parasol', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10675', '10675', 'Rainbow Rug', 'rainbow_c19_rug', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10676', '10676', 'Rainbow Stool', 'rainbow_c19_chair', 's', '1', '1', '0.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10677', '10677', 'Rainbow Ceiling Light', 'rainbow_c19_lights', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10678', '10678', 'Rainbow Bed', 'rainbow_c19_bed', 's', '2', '3', '0.00', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10679', '10679', 'Inflatable Peacock', 'rainbow_r19_peacockfloat', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10680', '10680', 'Inflatable Rainbow', 'rainbow_r19_rainbowfloat', 's', '1', '1', '0.70', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10681', '10681', 'Inflatable Flamingo', 'rainbow_r19_flamingofloat', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'water_item', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10682', '10682', 'Star Gazer\'s Wardrobe', 'celestial_c19_wardrobe', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10683', '10683', 'Star Shower', 'celestial_c19_starshower', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10684', '10684', 'Celestial Dresser', 'celestial_c19_dresser', 's', '2', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10685', '10685', 'Moon Bed', 'celestial_c19_moonbed', 's', '1', '3', '3.00', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10686', '10686', 'Astro Bunny', 'celestial_c19_spacebun', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10687', '10687', 'Cloud Rug', 'celestial_c19_rug', 's', '1', '2', '0.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10688', '10688', 'Planet Habbo', 'celestial_c19_planet', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10689', '10689', 'Celestial Tree', 'celestial_c19_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 ('10690', '10690', 'Star Gazer\'s Divider', 'celestial_c19_aurora', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10691', '10691', 'Celestial Flowers', 'celestial_c19_flower', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10692', '10692', 'Celestial Table', 'celestial_c19_table', 's', '1', '1', '1.30', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10693', '10693', 'Star Stool', 'celestial_c19_starchair', 's', '1', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10694', '10694', 'Floor of Stars', 'celestial_c19_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 ('10695', '10695', 'Celestial Dress', 'clothing_r19_celestialdress', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10696', '10696', 'Zebra Pattern Shirt', 'clothing_zebratop', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10697', '10697', 'Zebra Pattern Shirt (NOT tradable)', 'clothing_nt_zebratop', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10698', '10698', 'Cropped Jumper', 'clothing_croppedjumper', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10699', '10699', 'Layered Long Skirt', 'clothing_layeredlongskirt', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10700', '10700', 'Pride Flag Dispenser', 'rainbow_c19_flags', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1082', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10701', '10701', 'Long Mohawk', 'clothing_longmohawk', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10702', '10702', 'Robot Shop', 'suncity_c19_botshop', 's', '2', '1', '4.70', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10703', '10703', 'Sunlight City Delicacies', 'suncity_c19_jellyfood', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10704', '10704', 'Sunlight City Dwelling', 'suncity_c19_building', 's', '2', '1', '4.70', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10705', '10705', 'Sunlight City Chair', 'suncity_c19_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 ('10706', '10706', 'Sunlight City Waterway', 'suncity_c19_waterway', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10707', '10707', 'Sunlight City Divider', 'suncity_c19_divider', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10708', '10708', 'Short Tufts', 'clothing_shortcut', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10709', '10709', 'Casual Kimono', 'clothing_loosekimono', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10710', '10710', 'Sunlight City Weeds', 'suncity_c19_flora', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10711', '10711', 'Recyclable Glass', 'suncity_c19_glass', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10712', '10712', 'Sunlight City Plant', 'suncity_c19_plantpillar', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10713', '10713', 'Sunlight City Awning', 'suncity_c19_awning', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10714', '10714', 'Gardening Apron', 'clothing_gardenapron', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10715', '10715', 'Duck Sanctuary', 'suncity_ltd19_duckpond', 's', '3', '3', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10716', '10716', 'Gilded Clock', 'suncity_c19_clock', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10717', '10717', 'Bronze Rose Lamp', 'suncity_c19_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 ('10718', '10718', 'Two Tone Top (NOT tradable)', 'clothing_nt_flowytop', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10719', '10719', 'Flutterby Mask', 'clothing_butterflymask', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10720', '10720', 'Recyclable Plastic', 'suncity_c19_plastic', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10721', '10721', 'Solar Gremlin', 'suncity_c19_munchling', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10722', '10722', 'Sunlight City Balcony', 'suncity_c19_balcony', 's', '2', '1', '4.70', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10723', '10723', 'Solar Panel', 'suncity_c19_solarpanel', 's', '1', '2', '0.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10724', '10724', 'Butterfly Dress', 'clothing_r19_butterflydress', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10725', '10725', 'Sunlight City Biosphere', 'suncity_r19_biosphere', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10726', '10726', 'Sunlight City Pavement', 'suncity_c19_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 ('10727', '10727', 'Leafy Mask', 'clothing_leafmask', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10728', '10728', 'Zeppelin Pilot Hat', 'clothing_gogglehat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10729', '10729', 'Recyclable Paper', 'suncity_c19_paper', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10730', '10730', 'Sunlight City Tree', 'suncity_c19_tree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10731', '10731', 'Two Tone Top', 'clothing_flowytop', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10732', '10732', 'Trashbot Jr.', 'suncity_c19_trashboy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10733', '10733', 'Experimental Terrarium', 'suncity_c19_biokit', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10734', '10734', 'Leafy Earrings', 'clothing_leafearrings', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10735', '10735', 'Sunlight City Wall', 'suncity_c19_glasswall', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10736', '10736', 'Sunlight City Gazebo', 'suncity_c19_gazebo', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10737', '10737', 'Feathered Cowl', 'clothing_r19_featheredcowl', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10738', '10738', 'Reprocessed Water', 'suncity_c19_wateroutlet', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1081', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10739', '10739', 'Recycled Handbag', 'clothing_floralbag', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10740', '10740', 'Sunlight City Streetlight', 'suncity_c19_streetlight', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10741', '10741', 'Aqua Crystal Fountain', 'suncity_r19_glassfountain', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10742', '10742', 'Sunlight City Footbridge', 'suncity_c19_minibridge', 's', '1', '1', '0.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10743', '10743', 'Sunlight City Waterway', 'suncity_c19_waterwaycrnr', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10744', '10744', 'Sunlight City Table', 'suncity_c19_table', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10745', '10745', 'Skull Sprout', 'clothing_sprout', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10746', '10746', 'Sunlight City Shop', 'suncity_c19_perfumeshop', 's', '2', '1', '4.70', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10747', '10747', 'Leaf Patterned Vase', 'suncity_c19_vase', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10748', '10748', 'Casual Kimono (NOT tradeable)', 'clothing_nt_loosekimono', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10749', '10749', 'Short Tufts (NOT tradeable)', 'clothing_nt_shortcut', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10750', '10750', 'Skull Sprout (NOT tradeable)', 'clothing_nt_sprout', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10751', '10751', 'Leafy Earrings (NOT tradeable)', 'clothing_nt_leafearrings', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10752', '10752', 'Gardening Apron (NOT tradeable)', 'clothing_nt_gardenapron', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10753', '10753', 'Cosy Lamp', 'rainyday_c19_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 ('10754', '10754', 'Comfy Bean Bag', 'rainyday_c19_beanbag', 's', '1', '1', '0.80', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10755', '10755', 'Pillow Fort', 'rainyday_c19_pillowfort', 's', '2', '1', '0.50', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10756', '10756', 'Rain-soaked Windows', 'rainyday_c19_rainwindows', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10757', '10757', 'Half Tied Hair', 'clothing_halftiedhair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10758', '10758', 'Impermeable Raincoat', 'clothing_r19_raincoat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10759', '10759', 'Board Games', 'rainyday_c19_boardgames', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10760', '10760', 'Teddy Dressing Gown', 'clothing_r19_teddygown', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10761', '10761', 'Book Bag', 'clothing_bookbag', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10762', '10762', 'Tartan Seat', 'rainyday_c19_tartanseat', 's', '3', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10763', '10763', 'Cosy Rug', 'rainyday_c19_rugblanket', 's', '2', '2', '0.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10764', '10764', 'Hot Chocolate', 'rainyday_c19_cocoa', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10765', '10765', 'Little Raccoon', 'rainyday_r19_rainbear', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10766', '10766', 'Buffy', 'rainyday_r19_fluffbun', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10767', '10767', 'Dry Goods Section', 'market_c19_drygoods', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '138,117,1089,63,1028', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10768', '10768', 'Supermarket Trolley', 'market_c19_trolley', 's', '1', '1', '0.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10769', '10769', 'Popsicle Freezer', 'market_c19_icecreamfreezer', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '137,75,76,77,4', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10770', '10770', 'Vegetable Stand', 'market_c19_deli1', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '81,111,34,132', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10771', '10771', 'Icecream Tub Freezer', 'market_c19_icecreamtubs', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '137,75,76,77,4', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10772', '10772', 'Stationary Stand', 'market_c19_stationary', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1003,1004,1005,1087,1088,1068,1069,1070', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10773', '10773', 'Self-Checkout', 'market_c19_selfcheckout', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10774', '10774', 'Hazardous Spillage', 'market_c19_spill', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '9', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10775', '10775', 'Meat Fridge', 'market_c19_meat', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '136,109,70,122', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10776', '10776', 'Supermarket Tile', 'market_c19_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 ('10777', '10777', 'Vegetable Fridge', 'market_c19_vegfruit', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '38,1084,116,98,99,100,133,36,37,39,134,3,112', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10778', '10778', 'Deli Counter', 'market_c19_deli2', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '135,71,39,131,89,130', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10779', '10779', 'Sale Banner', 'market_c19_banner', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10780', '10780', 'Dairy Fridge', 'market_c19_dairyfridge', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '113,114,115,130,107,66,129', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10781', '10781', 'Shopping Basket', 'market_c19_basket', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10782', '10782', 'Anti-Theft Alarm', 'market_c19_antitheftalarm', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10783', '10783', 'DVD Section', 'market_c19_dvds', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1086,1085', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10784', '10784', 'Checkout Desk', 'market_c19_checkoutdesk', 's', '3', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10785', '10785', 'Aisle Sign', 'market_c19_signboard', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10786', '10786', 'Autumn Forest Floor', 'hween_c19_autumnfloor', 's', '2', '2', '0.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10787', '10787', 'Tarot Cards', 'hween_c19_tarot', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10788', '10788', 'Uneven Floorboards', 'hween_c19_crookedfloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10789', '10789', 'Witch\'s Cauldron', 'hween_c19_bewitchedcauldron', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10790', '10790', 'Warlock Locks', 'clothing_r19_warlocks', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10791', '10791', 'Fragrant Herbs', 'hween_c19_herbs', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10792', '10792', 'Witch Hair', 'clothing_r19_longlonghair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10793', '10793', 'Stone Wall', 'hween_c19_stonewall', 's', '2', '1', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10794', '10794', 'Pumpkin Patch', 'hween_c19_pumpkinpatch', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1083', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10795', '10795', 'Witch Armchair', 'hween_c19_bewitchedchair', 's', '1', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10796', '10796', 'Witch Bed', 'hween_c19_bewitchedbed', 's', '1', '3', '1.80', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10797', '10797', 'Witch Table', 'hween_c19_bewitchedtable', 's', '1', '1', '0.90', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10798', '10798', 'Witch Crystal', 'hween_c19_crystal', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10799', '10799', 'Witch Roof Corner', 'hween_c19_roofcorner', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10800', '10800', 'Ingredients Pouch', 'hween_c19_witchsatchel', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10801', '10801', 'Flaming Unicorn', 'hween_c19_flameon', 's', '1', '1', '2.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10802', '10802', 'Possessed Eyes', 'clothing_nt_possessedeyes', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10803', '10803', 'Witch Roof', 'hween_c19_angleroof', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10804', '10804', 'Demon Lord Wings', 'clothing_r19_demonwings', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10805', '10805', 'Birch Tree', 'hween_c19_birchtree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10806', '10806', 'Burning Phantom', 'hween_c19_firechild', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10807', '10807', 'Big Witch Roof', 'hween_c19_bigroof', 's', '2', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10808', '10808', 'Witch\'s Crafting Table', 'hween_c19_witchcraft', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10809', '10809', 'Witch Wall', 'hween_c19_claddedwall', 's', '2', '1', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10810', '10810', 'Possessed Eyes', 'clothing_possessedeyes', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10811', '10811', 'Witch Robes', 'clothing_nt_witchrobes', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10812', '10812', 'Crumbling Skull', 'hween_c19_bewitchedskull', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10813', '10813', 'Witch Throne', 'hween_ltd19_skullthrone', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10814', '10814', 'Witch Archway', 'hween_c19_archway', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10815', '10815', 'Weeping Willow', 'hween_r19_weepingwillow', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10816', '10816', 'Small Witch Roof', 'hween_c19_smallroof', 's', '1', '1', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10817', '10817', 'Ravenous Werewolf', 'hween_c19_darkwerewolf', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10818', '10818', 'Witch Familiar', 'hween_r19_witchfamiliar', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10819', '10819', 'Witch\'s Fireplace', 'hween_c19_fireplace', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10820', '10820', 'Witch Hat', 'clothing_witchhat2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10821', '10821', 'Witch Robes', 'clothing_witchrobes', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10822', '10822', 'Spirit Owl', 'hween_c19_spiritowl', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10823', '10823', 'Witch Roof', 'hween_c19_steeproof', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10824', '10824', 'Witch Potions', 'hween_c19_potions', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10825', '10825', 'Long Feathers', 'hween_c19_feathers', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10826', '10826', 'Crystal Ball', 'hween_c19_crystalball', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10827', '10827', 'Witch Hat', 'clothing_nt_witchhat2', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10828', '10828', 'Living Slime', 'hween_c19_slimeblob', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10829', '10829', 'Witch Candles', 'hween_c19_bewitchedcandles', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10830', '10830', 'Ingredients Pouch', 'hween_c19_witchsatchel2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10831', '10831', 'Witch\'s Broom Stand', 'hween_c19_broomstaffstand', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10832', '10832', 'Designer Hucci Bag', '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', 'Bonus Bag III', 'bonusbag19_3', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10834', '10834', 'Green Money Plant', 'bonusrare19_3*0', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10835', '10835', 'Blue Money Plant', 'bonusrare19_3*1', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10836', '10836', 'Lime Money Plant', 'bonusrare19_3*2', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10837', '10837', 'Scarlet Money Plant', 'bonusrare19_3*3', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10838', '10838', 'Magic Money Plant', 'bonusrare19_3*4', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10839', '10839', 'Purple Money Plant', 'bonusrare19_3*5', 's', '1', '1', '0.10', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10840', '10840', 'mutearea_sign2 name', 'mutearea_sign2', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'mutearea', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10841', '10841', 'Wireless Earphones', 'clothing_habpods', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10842', '10842', 'Neck Scarf (non-tradeable)', 'clothing_nt_shortscarf', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10843', '10843', 'Wireless Earphones (non-tradeable)', 'clothing_nt_habpods', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10844', '10844', 'Flared Trench Coat (non-tradeable)', 'clothing_nt_flaredtrench', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10845', '10845', 'Micro Bag', 'clothing_microbag', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10846', '10846', 'Hitched Wooly Jumper', 'clothing_hitchedjumper', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10847', '10847', 'Hitched Wooly Jumper (non-tradeable)', 'clothing_nt_hitchedjumper', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10848', '10848', 'Maple Bonsai Tree', 'autumn_r19_maplebonsai', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10849', '10849', 'Neck Scarf', 'clothing_shortscarf', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10850', '10850', 'Micro Bag (non-tradeable)', 'clothing_nt_microbag', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10851', '10851', 'Flared Trench Coat', 'clothing_flaredtrench', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10852', '10852', 'Log Cabin Window', 'wintercabin_c19_window', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10853', '10853', 'Log Cabin Floor', 'wintercabin_c19_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 ('10854', '10854', 'Log Cabin Sofa', 'wintercabin_c19_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 ('10855', '10855', 'Log Cabin Fence', 'wintercabin_c19_fence', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10856', '10856', 'Log Cabin Table', 'wintercabin_c19_cabintable', 's', '1', '2', '0.60', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10857', '10857', 'Log Cabin Stairs', 'wintercabin_c19_stairs', 's', '1', '1', '0.70', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10858', '10858', 'Log Cabin Chandelier', 'wintercabin_c19_antlerlight', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10859', '10859', 'Log Cabin Corner', 'wintercabin_c19_corner', 's', '1', '1', '5.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10860', '10860', 'Raised Cabin Floor', 'wintercabin_c19_stage', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '3', '0', '1.3;2.5;3.5', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10861', '10861', 'Log Cabin Fireplace', 'wintercabin_c19_fireplace', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10862', '10862', 'Log Cabin Lamp', 'wintercabin_c19_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 ('10863', '10863', 'Log Cabin Rug', 'wintercabin_c19_cabinrug', 's', '4', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10864', '10864', 'Log Cabin Side Table', 'wintercabin_c19_glasstable', 's', '1', '1', '0.90', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10865', '10865', 'Log Cabin Items', 'wintercabin_c19_items', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10866', '10866', 'Log Cabin Wall', 'wintercabin_c19_wall', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10867', '10867', 'Log Cabin Drawers', 'wintercabin_c19_drawers', 's', '2', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10868', '10868', 'Log Cabin Armchair', 'wintercabin_c19_cabinchair', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10869', '10869', 'Log Cabin Bed', 'wintercabin_c19_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 ('10870', '10870', 'Leather Hoodie', 'clothing_leatherhoodie', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10871', '10871', 'Messy Tufts (non-tradeable)', 'clothing_nt_shortfluffy', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10872', '10872', 'Long Wavy Curls', 'clothing_wavy3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10873', '10873', 'Autumnal Dress', 'clothing_r19_autumndress', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10874', '10874', 'Leather Hoodie (non-tradeable)', 'clothing_nt_leatherhoodie', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10875', '10875', 'Autumnal Headpiece', 'clothing_r19_autumnhairpiece', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10876', '10876', 'Long Wavy Curls (non-tradeable)', 'clothing_nt_wavy3', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10877', '10877', 'Messy Tufts', 'clothing_shortfluffy', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10878', '10878', 'Puppy Accesories', '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', 'King\'s Orb', 'CF_500_orb', 's', '1', '1', '0.00', '0', '0', '0', '0', '0', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10880', '10880', 'Winter Palace Balcony', 'xmas_c19_balcony', 's', '2', '1', '5.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10881', '10881', 'Vial of Gold Dust', 'xmas_c19_jarofgold', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10882', '10882', 'Round Man', 'xmas_c19_terrierplushie', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10883', '10883', 'Roof Icicles', 'xmas_c19_icicles', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10884', '10884', 'Carved Ice Angel', 'xmas_c19_angelfigure', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10885', '10885', 'Circular Hamster', 'xmas_c19_hamsterplushie', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10886', '10886', 'Ice Throne', 'xmas_ltd19_icethrone', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10887', '10887', 'Snow Sprites', 'xmas_c19_snowsprites', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10888', '10888', 'Pompom Bag', 'clothing_pompombag', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10889', '10889', 'Polar Braid', 'clothing_r19_elisa', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10890', '10890', 'Christmas Tree Box (Non-Crackable)', 'xmas_c19_box4b', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10891', '10891', 'Pompom Bag (non-tradeable)', 'clothing_nt_pompombag', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10892', '10892', 'Icicle Box (Non-Crackable)', 'xmas_c19_box1b', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10893', '10893', 'Winter Palace Guard', 'xmas_c19_elfguard', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10894', '10894', 'Winter Palace Floor', 'xmas_c19_crystalfloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10895', '10895', 'Beard of Icicles (non-tradeable)', 'clothing_nt_frostedbeard', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10896', '10896', 'Polar Elf', 'xmas_c19_elffairy', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10897', '10897', 'Gilded Ice Reindeer', 'xmas_c19_reindeerfigure2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10898', '10898', 'North Star Box (Non-Crackable)', 'xmas_c19_box6b', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10899', '10899', 'Holly Box (Non-Crackable)', 'xmas_c19_box5b', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10900', '10900', 'Winter Palace Drape', 'xmas_c19_curtain', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10901', '10901', 'Snowman Box', 'xmas_c19_box3', 's', '1', '1', '1.10', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10902', '10902', 'Carved Ice Robin', 'xmas_c19_robinfigure', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10903', '10903', 'Snowman Suit', 'clothing_snowmansuit', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10904', '10904', 'Bearmuffs (non-tradeable)', 'clothing_nt_bearmuffs', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10905', '10905', 'Beard of Icicles', 'clothing_frostedbeard', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10906', '10906', 'Is This a Tree?', 'xmas_c19_icetree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10907', '10907', 'Carved Ice Reindeer', 'xmas_c19_reindeerfigure', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10908', '10908', 'Iridescent Ice Harp', 'xmas_r19_crystalharp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10909', '10909', 'Winter Palace Arch', 'xmas_c19_archwall', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10910', '10910', 'Winter Palace Banner', 'xmas_c19_furbanner', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10911', '10911', 'Snowman Crafting Table', 'xmas_c19_snowcraft', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10912', '10912', 'Regular Sized Scarf', 'clothing_nordicscarf', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10913', '10913', 'Winter Palace Table', 'xmas_c19_crystaltable', 's', '1', '3', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10914', '10914', 'Chubby Cat', 'xmas_c19_catplushie', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10915', '10915', 'Gilded Ice Dragon', 'xmas_c19_dragonfigure2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10916', '10916', 'Gingerbread Box', 'xmas_c19_box2', 's', '1', '1', '1.10', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10917', '10917', 'Little Inuit', 'xmas_c19_elfeskimo', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10918', '10918', 'Luminescent Ice Boulder', 'xmas_c19_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 ('10919', '10919', 'Pompom Beanie', 'clothing_pompomhat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10920', '10920', 'Fruity Slush Dispenser', 'xmas_c19_stackedicedrinks', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '142', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10921', '10921', 'Pudding Pug', 'xmas_c19_pugplushie', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10922', '10922', 'Forward Facing Spikes', 'clothing_r19_frosted', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10923', '10923', 'Hallowed Ice Fountain', 'xmas_r19_crystalfountain', 's', '2', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10924', '10924', 'Winter Palace Chair', 'xmas_c19_crystalchair', 's', '1', '1', '1.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10925', '10925', 'Bearmuffs', 'clothing_bearmuffs', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10926', '10926', 'Snowman Box (Non-Crackable)', 'xmas_c19_box3b', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10927', '10927', 'Winter Palace Windows', 'xmas_c19_windowwall', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10928', '10928', 'North Star Box', 'xmas_c19_box6', 's', '1', '1', '1.10', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10929', '10929', 'Gilded Ice Unicorn', 'xmas_c19_unicornfigure2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10930', '10930', 'Carved Ice Dragon', 'xmas_c19_dragonfigure', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10931', '10931', 'Christmas Tree Box', 'xmas_c19_box4', 's', '1', '1', '1.10', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10932', '10932', 'Pompom Beanie (non-tradeable)', 'clothing_nt_pompomhat', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10933', '10933', 'Gilded Ice Songbirds', 'xmas_c19_robinfigure2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10934', '10934', 'Gilded Ice Angel', 'xmas_c19_angelfigure2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10935', '10935', 'Razor Sharp Icicles', 'xmas_c19_iceshards', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10936', '10936', 'Holly Box', 'xmas_c19_box5', 's', '1', '1', '1.10', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10937', '10937', 'Boreal Mage', 'xmas_c19_elfmage', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10938', '10938', 'Winter Palace Chandelier', 'xmas_c19_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 ('10939', '10939', 'Gingerbread Box (Non-Crackable)', 'xmas_c19_box2b', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10940', '10940', 'Carved Ice Unicorn', 'xmas_c19_unicornfigure', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10941', '10941', 'Jack Frost\'s Lunch', 'xmas_c19_icefood', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10942', '10942', 'Snowman Suit (non-tradeable)', 'clothing_nt_snowmansuit', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10943', '10943', 'Icicle Box', 'xmas_c19_box1', 's', '1', '1', '1.10', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10944', '10944', 'Crown of Frost', 'clothing_icecrown', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10945', '10945', 'Chocolate Gelato', 'bonusrare19_4*0', 's', '1', '1', '0.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10946', '10946', 'Cyan Gelato', 'bonusrare19_4*1', 's', '1', '1', '0.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10947', '10947', 'Scarlet Gelato', 'bonusrare19_4*2', 's', '1', '1', '0.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10948', '10948', 'Pink Gelato', 'bonusrare19_4*3', 's', '1', '1', '0.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10949', '10949', 'Purple Gelato', 'bonusrare19_4*4', 's', '1', '1', '0.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10950', '10950', 'Green Gelato', 'bonusrare19_4*5', 's', '1', '1', '0.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10951', '10951', 'Bonus Bag IV', 'bonusbag19_4', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10952', '10952', 'Ice Panda', 'rare_prize19_xmas', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10953', '10953', 'House Keys', 'shome_keys', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10954', '10954', 'Tiny Hamster', 'shome_hamster', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10955', '10955', 'Golden Accessory Pack v.5', 'clothing_goldpack4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10956', '10956', 'Starry Night Backpack', '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', 'Diamond Heart Necklace', 'clothing_heartnecklace', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10958', '10958', 'Kitty Headphones', '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', 'Golden Rat Statue', 'china_goldenrat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10960', '10960', 'Rat Statue', 'china_rat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10961', '10961', 'Rat Accessories', 'clothing_rat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10962', '10962', 'Red Waistcoat', 'clothing_r19_sparklywaist5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10963', '10963', 'Purple Waistcoat', 'clothing_r19_sparklywaist6', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10964', '10964', 'Dark Waistcoat', 'clothing_r19_sparklywaist7', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10965', '10965', 'Gold Waistcoat', 'clothing_r19_sparklywaist8', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10966', '10966', 'Pink Waistcoat', 'clothing_r19_sparklywaist2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10967', '10967', 'Green Waistcoat', 'clothing_r19_sparklywaist3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10968', '10968', 'Blue Waistcoat', 'clothing_r19_sparklywaist1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10969', '10969', 'Orange Waistcoat', 'clothing_r19_sparklywaist4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10970', '10970', '2020 Waistcoat Gift Box', 'ny_r19_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 ('10971', '10971', 'Greek God Mask', 'hc20_9', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10972', '10972', 'Day of the Dead Mask', 'hc20_8', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10973', '10973', 'Yokai Mask', 'hc20_4', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10974', '10974', 'Exotic Tribal Headdress', 'hc20_2', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10975', '10975', 'Gaia Mask', 'hc20_12', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10976', '10976', 'Viking Relic', 'hc20_3', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10977', '10977', 'Jester Mask', 'hc20_7', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10978', '10978', 'Sarcophagus Mask', 'hc20_10', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10979', '10979', 'Lupine Mask', 'hc20_11', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10980', '10980', 'Tiki Mask', 'hc20_5', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10981', '10981', 'Temple Goddess Mask', 'hc20_6', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10982', '10982', 'Geisha Mask', 'hc20_1', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10983', '10983', 'Mini Habberge Egg', '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', 'Clay Seal', 'rare_prize20*0', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10985', '10985', 'Ruby Seal', 'rare_prize20*1', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10986', '10986', 'Sapphire Seal', 'rare_prize20*10', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10987', '10987', 'Jade Seal', 'rare_prize20*11', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10988', '10988', 'Pearl Seal', 'rare_prize20*12', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10989', '10989', 'Turquoise Seal', 'rare_prize20*13', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10990', '10990', 'Obsidian Seal', 'rare_prize20*2', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10991', '10991', 'Citrine Seal', 'rare_prize20*3', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10992', '10992', 'Presidential Seal of Approval', 'rare_prize20*4', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10993', '10993', 'Jasper Seal', 'rare_prize20*5', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10994', '10994', 'Emerald Seal', 'rare_prize20*6', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10995', '10995', 'Tanzanite Seal', 'rare_prize20*7', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10996', '10996', 'Aquamarine Seal', 'rare_prize20*8', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10997', '10997', 'Rhodochrosite Seal', 'rare_prize20*9', 's', '1', '1', '0.01', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10998', '10998', 'Ornate Wardrobe', 'rare_r20_wardrobe', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('10999', '10999', 'Bicolour Pigtails', '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', 'Floating Chair', 'rare_r20_balloonchair', 's', '1', '1', '2.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11001', '11001', 'Cake Stand', 'val_c20_cakestand', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11002', '11002', 'Chocolatier Chair', 'val_c20_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 ('11003', '11003', 'Chocolatier Lights', 'val_c20_lights', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11004', '11004', 'Chocolatier 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', 'Blackboard', 'val_c20_blackboard', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11006', '11006', 'Chocolatier Window', 'val_c20_window', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11007', '11007', 'Chocolatier Counter', 'val_c20_tablecounter', 's', '2', '1', '1.50', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11008', '11008', 'Chef Overalls', 'clothing_chocochefoutfit', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11009', '11009', 'Cake Display', 'val_c20_cakedisplay', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11010', '11010', 'Chocolatier Wall', 'val_c20_wall', 's', '2', '1', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11011', '11011', 'Chocolate Cake', 'val_c20_cake', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11012', '11012', 'Macho 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', 'Box of Chocolates', 'val_c20_chocgift', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11014', '11014', 'Chocolate Fountain', 'val_c20_chocfountain', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11015', '11015', 'Chocolatier Table', 'val_c20_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 ('11016', '11016', 'Chocolatier Seats', 'val_c20_seats', 's', '2', '1', '2.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11017', '11017', 'Bonus Bag I', 'bonusbag20_1', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11018', '11018', 'Red Potbelly Lamp', 'bonusrare20_1a*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 ('11019', '11019', 'Blue Potbelly Lamp', 'bonusrare20_1a*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11020', '11020', 'Ochre Potbelly Lamp', 'bonusrare20_1a*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11021', '11021', 'Green Potbelly Lamp', 'bonusrare20_1a*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11022', '11022', 'Purple Potbelly Lamp', 'bonusrare20_1a*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11023', '11023', 'Pink Potbelly Lamp', 'bonusrare20_1a*6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11024', '11024', 'Forest Paw Rug', 'bonusrare20_2*1', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11025', '11025', 'Cave Paw Rug', 'bonusrare20_2*2', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11026', '11026', 'Valley Paw Rug', 'bonusrare20_2*3', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11027', '11027', 'Savannah Paw Rug', 'bonusrare20_2*4', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11028', '11028', 'Cavern Paw Rug', 'bonusrare20_2*5', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11029', '11029', 'Mountain Paw Rug', 'bonusrare20_2*6', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11030', '11030', 'Bonus Bag III', 'bonusbag20_3', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11031', '11031', 'Green Espresso Machine', 'bonusrare20_3*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '53', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11032', '11032', 'Blue Espresso Machine', 'bonusrare20_3*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '53', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11033', '11033', 'Orange Espresso Machine', 'bonusrare20_3*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '53', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11034', '11034', 'Red Espresso Machine', 'bonusrare20_3*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '53', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11035', '11035', 'Purple Espresso Machine', 'bonusrare20_3*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '53', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11036', '11036', 'Yellow Espresso Machine', 'bonusrare20_3*6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '53', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11037', '11037', 'Yellow Pig Plushy', 'bonusrare20_4*0', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11038', '11038', 'Orange Pig Plushy', 'bonusrare20_4*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11039', '11039', 'Pink Pig Plushy', 'bonusrare20_4*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11040', '11040', 'Black Pig Plushy', 'bonusrare20_4*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11041', '11041', 'Mint Pig Plushy', 'bonusrare20_4*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11042', '11042', 'Blue Pig Plushy', 'bonusrare20_4*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11043', '11043', 'Bonus Bag II', 'bonusbag20_2', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11044', '11044', 'Bonus Bag IV', 'bonusbag20_4', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11045', '11045', 'Regal Theatre Curtains', 'rare_r20_grandebackdrop', 's', '3', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11046', '11046', 'Gold Heart Backpack', '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', 'Delphinium Plant', 'art_c20_plant', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11048', '11048', 'Forgotten Chest', 'booster_c20_box', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11049', '11049', 'Geometric Rug', 'art_c20_rug', 's', '2', '3', '0.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11050', '11050', 'Forgotten Chest', 'booster_c20_box1', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11051', '11051', 'Art Studio Floor', 'art_c20_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 ('11052', '11052', 'Artist Light', 'art_c20_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 ('11053', '11053', 'Paintings', 'art_c20_paintings', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11054', '11054', 'Gold Sequin Pillow', 'art_c20_gold4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11055', '11055', 'Deluxe Artist Chair', 'art_c20_chair', 's', '1', '1', '1.60', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11056', '11056', 'Sequin Pillow', 'art_c20_pillow', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11057', '11057', 'Modern Bin', 'art_c20_bin', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11058', '11058', 'Gold Dolly Mix', 'art_c20_gold1', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11059', '11059', 'Heart Backpack', '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', 'Artist Tablet', 'art_c20_drawingtablet', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11061', '11061', 'Gold Long Dolly Mix', 'art_c20_gold2', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11062', '11062', 'Bright Dolly Mix', 'art_c20_chair2', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11063', '11063', 'Artist Desk', 'art_c20_desk', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11064', '11064', 'Art Shelves', 'art_c20_shelves', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11065', '11065', 'Layer Dolly Mix', 'art_c20_chair4', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11066', '11066', 'Artist Canvas', 'art_c20_canvas', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11067', '11067', 'Gold Cuckoo Clock', 'art_c20_gold5', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11068', '11068', 'Contemporary Sofa', 'art_c20_sofa', 's', '2', '1', '0.90', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11069', '11069', 'Berry Dolly Mix', 'art_c20_chair1', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11070', '11070', 'Small Cuckoo Clock', 'art_c20_clock', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11071', '11071', 'Wall Clothing Rack', 'art_c20_clotheshanger', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11072', '11072', 'Rolled Paper', 'art_c20_rolledpaper', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11073', '11073', 'Gold Layer Dolly Mix', 'art_c20_gold3', 's', '1', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11074', '11074', 'Artist Stool', 'art_c20_artstool', 's', '1', '1', '1.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11075', '11075', 'Artist Easel', 'art_c20_easel', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11076', '11076', 'Long Dolly Mix', 'art_c20_chair3', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11077', '11077', 'Hexagonal Coffee Table', 'art_c20_coffeetable', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11078', '11078', 'Artist Caddy', 'art_c20_caddy', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11079', '11079', 'Heather Patch', 'easter_c20_heather', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11080', '11080', 'Mountain Goat', 'easter_r20_mountaingoat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11081', '11081', 'Siren Rock', 'easter_c20_darkrock', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11082', '11082', 'Imperial Robes', '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', 'Dark Imperial Crown', 'easter_c20_darkprize4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11084', '11084', 'Fallen Leaves', 'easter_c20_scatteredforestfloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11085', '11085', 'Fishing Line', 'easter_c20_fishingpole', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1090,1091,1092', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11086', '11086', 'Yoga Top (Non-Tradeable)', 'clothing_nt_yogatop', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11087', '11087', 'Survival Backpack (Non-Tradeable)', 'clothing_nt_campingbackpack', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11088', '11088', 'Camping Teepee', 'easter_c20_stickteepee', 's', '1', '1', '0.50', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11089', '11089', 'Easter Goose', 'easter_c20_ancientbird', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11090', '11090', 'Explorer Sash', 'clothing_explorersash', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11091', '11091', 'Mountain Rocks', 'easter_c20_rockboulders', 's', '1', '1', '0.60', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11092', '11092', 'Hop Costume', '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', 'Dark Earth Pony', 'easter_c20_darkprize2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11094', '11094', 'Life Vest', 'clothing_puffyvest', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11095', '11095', 'Mountain Slopes', 'easter_c20_mountainslopes', 's', '2', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '8', '0', '0.1;1.1;2.1;3.1;4.1;5.1;6.1;7.1;8.1', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11096', '11096', 'Fortune Duck', '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', 'Mystic Tree', 'easter_r20_mystictree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11098', '11098', 'Camping Essentials', 'easter_c20_campingessentials', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11099', '11099', 'Binoculars', 'clothing_binoculars', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11100', '11100', 'Cairn', 'easter_c20_ornamentalrocks', 's', '1', '1', '0.60', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11101', '11101', 'Picnic Food', 'easter_c20_picnicfood', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11102', '11102', 'Survival Backpack', 'clothing_campingbackpack', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11103', '11103', 'Mountain Flats', 'easter_c20_mountainflats', 's', '2', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '8', '0', '0.2;1.2;2.2;3.2;4.2;5.2;6.2;7.2', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11104', '11104', 'Dark Master Monument', 'easter_c20_darkprize3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11105', '11105', 'Dark Relic', 'easter_c20_darkprize1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11106', '11106', 'Yoga Top', 'clothing_yogatop', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11107', '11107', 'Life Vest (Non-Tradeable)', 'clothing_nt_puffyvest', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11108', '11108', 'Sporty Hair (Non-Tradeable)', 'clothing_nt_sportshair', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11109', '11109', 'Camping Blanket', 'easter_c20_camprug', 's', '2', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11110', '11110', 'Mossy Fence', 'easter_c20_mossydivider', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11111', '11111', 'First Aid Kit', 'easter_c20_firstaidkit', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11112', '11112', 'Sporty Hair', 'clothing_sportshair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11113', '11113', 'Water Logs', 'easter_c20_logwalk', 's', '2', '1', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11114', '11114', 'Imperial Crown', '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', 'Yoga Pants', 'clothing_yogapants', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11116', '11116', 'Earth Pony', 'easter_c20_ancienthorse', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11117', '11117', 'Whitewater Kayak', 'easter_c20_kayak', 's', '1', '1', '0.70', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11118', '11118', 'Nature Cap', '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', 'Yoga Pants (Non-Tradeable)', 'clothing_nt_yogapants', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11120', '11120', 'Light Royal Protector', 'easter_c20_lightprize3', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11121', '11121', 'Climbing Rope', 'easter_c20_climbingropetele', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11122', '11122', 'Sports Shades (Non-Tradeable)', 'clothing_nt_sportsshade', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11123', '11123', 'Binoculars (Non-Tradeable)', 'clothing_nt_binoculars', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11124', '11124', 'Light Jade Dragon', 'easter_c20_lightprize2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11125', '11125', 'Jar of Critters', 'easter_c20_forestfriends', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11126', '11126', 'Mermaid Rock', 'easter_c20_lightrock', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11127', '11127', 'Light Relic', 'easter_c20_clayrelic', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11128', '11128', 'Salmon Run', 'easter_c20_fishstream', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11129', '11129', 'Rainbow Egg', 'clothing_rainbowegg', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '3918', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11130', '11130', 'Jade Guardian', 'easter_c20_jadeguardian', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11131', '11131', 'Heather Rock', 'easter_c20_heatherrock', 's', '1', '1', '0.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11132', '11132', 'Royal Protector', 'easter_c20_ancientstatue', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11133', '11133', 'Sports Shades', 'clothing_sportsshade', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11134', '11134', 'Light Imperial Robes', 'easter_c20_lightprize4', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11135', '11135', 'Light Easter Goose', 'easter_c20_lightprize1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11136', '11136', 'Waypoint Rocks', 'easter_c20_waypointrocks', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11137', '11137', 'Camping Snacks', 'easter_c20_energyfood', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '7', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11138', '11138', 'Master Monument', 'easter_c20_zenmaster', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11139', '11139', 'Explorer Sash (Non-Tradeable)', 'clothing_nt_explorersash', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11140', '11140', 'Skinny Tree', 'easter_c20_foresttree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11141', '11141', 'Spring Rapids', 'easter_c20_rapids', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'roller', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11142', '11142', 'easter_c20_lightrock1 name', 'easter_c20_lightrock1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11143', '11143', 'easter_c20_darkrock1 name', 'easter_c20_darkrock1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11144', '11144', 'Royal Corgi', 'rare_r20_corgi', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11145', '11145', 'Marimo Aquarium', 'rare_r20_marimo', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11146', '11146', 'rare_r20_treehouse name', 'rare_r20_treehouse', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11147', '11147', 'Rose Bath Bomb', 'spa_c20_bbrose', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11148', '11148', 'Blue Spa Sack', 'spa_c20_crackable1A', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11149', '11149', 'Lower Towel Wrap', 'clothing_towelwraphalf', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11150', '11150', 'Blue Spa Sack (Non-crackable)', 'spa_c20_crackable1B', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11151', '11151', 'Eye Mask', 'clothing_eyemask', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11152', '11152', 'Mint Face Mask', 'clothing_maskmint', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11153', '11153', 'Mint Bath Bomb', 'spa_c20_bbmint', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11154', '11154', 'Charcoal Bath Bomb', 'spa_c20_bbcharcoal', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11155', '11155', 'Towel Hair', 'clothing_towelhair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11156', '11156', 'Tomato Eyes', 'clothing_eyetomato', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11157', '11157', 'Rose Face Mask', 'clothing_maskrose', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11158', '11158', 'Cucumber Eyes', 'clothing_eyecucumber', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11159', '11159', 'Lavender Salt', 'spa_c20_lavendersalt', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11160', '11160', 'Full Towel Wrap', 'clothing_towelwrapfull', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11161', '11161', 'Citrus Face Mask', 'clothing_maskcitrus', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11162', '11162', 'Citrus Bath Bomb', 'spa_c20_bbcitrus', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11163', '11163', 'Spa Incense', 'spa_c20_incense', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11164', '11164', 'Charcoal Face Mask', 'clothing_maskcharcoal', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11165', '11165', 'Orange Eyes', 'clothing_eyecitrus', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11166', '11166', 'Orange Spa Sack', 'spa_c20_crackable2A', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11167', '11167', 'Strawberry Eyes', 'clothing_eyestrawberry', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11168', '11168', 'Orange Spa Sack (Non-crackable)', 'spa_c20_crackable2B', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11169', '11169', 'Fragrant Bath (Crafting Table)', 'spa_c20_bath', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11170', '11170', 'Solid Gold Beetle', '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', 'Fez Monkey Hat', 'clothing_r20_monkeyfezhat', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11172', '11172', 'Sari Blueprint', 'india_c20_saribp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11173', '11173', 'Maharaja Long Pillow', 'india_c20_longpillow', 's', '2', '1', '0.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11174', '11174', 'Bollywood Makeup', 'clothing_moviestarmakeup', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11175', '11175', 'Cobra Hat', 'clothing_cobra', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11176', '11176', 'Bengal Tiger', 'india_r20_bengaltiger', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11177', '11177', 'Indian Incense Burner', 'india_c20_incense', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11178', '11178', 'Indian Cape', 'clothing_exoticcape', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11179', '11179', 'Indian Cape Blueprint', 'india_c20_capebp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11180', '11180', 'Elephant Stool', 'india_c20_eleseat', 's', '1', '1', '0.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11181', '11181', 'Indian Flower Bells', 'india_c20_flowerbelldeco', 's', '1', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11182', '11182', 'Fabric Dye', 'india_c20_dye', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11183', '11183', 'Traditional Head Jewel', 'clothing_headjewel', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11184', '11184', 'Bollywood Quiff', 'clothing_moviestarhair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11185', '11185', 'Empress Sari', 'clothing_grandsari', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11186', '11186', 'Maharaja Plush Sofa', 'india_c20_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 ('11187', '11187', 'Empress Head Jewel', 'clothing_grandheadjewel', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11188', '11188', 'Meenakari Jewellery Box', 'india_c20_jewellerybox', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11189', '11189', 'Sherwani', 'clothing_sherwani', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11190', '11190', 'Sherwani Blueprint', 'india_c20_sherwanibp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11191', '11191', 'Mosaic Globe Light', 'india_c20_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 ('11192', '11192', 'Traditional Turban (Non tradeable)', 'clothing_nt_turban', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11193', '11193', 'Palace Balcony Door', 'india_c20_balconydoor', 's', '1', '2', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11194', '11194', 'Palace Archway', 'india_c20_archway', 's', '1', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11195', '11195', 'Snake Hat Blueprint', 'india_c20_snakebp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11196', '11196', 'Indian Desserts', 'india_c20_dessert', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11197', '11197', 'Floral Indian Tile', 'india_c20_tiledfloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11198', '11198', 'Traditional Turban', 'clothing_turban', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11199', '11199', 'Indian Cloth', 'india_c20_cloth', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11200', '11200', 'Sultan Sherwani', 'clothing_grandsherwani', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11201', '11201', 'Curry Selection', 'india_c20_curries', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11202', '11202', 'Decorated Palm Vase', 'india_c20_palmvase', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11203', '11203', 'Bollywood Quiff (Non-tradeable)', 'clothing_nt_moviestarhair', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11204', '11204', 'Indian Villain Cape', 'clothing_grandexoticcape', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11205', '11205', 'Sewing Station (Crafting Table)', 'india_c20_sewingmachine', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11206', '11206', 'Indian Blueprint Book', 'india_c20_blueprintb', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11207', '11207', 'Glass Elephant Table', 'india_c20_eletable', 's', '1', '1', '1.45', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11208', '11208', 'Exotic Pillow Den', 'india_r20_exotictent', 's', '2', '2', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11209', '11209', 'Snake Hat', 'clothing_snake', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11210', '11210', 'Indian Blueprint Book', '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', 'Traditional Tea Set', 'india_c20_teaset', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11212', '11212', 'Head Jewel Blueprint', 'india_c20_headjewelbp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11213', '11213', 'Bollywood Makeup (Non-tradeable)', 'clothing_nt_moviestarmakeup', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11214', '11214', 'Indian Bead Bells', 'india_c20_beadbellsdeco', 's', '1', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11215', '11215', 'Sari', 'clothing_sari', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11216', '11216', 'Intricate Jewel Braid', 'clothing_r20_jewelbraidhair', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11217', '11217', 'Sultan\'s Throne', 'india_ltd20_sultanthrone', 's', '1', '1', '1.25', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11218', '11218', 'Formaldehyde Scuba Diver', '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', 'Habbo Descendent', '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', 'Recumbent Habbo', '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', 'Ducky Koons', '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', 'Graduation Cap', 'clothing_studentcap', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11223', '11223', 'Graduation Cap (non-tradable)', 'clothing_nt_studentcap', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11224', '11224', 'Clairvoyant\'s Octohat', 'clothing_spottedoctohat', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11225', '11225', 'Arts & Crafts Set', 'rainyday_c20_craftset', 's', '1', '1', '0.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11226', '11226', 'Sketching Table', 'rainyday_c20_woodentable', 's', '1', '1', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11227', '11227', 'Leaky Window', 'rainyday_c20_rainceilingwindow', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11228', '11228', 'Painter\'s Set', 'rainyday_c20_paintset', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11229', '11229', 'Poet\'s Typewriter', 'rainyday_c20_typewriter', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11230', '11230', 'Scented Candles', 'rainyday_c20_scentedcandles', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11231', '11231', 'Snuggly Whippet', 'rainyday_c20_cosywhippet', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11232', '11232', 'Wooden Writing Bureau', 'rainyday_c20_woodendesk', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11233', '11233', 'Star Wall Stickers', 'rainyday_c20_glowstars', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11234', '11234', 'Rainy Day Wallpaper', 'rainyday_c20_raindropwall', 's', '1', '2', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11235', '11235', 'Weathered Floorboards', 'rainyday_c20_woodenfloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11236', '11236', 'Hibernator Blanket', 'rainyday_c20_snugblanket', 's', '1', '1', '0.80', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11237', '11237', 'Log Stack', 'rainyday_c20_stackoflogs', 's', '1', '2', '1.90', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11238', '11238', 'Soaked Coat Rack', 'rainyday_c20_coathanger', 's', '1', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11239', '11239', 'Homebaked Goods', 'rainyday_c20_homebakes', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11240', '11240', 'Habb-O Gaming Console', 'rainyday_c20_retrogames', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11241', '11241', 'Stellar Earrings (Non-tradeable)', 'clothing_nt_starearrings', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11242', '11242', 'Stellar Earrings', 'clothing_starearrings', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11243', '11243', 'Bonnie\'s Ballroom Purse', 'clothing_glitzypurse', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11244', '11244', 'Ballroom Dancer\'s Dress (Non-Tradeable)', 'clothing_nt_flapperdress', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11245', '11245', 'Chiselled Face', 'clothing_chiseledface', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11246', '11246', 'Smooth Waves (Non-tradeable)', 'clothing_nt_modernshortwave', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11247', '11247', 'Birthday Ballroom Carpet', 'habbo20_c20_artdecocarpet', 's', '3', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11248', '11248', 'Silk Gloves (Non-Tradeable)', 'clothing_nt_silkgloves', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11249', '11249', 'Birthday Ballroom Balloons', 'habbo20_c20_balloons', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11250', '11250', 'Ballroom Charmer (Non-tradeable)', 'clothing_nt_slickedbackhair', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11251', '11251', 'Frank\'s Tux', 'clothing_r20_glitzytux', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11252', '11252', 'Pencil Moustache', 'clothing_pencilmoustache', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11253', '11253', 'Bonnie\'s Ballroom Purse (Non-tradeable)', 'clothing_nt_glitzypurse', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11254', '11254', 'Smooth Waves', 'clothing_modernshortwave', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11255', '11255', 'Ballroom Charmer', 'clothing_slickedbackhair', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11256', '11256', 'Ballroom Dancer\'s Dress', 'clothing_flapperdress', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11257', '11257', 'Pencil Moustache (Non-tradeable)', 'clothing_nt_pencilmoustache', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11258', '11258', 'Birthday Ballroom Chair', 'habbo20_c20_artdecochair', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11259', '11259', 'Silk Gloves', 'clothing_silkgloves', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11260', '11260', 'Birthday Ballroom Screen', 'habbo20_c20_artdecobackdrop', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11261', '11261', 'Ballroom Dinner Table', 'habbo20_c20_glitzytable', 's', '2', '2', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11262', '11262', 'Chiselled Face (Non-tradeable)', 'clothing_nt_chiseledface', 's', '1', '1', '1.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11263', '11263', 'Neon Punk Wall', 'neonpunk_c20_wall', 's', '1', '2', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11264', '11264', 'Neon Punk Cupboard', 'neonpunk_c20_cupboard', 's', '1', '1', '2.60', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11265', '11265', 'Hanging Strawberries', 'neonpunk_c20_strawberries', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11266', '11266', 'Comfy Neon Stool', 'neonpunk_c20_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 ('11267', '11267', 'Neon Punk Lamp', 'neonpunk_c20_lamp', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11268', '11268', 'Neon Punk', 'clothing_r20_neonpunkset', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11269', '11269', 'Neon Punk Bed', 'neonpunk_c20_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 ('11270', '11270', 'Hanging Neon Stars', 'neonpunk_c20_stardeco', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11271', '11271', 'Neon Unicorn Poster', 'neonpunk_c20_unicornposter', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11272', '11272', 'Luminous Neon Balls', 'neonpunk_c20_candylights', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11273', '11273', 'Three Hanging Bows', 'neonpunk_c20_bows', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11274', '11274', 'Neon Punk Carpet', 'neonpunk_c20_carpet', 's', '4', '4', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11275', '11275', 'Glowing String Lights', 'neonpunk_c20_lights', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11276', '11276', 'Neon Punk Table', 'neonpunk_c20_table', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11277', '11277', 'Neon Cube Seat', 'neonpunk_c20_cubeseat', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11278', '11278', 'Shelf of Collectibles', 'neonpunk_c20_storage', 's', '2', '1', '2.60', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11279', '11279', 'Assorted Plushies', 'neonpunk_c20_plushiepile', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11280', '11280', 'Furry Monster Plushie', 'neonpunk_c20_plushie1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11281', '11281', 'Neon Punk Dressing Table', 'neonpunk_c20_dresser', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11282', '11282', 'Neon Punk Treats', 'neonpunk_c20_food', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11283', '11283', 'Neon Punk Floor', 'neonpunk_c20_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 ('11284', '11284', 'One-eyed Plushie', 'neonpunk_c20_plushie2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11285', '11285', 'Horned Beast Plushie', 'neonpunk_c20_plushie3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11286', '11286', 'Neon Punk Sofa', 'neonpunk_c20_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 ('11287', '11287', 'Neon Punk Bedside Table', 'neonpunk_c20_bedsidetable', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11288', '11288', 'Gothic Cafe Sofa', 'gothiccafe_c20_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 ('11289', '11289', 'Gothic Cafe Cake', 'gothiccafe_c20_creamrolls', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11290', '11290', 'Gothic Cafe Bookcase', 'gothiccafe_c20_bookcase', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11291', '11291', 'Gothic Cafe Table', 'gothiccafe_c20_table', 's', '1', '1', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11292', '11292', 'Gothic Cafe Tea Tree', 'gothiccafe_c20_teaplant', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11293', '11293', 'Gothic Cafe Cake Display', 'gothiccafe_c20_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 ('11294', '11294', 'Gothic Cafe Vase', 'gothiccafe_c20_vase', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11295', '11295', 'Gothic Cafe Iced Tea', 'gothiccafe_c20_icetea', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11296', '11296', 'Gothic Cafe Doughnuts', 'gothiccafe_c20_donut', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11297', '11297', 'Gothic Coffee Table', 'gothiccafe_c20_coffeetable', 's', '2', '1', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11298', '11298', 'Gothic Cafe Floor', 'gothiccafe_c20_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 ('11299', '11299', 'Gothic Fancy Dress', 'clothing_r20_gothicset', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11300', '11300', 'Gothic Cafe Rose Painting', 'gothiccafe_c20_rosepainting', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11301', '11301', 'Gothic Cafe Cake Shelf', 'gothiccafe_c20_shelf', 's', '1', '2', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'multiheight', '2', '0', '0.30;1.10', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11302', '11302', 'Gothic Cafe Wall', 'gothiccafe_c20_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 ('11303', '11303', 'Gothic Mochi Cake', 'gothiccafe_c20_mochicake', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11304', '11304', 'Gothic Cafe Counter', 'gothiccafe_c20_counter', 's', '1', '2', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11305', '11305', 'Gothic Cafe Rug', 'gothiccafe_c20_rug', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11306', '11306', 'Gothic Cafe Window Door', 'gothiccafe_c20_windoor', 's', '1', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11307', '11307', 'Gothic Cafe Armchair', 'gothiccafe_c20_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 ('11308', '11308', 'Trimmed Rose Gold Balloon', 'habbo20_r20_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 ('11309', '11309', 'Rose Gold Balloon', 'habbo20_c20_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 ('11310', '11310', 'Trimmed Rose Gold Balloon (non-crackable)', 'habbo20_c20_blackgoldballoon', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11311', '11311', '20th Birthday T-Shirt', 'clothing_h20th', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11312', '11312', 'Rose Gold Balloon (non-crackable)', 'habbo20_c20_rosegoldballoon', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11313', '11313', 'Rose Gold Parasol', 'rare_blackrosegold_parasol', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11314', '11314', 'Rose Gold Ice Cream Maker', 'rare_blackrosegold_icecream', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'vendingmachine', '2', '4', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11315', '11315', 'Rose Gold Fountain', 'rare_blackrosegold_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 ('11316', '11316', 'Birthday Ballroom Candles', 'rare_r20_candle', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11317', '11317', 'Rose Gold Amber Lamp', 'rare_blackrosegold_beehive_bulb', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11318', '11318', 'Rose Gold Spaceship Door', 'rare_blackrosegold_scifidoor', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11319', '11319', 'Doric Rose Gold Pillar', 'rare_blackrosegold_pillar', 's', '1', '1', '3.50', '1', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11320', '11320', 'Rose Gold Pillow', 'rare_blackrosegold_pillow', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11321', '11321', 'Rose Gold Oriental Screen', 'rare_blackrosegold_wooden_screen', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11322', '11322', 'Rose Gold Road Barrier', 'rare_blackrosegold_barrier', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11323', '11323', 'Rose Gold Smoke Machine', 'rare_blackrosegold_scifirocket', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11324', '11324', 'Rose Gold Marquee', 'rare_blackrosegold_marquee', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11325', '11325', 'Rose Gold Elephant', 'rare_blackrosegold_elephant_statue', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11326', '11326', '20th Birthday Throne', 'rare_r20_throne', 's', '1', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11327', '11327', 'Rose Gold Dragon Lamp', 'rare_blackrosegold_dragonlamp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11328', '11328', 'Rose Gold Sleeping Bag', 'rare_blackrosegold_sleepingbag', 's', '1', '3', '0.80', '0', '0', '1', '0', '1', '1', '0', '1', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11329', '11329', 'Rose Gold Laser Portal', 'rare_blackrosegold_scifiport', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'gate', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11330', '11330', 'Rose Gold Powered Fan', 'rare_blackrosegold_fan', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11331', '11331', 'Dark Elegant Vase', 'darkelegant_c20_flowerpot', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11332', '11332', 'Dark Elegant Round Table', 'darkelegant_c20_smalltable', 's', '1', '1', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11333', '11333', 'Dark Elegant Floor', 'darkelegant_c20_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 ('11334', '11334', 'Dark Elegant Chair', 'darkelegant_c20_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 ('11335', '11335', 'Dark Elegant Painting', 'darkelegant_c20_walldecor', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11336', '11336', 'Dark Elegant Window', 'darkelegant_c20_window', 's', '2', '1', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11337', '11337', 'Dark Elegant Vanity Mirror', 'darkelegant_c20_vanity', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11338', '11338', 'Dark Elegant Chandelier', 'darkelegant_c20_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 ('11339', '11339', 'Dark Elegant Lion Statue', 'darkelegant_c20_lionstatue', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11340', '11340', 'Dark Elegant Tea Set', 'darkelegant_c20_teaset', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11341', '11341', 'Dark Elegant Lamp', 'darkelegant_c20_lamp', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11342', '11342', 'Dark Elegant Stool', 'darkelegant_c20_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 ('11343', '11343', 'Dark Elegant Cat', 'darkelegant_c20_cat', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11344', '11344', 'Dark Elegant Table', 'darkelegant_c20_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 ('11345', '11345', 'Street Royalty', 'clothing_darkelegantset', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11346', '11346', 'Dark Elegant Cupboard', 'darkelegant_c20_cupboard', 's', '1', '2', '3.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11347', '11347', 'Dark Elegant Bed', 'darkelegant_c20_bed', 's', '2', '3', '2.00', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11348', '11348', 'Dark Elegant Sofa', 'darkelegant_c20_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 ('11349', '11349', 'Dark Elegant Wall', 'darkelegant_c20_wall', 's', '2', '1', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11350', '11350', 'Dark Elegant Carpet', 'darkelegant_c20_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 ('11351', '11351', 'Sunset Cafe Duck', 'sunsetcafe_c20_duck', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11352', '11352', 'Sunset Cafe Palm Tree', 'sunsetcafe_c20_plant', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11353', '11353', 'Sunset Cafe Floor', 'sunsetcafe_c20_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 ('11354', '11354', 'Sunset Cafe Table', 'sunsetcafe_c20_table', 's', '1', '2', '0.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11355', '11355', 'Sunset Cafe Wall Corner', 'sunsetcafe_c20_wallcorner', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11356', '11356', 'Sunset Cafe Bench', 'sunsetcafe_c20_bench', 's', '2', '1', '0.80', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11357', '11357', 'Sunset Cafe Bench Corner', 'sunsetcafe_c20_benchcornerconcave', 's', '1', '1', '0.80', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '1', '1', ''); +INSERT INTO `items_base` VALUES ('11358', '11358', 'Sunset Cafe Coffee Machine', 'sunsetcafe_c20_coffeemachine', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '53', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11359', '11359', 'Sunset Cafe Palm Logs', 'sunsetcafe_c20_logdecor', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11360', '11360', 'Hanging Swordfish', 'sunsetcafe_c20_swordfish', 's', '3', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11361', '11361', 'Sunset Cafe Corner', 'sunsetcafe_c20_barcorner', 's', '1', '1', '0.90', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11362', '11362', 'Sunset Cafe Floor Light', 'sunsetcafe_c20_lightupfloor', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11363', '11363', 'Sunset Cafe Bar', 'sunsetcafe_c20_bar', 's', '2', '1', '0.90', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11364', '11364', 'Warm Seawater', 'sunsetcafe_c20_shallow', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'water', '1', '0', '', '', '30', '30', ''); +INSERT INTO `items_base` VALUES ('11365', '11365', 'Beach Bar Mocktail', 'sunsetcafe_c20_drinks', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11366', '11366', 'Sunset Cafe', 'sunsetcafe_c20_logsteppingstones', 's', '1', '1', '0.20', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11367', '11367', 'Sunset Cafe View', 'sunsetcafe_c20_wall', 's', '2', '1', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '10', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11368', '11368', 'Chill Modern Wall', 'darkmodern_c20_wall', 's', '2', '1', '3.70', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '10', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11369', '11369', 'Chill Modern Air Freshener', 'darkmodern_c20_incense', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11370', '11370', 'Chill Modern Neon Lights', 'darkmodern_c20_neonlight', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11371', '11371', 'Chill Modern Folders', 'darkmodern_c20_folder', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11372', '11372', 'Chill Modern Floor', 'darkmodern_c20_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 ('11373', '11373', 'Organiser Essentials', 'darkmodern_c20_creative', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11374', '11374', 'Chill Modern Rug', 'darkmodern_c20_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 ('11375', '11375', 'Work From Home Equipment', 'darkmodern_c20_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 ('11376', '11376', 'Chill Modern Speakers', 'darkmodern_c20_speakers', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11377', '11377', 'Chill Modern Art', 'darkmodern_c20_pictures', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11378', '11378', 'Chill Modern Bed', 'darkmodern_c20_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 ('11379', '11379', 'Glass Cube Wall', 'darkmodern_c20_glassblockwall', 's', '2', '1', '1.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11380', '11380', 'Chill Modern Coffee Table', 'darkmodern_c20_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 ('11381', '11381', 'Chill Modern Succulent', 'darkmodern_c20_plant', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11382', '11382', 'Chill Modern Corner Table', 'darkmodern_c20_endtable', 's', '1', '1', '1.40', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11383', '11383', 'Chill Modern Books', 'darkmodern_c20_reads', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11384', '11384', 'Bunny Light', 'darkmodern_c20_bunnylight', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11385', '11385', 'Chill Modern Pillow', 'darkmodern_c20_pillow', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11386', '11386', 'Chill Modern Desk', 'darkmodern_c20_desk', 's', '1', '2', '1.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11387', '11387', 'Chill Modern Sofa', 'darkmodern_c20_sofa', 's', '2', '1', '1.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11388', '11388', 'Hoomba', 'darkmodern_c20_hoomba', 's', '1', '2', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11389', '11389', 'Chill Modern Chair', 'darkmodern_c20_chair', 's', '1', '1', '1.40', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11390', '11390', 'Chill Modern Pug', 'darkmodern_c20_pug', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11391', '11391', 'Chill Modern Shelves', 'darkmodern_c20_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 ('11392', '11392', 'Chill Modern Desk Lamp', 'darkmodern_c20_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 ('11393', '11393', 'Chill Modern Tube Light', 'darkmodern_c20_tubelights', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11394', '11394', 'Chill Modern TV', 'darkmodern_c20_tv', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11395', '11395', 'Chill Modern Floor Light', 'darkmodern_c20_floorlight', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '9', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11396', '11396', 'Harmony Garden Bench', 'zengarden_c20_stonebench', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11397', '11397', 'Harmony Garden Dog Statue', 'zengarden_c20_peacedog', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11398', '11398', 'Solar Utopia Outfit', 'clothing_r20_harmonyset', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11399', '11399', 'Harmony Garden Plant', 'zengarden_c20_spikeyplant', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11400', '11400', 'Harmony Garden Table', 'zengarden_c20_stonetable', 's', '1', '1', '0.50', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11401', '11401', 'Harmony Garden Door', 'zengarden_c20_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 ('11402', '11402', 'Harmony Garden Bonsai', 'zengarden_c20_rootplant', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11403', '11403', 'Garden Floor Light', 'zengarden_c20_light', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11404', '11404', 'Harmony Garden Roof', 'zengarden_c20_roof', 's', '2', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11405', '11405', 'Harmony Garden Planks', 'zengarden_c20_plankfloor', 's', '1', '1', '0.10', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11406', '11406', 'Harmony Garden Roof Corner', 'zengarden_c20_roofcorner', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11407', '11407', 'Harmony Garden Moss', 'zengarden_c20_moss', 's', '1', '1', '0.20', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11408', '11408', 'Shining Garden Mobile', 'zengarden_c20_goldenmobile', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11409', '11409', 'Harmony Garden Pebbles', 'zengarden_c20_pebbles', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11410', '11410', 'Harmony Garden Bamboo', 'zengarden_c20_bamboo', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11411', '11411', 'Harmony Garden Divider', 'zengarden_c20_divider', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11412', '11412', 'Harmony Garden Pond', 'zengarden_c20_glasspond', 's', '2', '2', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11413', '11413', 'Bronze 20th Birthday Trophy', 'habbo20_c20_trophybronze', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11414', '11414', 'Block Builder Trophy', 'habbo20_c20_trophyblock', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11415', '11415', 'Gold 20th Birthday Trophy', 'habbo20_c20_trophygold', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11416', '11416', 'Outfit Expert Trophy', 'habbo20_c20_trophylooks', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11417', '11417', 'Designer Trophy', 'habbo20_c20_trophydesign', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11418', '11418', 'Silver 20th Birthday Trophy', 'habbo20_c20_trophysilver', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11419', '11419', 'Videographer Trophy', 'habbo20_c20_trophyvideo', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11420', '11420', 'Suitcase of Cash', 'CF_1500_suitcase2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11421', '11421', 'Sleep Time', 'clothing_r20_slumberoutfit', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11422', '11422', 'Ditch the Label Golden Vault', 'dtl_r20_gold', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1093', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11423', '11423', '$furni_DEV party_barcorn_name$ (non-tradable)', 'party_nt_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 ('11424', '11424', 'Rainbow (non-tradable)', 'country_nt_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 ('11425', '11425', 'Neon Chair (non-tradable)', 'party_nt_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 ('11426', '11426', 'Deep Water Patch (non-tradable)', 'bw_nt_water_2', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '29', '29', ''); +INSERT INTO `items_base` VALUES ('11427', '11427', 'White USVA Block Shelf (non-tradable)', 'usva_nt_shelf', 's', '1', '1', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11428', '11428', 'Tiki Butterflies (non-tradable)', 'tiki_nt_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 ('11429', '11429', '$furni_A1 TUP_name$ (non-tradable)', 'chair_nt_polyfon', 's', '1', '1', '0.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11430', '11430', '$furni_DEV party_bardesk_name$ (non-tradable)', 'party_nt_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 ('11431', '11431', 'Bubble Lamp (non-tradable)', 'party_nt_tube_bubble', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11432', '11432', 'Blue USVA Sofa (non-tradable)', 'usva5_nt_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 ('11433', '11433', 'Blue Square Pool Piece (non-tradable)', 'bw_nt_pool_a1', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11434', '11434', 'Relaxation Plant (non-tradable)', 'rela_nt_plant', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11435', '11435', 'White USVA Rug (non-tradable)', 'usva_nt_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 ('11436', '11436', '$furni_DEV pura_mdl36_name$ (non-tradable)', 'pura_nt_mdl36', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11437', '11437', 'Blue Pool Stairs (non-tradable)', 'bw_nt_pool_a3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11438', '11438', 'Rock Seat (non-tradable)', 'rela_nt_rock', 's', '1', '1', '0.90', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11439', '11439', '$furni_anna_table_blue_name$ (non-tradable)', 'anna_nt_table_blue', 's', '2', '2', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11440', '11440', 'Comfort Cradle (non-tradable)', 'rela_nt_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 ('11441', '11441', 'Blue Shelving Unit (non-tradable)', 'cubie_nt_shelf_2_b', 's', '2', '1', '0.60', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '17', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11442', '11442', 'Cobbled Stones (non-tradable)', 'lc_nt_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 ('11443', '11443', 'Prom Night Pillar (non-tradable)', 'val12_nt_pillar1', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11444', '11444', 'Lava Lamp (non-tradable)', 'party_nt_tube_lava', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11445', '11445', 'Light Divider (non-tradable)', 'bb_nt_lightdiv', 's', '1', '1', '1.35', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '8', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11446', '11446', 'Black USVA Shelf (non-tradable)', 'usva2_nt_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 ('11447', '11447', 'Stackable Blue Shelf (non-tradable)', 'cubie_nt_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 ('11448', '11448', '$furni_DEV pura_mdl26_name$ (non-tradable)', 'pura_nt_mdl26', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11449', '11449', 'Blue USVA Rug (non-tradable)', 'usva5_nt_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 ('11450', '11450', 'Dance Floor (non-tradable)', 'party_nt_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 ('11451', '11451', 'Blue USVA Chair (non-tradable)', 'usva5_nt_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 ('11452', '11452', 'Tiki Tray with Pineapple (non-tradable)', 'tiki_nt_tray2', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11453', '11453', 'Blue USVA Lamp (non-tradable)', 'usva5_nt_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 ('11454', '11454', 'Black USVA Block Shelf (non-tradable)', 'usva2_nt_shelf', 's', '1', '1', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11455', '11455', 'Silver Base Floor (non-tradable)', 'pixel_nt_floor_silver', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11456', '11456', 'White Drinks Table (non-tradable)', 'coco_nt_sofatable_c3', 's', '1', '1', '1.30', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11457', '11457', '$furni_DEV pura_mdl16_name$ (non-tradable)', 'pura_nt_mdl16', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11458', '11458', 'Relaxation Stones (non-tradable)', 'rela_nt_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 ('11459', '11459', 'Cyberpunk Holo Lens', 'clothing_cyeyepiece', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11460', '11460', 'Hanging Bird Feeder', 'autumn_c20_birdfood', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11461', '11461', 'Tall Fall Tree', 'autumn_c20_tree3', 's', '2', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11462', '11462', 'Cybernetic Faceplate', 'clothing_r20_cyborgface', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11463', '11463', 'Loc Buns', 'clothing_cybuns', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11464', '11464', 'Cyberpunk Striders', 'clothing_cylegs', 's', '1', '1', '0.20', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11465', '11465', 'Autumnal Ash Tree', 'autumn_c20_tree1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11466', '11466', 'Cyberpunk Sneakers', 'clothing_cytrainers', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11467', '11467', 'Cyberpunk Robo-Wings', 'clothing_r20_cyborgwings', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11469', '11469', 'Cyberpunk Fins', 'clothing_cyfins', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11470', '11470', 'Autumnal Park Bench', 'autumn_c20_bench', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11471', '11471', 'Bendy Birch Tree', 'autumn_c20_tree2', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11472', '11472', 'Autumnal Branching Tree', 'autumn_c20_tree6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11473', '11473', 'Cyberpunk Gas Mask', 'clothing_cygasmask', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11474', '11474', 'Autumnal Bird Tree', 'autumn_c20_tree5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11475', '11475', 'Cyberpunk Visor', 'clothing_cyhelmet', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11476', '11476', 'Cyberpunk Battle Armour', 'clothing_cychest', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11477', '11477', 'Autumnal Wishing Pond', 'autumn_r20_pond', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11478', '11478', 'Autumnal Cedar Tree', 'autumn_c20_tree4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11479', '11479', 'Watching TV', 'hween_c20_eyetv', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11480', '11480', 'What is Happening?', 'hween_c20_otherdimension', 's', '2', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11481', '11481', 'Hidden Door', 'hween_c20_secretbkshelf', 's', '2', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'gate', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11482', '11482', 'Hellish Scarecrow (non-crackable)', 'hween_c20_evilscarecrowb', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11483', '11483', 'Divine Duck Throne', 'hween_c20_goddessthrone', 's', '1', '1', '1.35', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'pressureplate', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11484', '11484', 'Raised Porch Floorboards', 'hween_c20_porchfloor', 's', '2', '2', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11485', '11485', 'Porch Divider', 'hween_c20_porchdvdr', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11486', '11486', 'Obsessive\'s Scribblings', 'hween_c20_madpaper', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '6', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11487', '11487', 'Pandora Chest (non-crackable)', 'hween_c20_pandoraboxB', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11488', '11488', 'Levitating Floor Tiles', 'hween_c20_brokenfloor', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11489', '11489', 'Throne of the Depths', 'hween_c20_tentaclethrone', 's', '1', '1', '1.60', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11490', '11490', 'Bath of Nightmares', 'hween_c20_octobath', 's', '2', '1', '0.45', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11491', '11491', 'Candy Apple', 'hween_c20_candyapple', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11492', '11492', 'Melting Grandfather Clock', 'hween_c20_crookedclock', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11493', '11493', 'Illusionary Corridor Wall', 'hween_c20_infinitywall', 's', '2', '1', '4.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11494', '11494', 'Ship\'s Wheel', 'hween_c20_tentacletable', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11495', '11495', 'Pandora Chest', 'hween_c20_pandorabox', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11496', '11496', 'Scary Wall Shadows', 'hween_c20_creepyshadow', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11497', '11497', 'Divine Duck Tiara', 'clothing_wingstiara', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11498', '11498', 'Hellish Scarecrow', 'hween_c20_evilscarecrow', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '22', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11499', '11499', 'Corridor Lamp', 'hween_c20_lamp', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11500', '11500', 'Impossible Doorway', 'hween_c20_hallway', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11501', '11501', 'Impossible Sofa', 'hween_c20_warpedsofa', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11502', '11502', 'Many-eyed Demon', 'hween_c20_eyedemon', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '22', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11503', '11503', 'Sobbing Fountain', 'hween_ltd20_tearfountain', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '3', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11504', '11504', 'Deep Sea Terror', 'hween_c20_octodemon', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '22', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11505', '11505', 'Corridor Wall', 'hween_c20_vwall', 's', '1', '2', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11506', '11506', 'Eyes Everywhere', 'clothing_multieyesface', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11507', '11507', 'Mirror of Many Eyes', 'hween_c20_cursedmirror', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11508', '11508', 'Living Hair', 'clothing_r20_possessedhair', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11509', '11509', 'Wonky Doorframe', 'hween_c20_door', 's', '2', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '6', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11510', '11510', 'Cranial Tentacles', 'clothing_tentaclehead', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11511', '11511', 'Melting Work of Art', 'hween_r20_meltingpainting', 's', '1', '3', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11512', '11512', 'Fallen Corridor Wall', 'hween_c20_hwall', 's', '3', '1', '2.20', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11513', '11513', 'Obsessive\'s Research', 'hween_c20_madwall', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11514', '11514', 'Impossible Staircase', 'hween_c20_lrstairs', 's', '1', '2', '2.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11515', '11515', 'Impossible Staircase', 'hween_c20_udstairs', 's', '1', '2', '1.90', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11516', '11516', 'Spiderweb Skirt', 'clothing_webskirt', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11517', '11517', 'Tiled Corridor Floor', 'hween_c20_floor', '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 ('11518', '11518', 'Pumpkin Backpack (non-tradeable)', 'clothing_nt_pumpkinbag', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11519', '11519', 'Cursed Pandora Chest (non-crackable)', 'hween_r20_evilpandoraboxB', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11520', '11520', 'Cursed Pandora Chest', 'hween_r20_evilpandorabox', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11521', '11521', 'Creepy Mannequin', 'hween_c20_mannequin', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11522', '11522', 'Porch Awning', 'hween_c20_porchawning', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11523', '11523', 'Upside Down Wall', 'hween_c20_housewall', 's', '2', '1', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11524', '11524', 'Divine Duck (non-crackable)', 'hween_c20_duckgoddessb', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11525', '11525', 'Levitating Bed', 'hween_c20_floatingbed', 's', '2', '1', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate_group', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11526', '11526', 'Shoulder-Stalking Ghost (non-tradeable)', 'clothing_nt_ghost', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11527', '11527', 'Raised Corridor Floor', 'hween_c20_floorstage', 's', '2', '2', '1.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11528', '11528', 'Don\'t Let It In', 'hween_c20_window', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11529', '11529', 'Pumpkin Backpack', 'clothing_pumpkinbag', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11530', '11530', 'Divine Duck Crystal', 'hween_c20_goddesscrystal', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11531', '11531', 'Divine Duck', 'hween_c20_duckgoddess', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '22', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11532', '11532', 'Impossible Rift', 'hween_c20_floortrap', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'trap', '2', '0', '', '0', '163', '163', ''); +INSERT INTO `items_base` VALUES ('11533', '11533', 'Crooked Witch Hat', 'clothing_crookedhat', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11534', '11534', 'Deep Sea Terror (non-crackable)', 'hween_c20_octodemonb', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11535', '11535', 'Dying Tree', 'hween_c20_crookedtree', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11536', '11536', 'Shoulder-Stalking Ghost', 'clothing_ghost', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11537', '11537', 'This Sofa is Alive', 'hween_c20_eyesofa', 's', '2', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11538', '11538', 'Housekeeper\'s Hourglass', 'hween_r20_hourglass', 's', '1', '1', '0.50', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '163', '163', ''); +INSERT INTO `items_base` VALUES ('11539', '11539', 'Spiderweb Skirt (non-tradeable)', 'clothing_nt_webskirt', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11540', '11540', 'Many-eyed Demon (non-crackable)', 'hween_c20_eyedemonb', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11541', '11541', 'Bleeding Aspen Tree', 'hween_c20_aspentree', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11542', '11542', 'Clown Mask (non-tradeable)', 'clothing_nt_clownmask', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11543', '11543', 'Pumpkin Costume', 'clothing_r20_pumpkinoutfit', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11544', '11544', 'Clown Mask', 'clothing_clownmask', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11545', '11545', 'Vintage Armchair', 'rare_royalchair', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11546', '11546', 'Vintage Sofa', 'rare_royalsofa', 's', '2', '1', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11547', '11547', 'Luxurious Watch', 'CF_250_fancywatch', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11548', '11548', 'Porch Stairs', 'hween_c20_porchstairs', 's', '2', '1', '0.60', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11549', '11549', 'antibully_machine name', 'antibully_machine', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1095', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11550', '11550', 'rare_colourable_parasol_5 name', 'rare_colourable_parasol*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 ('11551', '11551', 'Rainbow Scarf Lion', 'plushie_c20_rainbowlion1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11552', '11552', 'Blue Flower Crown Bear', 'plushie_c20_bluebear3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11553', '11553', 'Blue Lion Plushie', 'plushie_c20_bluelion', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11554', '11554', 'Pink Flower Crown Bear', 'plushie_c20_pinkbear3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11555', '11555', 'Blue Bow Bunny', 'plushie_c20_bluebunny2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11556', '11556', 'Rainbow Dye', 'plushie_c20_dyerainbow', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11557', '11557', 'Plushie Stuffing', 'plushie_c20_stuffing', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11558', '11558', 'Plushie Box (non-crackable)', 'plushie_c20_crackableB', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11559', '11559', 'Rainbow Bow Bunny', 'plushie_c20_rainbowbunny2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11560', '11560', 'Blue Flower Crown Bunny', 'plushie_c20_bluebunny3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11561', '11561', 'Brown Flower Crown Lion', 'plushie_c20_brownlion3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11562', '11562', 'Plushie Crafting Box', 'plushie_c20_crackable', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11563', '11563', 'Rough Fabric', 'plushie_c20_fabric1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11564', '11564', 'Pink Flower Crown Lion', 'plushie_c20_pinklion3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11565', '11565', 'Blue Bow Bear', 'plushie_c20_bluebear2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11566', '11566', 'Blue Bunny', 'plushie_c20_bluebunny', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11567', '11567', 'Unicorn Hat 2.0', 'clothing_unicornrainbow', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11568', '11568', 'Brown Bow Bunny', 'plushie_c20_brownbunny2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11569', '11569', 'Ancient Oak Table', 'plushie_r20_picnictree', 's', '2', '2', '3.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11570', '11570', 'Brown Bear', 'plushie_c20_brownbear', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11571', '11571', 'Blue Dye', 'plushie_c20_dyeblue', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11572', '11572', 'Rainbow Flower Crown Lion', 'plushie_c20_rainbowlion3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11573', '11573', 'Rainbow Bear', 'plushie_c20_rainbowbear', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11574', '11574', 'Blue Scarf Bunny', 'plushie_c20_bluebunny1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11575', '11575', 'Brown Flower Crown Bear', 'plushie_c20_brownbear3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11576', '11576', 'Pink Scarf Lion', 'plushie_c20_pinklion1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11577', '11577', 'Pink Dye', 'plushie_c20_dyepink', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11578', '11578', 'Pink Bear', 'plushie_c20_pinkbear', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11579', '11579', 'Rainbow Bow Lion', 'plushie_c20_rainbowlion2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11580', '11580', 'Rainbow Bunny', 'plushie_c20_rainbowbunny', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11581', '11581', 'Pink Scarf Bear', 'plushie_c20_pinkbear1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11582', '11582', 'Brown Scarf Bunny', 'plushie_c20_brownbunny1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11583', '11583', 'Blue Bear', 'plushie_c20_bluebear', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11584', '11584', 'Rainbow Flower Crown Bunny', 'plushie_c20_rainbowbunny3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11585', '11585', 'Pink Lion Plushie', 'plushie_c20_pinklion', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11586', '11586', 'Plushie Scarf', 'plushie_c20_scarf', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11587', '11587', 'Cosy Hammock', 'plushie_r20_hammock', 's', '1', '1', '3.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11588', '11588', 'Dark Fabric', 'plushie_c20_fabric3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11589', '11589', 'Brown Bunny', 'plushie_c20_brownbunny', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11590', '11590', 'Pink Flower Crown Bunny', 'plushie_c20_pinkbunny3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11591', '11591', 'Plushie Bow', 'plushie_c20_bow', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11592', '11592', 'Rainbow Lion Plushie', 'plushie_c20_rainbowlion', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11593', '11593', 'Rainbow Scarf Bear', 'plushie_c20_rainbowbear1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11594', '11594', 'Brown Bow Lion', 'plushie_c20_brownlion2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11595', '11595', 'Pink Bow Lion', 'plushie_c20_pinklion2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11596', '11596', 'Plushie Flower Crown', 'plushie_c20_flowercrown', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11597', '11597', 'Blue Scarf Lion', 'plushie_c20_bluelion1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11598', '11598', 'Blue Flower Crown Lion', 'plushie_c20_bluelion3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11599', '11599', 'Brown Dye', 'plushie_c20_dyeneutral', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11600', '11600', 'Brown Lion Plushie', 'plushie_c20_brownlion', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11601', '11601', 'Rainbow Bow Bear', 'plushie_c20_rainbowbear2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11602', '11602', 'Blue Bow Lion', 'plushie_c20_bluelion2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11603', '11603', 'Bear Backpack', 'clothing_r20_teddybpack', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11604', '11604', 'Brown Scarf Lion', 'plushie_c20_brownlion1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11605', '11605', 'Rainbow Flower Crown Bear', 'plushie_c20_rainbowbear3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11606', '11606', 'Pink Bow Bear', 'plushie_c20_pinkbear2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11607', '11607', 'Plushie Crafting Table', 'plushie_c20_fluffmachine', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11608', '11608', 'Pink Bunny', 'plushie_c20_pinkbunny', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11609', '11609', 'Brown Bow Bear', 'plushie_c20_brownbear2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11610', '11610', 'Light Fabric', 'plushie_c20_fabric2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11611', '11611', 'Blue Scarf Bear', 'plushie_c20_bluebear1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11612', '11612', 'Rainbow Scarf Bunny', 'plushie_c20_rainbowbunny1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11613', '11613', 'Pink Scarf Bunny', 'plushie_c20_pinkbunny1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11614', '11614', 'Pink Bow Bunny', 'plushie_c20_pinkbunny2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11615', '11615', 'Brown Flower Crown Bunny', 'plushie_c20_brownbunny3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11616', '11616', 'Brown Scarf Bear', 'plushie_c20_brownbear1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11617', '11617', 'Winter Bear Accessories', 'clothing_r20_bearset', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11618', '11618', 'Elven Ice Fountain', 'xmas_r20_icefountain', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11619', '11619', 'Green Rune Rock', 'xmas_c20_runerockgreen', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11620', '11620', 'Rock Crafter (crafting table)', 'xmas_c20_crafter', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crafting', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11621', '11621', 'Himalayan Yak', 'xmas_ltd20_yak', 's', '1', '2', '2.30', '0', '1', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11622', '11622', 'Rune Stones', 'xmas_c20_smallrunestones', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11623', '11623', 'Enchanted Sword', 'xmas_r20_magicsword', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1094', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11624', '11624', 'Frozen Stream', 'xmas_c20_frozenstream', 's', '1', '3', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11625', '11625', 'Tartan Kilt (non-tradable)', 'clothing_nt_kilt', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11626', '11626', 'Frosted Weeds', 'xmas_c20_frostedweeds', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11627', '11627', 'Wooden Train', 'xmas_c20_woodentrain', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11628', '11628', 'Dragonfly Wings', 'clothing_r20_dragonflywings', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11629', '11629', 'Wooden Plane', 'xmas_c20_woodenplane', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11630', '11630', 'Tartan Sash', 'clothing_kilttop', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11631', '11631', 'Wooden Dog', 'xmas_c20_woodendog', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11632', '11632', 'Enchanted Tree Stump', 'xmas_c20_treestump', 's', '2', '2', '1.00', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11633', '11633', 'Flower Face', 'xmas_c20_flowerguy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11634', '11634', 'Earth Viking', 'xmas_c20_earthguy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11635', '11635', 'Woodland Shrine', 'xmas_c20_shrine', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11636', '11636', 'Rock Elder', 'xmas_c20_rockguy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11637', '11637', 'Tartan Kilt', 'clothing_kilt', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11638', '11638', 'Snowy Rock Bridge', 'xmas_c20_bridge', 's', '1', '3', '0.60', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11639', '11639', 'Frosted Tree', 'xmas_c20_frostytree', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11640', '11640', 'Block Puzzle', 'xmas_c20_woodenblocks', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11641', '11641', 'Frozen Waterfall', 'xmas_c20_frozenwaterfall', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11642', '11642', 'Yellow Rune Rock', 'xmas_c20_runerockyellow', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11643', '11643', 'Back Lantern', 'clothing_lanternstaff', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11644', '11644', 'Long-lost Teleport', 'xmas_c20_runetele', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'teleport', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11645', '11645', 'Frosted Snowdrops', 'xmas_c20_snowdrops', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11646', '11646', 'Magma Gnome', 'xmas_c20_fireguy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11647', '11647', 'Frosted Holly Bush', 'xmas_c20_frostedholly', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11648', '11648', 'Frosted Wild Mushrooms', 'xmas_c20_frostedfungi', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11649', '11649', 'Rotund Yeti', 'xmas_c20_snowguy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11650', '11650', 'Pebble People', 'xmas_c20_pebblepeeps', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11651', '11651', 'Wooden House', 'xmas_c20_woodenhouse', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11652', '11652', 'Wooden Bead Game', 'xmas_c20_beadgame', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11653', '11653', 'Tartan Sash (non-tradable)', 'clothing_nt_kilttop', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11654', '11654', 'Forest Stump', 'xmas_c20_bigstump', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11655', '11655', 'Snow Covered Bush', 'xmas_c20_snowbush', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11656', '11656', 'Back Lantern (non-tradable)', 'clothing_nt_lanternstaff', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11657', '11657', 'Small Forest Stump', 'xmas_c20_smallstump', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11658', '11658', 'Pink Rune Rock', 'xmas_c20_runerockred', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11659', '11659', 'Blue Rune Rock', 'xmas_c20_runerockblue', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11660', '11660', 'Wooden Bird', 'xmas_c20_woodenbird', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11661', '11661', 'Icy Beast', 'xmas_c20_iceguy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11662', '11662', 'Wooden Nutcracker', 'xmas_c20_nutcracker', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11663', '11663', 'Snow-covered Rocks', 'xmas_c20_stage', 's', '2', '2', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'multiheight', '3', '0', '0.0;1.0;2.0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11664', '11664', 'Purple Rune Rock', 'xmas_c20_runerockpurple', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11665', '11665', 'Inuit Outfit', 'clothing_r20_inuit', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11666', '11666', 'Nordic Braids', 'clothing_braidedwavyhair', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11667', '11667', 'Mountain Dragon', 'xmas_c20_magicguy', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11668', '11668', 'Stone Cauldron', 'xmas_c20_stonecauldron', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11669', '11669', 'Stone Arch', 'xmas_c20_stonearch', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11670', '11670', 'Rune Rock', 'xmas_c20_runerock', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11671', '11671', 'Lavish Perfume', 'CF_750_perfume', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11672', '11672', 'Menacing Eggplant', 'mysterious_trophy', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11673', '11673', 'Plain Office Sofa', 'house_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 ('11674', '11674', 'Glittering Handbag', 'CF_350_sparklybag', 's', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11675', '11675', 'Nordic Braids (non-tradable)', 'clothing_nt_braidedwavyhair', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11676', '11676', 'rare_prize20_xmas', 'rare_prize20_xmas', 's', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11677', '11677', 'messy_c21_messyhifi', 'messy_c21_messyhifi', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11678', '11678', 'messy_c21_messycloset', 'messy_c21_messycloset', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11679', '11679', 'messy_c21_wonkylowtable', 'messy_c21_wonkylowtable', 's', '1', '2', '0.50', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11680', '11680', 'messy_c21_forgottenvase', 'messy_c21_forgottenvase', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11681', '11681', 'messy_c21_messyfootwear', 'messy_c21_messyfootwear', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11682', '11682', 'messy_c21_wonkydoormat', 'messy_c21_wonkydoormat', 's', '1', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11683', '11683', 'messy_c21_messydrawers', 'messy_c21_messydrawers', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11684', '11684', 'messy_c21_wonkywallitems', 'messy_c21_wonkywallitems', 's', '1', '1', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11685', '11685', 'messy_c21_stackedletters', 'messy_c21_stackedletters', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '7', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11686', '11686', 'messy_c21_kitchenette', 'messy_c21_kitchenette', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11687', '11687', 'messy_c21_magazines', 'messy_c21_magazines', 's', '1', '1', '0.10', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11688', '11688', 'messy_c21_messyendtable', 'messy_c21_messyendtable', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11689', '11689', 'messy_c21_kitchencorner', 'messy_c21_kitchencorner', 's', '1', '1', '2.80', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11690', '11690', 'messy_c21_trashbags', 'messy_c21_trashbags', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11691', '11691', 'messy_c21_messybed', 'messy_c21_messybed', 's', '1', '3', '1.50', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'bed', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11692', '11692', 'messy_c21_oldwall', 'messy_c21_oldwall', 's', '2', '1', '4.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11693', '11693', 'messy_c21_messyrug', 'messy_c21_messyrug', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11694', '11694', 'messy_c21_plushcarpet', 'messy_c21_plushcarpet', 's', '2', '2', '0.00', '1', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11695', '11695', 'messy_c21_wonkytable', 'messy_c21_wonkytable', 's', '2', '2', '1.10', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11696', '11696', 'messy_c21_wonkylamp', 'messy_c21_wonkylamp', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11697', '11697', 'messy_c21_messysofa', 'messy_c21_messysofa', 's', '2', '1', '1.10', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11698', '11698', 'messy_c21_stepladder', 'messy_c21_stepladder', 's', '1', '1', '2.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11699', '11699', 'messy_c21_wonkychair', 'messy_c21_wonkychair', 's', '1', '1', '1.30', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11700', '11700', 'messy_c21_clothespile', 'messy_c21_clothespile', 's', '1', '1', '0.30', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11701', '11701', 'ny_r20_crackable', 'ny_r20_crackable', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'crackable', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11702', '11702', 'clothing_r20_mask3', 'clothing_r20_mask3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11703', '11703', 'clothing_r20_mask1', 'clothing_r20_mask1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11704', '11704', 'clothing_r20_mask8', 'clothing_r20_mask8', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11705', '11705', 'clothing_r20_mask7', 'clothing_r20_mask7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11706', '11706', 'clothing_r20_mask4', 'clothing_r20_mask4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11707', '11707', 'clothing_r21_sunnycloudhat', 'clothing_r21_sunnycloudhat', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11708', '11708', 'clothing_r20_mask5', 'clothing_r20_mask5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11709', '11709', 'clothing_r20_mask6', 'clothing_r20_mask6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11710', '11710', 'clothing_r20_mask2', 'clothing_r20_mask2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11711', '11711', 'clothing_goldhatpack1', 'clothing_goldhatpack1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11712', '11712', 'bonusbag21_4', 'bonusbag21_4', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11713', '11713', 'bonusrare21_2*0', 'bonusrare21_2*0', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11714', '11714', 'bonusrare21_2*1', 'bonusrare21_2*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11715', '11715', 'bonusrare21_2*2', 'bonusrare21_2*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11716', '11716', 'bonusrare21_2*3', 'bonusrare21_2*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11717', '11717', 'bonusrare21_2*4', 'bonusrare21_2*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11718', '11718', 'bonusrare21_2*5', 'bonusrare21_2*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11719', '11719', 'bonusrare21_3*1', 'bonusrare21_3*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11720', '11720', 'bonusrare21_3*2', 'bonusrare21_3*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11721', '11721', 'bonusrare21_3*3', 'bonusrare21_3*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11722', '11722', 'bonusrare21_3*4', 'bonusrare21_3*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11723', '11723', 'bonusrare21_3*5', 'bonusrare21_3*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11724', '11724', 'bonusrare21_3*6', 'bonusrare21_3*6', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11725', '11725', 'bonusrare21_4*0', 'bonusrare21_4*0', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11726', '11726', 'bonusrare21_4*1', 'bonusrare21_4*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11727', '11727', 'bonusrare21_4*2', 'bonusrare21_4*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11728', '11728', 'bonusrare21_4*3', 'bonusrare21_4*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11729', '11729', 'bonusrare21_4*4', 'bonusrare21_4*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11730', '11730', 'bonusrare21_4*5', 'bonusrare21_4*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11731', '11731', 'bonusbag21_3', 'bonusbag21_3', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11732', '11732', 'bonusrare21_1a*0', 'bonusrare21_1a*0', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11733', '11733', 'bonusrare21_1a*1', 'bonusrare21_1a*1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11734', '11734', 'bonusrare21_1a*2', 'bonusrare21_1a*2', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11735', '11735', 'bonusrare21_1a*3', 'bonusrare21_1a*3', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11736', '11736', 'bonusrare21_1a*4', 'bonusrare21_1a*4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11737', '11737', 'bonusrare21_1a*5', 'bonusrare21_1a*5', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11738', '11738', 'bonusbag21_1', 'bonusbag21_1', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11739', '11739', 'bonusbag21_2', 'bonusbag21_2', 's', '1', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'crackable', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11740', '11740', 'clothing_oxset', 'clothing_oxset', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'clothing', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11741', '11741', 'china_goldenox', 'china_goldenox', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11742', '11742', 'china_c21_gong', 'china_c21_gong', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'switch', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11743', '11743', 'china_c21_vase', 'china_c21_vase', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11744', '11744', 'china_c21_orangebasket', 'china_c21_orangebasket', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '38', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11745', '11745', 'rare_r21_coffeesiphon', 'rare_r21_coffeesiphon', 's', '1', '2', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11746', '11746', 'ltd21_unicornpup', 'ltd21_unicornpup', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11747', '11747', 'hc21_12', 'hc21_12', 's', '2', '2', '1.40', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '29', '29', ''); +INSERT INTO `items_base` VALUES ('11748', '11748', 'hc21_3', 'hc21_3', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11749', '11749', 'hc21_1', 'hc21_1', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '1096', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11750', '11750', 'hc21_11', 'hc21_11', 's', '2', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'vendingmachine', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11751', '11751', 'hc21_6', 'hc21_6', 's', '2', '1', '1.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11752', '11752', 'hc21_4', 'hc21_4', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11753', '11753', 'hc21_5', 'hc21_5', 's', '1', '3', '1.30', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11754', '11754', 'hc21_2', 'hc21_2', 's', '1', '1', '0.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11755', '11755', 'hc21_8', 'hc21_8', 's', '2', '3', '1.50', '0', '0', '1', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11756', '11756', 'hc21_9', 'hc21_9', 's', '1', '1', '1.20', '0', '1', '0', '0', '1', '1', '0', '0', '1', 'pressureplate', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11757', '11757', 'hc21_10', 'hc21_10', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11758', '11758', 'hc21_7', 'hc21_7', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11759', '11759', 'plushie_r21_kingbear', 'plushie_r21_kingbear', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11760', '11760', 'diamond_painting62', 'diamond_painting62', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11761', '11761', 'diamond_painting60', 'diamond_painting60', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11762', '11762', 'diamond_painting59', 'diamond_painting59', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11763', '11763', 'diamond_painting54', 'diamond_painting54', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11764', '11764', 'CF_500_egg', 'CF_500_egg', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11765', '11765', 'CF_750_golddragon', 'CF_750_golddragon', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11766', '11766', 'CF_350_giantpearl', 'CF_350_giantpearl', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11767', '11767', 'CF_250_toiletpaper', 'CF_250_toiletpaper', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('11768', '11768', 'garden_r21_wisteriaarch', 'garden_r21_wisteriaarch', 's', '2', '1', '1.00', '0', '0', '0', '1', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('19894', '3002', 'floor', 'floor', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '0', '0', '0', '0', 'roomeffect', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('19896', '3001', 'wallpaper', 'wallpaper', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '0', '0', '0', '0', 'roomeffect', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('19926', '4055', 'landscape', 'landscape', 'i', '0', '0', '0.00', '0', '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', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('20100', '2010', '', 'Poker', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('21001', '1', 'Avatar Effect', 'avatar_effect1', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '1', '1', '1', ''); +INSERT INTO `items_base` VALUES ('21002', '2', 'Avatar Effect', 'avatar_effect2', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '2', '2', '2', ''); +INSERT INTO `items_base` VALUES ('21003', '3', 'Avatar Effect', 'avatar_effect3', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '3', '3', '3', ''); +INSERT INTO `items_base` VALUES ('21004', '4', 'Avatar Effect', 'avatar_effect4', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '4', '4', '4', ''); +INSERT INTO `items_base` VALUES ('21005', '5', 'Avatar Effect', 'avatar_effect5', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '5', '5', '5', ''); +INSERT INTO `items_base` VALUES ('21006', '6', 'avatar_effect6', 'avatar_effect6', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '6', '6', '6', ''); +INSERT INTO `items_base` VALUES ('21007', '7', 'Avatar Effect', 'avatar_effect7', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '7', '7', '7', ''); +INSERT INTO `items_base` VALUES ('21008', '8', 'Avatar Effect', 'avatar_effect8', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '8', '8', '8', ''); +INSERT INTO `items_base` VALUES ('21009', '9', 'Avatar Effect', 'avatar_effect9', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '9', '9', '9', ''); +INSERT INTO `items_base` VALUES ('21010', '10', 'Avatar Effect', 'avatar_effect10', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '10', '10', '10', ''); +INSERT INTO `items_base` VALUES ('21011', '11', 'Avatar Effect', 'avatar_effect11', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '11', '11', '11', ''); +INSERT INTO `items_base` VALUES ('21012', '12', 'Avatar Effect', 'avatar_effect12', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '12', '12', '12', ''); +INSERT INTO `items_base` VALUES ('21013', '13', 'Avatar Effect', 'avatar_effect13', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '13', '13', '13', ''); +INSERT INTO `items_base` VALUES ('21014', '14', 'Avatar Effect', 'avatar_effect14', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '14', '14', '14', ''); +INSERT INTO `items_base` VALUES ('21015', '15', 'Avatar Effect', 'avatar_effect15', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '15', '15', '15', ''); +INSERT INTO `items_base` VALUES ('21016', '16', 'Avatar Effect', 'avatar_effect16', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '16', '16', '16', ''); +INSERT INTO `items_base` VALUES ('21017', '17', 'Avatar Effect', 'avatar_effect17', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '17', '17', '17', ''); +INSERT INTO `items_base` VALUES ('21018', '18', 'Avatar Effect', 'avatar_effect18', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '18', '18', '18', ''); +INSERT INTO `items_base` VALUES ('21019', '19', 'Avatar Effect', 'avatar_effect19', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '19', '19', '19', ''); +INSERT INTO `items_base` VALUES ('21020', '20', 'Avatar Effect', 'avatar_effect20', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '20', '20', '20', ''); +INSERT INTO `items_base` VALUES ('21021', '21', 'Avatar Effect', 'avatar_effect21', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '21', '21', '21', ''); +INSERT INTO `items_base` VALUES ('21022', '22', 'Avatar Effect', 'avatar_effect22', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '22', '22', '22', ''); +INSERT INTO `items_base` VALUES ('21023', '23', 'Avatar Effect', 'avatar_effect23', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '23', '23', '23', ''); +INSERT INTO `items_base` VALUES ('21024', '24', 'Avatar Effect', 'avatar_effect24', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '24', '24', '24', ''); +INSERT INTO `items_base` VALUES ('21025', '25', 'Avatar Effect', 'avatar_effect25', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '25', '25', '25', ''); +INSERT INTO `items_base` VALUES ('21026', '26', 'Avatar Effect', 'avatar_effect26', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '26', '26', '26', ''); +INSERT INTO `items_base` VALUES ('21027', '27', 'Avatar Effect', 'avatar_effect27', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '27', '27', '27', ''); +INSERT INTO `items_base` VALUES ('21031', '31', 'Avatar Effect', 'avatar_effect31', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '31', '31', '31', ''); +INSERT INTO `items_base` VALUES ('21032', '32', 'Avatar Effect', 'avatar_effect32', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '32', '32', '32', ''); +INSERT INTO `items_base` VALUES ('21044', '44', 'Avatar Effect', 'avatar_effect44', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '44', '44', '44', ''); +INSERT INTO `items_base` VALUES ('21047', '47', 'Avatar Effect', 'avatar_effect47', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '47', '47', '47', ''); +INSERT INTO `items_base` VALUES ('21048', '48', 'Avatar Effect', 'avatar_effect48', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '48', '48', '48', ''); +INSERT INTO `items_base` VALUES ('21053', '53', 'Avatar Effect', 'avatar_effect53', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '53', '53', '53', ''); +INSERT INTO `items_base` VALUES ('21054', '54', 'Avatar Effect', 'avatar_effect54', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '54', '54', '54', ''); +INSERT INTO `items_base` VALUES ('21059', '59', 'Avatar Effect', 'avatar_effect59', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '59', '59', '59', ''); +INSERT INTO `items_base` VALUES ('21060', '60', 'Avatar Effect', 'avatar_effect60', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '60', '60', '60', ''); +INSERT INTO `items_base` VALUES ('21061', '61', 'Avatar Effect', 'avatar_effect61', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '61', '61', '61', ''); +INSERT INTO `items_base` VALUES ('21062', '62', 'Avatar Effect', 'avatar_effect62', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '62', '62', '62', ''); +INSERT INTO `items_base` VALUES ('21063', '63', 'Avatar Effect', 'avatar_effect63', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '63', '63', '63', ''); +INSERT INTO `items_base` VALUES ('21064', '64', 'Avatar Effect', 'avatar_effect64', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '64', '64', '64', ''); +INSERT INTO `items_base` VALUES ('21065', '65', 'Avatar Effect', 'avatar_effect65', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '65', '65', '65', ''); +INSERT INTO `items_base` VALUES ('21066', '66', 'Avatar Effect', 'avatar_effect66', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '66', '66', '66', ''); +INSERT INTO `items_base` VALUES ('21067', '67', 'Avatar Effect', 'avatar_effect67', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '67', '67', '67', ''); +INSERT INTO `items_base` VALUES ('21069', '69', 'Avatar Effect', 'avatar_effect69', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '69', '69', '69', ''); +INSERT INTO `items_base` VALUES ('21070', '70', 'Avatar Effect', 'avatar_effect70', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '70', '70', '70', ''); +INSERT INTO `items_base` VALUES ('21071', '71', 'Avatar Effect', 'avatar_effect71', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '71', '71', '71', ''); +INSERT INTO `items_base` VALUES ('21072', '72', 'Avatar Effect', 'avatar_effect72', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '72', '72', '72', ''); +INSERT INTO `items_base` VALUES ('21073', '73', 'Avatar Effect', 'avatar_effect73', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '73', '73', '73', ''); +INSERT INTO `items_base` VALUES ('21074', '74', 'Avatar Effect', 'avatar_effect74', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '74', '74', '74', ''); +INSERT INTO `items_base` VALUES ('21075', '75', 'Avatar Effect', 'avatar_effect75', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '75', '75', '75', ''); +INSERT INTO `items_base` VALUES ('21076', '76', 'Avatar Effect', 'avatar_effect76', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '76', '76', '76', ''); +INSERT INTO `items_base` VALUES ('21078', '78', 'Avatar Effect', 'avatar_effect78', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '78', '78', '78', ''); +INSERT INTO `items_base` VALUES ('21079', '79', 'Avatar Effect', 'avatar_effect79', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '79', '79', '79', ''); +INSERT INTO `items_base` VALUES ('21080', '80', 'Avatar Effect', 'avatar_effect80', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '80', '80', '80', ''); +INSERT INTO `items_base` VALUES ('21081', '81', 'Avatar Effect', 'avatar_effect81', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '81', '81', '81', ''); +INSERT INTO `items_base` VALUES ('21082', '82', 'Avatar Effect', 'avatar_effect82', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '82', '82', '82', ''); +INSERT INTO `items_base` VALUES ('21083', '83', 'Avatar Effect', 'avatar_effect83', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '83', '83', '83', ''); +INSERT INTO `items_base` VALUES ('21084', '84', 'Avatar Effect', 'avatar_effect84', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '84', '84', '84', ''); +INSERT INTO `items_base` VALUES ('21085', '85', 'Avatar Effect', 'avatar_effect85', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '85', '85', '85', ''); +INSERT INTO `items_base` VALUES ('21086', '86', 'Avatar Effect', 'avatar_effect86', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '86', '86', '86', ''); +INSERT INTO `items_base` VALUES ('21087', '87', 'Avatar Effect', 'avatar_effect87', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '87', '87', '87', ''); +INSERT INTO `items_base` VALUES ('21088', '88', 'Avatar Effect', 'avatar_effect88', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '88', '88', '88', ''); +INSERT INTO `items_base` VALUES ('21089', '89', 'Avatar Effect', 'avatar_effect89', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '89', '89', '89', ''); +INSERT INTO `items_base` VALUES ('21090', '90', 'Avatar Effect', 'avatar_effect90', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '90', '90', '90', ''); +INSERT INTO `items_base` VALUES ('21091', '91', 'Avatar Effect', 'avatar_effect91', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '91', '91', '91', ''); +INSERT INTO `items_base` VALUES ('21092', '92', 'Avatar Effect', 'avatar_effect92', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '92', '92', '92', ''); +INSERT INTO `items_base` VALUES ('21093', '93', 'Avatar Effect', 'avatar_effect93', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '93', '93', '93', ''); +INSERT INTO `items_base` VALUES ('21094', '94', 'Avatar Effect', 'avatar_effect94', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '94', '94', '94', ''); +INSERT INTO `items_base` VALUES ('21099', '99', 'Avatar Effect', 'avatar_effect99', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '99', '99', '99', ''); +INSERT INTO `items_base` VALUES ('21100', '100', 'Avatar Effect', 'avatar_effect100', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '100', '100', '100', ''); +INSERT INTO `items_base` VALUES ('21101', '101', 'Avatar Effect', 'avatar_effect101', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '101', '101', '101', ''); +INSERT INTO `items_base` VALUES ('21102', '102', 'Avatar Effect', 'avatar_effect102', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '102', '102', '102', ''); +INSERT INTO `items_base` VALUES ('21104', '104', 'Avatar Effect', 'avatar_effect104', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '104', '104', '104', ''); +INSERT INTO `items_base` VALUES ('21105', '105', 'Avatar Effect', 'avatar_effect105', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '105', '105', '105', ''); +INSERT INTO `items_base` VALUES ('21106', '106', 'Avatar Effect', 'avatar_effect106', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '106', '106', '106', ''); +INSERT INTO `items_base` VALUES ('21107', '107', 'Avatar Effect', 'avatar_effect107', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '107', '107', '107', ''); +INSERT INTO `items_base` VALUES ('21108', '108', 'Avatar Effect', 'avatar_effect108', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '108', '108', '108', ''); +INSERT INTO `items_base` VALUES ('21109', '109', 'Avatar Effect', 'avatar_effect109', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '109', '109', '109', ''); +INSERT INTO `items_base` VALUES ('21110', '110', 'Avatar Effect', 'avatar_effect110', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '110', '110', '110', ''); +INSERT INTO `items_base` VALUES ('21111', '111', 'Avatar Effect', 'avatar_effect111', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '111', '111', '111', ''); +INSERT INTO `items_base` VALUES ('21112', '112', 'Avatar Effect', 'avatar_effect112', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '112', '112', '112', ''); +INSERT INTO `items_base` VALUES ('21113', '113', 'Avatar Effect', 'avatar_effect113', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '113', '113', '113', ''); +INSERT INTO `items_base` VALUES ('21114', '114', 'Avatar Effect', 'avatar_effect114', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '114', '114', '114', ''); +INSERT INTO `items_base` VALUES ('21115', '115', 'Avatar Effect', 'avatar_effect115', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '115', '115', '115', ''); +INSERT INTO `items_base` VALUES ('21116', '116', 'Avatar Effect', 'avatar_effect116', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '116', '116', '116', ''); +INSERT INTO `items_base` VALUES ('21117', '117', 'Avatar Effect', 'avatar_effect117', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '117', '117', '117', ''); +INSERT INTO `items_base` VALUES ('21118', '117', 'Avatar Effect', 'avatar_effect118', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '117', '117', '117', ''); +INSERT INTO `items_base` VALUES ('21119', '119', 'Avatar Effect', 'avatar_effect119', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '119', '119', '119', ''); +INSERT INTO `items_base` VALUES ('21120', '120', 'Avatar Effect', 'avatar_effect120', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '120', '120', '120', ''); +INSERT INTO `items_base` VALUES ('21121', '121', 'Avatar Effect', 'avatar_effect121', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '121', '121', '121', ''); +INSERT INTO `items_base` VALUES ('21122', '122', 'Avatar Effect', 'avatar_effect122', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '122', '122', '122', ''); +INSERT INTO `items_base` VALUES ('21123', '123', 'Avatar Effect', 'avatar_effect123', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '123', '123', '123', ''); +INSERT INTO `items_base` VALUES ('21124', '124', 'Avatar Effect', 'avatar_effect124', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '124', '124', '124', ''); +INSERT INTO `items_base` VALUES ('21125', '125', 'Avatar Effect', 'avatar_effect125', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '125', '125', '125', ''); +INSERT INTO `items_base` VALUES ('21126', '126', 'Avatar Effect', 'avatar_effect126', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '126', '126', '126', ''); +INSERT INTO `items_base` VALUES ('21127', '127', 'Avatar Effect', 'avatar_effect127', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '127', '127', '127', ''); +INSERT INTO `items_base` VALUES ('21128', '128', 'Avatar Effect', 'avatar_effect128', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '128', '128', '128', ''); +INSERT INTO `items_base` VALUES ('21129', '129', 'Avatar Effect', 'avatar_effect129', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '129', '129', '129', ''); +INSERT INTO `items_base` VALUES ('21130', '130', 'Avatar Effect', 'avatar_effect130', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '130', '130', '130', ''); +INSERT INTO `items_base` VALUES ('21131', '131', 'Avatar Effect', 'avatar_effect131', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '131', '131', '131', ''); +INSERT INTO `items_base` VALUES ('21132', '132', 'Avatar Effect', 'avatar_effect132', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '132', '132', '132', ''); +INSERT INTO `items_base` VALUES ('21133', '133', 'Avatar Effect', 'avatar_effect133', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '133', '133', '133', ''); +INSERT INTO `items_base` VALUES ('21134', '134', 'Avatar Effect', 'avatar_effect134', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '134', '134', '134', ''); +INSERT INTO `items_base` VALUES ('21135', '135', 'Avatar Effect', 'avatar_effect135', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '135', '135', '135', ''); +INSERT INTO `items_base` VALUES ('21136', '136', 'Avatar Effect', 'avatar_effect136', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '136', '136', '136', ''); +INSERT INTO `items_base` VALUES ('21137', '137', 'Avatar Effect', 'avatar_effect137', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '137', '137', '137', ''); +INSERT INTO `items_base` VALUES ('21138', '138', 'Avatar Effect', 'avatar_effect138', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '138', '138', '138', ''); +INSERT INTO `items_base` VALUES ('21139', '139', 'Avatar Effect', 'avatar_effect139', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '139', '139', '139', ''); +INSERT INTO `items_base` VALUES ('21141', '141', 'Avatar Effect', 'avatar_effect141', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '141', '141', '141', ''); +INSERT INTO `items_base` VALUES ('21142', '142', 'Avatar Effect', 'avatar_effect142', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '142', '142', '142', ''); +INSERT INTO `items_base` VALUES ('21143', '143', 'Avatar Effect', 'avatar_effect143', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '143', '143', '143', ''); +INSERT INTO `items_base` VALUES ('21144', '144', 'Avatar Effect', 'avatar_effect144', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '144', '144', '144', ''); +INSERT INTO `items_base` VALUES ('21145', '145', 'Avatar Effect', 'avatar_effect145', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '145', '145', '145', ''); +INSERT INTO `items_base` VALUES ('21146', '146', 'Avatar Effect', 'avatar_effect146', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '146', '146', '146', ''); +INSERT INTO `items_base` VALUES ('21147', '147', 'Avatar Effect', 'avatar_effect147', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '147', '147', '147', ''); +INSERT INTO `items_base` VALUES ('21148', '148', 'Avatar Effect', 'avatar_effect148', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '148', '148', '148', ''); +INSERT INTO `items_base` VALUES ('21149', '149', 'Avatar Effect', 'avatar_effect149', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '149', '149', '149', ''); +INSERT INTO `items_base` VALUES ('21150', '150', 'Avatar Effect', 'avatar_effect150', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '150', '150', '150', ''); +INSERT INTO `items_base` VALUES ('21151', '151', 'Avatar Effect', 'avatar_effect151', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '151', '151', '151', ''); +INSERT INTO `items_base` VALUES ('21152', '152', 'Avatar Effect', 'avatar_effect152', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '152', '152', '152', ''); +INSERT INTO `items_base` VALUES ('21153', '153', 'Avatar Effect', 'avatar_effect153', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '153', '153', '153', ''); +INSERT INTO `items_base` VALUES ('21154', '154', 'Avatar Effect', 'avatar_effect154', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '154', '154', '154', ''); +INSERT INTO `items_base` VALUES ('21155', '155', 'Avatar Effect', 'avatar_effect155', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '155', '155', '155', ''); +INSERT INTO `items_base` VALUES ('21156', '156', 'Avatar Effect', 'avatar_effect156', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '156', '156', '156', ''); +INSERT INTO `items_base` VALUES ('21157', '157', 'Avatar Effect', 'avatar_effect157', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '157', '157', '157', ''); +INSERT INTO `items_base` VALUES ('21158', '158', 'Avatar Effect', 'avatar_effect158', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '158', '158', '158', ''); +INSERT INTO `items_base` VALUES ('21159', '159', 'Avatar Effect', 'avatar_effect159', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '159', '159', '159', ''); +INSERT INTO `items_base` VALUES ('21160', '160', 'Avatar Effect', 'avatar_effect160', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '160', '160', '160', ''); +INSERT INTO `items_base` VALUES ('21161', '161', 'Avatar Effect', 'avatar_effect161', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '161', '161', '161', ''); +INSERT INTO `items_base` VALUES ('21162', '162', 'Avatar Effect', 'avatar_effect162', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '162', '162', '162', ''); +INSERT INTO `items_base` VALUES ('21163', '163', 'Avatar Effect', 'avatar_effect163', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '163', '163', '163', ''); +INSERT INTO `items_base` VALUES ('21164', '164', 'Avatar Effect', 'avatar_effect164', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '164', '164', '164', ''); +INSERT INTO `items_base` VALUES ('21165', '165', 'Avatar Effect', 'avatar_effect165', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '165', '165', '165', ''); +INSERT INTO `items_base` VALUES ('21166', '166', 'Avatar Effect', 'avatar_effect166', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '166', '166', '166', ''); +INSERT INTO `items_base` VALUES ('21167', '167', 'Avatar Effect', 'avatar_effect167', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '167', '167', '167', ''); +INSERT INTO `items_base` VALUES ('21168', '168', 'Avatar Effect', 'avatar_effect168', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '168', '168', '168', ''); +INSERT INTO `items_base` VALUES ('21169', '169', 'Avatar Effect', 'avatar_effect169', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '169', '169', '169', ''); +INSERT INTO `items_base` VALUES ('21170', '170', 'Avatar Effect', 'avatar_effect170', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '170', '170', '170', ''); +INSERT INTO `items_base` VALUES ('21171', '171', 'Avatar Effect', 'avatar_effect171', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '171', '171', '171', ''); +INSERT INTO `items_base` VALUES ('21172', '172', 'Avatar Effect', 'avatar_effect172', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '172', '172', '172', ''); +INSERT INTO `items_base` VALUES ('21173', '173', 'Avatar Effect', 'avatar_effect173', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '173', '173', '173', ''); +INSERT INTO `items_base` VALUES ('21174', '174', 'Avatar Effect', 'avatar_effect174', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '174', '174', '174', ''); +INSERT INTO `items_base` VALUES ('21177', '177', 'Avatar Effect', 'avatar_effect177', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '177', '177', '177', ''); +INSERT INTO `items_base` VALUES ('21178', '178', 'Avatar Effect', 'avatar_effect178', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '178', '178', '178', ''); +INSERT INTO `items_base` VALUES ('21179', '179', 'Avatar Effect', 'avatar_effect179', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '179', '179', '179', ''); +INSERT INTO `items_base` VALUES ('21180', '180', 'Avatar Effect', 'avatar_effect180', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '180', '180', '180', ''); +INSERT INTO `items_base` VALUES ('21181', '181', 'Avatar Effect', 'avatar_effect181', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '181', '181', '181', ''); +INSERT INTO `items_base` VALUES ('21182', '182', 'Avatar Effect', 'avatar_effect182', 'e', '0', '0', '0.00', '0', '1', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '182', '182', '182', ''); +INSERT INTO `items_base` VALUES ('21183', '183', 'Avatar Effect', 'avatar_effect183', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '183', '183', '183', ''); +INSERT INTO `items_base` VALUES ('21186', '186', 'Avatar Effect', 'avatar_effect186', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '186', '186', '186', ''); +INSERT INTO `items_base` VALUES ('21187', '187', 'Avatar Effect', 'avatar_effect187', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '187', '187', '187', ''); +INSERT INTO `items_base` VALUES ('21188', '188', 'Avatar Effect', 'avatar_effect188', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '188', '188', '188', ''); +INSERT INTO `items_base` VALUES ('21189', '189', 'Avatar Effect', 'avatar_effect189', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '189', '189', '189', ''); +INSERT INTO `items_base` VALUES ('21190', '190', 'Avatar Effect', 'avatar_effect190', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '190', '190', '190', ''); +INSERT INTO `items_base` VALUES ('21191', '191', 'Avatar Effect', 'avatar_effect191', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '191', '191', '191', ''); +INSERT INTO `items_base` VALUES ('21192', '192', 'Avatar Effect', 'avatar_effect192', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '192', '192', '192', ''); +INSERT INTO `items_base` VALUES ('21196', '196', 'Avatar Effect', 'avatar_effect196', 'e', '0', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'default', '1', '0', '', '196', '196', '196', ''); +INSERT INTO `items_base` VALUES ('40010', '4001', 'poster', 'poster', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40020', '4002', 'Gothic fountain', 'gothicfountain', 'i', '0', '0', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40050', '4005', 'Gothic Torch', 'torch', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40070', '4007', 'Romantique Wall Mirror', 'wallmirror', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40090', '4009', 'Habbowood Mirror', 'habw_mirror', 'i', '0', '0', '0.00', '0', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40120', '4012', 'V Guitar', 'guitar_v', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40130', '4013', 'Life Buoy', 'hrella_poster_2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40140', '4014', 'Porthole', 'hrella_poster_1', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40150', '4015', 'Xmas light', 'xmas_light', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40170', '4017', 'Swords', 'sw_swords', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40180', '4018', 'sw_stone', 'sw_stone', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40190', '4019', 'Spiderwick Hole on Wall', 'sw_hole', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40200', '4020', 'Ancestral Scimitars', 'arabian_swords', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40210', '4021', 'Kakejiku Hokusai', 'jp_sheet3', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40220', '4022', 'Window Frame', 'arabian_wndw', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40230', '4023', 'Bubble Juice Logo', 'md_logo_wall', 'i', '0', '0', '0.00', '0', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40250', '4025', 'Bubble Juice Can', 'md_can', 'i', '0', '0', '0.00', '0', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40270', '4027', 'Mood Light', 'roomdimmer', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40310', '4031', 'Single Window', 'window_single_default', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40320', '4032', 'Double Window', 'window_double_default', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40330', '4033', 'Window', 'noob_window_double', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40340', '4034', 'Chinese Window Large', 'window_chinese_wide', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40350', '4035', 'Golden Window', 'window_golden', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40360', '4036', 'Square Glass Window', 'window_square', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40370', '4037', 'Romantic Window Small', 'window_romantic_narrow', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40390', '4039', '70s Window Large', 'window_70s_wide', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40430', '4043', 'Sunny Delight', 'ads_sunnyd', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40460', '4046', 'Diner Window Small', 'window_diner2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40490', '4049', 'Large Window', 'window_diner', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40510', '4051', 'easy_poster', 'easy_poster', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40540', '4054', 'Skyscraper Window', 'window_skyscraper', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40560', '4056', 'Bullet Hole', 'det_bhole', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40580', '4058', 'ads_campguitar', 'ads_campguitar', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40600', '4060', 'X-Ray light', 'hw_08_xray', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40640', '4064', 'X-Ray light', 'hw08_xray', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40660', '4066', 'LED Wall Poster', 'party_led', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0', '0', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40850', '4085', 'Dragon Poster', 'china_pstr2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40860', '4086', 'Wall Lamp', 'china_light', 'i', '0', '0', '0.00', '0', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40940', '4094', 'Wooden window', 'lc_window1', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40960', '4096', 'Aquarium window', 'lc_window2', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('40980', '4098', 'Habbo Mall Cinema Window', 'ads_mall_wincin', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('41150', '4115', 'ads_lin_wh_c name', 'ads_lin_wh_c', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('41170', '4117', 'Country Fireplace', 'country_fp', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('41180', '4118', 'Country wall', 'country_wall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('41190', '4119', 'The Norwegian Flag', 'flag_norway', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('41200', '4120', 'Le Diner', 'diner_poster', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('41210', '4121', 'Jungle Wall', 'lt_jngl_wall', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'postit', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42210', '4221', 'Pad of Stickies', 'post_it', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'postit', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42220', '4222', 'ads_veet name', 'ads_veet', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42270', '4227', 'sf_wall', 'sf_wall', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42290', '4229', 'The Belgian Flag', 'flag_belgium', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42300', '4230', 'ads_mall_wingar', 'ads_mall_wingar', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42310', '4231', 'The Portuguese Flag', 'flag_portugal', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42320', '4232', 'Relaxation Wall', 'rela_wall', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42360', '4236', 'ads_mall_winclo', 'ads_mall_winclo', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42460', '4246', 'The Peruvian Flag', 'flag_peru', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42470', '4247', 'Creaky Corner', 'hween09_crnr1', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42480', '4248', 'The Tunisian Flag', 'flag_tunisia', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42490', '4249', 'The Singapore Flag', 'flag_singapore', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42500', '4250', 'The Mexican Flag', 'flag_mexico', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42510', '4251', 'The Philippines Flag', 'flag_philippines', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42520', '4252', 'The Malaysian Flag', 'flag_malaysia', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42530', '4253', 'The Greek Flag', 'flag_greece', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42540', '4254', 'The Venezuelan Flag', 'flag_venezl', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42550', '4255', 'The Turkish Flag', 'flag_turkey', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42560', '4256', 'The Chilean Flag', 'flag_chile', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42570', '4257', 'Creaky Wall', 'hween09_wall1', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42580', '4258', 'The Colombian Flag', 'flag_columbia', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42590', '4259', 'Old Stone Wall', 'hween09_stonewall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '5', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42600', '4260', 'The New Zealand Flag', 'flag_newzealand', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42610', '4261', 'The Argentinian Flag', 'flag_argentina', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42620', '4262', 'The Panama Flag', 'flag_panama', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42630', '4263', 'Haunted Painting', 'hween09_paint', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42640', '4264', 'The Moroccan Flag', 'flag_morocco', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42650', '4265', 'The Dominican Republic Flag', 'flag_dominicanrepublic', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42660', '4266', 'Floating Curtain', 'hween09_curt', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42680', '4268', 'The Ecuadorian Flag', 'flag_ecuador', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42690', '4269', 'Haunted Forest', 'hween09_treewall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42700', '4270', 'The Algerian Flag', 'flag_algeria', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42710', '4271', 'Haunted Window', 'hween09_win', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '10', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42720', '4272', 'Painting', 'ads_twi_paint', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42790', '4279', 'Pink Heart Bauble', 'xm09_bauble_27', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42800', '4280', 'Holiday Stocking', 'xm09_stocking', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42820', '4282', 'Yellow Bauble', 'xm09_bauble_4', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42830', '4283', 'Tall Blue Striped Bauble', 'xm09_bauble_19', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42840', '4284', 'Red Striped Bauble', 'xm09_bauble_6', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42850', '4285', 'Green Bauble', 'xm09_bauble_3', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42860', '4286', 'Yellow Heart Bauble', 'xm09_bauble_25', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42870', '4287', 'Arabian Wall', 'arabian_wall', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42890', '4289', 'Tall Red Bauble', 'xm09_bauble_11', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42900', '4290', 'Tall Yellow Bauble', 'xm09_bauble_14', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42910', '4291', 'Blue Striped Bauble', 'xm09_bauble_7', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42920', '4292', 'Blue Heart Bauble', 'xm09_bauble_23', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42930', '4293', 'White Striped Bauble', 'xm09_bauble_10', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42940', '4294', 'Yellow Striped Bauble', 'xm09_bauble_9', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42950', '4295', 'Green Striped Bauble', 'xm09_bauble_8', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42960', '4296', 'Tall Yellow Striped Bauble', 'xm09_bauble_20', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42970', '4297', 'Blue Bauble', 'xm09_bauble_2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42980', '4298', 'White Dot Bauble', 'xm09_bauble_18', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('42990', '4299', 'Tall Green Bauble', 'xm09_bauble_13', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43000', '4300', 'Red Bauble', 'xm09_bauble_1', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43010', '4301', 'Tall White Bauble', 'xm09_bauble_15', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43020', '4302', 'Red Heart Bauble', 'xm09_bauble_22', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43030', '4303', 'Purple Green Bauble', 'xm09_bauble_16', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43040', '4304', 'Tall Blue Bauble', 'xm09_bauble_12', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43050', '4305', 'Green White Bauble', 'xm09_bauble_21', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43060', '4306', 'White Heart Bauble', 'xm09_bauble_26', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43070', '4307', 'Xmas Tree Wall', 'xm09_firwall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43080', '4308', 'Snow Forest Wall', 'xm09_forestwall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43090', '4309', 'Flatscreen TV', 'xm09_infotv', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43110', '4311', 'Lodge Wall', 'xm09_lodgewall', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43150', '4315', 'ads_tv_jaapuisto name', 'ads_tv_jaapuisto', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43240', '4324', 'Teen Life Check Wheel', 'ads_tlc_wheel', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43370', '4337', 'ads_grefusa_surfb name', 'ads_grefusa_surfb', 'i', '0', '0', '0.00', '0', '0', '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', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43390', '4339', 'Hospital X-Ray', 'hosptl_xray', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43400', '4340', 'Fog Wall', 'hween10_fogwall', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43460', '4346', 'Moon Tarot Card', 'hween10_card_1', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43470', '4347', 'Wheel of Fortune Tarot', 'hween10_card_4', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43480', '4348', 'hween10_card_6 name', 'hween10_card_6', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43490', '4349', 'hween10_wallskull name', 'hween10_wallskull', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43500', '4350', 'Death Tarot Card', 'hween10_card_2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43510', '4351', 'hween10_card_5 name', 'hween10_card_5', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43520', '4352', 'Nokia Lights 2', 'ads_nokiax3_wall2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43530', '4353', 'Nokia Lights 3', 'ads_nokiax3_wall3', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43540', '4354', 'Nokia Lights', 'ads_nokiax3_wall1', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43550', '4355', 'Nokia X3', 'ads_nokiax3_phn', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43620', '4362', 'Skyscraper 1', 'es_build1', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43660', '4366', 'Skyscraper 3', 'es_build3', 'i', '0', '0', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43690', '4369', 'Ice Star', 'qt_xm10_icestar', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43710', '4371', 'City Building 3', 'es_big3', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43720', '4372', 'City Building 2', 'es_big2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43730', '4373', 'Countdown Building', 'year2011', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43760', '4376', 'Zebra Wall Cover', 'bling11_wall2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43770', '4377', 'Leopard Wall Cover', 'bling11_wall3', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43780', '4378', 'Heart Lights', 'qt_val11_heartlights', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43960', '4396', 'Wall Shelf', 'waasa_wall_shelf2', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('43990', '4399', 'ads_suunvuorow name', 'ads_suunvuorow', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44050', '4405', 'ads_cchups_screen name', 'ads_cchups_screen', 'i', '0', '0', '0.00', '0', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44070', '4407', 'Concrete Wall', 'sb_wall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44080', '4408', 'Graffiti 2', 'sb_tag2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44090', '4409', 'Graffiti 3', 'sb_tag3', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44100', '4410', 'ads_durex_screen name', 'ads_durex_screen', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44130', '4413', 'White+Blue USVA Wallrug', 'usva5_wallrug', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44180', '4418', 'Chalkboard', 'school_chalkboard', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44210', '4421', 'School Charts', 'school_charts', 'i', '0', '0', '0.00', '0', '0', '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', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44270', '4427', 'Hot from the streets of New York. Two states.', 'boutique_clrack2', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44360', '4436', 'Cabin Wall', 'xmas11_wall', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44380', '4438', 'Ghost Pet Head', 'xmas11_hd5', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44390', '4439', 'Wild Boar Head', 'xmas11_hd3', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44400', '4440', 'Moose Head', 'xmas11_hd1', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44410', '4441', 'Deer Head', 'xmas11_hd6', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44420', '4442', 'Alvin 3 Surfboard', 'ads_alvinsurf', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44430', '4443', 'Cuckoo\'s Clock', 'xmas11_cuckoo', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44470', '4447', 'The Danish Flag', 'flag_denmark', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44480', '4448', 'China Town', 'urban_wall_china', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44640', '4464', 'hween12_dartboard name', 'hween12_dartboard', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44780', '4478', 'Venetian Wall', 'val13_wall_2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '0', '0', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44820', '4482', 'Base Wall Decoration', 'pixel_walldeco', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44830', '4483', 'Pink Clock', 'pixel_clock_pink', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44840', '4484', 'pixel_mirror name', 'pixel_mirror', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44850', '4485', 'Black Clock', 'pixel_clock_black', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44860', '4486', 'Green Clock', 'pixel_clock_green', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44870', '4487', 'Blue Clock', 'pixel_clock_blue', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44880', '4488', 'Green Base Wall', 'pixel_wall_green', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44890', '4489', 'Red Base Wall', 'pixel_wall_red', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44900', '4490', 'Pink Base Painting', 'pixel_painting_pink', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44910', '4491', 'Green Base Painting', 'pixel_painting_green', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44920', '4492', 'Pink Base Wall', 'pixel_wall_pink', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44930', '4493', 'Black Base Painting', 'pixel_painting_black', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44940', '4494', 'Blue Base Painting', 'pixel_painting_blue', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44950', '4495', 'Red Base Painting', 'pixel_painting_red', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44960', '4496', 'Blue Base Wall', 'pixel_wall_blue', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44970', '4497', 'Black Base Wall', 'pixel_wall_black', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('44980', '4498', 'pixel_poster2 name', 'pixel_poster2', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45060', '4506', 'easter13_wall1 name', 'easter13_wall1', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45090', '4509', 'Good Side Wall', 'mystics_gwall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45100', '4510', 'The Austrian Flag', 'flag_austria', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45110', '4511', 'Grunge Wall', 'grungewall', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45140', '4514', 'Dark Duck Descends', 'cine_pstr_4', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45150', '4515', 'M.O.D', 'cine_pstr_7', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45160', '4516', 'Habbo Club', 'cine_pstr_8', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45170', '4517', 'Get Frank', 'cine_pstr_1', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45180', '4518', 'Avatar Editor', 'cine_pstr_5', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45190', '4519', 'Revenge of the Cheeps', 'cine_pstr_0', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45200', '4520', 'The Rabbit 2', 'cine_pstr_3', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45210', '4521', 'Bobbaro', 'cine_pstr_9', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45220', '4522', 'The Rabbit', 'cine_pstr_2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45230', '4523', 'habbopage_wall name', 'habbopage_wall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45240', '4524', 'brnd_cscape_wall name', 'brnd_cscape_wall', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45260', '4526', 'ads_nokiax3_wall name', 'ads_nokiax3_wall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45270', '4527', 'builderwall_exp name', 'builderwall_exp', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45280', '4528', 'test_habbopage_display name', 'test_habbopage_display', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45290', '4529', 'Gnome', 'cine_pstr_10', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45300', '4530', 'HC Executive Waterfall', 'hc_exe_wfall', 'i', '0', '0', '0.00', '0', '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', '0.00', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'postit', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45320', '4532', '2014 Countdown', 'year2014', 'i', '0', '0', '0.00', '0', '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', '0', '0', '0', '0', '1', '0', '0', '0', '1', 'postit', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45340', '4534', 'Horse Poster', 'china_pstr5', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45350', '4535', 'Heroic Acts Certificate', 'storieshero_poster', 'i', '0', '0', '0.00', '0', '0', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'external_image', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45370', '4537', 'Green Spa Wall', 'val14_wall1', 'i', '0', '0', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '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', '0', '0', '0', '0', '1', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'external_image', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45420', '4542', 'Draped Sequin Wall', 'runway_fabric2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45430', '4543', 'Boarder\'s residence window', 'stories_sch_glass', 'i', '0', '0', '0.00', '0', '0', '0', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45453', '45453', 'The Big Pixel Wave', 'diamond_painting6', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45460', '4546', 'A Bar at Folies-Habberge', 'diamond_painting4', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45463', '45463', 'A Bar at Folies-Habberge', 'diamond_painting4', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45470', '4547', 'The Duck Pond', 'diamond_painting2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45473', '45473', 'The Duck Pond', 'diamond_painting2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45480', '4548', 'The Captured Pirates', 'diamond_painting5', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45483', '45483', 'The Captured Pirates', 'diamond_painting5', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45490', '4549', 'Duck Funk Dance', 'diamond_painting1', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45500', '4550', 'Heartbroken Habbo', 'diamond_painting3', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45503', '45503', 'Heartbroken Habbo', 'diamond_painting3', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45510', '4551', 'Steelscar Banner', 'vikings_banner_r', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45520', '4552', 'Battleshade Banner', 'vikings_banner_g', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45530', '4553', 'Battleshade Wall Shield', 'vikings_wallshield_g', 'i', '0', '0', '0.00', '0', '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', '0', '0', '0', '0', '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', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45560', '4556', 'Steelscar Wooden Wall', 'vikings_wall_r', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45570', '4557', 'Summer Lovin\' Stickies', 'post_it_juninas', 'i', '0', '0', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45590', '4559', 'wildwest_wallpaper name', 'wildwest_wallpaper', 'i', '0', '0', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45610', '4561', 'Floppy Disk Poster', 'uni_floppy', 'i', '0', '0', '0.00', '0', '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', '0', '0', '0', '0', '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', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45640', '4564', 'Beach Babe Poster', 'uni_pinupgirl', 'i', '0', '0', '0.00', '0', '0', '0', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45670', '4567', 'Professor\'s Bookshelf', 'uni_libraryshelf', 'i', '0', '0', '0.00', '0', '0', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45690', '4569', 'Coat Rack', 'uni_girlcoatrack', 'i', '0', '0', '0.00', '0', '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', '0', '0', '0', '0', '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', '0', '0', '0', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45740', '4574', 'Light Grey Bathroom Wall', 'bathroom_wall1', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45750', '4575', 'Onyx Bathroom Wall', 'bathroom_wall3', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45760', '4576', 'Dark Grey Bathroom Wall', 'bathroom_wall2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45770', '4577', 'Anatomy of a Habbo', 'st_uni_poster', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45780', '4578', 'Floral Stained Glass', 'hween14_stainglass', 'i', '0', '0', '0.00', '0', '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', '0', '0', '0', '0', '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', '0', '0', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45830', '4583', 'Habbo Games', 'cine_pstr_18', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45840', '4584', 'Quacktrix', 'cine_pstr_16', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45850', '4585', 'Ding Dong', 'cine_pstr_12', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45860', '4586', 'The Guardian of Habbo', 'cine_pstr_19', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45870', '4587', 'Sing Song', 'cine_pstr_13', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45880', '4588', 'Ducknado', 'cine_pstr_15', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45890', '4589', 'Freeze!', 'cine_pstr_14', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45900', '4590', 'Barry Bobba', 'cine_pstr_17', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45910', '4591', 'st_pstr_felipe name', 'st_pstr_felipe', 'i', '0', '0', '0.00', '0', '0', '0', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45970', '4597', 'Camera Pic', 'external_image_wallitem_poster_small', '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 ('45980', '4598', 'Carnival Mask', 'carnival15_wallmask', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('45990', '4599', 'Neo-Habbo Cityscape', 'cpunk_c15_wall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46010', '4601', 'Neo-Habbo Cityscape', 'cypunk_c15_wall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46020', '4602', 'Sugarscape Wall', 'cland_c15_wall', 'i', '0', '0', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46040', '4604', 'Life rider', 'diamond_painting18', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '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', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46060', '4606', 'Nighthabbos', 'diamond_painting15', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46070', '4607', 'Birth of Dragons', 'diamond_painting16', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46080', '4608', 'Hotelier Man(ager)', 'diamond_painting14', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46090', '4609', 'Carré', 'diamond_painting13', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46100', '4610', 'Creation of Habbo', 'diamond_painting10', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46110', '4611', 'Pixel night', 'diamond_painting7', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46120', '4612', 'Soapy Girl', 'diamond_painting12', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46130', '4613', 'Dans so ducké', 'diamond_painting11', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46140', '4614', 'Frank Needs YOU.', 'army15_poster', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46150', '4615', 'Habbo Forces Sign', 'army_c15_insig', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46160', '4616', 'Global Satellite Screen', 'army15_largescreen', 'i', '0', '0', '0.00', '0', '0', '0', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46180', '4618', 'Jurassic Wall Piece', 'dino_c15_wallpiece', 'i', '0', '0', '0.00', '0', '0', '0', '0', '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', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46200', '4620', 'Lodge Window', 'lodge_c15_window', 'i', '0', '0', '0.00', '0', '0', '0', '0', '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', '0', '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', '0', '0', '0', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46280', '4628', 'Burning hotel', 'hween_c15_sky', 'i', '0', '0', '0.00', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46300', '4630', 'Kitchen Cabinet', 'ktchn_c15_cupboard', 'i', '0', '0', '0.00', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46340', '4634', 'Candy Stripe Wreath', 'xmas_c15_advent10', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46350', '4635', 'Monkey Poster', 'china_pstr7', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46360', '4636', 'Cursed Fountain', 'gothic_r16_fountain', 'i', '0', '0', '0.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46420', '4642', 'Hall Paintings', 'xmas_c16_painting', 'i', '0', '0', '0.00', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46450', '4645', 'Mall Boutique Window', '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', 'Pet Shop Window', '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', 'Sports Store Window', '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', 'Idyllic Landscape', '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', '2018 NY Countdown', 'year2018', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46500', '4650', 'hc17_7 name', 'hc17_7', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46510', '4651', 'Dog Poster', 'china_pstr9', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46520', '4652', 'Coral Kingdom Landscape', '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', 'The Persistence of Furni', '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', 'Frank\'s Love', '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', 'Lido Nostalgia', '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', 'Self-Portrait of Frank', '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', 'The Empty Inventory', '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', 'Lunch atop the Hotel', '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', 'Habbo Gothic', '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', 'The Duck Woman', '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', 'Misplaced Duck', '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', 'Frank\'s Mother', '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', 'Marketplace Man', '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', 'Sunflowers in your Inventory', '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', 'Wall of Dials', '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', 'Arctic Circle Night Sky', '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', '2019 NY Countdown', '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 name', 'china_pstr10', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46690', '4669', 'Fairytale Forest', 'easter_c19_forrestbg', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46700', '4670', 'Desert Horizon', 'fest_c19_bgwall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46710', '4671', 'Banned Activity', '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', 'Prima Habbolina', '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', 'Habbo Girl', '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', 'Mr Pixel Face', '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', 'Bonnie', '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', 'Girl with H', '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', 'The Duckmare', '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', 'Habbo with a Mirror', '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', 'Le Corrupted Kitty', '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', 'Composition 8 Bit', '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 name', 'celestial_c19_wall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46820', '4682', 'celestial_c19_constellations name', 'celestial_c19_constellations', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46830', '4683', 'Haunted Woodland', 'hween_c19_mistywoodsbg', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46840', '4684', 'Rat Poster', 'china_pstr11', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46850', '4685', '2020 NY Countdown', 'year2020', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46860', '4686', 'Art Studio Wall', 'art_c20_wall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46870', '4687', 'art_c20_window name', 'art_c20_window', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46880', '4688', 'Indian Sunset', 'india_c20_sunsetbg', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46890', '4689', 'Habbo Monroe', 'diamond_painting52', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46900', '4690', 'Habbo Matisse', 'diamond_painting42', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46910', '4691', 'The Pixelated Kiss', 'diamond_painting46', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46920', '4692', 'Audrey Habburn', 'diamond_painting51', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46930', '4693', 'Equestrian Frank', 'diamond_painting44', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46940', '4694', 'Habbos Go Dancing', 'diamond_painting45', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46950', '4695', 'Madame Habbo and Frank', 'diamond_painting43', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46960', '4696', 'party_nt_neon4 name', 'party_nt_neon4', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46970', '4697', 'Relaxation Wall (non-tradable)', 'rela_nt_wall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46980', '4698', 'party_nt_led name', 'party_nt_led', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '4', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('46990', '4699', 'usva_nt_wallrug name', 'usva_nt_wallrug', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47000', '4700', 'Jungle Wall (non-tradable)', 'lt_nt_jngl_wall', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '3', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47010', '4701', 'Theater Lights (non-tradable)', 'cine_nt_light1', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47020', '4702', 'Designer Wardrobe (non-tradable)', 'val09_nt_wdrobe_g', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47030', '4703', 'party_nt_shelf name', 'party_nt_shelf', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47040', '4704', 'Skyscraper Window (non-tradable)', 'window_nt_skyscraper', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47050', '4705', 'Diner Window Small (non-tradable)', 'window_nt_diner2', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47060', '4706', 'cubie_nt_decal_2_p name', 'cubie_nt_decal_2_p', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47070', '4707', 'cubie_nt_decal_1_p name', 'cubie_nt_decal_1_p', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47080', '4708', 'Tiled Corridor Wall', 'hween_c20_floorwallb', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '', '0', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47090', '4709', 'xmas_c20_forestbg name', 'xmas_c20_forestbg', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '6', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47120', '4712', 'year2021', 'year2021', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '2', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47130', '4713', 'diamond_painting55', 'diamond_painting55', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47140', '4714', 'diamond_painting58', 'diamond_painting58', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47150', '4715', 'diamond_painting61', 'diamond_painting61', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47160', '4716', 'diamond_painting57', 'diamond_painting57', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47170', '4717', 'diamond_painting63', 'diamond_painting63', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47180', '4718', 'diamond_painting56', 'diamond_painting56', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('47190', '4719', 'diamond_painting53', 'diamond_painting53', 'i', '0', '0', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 'default', '1', '0', '', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50000', '50000', 'a0 pet0', 'a0 pet0', 's', '0', '0', '1.00', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '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', '0', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', ''); +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', ''); +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', ''); +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', ''); +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', ''); +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', ''); +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', ''); +INSERT INTO `items_base` VALUES ('50500', '0', 'Football_PT', 'Football_PT', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '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', '0', '1', 'default', '1', '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', '0', '1', 'default', '1', '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', '0', '1', 'default', '1', '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', ''); +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', ''); +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', ''); +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', ''); +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', ''); +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', ''); +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', ''); +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', ''); +INSERT INTO `items_base` VALUES ('50513', '0', 'PIH15', 'PIH15', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50514', '0', 'COM67', 'COM67', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50515', '0', 'BTL01', 'BTL01', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50516', '0', 'RA4_HHUK', 'RA4_HHUK', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50517', '0', 'RA6', 'RA6', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50518', '0', 'RA5', 'RA5', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50519', '0', 'RA2', 'RA2', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50520', '0', 'RA10', 'RA10', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50521', '0', 'HQ021', 'HQ021', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50522', '0', 'COM67', 'COM67', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50525', '0', 'HPR01', 'HPR01', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50526', '0', 'HPR02', 'HPR02', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50527', '0', 'HPR03', 'HPR03', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50528', '0', 'HBR01', 'HBR01', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50529', '0', 'HBR02', 'HBR02', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50530', '0', 'HBR04', 'HBR04', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50531', '0', 'SCH17', 'SCH17', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50532', '0', 'SCH16', 'SCH16', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50533', '0', 'SCH15', 'SCH15', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50534', '0', 'MXH27', 'MXH27', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50535', '0', 'MXH28', 'MXH28', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50536', '0', 'HS029', 'HS029', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50537', '0', 'HS022', 'HS022', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50538', '0', 'HST62', 'HST62', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50539', '0', 'HS008', 'HS008', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50540', '0', 'HU023', 'HU023', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50541', '0', 'HS018', 'HS018', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50542', '0', 'HU024', 'HU024', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50543', '0', 'SPA04', 'SPA04', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50544', '0', 'SPA05', 'SPA05', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50545', '0', 'SPA03', 'SPA03', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50546', '0', 'SPA02', 'SPA02', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50547', '0', 'WWB36', 'WWB36', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50548', '0', 'HST85', 'HST85', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50549', '0', 'WWB34', 'WWB34', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50550', '0', 'WWB35', 'WWB35', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'badge', '1', '0', '0', '', '0', '0', ''); +INSERT INTO `items_base` VALUES ('50551', '0', '14XR1', '14XR1', '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 ('50552', '0', '14XR2', '14XR2', '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 ('50553', '0', '14XR3', '14XR3', 'b', '1', '1', '0.00', '1', '0', '0', '0', '1', '1', '0', '0', '1', 'default', '1', '0', '0', '', '0', '0', ''); diff --git a/Catalog-SQLS/items_crackable.sql b/Catalog-SQLS/items_crackable.sql new file mode 100644 index 00000000..01f98326 --- /dev/null +++ b/Catalog-SQLS/items_crackable.sql @@ -0,0 +1,208 @@ +/* +Navicat MySQL Data Transfer + +Source Server : hotel +Source Server Version : 50505 +Source Host : localhost:3306 +Source Database : hotel + +Target Server Type : MYSQL +Target Server Version : 50505 +File Encoding : 65001 + +Date: 2020-12-25 23:06:13 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for items_crackable +-- ---------------------------- +DROP TABLE IF EXISTS `items_crackable`; +CREATE TABLE `items_crackable` ( + `item_id` int(11) NOT NULL, + `item_name` varchar(255) NOT NULL COMMENT 'Item name for identification', + `count` int(11) NOT NULL, + `prizes` varchar(255) 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) NOT NULL, + `achievement_cracked` varchar(64) NOT NULL, + `required_effect` int(3) NOT NULL DEFAULT 0, + `subscription_duration` int(3) DEFAULT NULL, + `subscription_type` varchar(255) DEFAULT NULL COMMENT 'hc for Habbo Club, bc for Builders Club', + PRIMARY KEY (`item_id`) USING BTREE, + UNIQUE KEY `id` (`item_id`) USING BTREE, + KEY `data` (`count`,`prizes`,`achievement_tick`,`achievement_cracked`) USING BTREE +) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of items_crackable +-- ---------------------------- +INSERT INTO `items_crackable` VALUES ('4986', 'easter13_egg_0', '1000', '1975:11;21:11;26:11;28:11;36:11;47:11;249:11;253:11;1759:11', 'EggCracker', 'EggMaster', '0', null, null); +INSERT INTO `items_crackable` VALUES ('4987', 'easter13_egg_3', '20000', '5009:20;5000:40;5006:40', 'EggCracker', 'EggMaster', '0', null, null); +INSERT INTO `items_crackable` VALUES ('4988', 'easter13_egg_1', '5000', '5004:25;5005:25;5008:25;5010:25', 'EggCracker', 'EggMaster', '0', null, null); +INSERT INTO `items_crackable` VALUES ('4989', 'easter13_egg_2', '10000', '5001:25;5002:25;5007:25;5001:25', 'EggCracker', 'EggMaster', '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', '1', '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', '1', '8193:1;8201:9;6024:10;6022:10;9325:6;9326:6;8236:6;8224:6;179:6;8239:6;8240:6;3134:6;4275:6;4246:6;46220:10', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('8439', 'habbo15_pumpkin2', '1', '6191:20;8384:16;8380:16;4738:16;5002:16;8401:16', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('8438', 'habbo15_pumpkin1', '1', '174:5;4268:5;3294:5;4292:5;6178:5;228:5;179:5;208:5;209:5;210:5;3233:5;6153:5;2102:5;4083:5;2946:5;5300:5;4309:5;177:5;3189:5;5869:5', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('8451', 'gold_rare_crackable', '1', '8443:5;8458:5;8457:5;8456:5;8455:5;8454:5;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', '10', '8880:20;8882:20;8884:20;8886:20;46360:20', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('8918', 'jungle_c16_flowerd2', '12', '8919:25;8918:25;8951:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8919', 'jungle_c16_flowerd1', '12', '8919:25;8918:25;8951:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8926', 'jungle_c16_flowerc3', '12', '8983:25;8968:25;8926:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8948', 'jungle_c16_flowera3', '12', '8975:25;8987:25;8948:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8951', 'jungle_c16_flowerd3', '12', '8919:25;8918:25;8951:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8968', 'jungle_c16_flowerc2', '12', '8983:25;8968:25;8926:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8975', 'jungle_c16_flowera1', '12', '8975:25;8987:25;8948:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8977', 'jungle_c16_flowerb3', '12', '8982:25;8981:25;8977:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8981', 'jungle_c16_flowerb2', '12', '8982:25;8981:25;8977:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8982', 'jungle_c16_flowerb1', '12', '8982:25;8981:25;8977:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8983', 'jungle_c16_flowerc1', '12', '8983:25;8968:25;8926:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8987', 'jungle_c16_flowera2', '12', '8975:25;8987:25;8948:25;8940:25', '', 'Horticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('8993', 'bonusbag16_1', '1', '8350:9;8351:8;8352:8;8353:8;8354:9;8355:9;8356:8;8357:8;8358:9;8359:8;8360:8;8361:8', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('8994', 'bonusbag16_2', '1', '8628:10;8629:10;8630:10;8631:10;8887:10;8888:10;8889:10;8890:10;889:101;8892:10', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('9134', 'hhistory_r16_crackable', '1', '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:30;9156:30;9171:15;9197:25', '', '', '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', '8893:9;8894:8;8895:8;8896:8;8897:9;8898:9;9282:8;9283:8;9284:9;9285:8;9286:8;9287:8', '', '', '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:34;9431:33;9434:33', '', '', '192', null, null); +INSERT INTO `items_crackable` VALUES ('9416', 'easter_c17_egg', '20', '9457:10;5838:9;3424:9;9411:9;8583:9;8595:9;3412:9;3921:9;7972:9;5834:9;8252:9', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('9425', 'easter_c17_leafsprout', '1', '9436:100', '', 'Farmer', '192', null, null); +INSERT INTO `items_crackable` VALUES ('9433', 'easter_c17_sapling', '1', '9408:100', '', 'Farmer', '192', null, null); +INSERT INTO `items_crackable` VALUES ('9445', 'easter_c17_seeds', '1', '9433:50;9425:50', '', '', '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', '1', '9492:100', '', 'Restorer', '0', null, null); +INSERT INTO `items_crackable` VALUES ('9467', 'santorini_c17_artefact3', '1', '9472:100', '', 'Restorer', '0', null, null); +INSERT INTO `items_crackable` VALUES ('9475', 'santorini_c17_artefact5', '1', '9479:100', '', 'Restorer', '0', null, null); +INSERT INTO `items_crackable` VALUES ('9477', 'santorini_r17_chest', '1', '9463:20;9467:20;9475:20;9480:20;9502:20', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('9480', 'santorini_c17_artefact1', '1', '9482:100', '', 'Restorer', '0', null, null); +INSERT INTO `items_crackable` VALUES ('9502', 'santorini_c17_artefact2', '1', '9470:100', '', 'Restorer', '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', '1', '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', '', 'flamingknight', '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', '9891:10;9889:15;9890:15;9892:15;9893:15;9894:15;9895:15', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('9961', 'easter_c18_snowdrop3', '12', '10017:20;9969:20;10021:20;9961:20;9986:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('9963', 'easter_c18_lupin1', '12', '9963:20;9969:20;10002:20;9976:20;9978:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('9965', 'easter_c18_tulip2', '12', '9997:20;9969:20;9965:20;9972:20;10006: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', '10022:20;9971:20;9969:20;9983:20;9994:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('9972', 'easter_c18_tulip3', '12', '9997:20;9969:20;9965:20;9972:20;10006:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('9976', 'easter_c18_lupin3', '12', '9963:20;9969:20;10002:20;9976:20;9978:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('9978', 'easter_c18_lupin4', '12', '9963:20;9969:20;10002:20;9976:20;9978: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', '10022:20;9971:20;9969:20;9983:20;9994:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('9986', 'easter_c18_snowdrop4', '12', '10017:20;9969:20;10021:20;9961:20;9986:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('9994', 'easter_c18_rose2', '12', '10022:20;9971:20;9969:20;9983:20;9994:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('9997', 'easter_c18_tulip1', '12', '9997:20;9969:20;9965:20;9972:20;10006:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('10002', 'easter_c18_lupin2', '12', '9963:20;9969:20;10002:20;9976:20;9978:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('10006', 'easter_c18_tulip4', '12', '9997:20;9969:20;9965:20;9972:20;10006: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:20;9969:20;10021:20;9961:20;9986:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('10021', 'easter_c18_snowdrop2', '12', '10017:20;9969:20;10021:20;9961:20;9986:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('10022', 'easter_c18_rose1', '12', '10022:20;9971:20;9969:20;9983:20;9994:20', '', 'AdvancedHorticulturist', '192', null, null); +INSERT INTO `items_crackable` VALUES ('10070', 'coralking_c18_treasurechest', '1', '10062:4;10065:4;10069:4;10077:4;10080:4;10081:4;10084:4;10086:4;10089:4;10100:4;10104:4;10108:4;10110:4;10118:4;10119:4;10072:8;10099:7;10111:8;10117:7;10093:5;10113:5', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('10078', 'coralking_r18_goldenchest', '1', '10072:18;10099:17;10111:18;10117:17;10093:15;10113:15', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('10170', 'tokyo_c18_gacha', '1', '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', '1', '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', '1', '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', '1', '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', '20', '10516:75;10495:25', '', '', '186', null, null); +INSERT INTO `items_crackable` VALUES ('10497', 'easter_c19_book1', '1', '10517:45;10535:45;10522:10', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('10498', 'easter_c19_book3', '1', '10532:45;10513:45;10494:10', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('10501', 'easter_c19_book2', '1', '10488:45;10524:45;10504:10', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('10505', 'easter_c19_book4', '1', '10530:45;10538:45;10523:10', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('10510', 'easter_c19_babyhippogriff', '20', '10541:75;10537:25', '', '', '186', null, null); +INSERT INTO `items_crackable` VALUES ('10512', 'easter_c19_forrestegg', '20', '10510:50;10487:35;10529:15', '', 'EasterCreatures', '186', null, null); +INSERT INTO `items_crackable` VALUES ('10518', 'easter_c19_ancientbook', '1', '10497:25;10501:25;10498:25;10505:25', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('10529', 'easter_c19_babykelpie', '20', '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:10;10563:10;10559:10;10557:10;10555:10;10551:10;10558:10;10554:10;10562:10;10562:10', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('10573', 'booster_c19_box2', '1', '10568:10;10563:10;10559:10;10557:10;10555:10;10551:10;10558:10;10554:10;10562:10;10562:10', '', '', '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;10825:13;10826:12;10829:13;10824:12', '', '', '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', '10944: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', '1', '11160:10;11153:25;11154:25;11167:20;11165:20', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11166', 'spa_c20_crackable2A', '1', '11149:10;11162:25;11147:25;11156:20;11158:20', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11210', 'india_c20_blueprint', '1', '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 ('10626', 'fest_c19_bprintcrackable', '1', '10600:25;10606:25;10614:25;10636:25', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11308', 'habbo20_r20_crackable', '1', '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', '1', '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', '5183:17;5192:16;5182:17;5191:17;5190:16;5184:17', 'PinataWhacker', 'PinataBreaker', '158', null, null); +INSERT INTO `items_crackable` VALUES ('5193', 'hblooza_pinata2', '100', '5188:20;5185:20;5187:20;5189:20;5186:20', 'PinataWhacker', 'PinataBreaker', '158', null, null); +INSERT INTO `items_crackable` VALUES ('9214', 'xmas_c16_creature7', '24', '9256:50;9246:50', '', 'CreatureRearer', '186', null, null); +INSERT INTO `items_crackable` VALUES ('9232', 'xmas_c16_egg', '24', '9214:33;9238:33;9251:34', '', '', '186', null, null); +INSERT INTO `items_crackable` VALUES ('9238', 'xmas_c16_creature1', '24', '9211:50;9258:50', '', 'CreatureRearer', '186', null, null); +INSERT INTO `items_crackable` VALUES ('9251', 'xmas_c16_creature4', '24', '9224:50;9242:50', '', 'CreatureRearer', '186', null, null); +INSERT INTO `items_crackable` VALUES ('8548', 'ny16_crackable', '1', '8545:10;8543:15;8546:15;8541:20;8540:20;8542:20', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('9288', 'ny17_crackable', '1', '9289:5;9291:15;9292:15;9293:20;9294:20;9295:25', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11531', 'hween_c20_duckgoddess', '30', '11483:45;11530:45;11497:10', '', '', '186', null, null); +INSERT INTO `items_crackable` VALUES ('11520', 'hween_r20_evilpandorabox', '1', '11531:25;11498:25;11504:25;11502:25', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11502', 'hween_c20_eyedemon', '30', '11537:45;11479:45;11506:10', '', '', '162', null, null); +INSERT INTO `items_crackable` VALUES ('11504', 'hween_c20_octodemon', '30', '11489:45;11494:45;11494:10', '', '', '117', null, null); +INSERT INTO `items_crackable` VALUES ('11498', 'hween_c20_evilscarecrow', '30', '11535:45;11492:45;11533:10', '', '', '5', null, null); +INSERT INTO `items_crackable` VALUES ('11495', 'hween_c20_pandorabox', '1', '10819:15;9761:13;10819:13;10789:10;8381:10;9186:10;10271:9;10271:20', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11562', 'plushie_c20_crackable', '1', '11557:13;11556:13;11571:13;11599:13;11577:12;11563:12;11610:12;11588:12', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11670', 'xmas_c20_runerock', '2', '11659:20;11619:20;11664:20;11658:20;11642:20', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11659', 'xmas_c20_runerockblue', '2', '11619:25;11664:25;11658:25;11642:25', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11619', 'xmas_c20_runerockgreen', '2', '11659:25;11664:25;11658:25;11642:25', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11664', 'xmas_c20_runerockpurple', '2', '11659:25;11619:25;11658:25;11642:25', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11658', 'xmas_c20_runerockred', '2', '11659:25;11619:25;11664:25;11642:25', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11642', 'xmas_c20_runerockyellow', '2', '11659:25;11619:25;11664:25;11658:25', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11738', 'bonusbag21_1', '1', '11732:16;11733:16;11734:17;11735:17;11736:17;11737:17', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11739', 'bonusbag21_2', '1', '11713:16;11714:16;11715:17;11716:17;11717:17;11718:17', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11731', 'bonusbag21_3', '1', '11719:16;11720:16;11721:17;11722:17;11723:17;11724:17', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11712', 'bonusbag21_4', '1', '11725:16;11726:16;11727:17;11728:17;11729:17;11730:17', '', '', '0', null, null); +INSERT INTO `items_crackable` VALUES ('11701', 'ny_r20_crackable', '1', '11702:13;11703:13;11704:13;11705:13;11706:12;11707:12;11708:12;11709:12', '', '', '0', null, null); diff --git a/catalogue/.DS_Store b/catalogue/.DS_Store new file mode 100644 index 00000000..cf74bf0d Binary files /dev/null and b/catalogue/.DS_Store differ diff --git a/catalogue/2015_header.gif b/catalogue/2015_header.gif new file mode 100644 index 00000000..eb4bd37f Binary files /dev/null and b/catalogue/2015_header.gif differ diff --git a/catalogue/2015ny_teaser.gif b/catalogue/2015ny_teaser.gif new file mode 100644 index 00000000..3b90839c Binary files /dev/null and b/catalogue/2015ny_teaser.gif differ diff --git a/catalogue/2017_party_hat.gif b/catalogue/2017_party_hat.gif new file mode 100644 index 00000000..7dbf4879 Binary files /dev/null and b/catalogue/2017_party_hat.gif differ diff --git a/catalogue/A2_tlp_20.gif b/catalogue/A2_tlp_20.gif new file mode 100644 index 00000000..674969af Binary files /dev/null and b/catalogue/A2_tlp_20.gif differ diff --git a/catalogue/BCHCBoxes.gif b/catalogue/BCHCBoxes.gif new file mode 100644 index 00000000..c4d131de Binary files /dev/null and b/catalogue/BCHCBoxes.gif differ diff --git a/catalogue/Basket.gif b/catalogue/Basket.gif new file mode 100644 index 00000000..a5447c01 Binary files /dev/null and b/catalogue/Basket.gif differ diff --git a/catalogue/Battlebanzai.gif b/catalogue/Battlebanzai.gif new file mode 100644 index 00000000..be686648 Binary files /dev/null and b/catalogue/Battlebanzai.gif differ diff --git a/catalogue/Betty_the_Sloth.gif b/catalogue/Betty_the_Sloth.gif new file mode 100644 index 00000000..5266b413 Binary files /dev/null and b/catalogue/Betty_the_Sloth.gif differ diff --git a/catalogue/CCS.png b/catalogue/CCS.png new file mode 100644 index 00000000..2fada9f0 Binary files /dev/null and b/catalogue/CCS.png differ diff --git a/catalogue/CINEMA.gif b/catalogue/CINEMA.gif new file mode 100644 index 00000000..8398ca00 Binary files /dev/null and b/catalogue/CINEMA.gif differ diff --git a/catalogue/Catalog_Teaser_icetag.gif b/catalogue/Catalog_Teaser_icetag.gif new file mode 100644 index 00000000..2dc8b886 Binary files /dev/null and b/catalogue/Catalog_Teaser_icetag.gif differ diff --git a/catalogue/Catalog_arc_tease_hc.gif b/catalogue/Catalog_arc_tease_hc.gif new file mode 100644 index 00000000..c7c37997 Binary files /dev/null and b/catalogue/Catalog_arc_tease_hc.gif differ diff --git a/catalogue/Catalog_arc_tease_hcd.gif b/catalogue/Catalog_arc_tease_hcd.gif new file mode 100644 index 00000000..c7c37997 Binary files /dev/null and b/catalogue/Catalog_arc_tease_hcd.gif differ diff --git a/catalogue/Catalog_header_freeze.gif b/catalogue/Catalog_header_freeze.gif new file mode 100644 index 00000000..2e363b1a Binary files /dev/null and b/catalogue/Catalog_header_freeze.gif differ diff --git a/catalogue/Catalog_header_icetag.gif b/catalogue/Catalog_header_icetag.gif new file mode 100644 index 00000000..4b47e474 Binary files /dev/null and b/catalogue/Catalog_header_icetag.gif differ diff --git a/catalogue/Catalog_header_roller_skates.gif b/catalogue/Catalog_header_roller_skates.gif new file mode 100644 index 00000000..7ea70f19 Binary files /dev/null and b/catalogue/Catalog_header_roller_skates.gif differ diff --git a/catalogue/Catalog_teaser_USVA.gif b/catalogue/Catalog_teaser_USVA.gif new file mode 100644 index 00000000..9f292bba Binary files /dev/null and b/catalogue/Catalog_teaser_USVA.gif differ diff --git a/catalogue/Catalog_teaser_freeze.gif b/catalogue/Catalog_teaser_freeze.gif new file mode 100644 index 00000000..615bf4c4 Binary files /dev/null and b/catalogue/Catalog_teaser_freeze.gif differ diff --git a/catalogue/Catalog_teaser_roller_skates.gif b/catalogue/Catalog_teaser_roller_skates.gif new file mode 100644 index 00000000..58cd2887 Binary files /dev/null and b/catalogue/Catalog_teaser_roller_skates.gif differ diff --git a/catalogue/Catalogue_Teaser_Castles.gif b/catalogue/Catalogue_Teaser_Castles.gif new file mode 100644 index 00000000..23b5e171 Binary files /dev/null and b/catalogue/Catalogue_Teaser_Castles.gif differ diff --git a/catalogue/Drago_Article_Image_1.gif b/catalogue/Drago_Article_Image_1.gif new file mode 100644 index 00000000..d608f924 Binary files /dev/null and b/catalogue/Drago_Article_Image_1.gif differ diff --git a/catalogue/Edison.gif b/catalogue/Edison.gif new file mode 100644 index 00000000..87085235 Binary files /dev/null and b/catalogue/Edison.gif differ diff --git a/catalogue/Events.gif b/catalogue/Events.gif new file mode 100644 index 00000000..f80d39bc Binary files /dev/null and b/catalogue/Events.gif differ diff --git a/catalogue/FBP_header.gif b/catalogue/FBP_header.gif new file mode 100644 index 00000000..4aa018d1 Binary files /dev/null and b/catalogue/FBP_header.gif differ diff --git a/catalogue/FBP_teaser.gif b/catalogue/FBP_teaser.gif new file mode 100644 index 00000000..30bd047d Binary files /dev/null and b/catalogue/FBP_teaser.gif differ diff --git a/catalogue/Fire_dragon_lamp.gif b/catalogue/Fire_dragon_lamp.gif new file mode 100644 index 00000000..99c4fa11 Binary files /dev/null and b/catalogue/Fire_dragon_lamp.gif differ diff --git a/catalogue/Fountain.gif b/catalogue/Fountain.gif new file mode 100644 index 00000000..7ec79e67 Binary files /dev/null and b/catalogue/Fountain.gif differ diff --git a/catalogue/Freze2.gif b/catalogue/Freze2.gif new file mode 100644 index 00000000..2b786ff1 Binary files /dev/null and b/catalogue/Freze2.gif differ diff --git a/catalogue/Freze2.png b/catalogue/Freze2.png new file mode 100644 index 00000000..1203d4b1 Binary files /dev/null and b/catalogue/Freze2.png differ diff --git a/catalogue/Homepage_About_New_Site.gif b/catalogue/Homepage_About_New_Site.gif new file mode 100644 index 00000000..1d459ddb Binary files /dev/null and b/catalogue/Homepage_About_New_Site.gif differ diff --git a/catalogue/Hween11_teaser.gif b/catalogue/Hween11_teaser.gif new file mode 100644 index 00000000..931c23a7 Binary files /dev/null and b/catalogue/Hween11_teaser.gif differ diff --git a/catalogue/JETSET.gif b/catalogue/JETSET.gif new file mode 100644 index 00000000..fd13f7de Binary files /dev/null and b/catalogue/JETSET.gif differ diff --git a/catalogue/LT_header_br.gif b/catalogue/LT_header_br.gif new file mode 100644 index 00000000..474eef5f Binary files /dev/null and b/catalogue/LT_header_br.gif differ diff --git a/catalogue/LT_header_ch.gif b/catalogue/LT_header_ch.gif new file mode 100644 index 00000000..4d8ec620 Binary files /dev/null and b/catalogue/LT_header_ch.gif differ diff --git a/catalogue/LT_header_da.gif b/catalogue/LT_header_da.gif new file mode 100644 index 00000000..f1fee4a8 Binary files /dev/null and b/catalogue/LT_header_da.gif differ diff --git a/catalogue/LT_header_de.gif b/catalogue/LT_header_de.gif new file mode 100644 index 00000000..4d8ec620 Binary files /dev/null and b/catalogue/LT_header_de.gif differ diff --git a/catalogue/LT_header_dk.gif b/catalogue/LT_header_dk.gif new file mode 100644 index 00000000..f1fee4a8 Binary files /dev/null and b/catalogue/LT_header_dk.gif differ diff --git a/catalogue/LT_header_en.gif b/catalogue/LT_header_en.gif new file mode 100644 index 00000000..9660ddea Binary files /dev/null and b/catalogue/LT_header_en.gif differ diff --git a/catalogue/LT_header_en_001.gif b/catalogue/LT_header_en_001.gif new file mode 100644 index 00000000..9660ddea Binary files /dev/null and b/catalogue/LT_header_en_001.gif differ diff --git a/catalogue/LT_header_es.gif b/catalogue/LT_header_es.gif new file mode 100644 index 00000000..474eef5f Binary files /dev/null and b/catalogue/LT_header_es.gif differ diff --git a/catalogue/LT_header_fi.gif b/catalogue/LT_header_fi.gif new file mode 100644 index 00000000..9660ddea Binary files /dev/null and b/catalogue/LT_header_fi.gif differ diff --git a/catalogue/LT_header_fr.gif b/catalogue/LT_header_fr.gif new file mode 100644 index 00000000..91cc2e53 Binary files /dev/null and b/catalogue/LT_header_fr.gif differ diff --git a/catalogue/LT_header_it.gif b/catalogue/LT_header_it.gif new file mode 100644 index 00000000..096eb36f Binary files /dev/null and b/catalogue/LT_header_it.gif differ diff --git a/catalogue/LT_header_nl.gif b/catalogue/LT_header_nl.gif new file mode 100644 index 00000000..2cb71926 Binary files /dev/null and b/catalogue/LT_header_nl.gif differ diff --git a/catalogue/LT_header_no.gif b/catalogue/LT_header_no.gif new file mode 100644 index 00000000..20fcb6a7 Binary files /dev/null and b/catalogue/LT_header_no.gif differ diff --git a/catalogue/LT_header_pt.gif b/catalogue/LT_header_pt.gif new file mode 100644 index 00000000..12d6d5f0 Binary files /dev/null and b/catalogue/LT_header_pt.gif differ diff --git a/catalogue/LT_header_se.gif b/catalogue/LT_header_se.gif new file mode 100644 index 00000000..3f04705b Binary files /dev/null and b/catalogue/LT_header_se.gif differ diff --git a/catalogue/LT_header_sv.gif b/catalogue/LT_header_sv.gif new file mode 100644 index 00000000..3f04705b Binary files /dev/null and b/catalogue/LT_header_sv.gif differ diff --git a/catalogue/LT_teaser_br.gif b/catalogue/LT_teaser_br.gif new file mode 100644 index 00000000..a81a14a0 Binary files /dev/null and b/catalogue/LT_teaser_br.gif differ diff --git a/catalogue/LT_teaser_ch.gif b/catalogue/LT_teaser_ch.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_ch.gif differ diff --git a/catalogue/LT_teaser_da.gif b/catalogue/LT_teaser_da.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_da.gif differ diff --git a/catalogue/LT_teaser_de.gif b/catalogue/LT_teaser_de.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_de.gif differ diff --git a/catalogue/LT_teaser_dk.gif b/catalogue/LT_teaser_dk.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_dk.gif differ diff --git a/catalogue/LT_teaser_en.gif b/catalogue/LT_teaser_en.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_en.gif differ diff --git a/catalogue/LT_teaser_es.gif b/catalogue/LT_teaser_es.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_es.gif differ diff --git a/catalogue/LT_teaser_fi.gif b/catalogue/LT_teaser_fi.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_fi.gif differ diff --git a/catalogue/LT_teaser_fr.gif b/catalogue/LT_teaser_fr.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_fr.gif differ diff --git a/catalogue/LT_teaser_it.gif b/catalogue/LT_teaser_it.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_it.gif differ diff --git a/catalogue/LT_teaser_nl.gif b/catalogue/LT_teaser_nl.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_nl.gif differ diff --git a/catalogue/LT_teaser_no.gif b/catalogue/LT_teaser_no.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_no.gif differ diff --git a/catalogue/LT_teaser_pt.gif b/catalogue/LT_teaser_pt.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_pt.gif differ diff --git a/catalogue/LT_teaser_se.gif b/catalogue/LT_teaser_se.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_se.gif differ diff --git a/catalogue/LT_teaser_sv.gif b/catalogue/LT_teaser_sv.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/LT_teaser_sv.gif differ diff --git a/catalogue/Limited_header_sold.gif b/catalogue/Limited_header_sold.gif new file mode 100644 index 00000000..520b791f Binary files /dev/null and b/catalogue/Limited_header_sold.gif differ diff --git a/catalogue/Log_Raft.gif b/catalogue/Log_Raft.gif new file mode 100644 index 00000000..188eaa2c Binary files /dev/null and b/catalogue/Log_Raft.gif differ diff --git a/catalogue/MTV.gif b/catalogue/MTV.gif new file mode 100644 index 00000000..a4de4266 Binary files /dev/null and b/catalogue/MTV.gif differ diff --git a/catalogue/NyanCat.gif b/catalogue/NyanCat.gif new file mode 100644 index 00000000..d61c02ea Binary files /dev/null and b/catalogue/NyanCat.gif differ diff --git a/catalogue/PROMO.gif b/catalogue/PROMO.gif new file mode 100644 index 00000000..ce59c171 Binary files /dev/null and b/catalogue/PROMO.gif differ diff --git a/catalogue/PROMOTIONAL.gif b/catalogue/PROMOTIONAL.gif new file mode 100644 index 00000000..77c8b2cd Binary files /dev/null and b/catalogue/PROMOTIONAL.gif differ diff --git a/catalogue/Pitcher_Plant.gif b/catalogue/Pitcher_Plant.gif new file mode 100644 index 00000000..2065a10a Binary files /dev/null and b/catalogue/Pitcher_Plant.gif differ diff --git a/catalogue/SNOWSTORM.gif b/catalogue/SNOWSTORM.gif new file mode 100644 index 00000000..191d0799 Binary files /dev/null and b/catalogue/SNOWSTORM.gif differ diff --git a/catalogue/SYSTEM1.gif b/catalogue/SYSTEM1.gif new file mode 100644 index 00000000..3b0b983d Binary files /dev/null and b/catalogue/SYSTEM1.gif differ diff --git a/catalogue/SmallPromo_hc13.png b/catalogue/SmallPromo_hc13.png new file mode 100644 index 00000000..e2d90f34 Binary files /dev/null and b/catalogue/SmallPromo_hc13.png differ diff --git a/catalogue/Spromo_fest19_gen.gif b/catalogue/Spromo_fest19_gen.gif new file mode 100644 index 00000000..35fd69ed Binary files /dev/null and b/catalogue/Spromo_fest19_gen.gif differ diff --git a/catalogue/Stars_header.gif b/catalogue/Stars_header.gif new file mode 100644 index 00000000..ef2b1d7e Binary files /dev/null and b/catalogue/Stars_header.gif differ diff --git a/catalogue/StrayPixelsLogo.gif b/catalogue/StrayPixelsLogo.gif new file mode 100644 index 00000000..d5dabbaf Binary files /dev/null and b/catalogue/StrayPixelsLogo.gif differ diff --git a/catalogue/Thumbs.db b/catalogue/Thumbs.db new file mode 100644 index 00000000..3b8d8fa0 Binary files /dev/null and b/catalogue/Thumbs.db differ diff --git a/catalogue/VIP.gif b/catalogue/VIP.gif new file mode 100644 index 00000000..ad0b17e7 Binary files /dev/null and b/catalogue/VIP.gif differ diff --git a/catalogue/WWE1.gif b/catalogue/WWE1.gif new file mode 100644 index 00000000..8d98c249 Binary files /dev/null and b/catalogue/WWE1.gif differ diff --git a/catalogue/Wedding.gif b/catalogue/Wedding.gif new file mode 100644 index 00000000..c85ced7e Binary files /dev/null and b/catalogue/Wedding.gif differ diff --git a/catalogue/Winter_City_Festival.gif b/catalogue/Winter_City_Festival.gif new file mode 100644 index 00000000..818e7f29 Binary files /dev/null and b/catalogue/Winter_City_Festival.gif differ diff --git a/catalogue/WorldCup.gif b/catalogue/WorldCup.gif new file mode 100644 index 00000000..0d96d7b7 Binary files /dev/null and b/catalogue/WorldCup.gif differ diff --git a/catalogue/accesorios-de-mascotas.gif b/catalogue/accesorios-de-mascotas.gif new file mode 100644 index 00000000..9bb94590 Binary files /dev/null and b/catalogue/accesorios-de-mascotas.gif differ diff --git a/catalogue/accesorios.gif b/catalogue/accesorios.gif new file mode 100644 index 00000000..63ddee8f Binary files /dev/null and b/catalogue/accesorios.gif differ diff --git a/catalogue/accessories.gif b/catalogue/accessories.gif new file mode 100644 index 00000000..63ddee8f Binary files /dev/null and b/catalogue/accessories.gif differ diff --git a/catalogue/accessories_header.gif b/catalogue/accessories_header.gif new file mode 100644 index 00000000..63ddee8f Binary files /dev/null and b/catalogue/accessories_header.gif differ diff --git a/catalogue/accessories_teaser.gif b/catalogue/accessories_teaser.gif new file mode 100644 index 00000000..9d33f4b6 Binary files /dev/null and b/catalogue/accessories_teaser.gif differ diff --git a/catalogue/africa.gif b/catalogue/africa.gif new file mode 100644 index 00000000..82516088 Binary files /dev/null and b/catalogue/africa.gif differ diff --git a/catalogue/africaheader.gif b/catalogue/africaheader.gif new file mode 100644 index 00000000..6dce71be Binary files /dev/null and b/catalogue/africaheader.gif differ diff --git a/catalogue/african_catateaser.gif b/catalogue/african_catateaser.gif new file mode 100644 index 00000000..0250384c Binary files /dev/null and b/catalogue/african_catateaser.gif differ diff --git a/catalogue/african_header.gif b/catalogue/african_header.gif new file mode 100644 index 00000000..6dce71be Binary files /dev/null and b/catalogue/african_header.gif differ diff --git a/catalogue/african_header2.gif b/catalogue/african_header2.gif new file mode 100644 index 00000000..a0ec7e50 Binary files /dev/null and b/catalogue/african_header2.gif differ diff --git a/catalogue/african_teaser.gif b/catalogue/african_teaser.gif new file mode 100644 index 00000000..0250384c Binary files /dev/null and b/catalogue/african_teaser.gif differ diff --git a/catalogue/african_tree1.gif b/catalogue/african_tree1.gif new file mode 100644 index 00000000..fe49a163 Binary files /dev/null and b/catalogue/african_tree1.gif differ diff --git a/catalogue/alfombras.gif b/catalogue/alfombras.gif new file mode 100644 index 00000000..121aa17b Binary files /dev/null and b/catalogue/alfombras.gif differ diff --git a/catalogue/alfombras1.gif b/catalogue/alfombras1.gif new file mode 100644 index 00000000..7e74623f Binary files /dev/null and b/catalogue/alfombras1.gif differ diff --git a/catalogue/alfombras2.gif b/catalogue/alfombras2.gif new file mode 100644 index 00000000..fa3c89dc Binary files /dev/null and b/catalogue/alfombras2.gif differ diff --git a/catalogue/alfombrasteaser.gif b/catalogue/alfombrasteaser.gif new file mode 100644 index 00000000..40720209 Binary files /dev/null and b/catalogue/alfombrasteaser.gif differ diff --git a/catalogue/alhambra.gif b/catalogue/alhambra.gif new file mode 100644 index 00000000..0245cb97 Binary files /dev/null and b/catalogue/alhambra.gif differ diff --git a/catalogue/alhambra1.gif b/catalogue/alhambra1.gif new file mode 100644 index 00000000..e1b66d05 Binary files /dev/null and b/catalogue/alhambra1.gif differ diff --git a/catalogue/alhambra2.gif b/catalogue/alhambra2.gif new file mode 100644 index 00000000..cbec9f96 Binary files /dev/null and b/catalogue/alhambra2.gif differ diff --git a/catalogue/alhambra_header.gif b/catalogue/alhambra_header.gif new file mode 100644 index 00000000..adfafa7f Binary files /dev/null and b/catalogue/alhambra_header.gif differ diff --git a/catalogue/alhambra_teaser.gif b/catalogue/alhambra_teaser.gif new file mode 100644 index 00000000..0e094d3a Binary files /dev/null and b/catalogue/alhambra_teaser.gif differ diff --git a/catalogue/alhambra_teaser1.gif b/catalogue/alhambra_teaser1.gif new file mode 100644 index 00000000..e1b66d05 Binary files /dev/null and b/catalogue/alhambra_teaser1.gif differ diff --git a/catalogue/alhambra_teaser2.gif b/catalogue/alhambra_teaser2.gif new file mode 100644 index 00000000..cbec9f96 Binary files /dev/null and b/catalogue/alhambra_teaser2.gif differ diff --git a/catalogue/alhambra_teaser3.gif b/catalogue/alhambra_teaser3.gif new file mode 100644 index 00000000..0e094d3a Binary files /dev/null and b/catalogue/alhambra_teaser3.gif differ diff --git a/catalogue/alhteaser.png b/catalogue/alhteaser.png new file mode 100644 index 00000000..f1019071 Binary files /dev/null and b/catalogue/alhteaser.png differ diff --git a/catalogue/alphabetblocks_header.gif b/catalogue/alphabetblocks_header.gif new file mode 100644 index 00000000..c7c99b02 Binary files /dev/null and b/catalogue/alphabetblocks_header.gif differ diff --git a/catalogue/alphabetblocks_teaser.gif b/catalogue/alphabetblocks_teaser.gif new file mode 100644 index 00000000..a7ed0fd9 Binary files /dev/null and b/catalogue/alphabetblocks_teaser.gif differ diff --git a/catalogue/alps_header.gif b/catalogue/alps_header.gif new file mode 100644 index 00000000..aed9ce84 Binary files /dev/null and b/catalogue/alps_header.gif differ diff --git a/catalogue/alps_teaser.gif b/catalogue/alps_teaser.gif new file mode 100644 index 00000000..6e14b65e Binary files /dev/null and b/catalogue/alps_teaser.gif differ diff --git a/catalogue/america-idol.gif b/catalogue/america-idol.gif new file mode 100644 index 00000000..806fb752 Binary files /dev/null and b/catalogue/america-idol.gif differ diff --git a/catalogue/american_idol_latin.gif b/catalogue/american_idol_latin.gif new file mode 100644 index 00000000..806fb752 Binary files /dev/null and b/catalogue/american_idol_latin.gif differ diff --git a/catalogue/americanidol_header.gif b/catalogue/americanidol_header.gif new file mode 100644 index 00000000..19bd5992 Binary files /dev/null and b/catalogue/americanidol_header.gif differ diff --git a/catalogue/americanidol_header2.gif b/catalogue/americanidol_header2.gif new file mode 100644 index 00000000..ad697d13 Binary files /dev/null and b/catalogue/americanidol_header2.gif differ diff --git a/catalogue/americanidol_teaser.gif b/catalogue/americanidol_teaser.gif new file mode 100644 index 00000000..aa2dc6d3 Binary files /dev/null and b/catalogue/americanidol_teaser.gif differ diff --git a/catalogue/amor.gif b/catalogue/amor.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/amor.gif differ diff --git a/catalogue/ancients_header.gif b/catalogue/ancients_header.gif new file mode 100644 index 00000000..d8a143fb Binary files /dev/null and b/catalogue/ancients_header.gif differ diff --git a/catalogue/ancients_teaser.gif b/catalogue/ancients_teaser.gif new file mode 100644 index 00000000..b838cca4 Binary files /dev/null and b/catalogue/ancients_teaser.gif differ diff --git a/catalogue/anna.gif b/catalogue/anna.gif new file mode 100644 index 00000000..315f8f6b Binary files /dev/null and b/catalogue/anna.gif differ diff --git a/catalogue/anna_header.gif b/catalogue/anna_header.gif new file mode 100644 index 00000000..315f8f6b Binary files /dev/null and b/catalogue/anna_header.gif differ diff --git a/catalogue/anna_teaser.gif b/catalogue/anna_teaser.gif new file mode 100644 index 00000000..0b5f3c10 Binary files /dev/null and b/catalogue/anna_teaser.gif differ diff --git a/catalogue/anna_teaser2.gif b/catalogue/anna_teaser2.gif new file mode 100644 index 00000000..abb78a97 Binary files /dev/null and b/catalogue/anna_teaser2.gif differ diff --git a/catalogue/apr15_candyland1_internal2.gif b/catalogue/apr15_candyland1_internal2.gif new file mode 100644 index 00000000..63c0a760 Binary files /dev/null and b/catalogue/apr15_candyland1_internal2.gif differ diff --git a/catalogue/april14_roombundle_intern2.gif b/catalogue/april14_roombundle_intern2.gif new file mode 100644 index 00000000..5a44d282 Binary files /dev/null and b/catalogue/april14_roombundle_intern2.gif differ diff --git a/catalogue/arctic.gif b/catalogue/arctic.gif new file mode 100644 index 00000000..78d2f318 Binary files /dev/null and b/catalogue/arctic.gif differ diff --git a/catalogue/arctic_header.gif b/catalogue/arctic_header.gif new file mode 100644 index 00000000..78d2f318 Binary files /dev/null and b/catalogue/arctic_header.gif differ diff --git a/catalogue/arctic_teaser.gif b/catalogue/arctic_teaser.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/arctic_teaser.gif differ diff --git a/catalogue/arctic_teaser1.gif b/catalogue/arctic_teaser1.gif new file mode 100644 index 00000000..82578b68 Binary files /dev/null and b/catalogue/arctic_teaser1.gif differ diff --git a/catalogue/area.gif b/catalogue/area.gif new file mode 100644 index 00000000..78774da4 Binary files /dev/null and b/catalogue/area.gif differ diff --git a/catalogue/area1.gif b/catalogue/area1.gif new file mode 100644 index 00000000..436fd8bc Binary files /dev/null and b/catalogue/area1.gif differ diff --git a/catalogue/area_2.gif b/catalogue/area_2.gif new file mode 100644 index 00000000..69d136d8 Binary files /dev/null and b/catalogue/area_2.gif differ diff --git a/catalogue/area_header.gif b/catalogue/area_header.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/area_header.gif differ diff --git a/catalogue/area_teaser.gif b/catalogue/area_teaser.gif new file mode 100644 index 00000000..436fd8bc Binary files /dev/null and b/catalogue/area_teaser.gif differ diff --git a/catalogue/army_clothing.gif b/catalogue/army_clothing.gif new file mode 100644 index 00000000..27ecc719 Binary files /dev/null and b/catalogue/army_clothing.gif differ diff --git a/catalogue/army_generic.gif b/catalogue/army_generic.gif new file mode 100644 index 00000000..f16b382e Binary files /dev/null and b/catalogue/army_generic.gif differ diff --git a/catalogue/army_header.gif b/catalogue/army_header.gif new file mode 100644 index 00000000..f03efe57 Binary files /dev/null and b/catalogue/army_header.gif differ diff --git a/catalogue/army_header2.gif b/catalogue/army_header2.gif new file mode 100644 index 00000000..46036b8b Binary files /dev/null and b/catalogue/army_header2.gif differ diff --git a/catalogue/army_newfurni.gif b/catalogue/army_newfurni.gif new file mode 100644 index 00000000..76deb227 Binary files /dev/null and b/catalogue/army_newfurni.gif differ diff --git a/catalogue/army_teaser.gif b/catalogue/army_teaser.gif new file mode 100644 index 00000000..9d0bca18 Binary files /dev/null and b/catalogue/army_teaser.gif differ diff --git a/catalogue/army_teaser2.gif b/catalogue/army_teaser2.gif new file mode 100644 index 00000000..76deb227 Binary files /dev/null and b/catalogue/army_teaser2.gif differ diff --git a/catalogue/army_teaser3.gif b/catalogue/army_teaser3.gif new file mode 100644 index 00000000..f16b382e Binary files /dev/null and b/catalogue/army_teaser3.gif differ diff --git a/catalogue/art_header.gif b/catalogue/art_header.gif new file mode 100644 index 00000000..8a7d3d8e Binary files /dev/null and b/catalogue/art_header.gif differ diff --git a/catalogue/art_hween09_stake.gif b/catalogue/art_hween09_stake.gif new file mode 100644 index 00000000..78c96014 Binary files /dev/null and b/catalogue/art_hween09_stake.gif differ diff --git a/catalogue/art_teaser.gif b/catalogue/art_teaser.gif new file mode 100644 index 00000000..63edb631 Binary files /dev/null and b/catalogue/art_teaser.gif differ diff --git a/catalogue/artico.gif b/catalogue/artico.gif new file mode 100644 index 00000000..9cfc1abc Binary files /dev/null and b/catalogue/artico.gif differ diff --git a/catalogue/artico.png b/catalogue/artico.png new file mode 100644 index 00000000..107e5426 Binary files /dev/null and b/catalogue/artico.png differ diff --git a/catalogue/artico1.gif b/catalogue/artico1.gif new file mode 100644 index 00000000..06aac497 Binary files /dev/null and b/catalogue/artico1.gif differ diff --git a/catalogue/asia.gif b/catalogue/asia.gif new file mode 100644 index 00000000..2bcc85c5 Binary files /dev/null and b/catalogue/asia.gif differ diff --git a/catalogue/asian.gif b/catalogue/asian.gif new file mode 100644 index 00000000..2bcc85c5 Binary files /dev/null and b/catalogue/asian.gif differ diff --git a/catalogue/asian_header.gif b/catalogue/asian_header.gif new file mode 100644 index 00000000..768ff888 Binary files /dev/null and b/catalogue/asian_header.gif differ diff --git a/catalogue/asian_teaser.gif b/catalogue/asian_teaser.gif new file mode 100644 index 00000000..d0ed40c4 Binary files /dev/null and b/catalogue/asian_teaser.gif differ diff --git a/catalogue/asientos.gif b/catalogue/asientos.gif new file mode 100644 index 00000000..1bcaeade Binary files /dev/null and b/catalogue/asientos.gif differ diff --git a/catalogue/asientos1.gif b/catalogue/asientos1.gif new file mode 100644 index 00000000..4eccab53 Binary files /dev/null and b/catalogue/asientos1.gif differ diff --git a/catalogue/asientosteaser.gif b/catalogue/asientosteaser.gif new file mode 100644 index 00000000..a1e49b4d Binary files /dev/null and b/catalogue/asientosteaser.gif differ diff --git a/catalogue/attic15_catalog_header.gif b/catalogue/attic15_catalog_header.gif new file mode 100644 index 00000000..a6ccabd3 Binary files /dev/null and b/catalogue/attic15_catalog_header.gif differ diff --git a/catalogue/attic15_catalog_teaser.gif b/catalogue/attic15_catalog_teaser.gif new file mode 100644 index 00000000..3b1663b1 Binary files /dev/null and b/catalogue/attic15_catalog_teaser.gif differ diff --git a/catalogue/attic_header.gif b/catalogue/attic_header.gif new file mode 100644 index 00000000..a6ccabd3 Binary files /dev/null and b/catalogue/attic_header.gif differ diff --git a/catalogue/attic_teaser.gif b/catalogue/attic_teaser.gif new file mode 100644 index 00000000..3b1663b1 Binary files /dev/null and b/catalogue/attic_teaser.gif differ diff --git a/catalogue/aug16_classic2_internal.gif b/catalogue/aug16_classic2_internal.gif new file mode 100644 index 00000000..bdf96dcd Binary files /dev/null and b/catalogue/aug16_classic2_internal.gif differ diff --git a/catalogue/august14_wagon_internal.gif b/catalogue/august14_wagon_internal.gif new file mode 100644 index 00000000..fe6cf266 Binary files /dev/null and b/catalogue/august14_wagon_internal.gif differ diff --git a/catalogue/automobile.gif b/catalogue/automobile.gif new file mode 100644 index 00000000..611fd9b6 Binary files /dev/null and b/catalogue/automobile.gif differ diff --git a/catalogue/automobile_header.gif b/catalogue/automobile_header.gif new file mode 100644 index 00000000..611fd9b6 Binary files /dev/null and b/catalogue/automobile_header.gif differ diff --git a/catalogue/automobile_teaser.gif b/catalogue/automobile_teaser.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/automobile_teaser.gif differ diff --git a/catalogue/autos.gif b/catalogue/autos.gif new file mode 100644 index 00000000..611fd9b6 Binary files /dev/null and b/catalogue/autos.gif differ diff --git a/catalogue/autumn20_header.gif b/catalogue/autumn20_header.gif new file mode 100644 index 00000000..ceb58570 Binary files /dev/null and b/catalogue/autumn20_header.gif differ diff --git a/catalogue/autumn20_teaser.gif b/catalogue/autumn20_teaser.gif new file mode 100644 index 00000000..65bf6620 Binary files /dev/null and b/catalogue/autumn20_teaser.gif differ diff --git a/catalogue/autumn_teaser.gif b/catalogue/autumn_teaser.gif new file mode 100644 index 00000000..3775f30f Binary files /dev/null and b/catalogue/autumn_teaser.gif differ diff --git a/catalogue/avatar_fx_header (1).gif b/catalogue/avatar_fx_header (1).gif new file mode 100644 index 00000000..6f81d56e Binary files /dev/null and b/catalogue/avatar_fx_header (1).gif differ diff --git a/catalogue/avatar_fx_header.gif b/catalogue/avatar_fx_header.gif new file mode 100644 index 00000000..6f81d56e Binary files /dev/null and b/catalogue/avatar_fx_header.gif differ diff --git a/catalogue/avatar_fx_teaser.gif b/catalogue/avatar_fx_teaser.gif new file mode 100644 index 00000000..dfdfdce7 Binary files /dev/null and b/catalogue/avatar_fx_teaser.gif differ diff --git a/catalogue/awulpv.gif b/catalogue/awulpv.gif new file mode 100644 index 00000000..5ce9feb7 Binary files /dev/null and b/catalogue/awulpv.gif differ diff --git a/catalogue/b6277t.jpg.gif b/catalogue/b6277t.jpg.gif new file mode 100644 index 00000000..87085235 Binary files /dev/null and b/catalogue/b6277t.jpg.gif differ diff --git a/catalogue/babybear_header.gif b/catalogue/babybear_header.gif new file mode 100644 index 00000000..cce8438f Binary files /dev/null and b/catalogue/babybear_header.gif differ diff --git a/catalogue/babybear_teaser.gif b/catalogue/babybear_teaser.gif new file mode 100644 index 00000000..25c4eedc Binary files /dev/null and b/catalogue/babybear_teaser.gif differ diff --git a/catalogue/babypets_cata_header.gif b/catalogue/babypets_cata_header.gif new file mode 100644 index 00000000..085705c3 Binary files /dev/null and b/catalogue/babypets_cata_header.gif differ diff --git a/catalogue/babypets_note_teaser.gif b/catalogue/babypets_note_teaser.gif new file mode 100644 index 00000000..6031a764 Binary files /dev/null and b/catalogue/babypets_note_teaser.gif differ diff --git a/catalogue/babypets_teaser.gif b/catalogue/babypets_teaser.gif new file mode 100644 index 00000000..e34167a4 Binary files /dev/null and b/catalogue/babypets_teaser.gif differ diff --git a/catalogue/backgrounds_header.gif b/catalogue/backgrounds_header.gif new file mode 100644 index 00000000..dad4b14c Binary files /dev/null and b/catalogue/backgrounds_header.gif differ diff --git a/catalogue/badgedisplay_header.gif b/catalogue/badgedisplay_header.gif new file mode 100644 index 00000000..a485ce04 Binary files /dev/null and b/catalogue/badgedisplay_header.gif differ diff --git a/catalogue/badgedisplay_promo2.gif b/catalogue/badgedisplay_promo2.gif new file mode 100644 index 00000000..25569165 Binary files /dev/null and b/catalogue/badgedisplay_promo2.gif differ diff --git a/catalogue/badgedisplay_teaser.gif b/catalogue/badgedisplay_teaser.gif new file mode 100644 index 00000000..25569165 Binary files /dev/null and b/catalogue/badgedisplay_teaser.gif differ diff --git a/catalogue/band19_messbangs.gif b/catalogue/band19_messbangs.gif new file mode 100644 index 00000000..d0565a1c Binary files /dev/null and b/catalogue/band19_messbangs.gif differ diff --git a/catalogue/bank_teaser.gif b/catalogue/bank_teaser.gif new file mode 100644 index 00000000..9bdcfb9d Binary files /dev/null and b/catalogue/bank_teaser.gif differ diff --git a/catalogue/banzai-verde.gif b/catalogue/banzai-verde.gif new file mode 100644 index 00000000..564e580c Binary files /dev/null and b/catalogue/banzai-verde.gif differ diff --git a/catalogue/banzai.gif b/catalogue/banzai.gif new file mode 100644 index 00000000..be686648 Binary files /dev/null and b/catalogue/banzai.gif differ diff --git a/catalogue/banzai1.gif b/catalogue/banzai1.gif new file mode 100644 index 00000000..8ab62bad Binary files /dev/null and b/catalogue/banzai1.gif differ diff --git a/catalogue/banzai_header.gif b/catalogue/banzai_header.gif new file mode 100644 index 00000000..be686648 Binary files /dev/null and b/catalogue/banzai_header.gif differ diff --git a/catalogue/banzai_teaser.gif b/catalogue/banzai_teaser.gif new file mode 100644 index 00000000..8ab62bad Binary files /dev/null and b/catalogue/banzai_teaser.gif differ diff --git a/catalogue/banzai_teaser2.gif b/catalogue/banzai_teaser2.gif new file mode 100644 index 00000000..564e580c Binary files /dev/null and b/catalogue/banzai_teaser2.gif differ diff --git a/catalogue/banzai_teaser3.gif b/catalogue/banzai_teaser3.gif new file mode 100644 index 00000000..4e8d74a2 Binary files /dev/null and b/catalogue/banzai_teaser3.gif differ diff --git a/catalogue/banzaitease.gif b/catalogue/banzaitease.gif new file mode 100644 index 00000000..564e580c Binary files /dev/null and b/catalogue/banzaitease.gif differ diff --git a/catalogue/base_header.gif b/catalogue/base_header.gif new file mode 100644 index 00000000..04455117 Binary files /dev/null and b/catalogue/base_header.gif differ diff --git a/catalogue/base_rentable_teaser.gif b/catalogue/base_rentable_teaser.gif new file mode 100644 index 00000000..8348eff4 Binary files /dev/null and b/catalogue/base_rentable_teaser.gif differ diff --git a/catalogue/base_teaser.gif b/catalogue/base_teaser.gif new file mode 100644 index 00000000..8348eff4 Binary files /dev/null and b/catalogue/base_teaser.gif differ diff --git a/catalogue/basementband_teaser.gif b/catalogue/basementband_teaser.gif new file mode 100644 index 00000000..f8dc4ce6 Binary files /dev/null and b/catalogue/basementband_teaser.gif differ diff --git a/catalogue/bathroom.gif b/catalogue/bathroom.gif new file mode 100644 index 00000000..7fc9e480 Binary files /dev/null and b/catalogue/bathroom.gif differ diff --git a/catalogue/bathroom_catahead.gif b/catalogue/bathroom_catahead.gif new file mode 100644 index 00000000..6827efb5 Binary files /dev/null and b/catalogue/bathroom_catahead.gif differ diff --git a/catalogue/bathroom_header.gif b/catalogue/bathroom_header.gif new file mode 100644 index 00000000..7fc9e480 Binary files /dev/null and b/catalogue/bathroom_header.gif differ diff --git a/catalogue/bathroom_header2.gif b/catalogue/bathroom_header2.gif new file mode 100644 index 00000000..6827efb5 Binary files /dev/null and b/catalogue/bathroom_header2.gif differ diff --git a/catalogue/bathroom_teaser.gif b/catalogue/bathroom_teaser.gif new file mode 100644 index 00000000..9a7d2822 Binary files /dev/null and b/catalogue/bathroom_teaser.gif differ diff --git a/catalogue/bathroom_teaser2.gif b/catalogue/bathroom_teaser2.gif new file mode 100644 index 00000000..edf12f24 Binary files /dev/null and b/catalogue/bathroom_teaser2.gif differ diff --git a/catalogue/bathroom_teaser3.gif b/catalogue/bathroom_teaser3.gif new file mode 100644 index 00000000..9af57a42 Binary files /dev/null and b/catalogue/bathroom_teaser3.gif differ diff --git a/catalogue/battleball_header.gif b/catalogue/battleball_header.gif new file mode 100644 index 00000000..d893d13d Binary files /dev/null and b/catalogue/battleball_header.gif differ diff --git a/catalogue/battlebanzaireglas.gif b/catalogue/battlebanzaireglas.gif new file mode 100644 index 00000000..36eac5ed Binary files /dev/null and b/catalogue/battlebanzaireglas.gif differ diff --git a/catalogue/battlebanzaiteaser.gif b/catalogue/battlebanzaiteaser.gif new file mode 100644 index 00000000..00cb5ee8 Binary files /dev/null and b/catalogue/battlebanzaiteaser.gif differ diff --git a/catalogue/battlebanzaiteaser2.gif b/catalogue/battlebanzaiteaser2.gif new file mode 100644 index 00000000..4e8d74a2 Binary files /dev/null and b/catalogue/battlebanzaiteaser2.gif differ diff --git a/catalogue/bazaar_header.gif b/catalogue/bazaar_header.gif new file mode 100644 index 00000000..95928207 Binary files /dev/null and b/catalogue/bazaar_header.gif differ diff --git a/catalogue/bazaar_new.gif b/catalogue/bazaar_new.gif new file mode 100644 index 00000000..8076fe1b Binary files /dev/null and b/catalogue/bazaar_new.gif differ diff --git a/catalogue/bazaar_teaser.gif b/catalogue/bazaar_teaser.gif new file mode 100644 index 00000000..8076fe1b Binary files /dev/null and b/catalogue/bazaar_teaser.gif differ diff --git a/catalogue/bb_small_promo.gif b/catalogue/bb_small_promo.gif new file mode 100644 index 00000000..0d9b593a Binary files /dev/null and b/catalogue/bb_small_promo.gif differ diff --git a/catalogue/bc_bottom.gif b/catalogue/bc_bottom.gif new file mode 100644 index 00000000..aef34940 Binary files /dev/null and b/catalogue/bc_bottom.gif differ diff --git a/catalogue/bc_instr_1.png b/catalogue/bc_instr_1.png new file mode 100644 index 00000000..547ff604 Binary files /dev/null and b/catalogue/bc_instr_1.png differ diff --git a/catalogue/bc_top.png b/catalogue/bc_top.png new file mode 100644 index 00000000..f9a71cca Binary files /dev/null and b/catalogue/bc_top.png differ diff --git a/catalogue/bcbath_catateaser.gif b/catalogue/bcbath_catateaser.gif new file mode 100644 index 00000000..9a7d2822 Binary files /dev/null and b/catalogue/bcbath_catateaser.gif differ diff --git a/catalogue/beds_header.gif b/catalogue/beds_header.gif new file mode 100644 index 00000000..d4c45e3a Binary files /dev/null and b/catalogue/beds_header.gif differ diff --git a/catalogue/beds_teaser.gif b/catalogue/beds_teaser.gif new file mode 100644 index 00000000..b9f78a34 Binary files /dev/null and b/catalogue/beds_teaser.gif differ diff --git a/catalogue/beds_teaser2.gif b/catalogue/beds_teaser2.gif new file mode 100644 index 00000000..eaeebb4a Binary files /dev/null and b/catalogue/beds_teaser2.gif differ diff --git a/catalogue/bensalem.gif b/catalogue/bensalem.gif new file mode 100644 index 00000000..5b381278 Binary files /dev/null and b/catalogue/bensalem.gif differ diff --git a/catalogue/bensalem_header.gif b/catalogue/bensalem_header.gif new file mode 100644 index 00000000..5b381278 Binary files /dev/null and b/catalogue/bensalem_header.gif differ diff --git a/catalogue/bensalem_teaser.gif b/catalogue/bensalem_teaser.gif new file mode 100644 index 00000000..5c44dce7 Binary files /dev/null and b/catalogue/bensalem_teaser.gif differ diff --git a/catalogue/bestier.gif b/catalogue/bestier.gif new file mode 100644 index 00000000..89fd66a1 Binary files /dev/null and b/catalogue/bestier.gif differ diff --git a/catalogue/bestsellers_header.gif b/catalogue/bestsellers_header.gif new file mode 100644 index 00000000..356dc994 Binary files /dev/null and b/catalogue/bestsellers_header.gif differ diff --git a/catalogue/bestsellers_teaser.gif b/catalogue/bestsellers_teaser.gif new file mode 100644 index 00000000..65dea264 Binary files /dev/null and b/catalogue/bestsellers_teaser.gif differ diff --git a/catalogue/bg_clouds.gif b/catalogue/bg_clouds.gif new file mode 100644 index 00000000..e94421c4 Binary files /dev/null and b/catalogue/bg_clouds.gif differ diff --git a/catalogue/black.gif b/catalogue/black.gif new file mode 100644 index 00000000..9c3cc7ba Binary files /dev/null and b/catalogue/black.gif differ diff --git a/catalogue/black1.gif b/catalogue/black1.gif new file mode 100644 index 00000000..17a50949 Binary files /dev/null and b/catalogue/black1.gif differ diff --git a/catalogue/black_base_header.gif b/catalogue/black_base_header.gif new file mode 100644 index 00000000..9f871fd2 Binary files /dev/null and b/catalogue/black_base_header.gif differ diff --git a/catalogue/black_base_teaser.gif b/catalogue/black_base_teaser.gif new file mode 100644 index 00000000..b98529e2 Binary files /dev/null and b/catalogue/black_base_teaser.gif differ diff --git a/catalogue/black_bunny_promo.gif b/catalogue/black_bunny_promo.gif new file mode 100644 index 00000000..885cb223 Binary files /dev/null and b/catalogue/black_bunny_promo.gif differ diff --git a/catalogue/blackhole_1.png b/catalogue/blackhole_1.png new file mode 100644 index 00000000..91137944 Binary files /dev/null and b/catalogue/blackhole_1.png differ diff --git a/catalogue/blackhole_header.gif b/catalogue/blackhole_header.gif new file mode 100644 index 00000000..7415c601 Binary files /dev/null and b/catalogue/blackhole_header.gif differ diff --git a/catalogue/blackhole_teaser.gif b/catalogue/blackhole_teaser.gif new file mode 100644 index 00000000..9c3cc7ba Binary files /dev/null and b/catalogue/blackhole_teaser.gif differ diff --git a/catalogue/blackhole_teaser2.gif b/catalogue/blackhole_teaser2.gif new file mode 100644 index 00000000..fca0c7bf Binary files /dev/null and b/catalogue/blackhole_teaser2.gif differ diff --git a/catalogue/bling.gif b/catalogue/bling.gif new file mode 100644 index 00000000..64fa1f4d Binary files /dev/null and b/catalogue/bling.gif differ diff --git a/catalogue/bling_header.gif b/catalogue/bling_header.gif new file mode 100644 index 00000000..64fa1f4d Binary files /dev/null and b/catalogue/bling_header.gif differ diff --git a/catalogue/bling_teaser.gif b/catalogue/bling_teaser.gif new file mode 100644 index 00000000..cebe5afb Binary files /dev/null and b/catalogue/bling_teaser.gif differ diff --git a/catalogue/block_header.gif b/catalogue/block_header.gif new file mode 100644 index 00000000..6005e6f5 Binary files /dev/null and b/catalogue/block_header.gif differ diff --git a/catalogue/blocks_teaser.gif b/catalogue/blocks_teaser.gif new file mode 100644 index 00000000..f8cc522c Binary files /dev/null and b/catalogue/blocks_teaser.gif differ diff --git a/catalogue/boda.gif b/catalogue/boda.gif new file mode 100644 index 00000000..dda00520 Binary files /dev/null and b/catalogue/boda.gif differ diff --git a/catalogue/bonus.gif b/catalogue/bonus.gif new file mode 100644 index 00000000..492eab05 Binary files /dev/null and b/catalogue/bonus.gif differ diff --git a/catalogue/bonush.gif b/catalogue/bonush.gif new file mode 100644 index 00000000..9d16e5bc Binary files /dev/null and b/catalogue/bonush.gif differ diff --git a/catalogue/bots.gif b/catalogue/bots.gif new file mode 100644 index 00000000..232f8360 Binary files /dev/null and b/catalogue/bots.gif differ diff --git a/catalogue/bots_header.gif b/catalogue/bots_header.gif new file mode 100644 index 00000000..232f8360 Binary files /dev/null and b/catalogue/bots_header.gif differ diff --git a/catalogue/bots_teaser.gif b/catalogue/bots_teaser.gif new file mode 100644 index 00000000..232f8360 Binary files /dev/null and b/catalogue/bots_teaser.gif differ diff --git a/catalogue/boutique.gif b/catalogue/boutique.gif new file mode 100644 index 00000000..3c356332 Binary files /dev/null and b/catalogue/boutique.gif differ diff --git a/catalogue/boutique_catalog_01.gif b/catalogue/boutique_catalog_01.gif new file mode 100644 index 00000000..b2dfec11 Binary files /dev/null and b/catalogue/boutique_catalog_01.gif differ diff --git a/catalogue/boutique_catalog_teaser_01.gif b/catalogue/boutique_catalog_teaser_01.gif new file mode 100644 index 00000000..89fd66a1 Binary files /dev/null and b/catalogue/boutique_catalog_teaser_01.gif differ diff --git a/catalogue/boutique_header.gif b/catalogue/boutique_header.gif new file mode 100644 index 00000000..3c356332 Binary files /dev/null and b/catalogue/boutique_header.gif differ diff --git a/catalogue/boutique_teaser.gif b/catalogue/boutique_teaser.gif new file mode 100644 index 00000000..89fd66a1 Binary files /dev/null and b/catalogue/boutique_teaser.gif differ diff --git a/catalogue/brown_bunny_promo.gif b/catalogue/brown_bunny_promo.gif new file mode 100644 index 00000000..2a29e91f Binary files /dev/null and b/catalogue/brown_bunny_promo.gif differ diff --git a/catalogue/buildersclub_note_teaser.gif b/catalogue/buildersclub_note_teaser.gif new file mode 100644 index 00000000..06ec0f61 Binary files /dev/null and b/catalogue/buildersclub_note_teaser.gif differ diff --git a/catalogue/bundle_africa_teaser.gif b/catalogue/bundle_africa_teaser.gif new file mode 100644 index 00000000..817e8185 Binary files /dev/null and b/catalogue/bundle_africa_teaser.gif differ diff --git a/catalogue/bundle_battleball_teaser.gif b/catalogue/bundle_battleball_teaser.gif new file mode 100644 index 00000000..c280805e Binary files /dev/null and b/catalogue/bundle_battleball_teaser.gif differ diff --git a/catalogue/bundle_bazaaralhambra_teaser.gif b/catalogue/bundle_bazaaralhambra_teaser.gif new file mode 100644 index 00000000..0c6c7beb Binary files /dev/null and b/catalogue/bundle_bazaaralhambra_teaser.gif differ diff --git a/catalogue/bundle_castle_header.gif b/catalogue/bundle_castle_header.gif new file mode 100644 index 00000000..b2f20b1c Binary files /dev/null and b/catalogue/bundle_castle_header.gif differ diff --git a/catalogue/bundle_castle_teaser.gif b/catalogue/bundle_castle_teaser.gif new file mode 100644 index 00000000..3f62674a Binary files /dev/null and b/catalogue/bundle_castle_teaser.gif differ diff --git a/catalogue/bundle_christmas2013_teaser.gif b/catalogue/bundle_christmas2013_teaser.gif new file mode 100644 index 00000000..1b5d4239 Binary files /dev/null and b/catalogue/bundle_christmas2013_teaser.gif differ diff --git a/catalogue/bundle_christmas_teaser.gif b/catalogue/bundle_christmas_teaser.gif new file mode 100644 index 00000000..c89a8466 Binary files /dev/null and b/catalogue/bundle_christmas_teaser.gif differ diff --git a/catalogue/bundle_cinema_teaser.gif b/catalogue/bundle_cinema_teaser.gif new file mode 100644 index 00000000..67237dd8 Binary files /dev/null and b/catalogue/bundle_cinema_teaser.gif differ diff --git a/catalogue/bundle_cinema_teaser2.gif b/catalogue/bundle_cinema_teaser2.gif new file mode 100644 index 00000000..1ff402d9 Binary files /dev/null and b/catalogue/bundle_cinema_teaser2.gif differ diff --git a/catalogue/bundle_classichotelview_teaser.gif b/catalogue/bundle_classichotelview_teaser.gif new file mode 100644 index 00000000..be62ef03 Binary files /dev/null and b/catalogue/bundle_classichotelview_teaser.gif differ diff --git a/catalogue/bundle_classictearoom_teaser.gif b/catalogue/bundle_classictearoom_teaser.gif new file mode 100644 index 00000000..c25e6b6c Binary files /dev/null and b/catalogue/bundle_classictearoom_teaser.gif differ diff --git a/catalogue/bundle_clubmammoth_teaser.gif b/catalogue/bundle_clubmammoth_teaser.gif new file mode 100644 index 00000000..cee4c039 Binary files /dev/null and b/catalogue/bundle_clubmammoth_teaser.gif differ diff --git a/catalogue/bundle_dessertfurni_teaser.gif b/catalogue/bundle_dessertfurni_teaser.gif new file mode 100644 index 00000000..e8d02f5b Binary files /dev/null and b/catalogue/bundle_dessertfurni_teaser.gif differ diff --git a/catalogue/bundle_easter_teaser.gif b/catalogue/bundle_easter_teaser.gif new file mode 100644 index 00000000..5a44d282 Binary files /dev/null and b/catalogue/bundle_easter_teaser.gif differ diff --git a/catalogue/bundle_easter_teaser2.gif b/catalogue/bundle_easter_teaser2.gif new file mode 100644 index 00000000..ee1a2078 Binary files /dev/null and b/catalogue/bundle_easter_teaser2.gif differ diff --git a/catalogue/bundle_footballroom_teaser.gif b/catalogue/bundle_footballroom_teaser.gif new file mode 100644 index 00000000..98ef6960 Binary files /dev/null and b/catalogue/bundle_footballroom_teaser.gif differ diff --git a/catalogue/bundle_ghostship_teaser.gif b/catalogue/bundle_ghostship_teaser.gif new file mode 100644 index 00000000..fd696d03 Binary files /dev/null and b/catalogue/bundle_ghostship_teaser.gif differ diff --git a/catalogue/bundle_ghostship_teaser2.gif b/catalogue/bundle_ghostship_teaser2.gif new file mode 100644 index 00000000..a87a0fcd Binary files /dev/null and b/catalogue/bundle_ghostship_teaser2.gif differ diff --git a/catalogue/bundle_habburger.gif b/catalogue/bundle_habburger.gif new file mode 100644 index 00000000..692f22dd Binary files /dev/null and b/catalogue/bundle_habburger.gif differ diff --git a/catalogue/bundle_habburgers_teaser.gif b/catalogue/bundle_habburgers_teaser.gif new file mode 100644 index 00000000..bdf96dcd Binary files /dev/null and b/catalogue/bundle_habburgers_teaser.gif differ diff --git a/catalogue/bundle_halloween2013_teaser.gif b/catalogue/bundle_halloween2013_teaser.gif new file mode 100644 index 00000000..182e66b0 Binary files /dev/null and b/catalogue/bundle_halloween2013_teaser.gif differ diff --git a/catalogue/bundle_hcoffice_teaser.gif b/catalogue/bundle_hcoffice_teaser.gif new file mode 100644 index 00000000..1f7e565b Binary files /dev/null and b/catalogue/bundle_hcoffice_teaser.gif differ diff --git a/catalogue/bundle_hipad_teaser.gif b/catalogue/bundle_hipad_teaser.gif new file mode 100644 index 00000000..e422d38b Binary files /dev/null and b/catalogue/bundle_hipad_teaser.gif differ diff --git a/catalogue/bundle_hipsterloft_teaser.gif b/catalogue/bundle_hipsterloft_teaser.gif new file mode 100644 index 00000000..40fab4cd Binary files /dev/null and b/catalogue/bundle_hipsterloft_teaser.gif differ diff --git a/catalogue/bundle_jungle_teaser.gif b/catalogue/bundle_jungle_teaser.gif new file mode 100644 index 00000000..078573f8 Binary files /dev/null and b/catalogue/bundle_jungle_teaser.gif differ diff --git a/catalogue/bundle_jungle_teaser2.gif b/catalogue/bundle_jungle_teaser2.gif new file mode 100644 index 00000000..d0f60011 Binary files /dev/null and b/catalogue/bundle_jungle_teaser2.gif differ diff --git a/catalogue/bundle_jungle_teaser3.gif b/catalogue/bundle_jungle_teaser3.gif new file mode 100644 index 00000000..82a0348e Binary files /dev/null and b/catalogue/bundle_jungle_teaser3.gif differ diff --git a/catalogue/bundle_kitchen_teaser.gif b/catalogue/bundle_kitchen_teaser.gif new file mode 100644 index 00000000..594c46ea Binary files /dev/null and b/catalogue/bundle_kitchen_teaser.gif differ diff --git a/catalogue/bundle_lostcity_teaser.gif b/catalogue/bundle_lostcity_teaser.gif new file mode 100644 index 00000000..e800a97d Binary files /dev/null and b/catalogue/bundle_lostcity_teaser.gif differ diff --git a/catalogue/bundle_mansion_teaser.gif b/catalogue/bundle_mansion_teaser.gif new file mode 100644 index 00000000..1cfcf027 Binary files /dev/null and b/catalogue/bundle_mansion_teaser.gif differ diff --git a/catalogue/bundle_noob_teaser.gif b/catalogue/bundle_noob_teaser.gif new file mode 100644 index 00000000..bb651540 Binary files /dev/null and b/catalogue/bundle_noob_teaser.gif differ diff --git a/catalogue/bundle_pets_bear_teaser.gif b/catalogue/bundle_pets_bear_teaser.gif new file mode 100644 index 00000000..253cdc78 Binary files /dev/null and b/catalogue/bundle_pets_bear_teaser.gif differ diff --git a/catalogue/bundle_pets_bear_teaser2.gif b/catalogue/bundle_pets_bear_teaser2.gif new file mode 100644 index 00000000..a82fbf8b Binary files /dev/null and b/catalogue/bundle_pets_bear_teaser2.gif differ diff --git a/catalogue/bundle_pets_dinos_teaser.gif b/catalogue/bundle_pets_dinos_teaser.gif new file mode 100644 index 00000000..7c1ec32a Binary files /dev/null and b/catalogue/bundle_pets_dinos_teaser.gif differ diff --git a/catalogue/bundle_pets_kitten_teaser.gif b/catalogue/bundle_pets_kitten_teaser.gif new file mode 100644 index 00000000..e34ae69c Binary files /dev/null and b/catalogue/bundle_pets_kitten_teaser.gif differ diff --git a/catalogue/bundle_pets_kitten_teaser2.gif b/catalogue/bundle_pets_kitten_teaser2.gif new file mode 100644 index 00000000..320d1bc3 Binary files /dev/null and b/catalogue/bundle_pets_kitten_teaser2.gif differ diff --git a/catalogue/bundle_pets_pig_teaser2.gif b/catalogue/bundle_pets_pig_teaser2.gif new file mode 100644 index 00000000..5b9330c9 Binary files /dev/null and b/catalogue/bundle_pets_pig_teaser2.gif differ diff --git a/catalogue/bundle_pets_piglet_teaser.gif b/catalogue/bundle_pets_piglet_teaser.gif new file mode 100644 index 00000000..41797441 Binary files /dev/null and b/catalogue/bundle_pets_piglet_teaser.gif differ diff --git a/catalogue/bundle_pets_puppy_teaser.gif b/catalogue/bundle_pets_puppy_teaser.gif new file mode 100644 index 00000000..148ec765 Binary files /dev/null and b/catalogue/bundle_pets_puppy_teaser.gif differ diff --git a/catalogue/bundle_pets_puppy_teaser2.gif b/catalogue/bundle_pets_puppy_teaser2.gif new file mode 100644 index 00000000..0669c427 Binary files /dev/null and b/catalogue/bundle_pets_puppy_teaser2.gif differ diff --git a/catalogue/bundle_pets_terrier_teaser.gif b/catalogue/bundle_pets_terrier_teaser.gif new file mode 100644 index 00000000..f3ced488 Binary files /dev/null and b/catalogue/bundle_pets_terrier_teaser.gif differ diff --git a/catalogue/bundle_pets_terrier_teaser2.gif b/catalogue/bundle_pets_terrier_teaser2.gif new file mode 100644 index 00000000..05d6fcee Binary files /dev/null and b/catalogue/bundle_pets_terrier_teaser2.gif differ diff --git a/catalogue/bundle_pirate_teaser.gif b/catalogue/bundle_pirate_teaser.gif new file mode 100644 index 00000000..738b2416 Binary files /dev/null and b/catalogue/bundle_pirate_teaser.gif differ diff --git a/catalogue/bundle_pirateship_teaser.gif b/catalogue/bundle_pirateship_teaser.gif new file mode 100644 index 00000000..fcf15311 Binary files /dev/null and b/catalogue/bundle_pirateship_teaser.gif differ diff --git a/catalogue/bundle_pool_teaser.gif b/catalogue/bundle_pool_teaser.gif new file mode 100644 index 00000000..7cb26586 Binary files /dev/null and b/catalogue/bundle_pool_teaser.gif differ diff --git a/catalogue/bundle_professoroffice_teaser.gif b/catalogue/bundle_professoroffice_teaser.gif new file mode 100644 index 00000000..47aba0f2 Binary files /dev/null and b/catalogue/bundle_professoroffice_teaser.gif differ diff --git a/catalogue/bundle_starlounge_teaser.gif b/catalogue/bundle_starlounge_teaser.gif new file mode 100644 index 00000000..93690b14 Binary files /dev/null and b/catalogue/bundle_starlounge_teaser.gif differ diff --git a/catalogue/bundle_steampunk_teaser.gif b/catalogue/bundle_steampunk_teaser.gif new file mode 100644 index 00000000..eac96b10 Binary files /dev/null and b/catalogue/bundle_steampunk_teaser.gif differ diff --git a/catalogue/bundle_supermarket_teaser.gif b/catalogue/bundle_supermarket_teaser.gif new file mode 100644 index 00000000..87085235 Binary files /dev/null and b/catalogue/bundle_supermarket_teaser.gif differ diff --git a/catalogue/bundle_teaser.gif b/catalogue/bundle_teaser.gif new file mode 100644 index 00000000..a97e9d0b Binary files /dev/null and b/catalogue/bundle_teaser.gif differ diff --git a/catalogue/bundle_train_teaser.gif b/catalogue/bundle_train_teaser.gif new file mode 100644 index 00000000..fe6cf266 Binary files /dev/null and b/catalogue/bundle_train_teaser.gif differ diff --git a/catalogue/bundle_treasure_teaser.gif b/catalogue/bundle_treasure_teaser.gif new file mode 100644 index 00000000..6318fe69 Binary files /dev/null and b/catalogue/bundle_treasure_teaser.gif differ diff --git a/catalogue/bundle_valentines2012_prom_teaser.gif b/catalogue/bundle_valentines2012_prom_teaser.gif new file mode 100644 index 00000000..7a730b2a Binary files /dev/null and b/catalogue/bundle_valentines2012_prom_teaser.gif differ diff --git a/catalogue/bunny_run.gif b/catalogue/bunny_run.gif new file mode 100644 index 00000000..17c172a2 Binary files /dev/null and b/catalogue/bunny_run.gif differ diff --git a/catalogue/bunnyrun.gif b/catalogue/bunnyrun.gif new file mode 100644 index 00000000..212a0c8d Binary files /dev/null and b/catalogue/bunnyrun.gif differ diff --git a/catalogue/bunnyrun_header.gif b/catalogue/bunnyrun_header.gif new file mode 100644 index 00000000..17c172a2 Binary files /dev/null and b/catalogue/bunnyrun_header.gif differ diff --git a/catalogue/bunnyrun_teaser.gif b/catalogue/bunnyrun_teaser.gif new file mode 100644 index 00000000..212a0c8d Binary files /dev/null and b/catalogue/bunnyrun_teaser.gif differ diff --git a/catalogue/bus_header.gif b/catalogue/bus_header.gif new file mode 100644 index 00000000..9dac1f82 Binary files /dev/null and b/catalogue/bus_header.gif differ diff --git a/catalogue/caballo1.gif b/catalogue/caballo1.gif new file mode 100644 index 00000000..faa8b190 Binary files /dev/null and b/catalogue/caballo1.gif differ diff --git a/catalogue/caballo2.gif b/catalogue/caballo2.gif new file mode 100644 index 00000000..c259a941 Binary files /dev/null and b/catalogue/caballo2.gif differ diff --git a/catalogue/calipp_header_en.gif b/catalogue/calipp_header_en.gif new file mode 100644 index 00000000..157bb03f Binary files /dev/null and b/catalogue/calipp_header_en.gif differ diff --git a/catalogue/calippo.gif b/catalogue/calippo.gif new file mode 100644 index 00000000..157bb03f Binary files /dev/null and b/catalogue/calippo.gif differ diff --git a/catalogue/calippo_header.gif b/catalogue/calippo_header.gif new file mode 100644 index 00000000..157bb03f Binary files /dev/null and b/catalogue/calippo_header.gif differ diff --git a/catalogue/calippo_header_es.gif b/catalogue/calippo_header_es.gif new file mode 100644 index 00000000..157bb03f Binary files /dev/null and b/catalogue/calippo_header_es.gif differ diff --git a/catalogue/camara.gif b/catalogue/camara.gif new file mode 100644 index 00000000..6f9cf29e Binary files /dev/null and b/catalogue/camara.gif differ diff --git a/catalogue/camara1.gif b/catalogue/camara1.gif new file mode 100644 index 00000000..08046460 Binary files /dev/null and b/catalogue/camara1.gif differ diff --git a/catalogue/camara2.gif b/catalogue/camara2.gif new file mode 100644 index 00000000..b82b4c5c Binary files /dev/null and b/catalogue/camara2.gif differ diff --git a/catalogue/camas.gif b/catalogue/camas.gif new file mode 100644 index 00000000..d4c45e3a Binary files /dev/null and b/catalogue/camas.gif differ diff --git a/catalogue/camas1.gif b/catalogue/camas1.gif new file mode 100644 index 00000000..b9f78a34 Binary files /dev/null and b/catalogue/camas1.gif differ diff --git a/catalogue/camasteaser.gif b/catalogue/camasteaser.gif new file mode 100644 index 00000000..c71d843a Binary files /dev/null and b/catalogue/camasteaser.gif differ diff --git a/catalogue/cambio.gif b/catalogue/cambio.gif new file mode 100644 index 00000000..c7cfe749 Binary files /dev/null and b/catalogue/cambio.gif differ diff --git a/catalogue/cambio1.gif b/catalogue/cambio1.gif new file mode 100644 index 00000000..7992d06a Binary files /dev/null and b/catalogue/cambio1.gif differ diff --git a/catalogue/camera.gif b/catalogue/camera.gif new file mode 100644 index 00000000..b82b4c5c Binary files /dev/null and b/catalogue/camera.gif differ diff --git a/catalogue/camera_header.gif b/catalogue/camera_header.gif new file mode 100644 index 00000000..b82b4c5c Binary files /dev/null and b/catalogue/camera_header.gif differ diff --git a/catalogue/camera_teaser.gif b/catalogue/camera_teaser.gif new file mode 100644 index 00000000..08046460 Binary files /dev/null and b/catalogue/camera_teaser.gif differ diff --git a/catalogue/camioneta.gif b/catalogue/camioneta.gif new file mode 100644 index 00000000..e9a2b1ca Binary files /dev/null and b/catalogue/camioneta.gif differ diff --git a/catalogue/camp_promo2_hlmpc12.png b/catalogue/camp_promo2_hlmpc12.png new file mode 100644 index 00000000..692dc4a2 Binary files /dev/null and b/catalogue/camp_promo2_hlmpc12.png differ diff --git a/catalogue/campestre.gif b/catalogue/campestre.gif new file mode 100644 index 00000000..ba8adc2e Binary files /dev/null and b/catalogue/campestre.gif differ diff --git a/catalogue/campic_cam.gif b/catalogue/campic_cam.gif new file mode 100644 index 00000000..08046460 Binary files /dev/null and b/catalogue/campic_cam.gif differ diff --git a/catalogue/campic_film.gif b/catalogue/campic_film.gif new file mode 100644 index 00000000..6f9cf29e Binary files /dev/null and b/catalogue/campic_film.gif differ diff --git a/catalogue/candy.gif b/catalogue/candy.gif new file mode 100644 index 00000000..0d91b534 Binary files /dev/null and b/catalogue/candy.gif differ diff --git a/catalogue/candy1.gif b/catalogue/candy1.gif new file mode 100644 index 00000000..8aaf2b53 Binary files /dev/null and b/catalogue/candy1.gif differ diff --git a/catalogue/candy_header.gif b/catalogue/candy_header.gif new file mode 100644 index 00000000..0d91b534 Binary files /dev/null and b/catalogue/candy_header.gif differ diff --git a/catalogue/candy_teaser.gif b/catalogue/candy_teaser.gif new file mode 100644 index 00000000..8aaf2b53 Binary files /dev/null and b/catalogue/candy_teaser.gif differ diff --git a/catalogue/candyland_clothing.gif b/catalogue/candyland_clothing.gif new file mode 100644 index 00000000..2fdedebf Binary files /dev/null and b/catalogue/candyland_clothing.gif differ diff --git a/catalogue/candyland_header.gif b/catalogue/candyland_header.gif new file mode 100644 index 00000000..69d16db2 Binary files /dev/null and b/catalogue/candyland_header.gif differ diff --git a/catalogue/candyland_teaser.gif b/catalogue/candyland_teaser.gif new file mode 100644 index 00000000..63c0a760 Binary files /dev/null and b/catalogue/candyland_teaser.gif differ diff --git a/catalogue/castle_small_promo.gif b/catalogue/castle_small_promo.gif new file mode 100644 index 00000000..3f62674a Binary files /dev/null and b/catalogue/castle_small_promo.gif differ diff --git a/catalogue/cat_basic810.gif b/catalogue/cat_basic810.gif new file mode 100644 index 00000000..99dcfe43 Binary files /dev/null and b/catalogue/cat_basic810.gif differ diff --git a/catalogue/cat_occasi10.gif b/catalogue/cat_occasi10.gif new file mode 100644 index 00000000..980baeb1 Binary files /dev/null and b/catalogue/cat_occasi10.gif differ diff --git a/catalogue/cat_pixel_10.gif b/catalogue/cat_pixel_10.gif new file mode 100644 index 00000000..7d7b50c6 Binary files /dev/null and b/catalogue/cat_pixel_10.gif differ diff --git a/catalogue/cat_rental10.gif b/catalogue/cat_rental10.gif new file mode 100644 index 00000000..b96ddc27 Binary files /dev/null and b/catalogue/cat_rental10.gif differ diff --git a/catalogue/cat_specia10.gif b/catalogue/cat_specia10.gif new file mode 100644 index 00000000..a54c2234 Binary files /dev/null and b/catalogue/cat_specia10.gif differ diff --git a/catalogue/cata_greek.gif b/catalogue/cata_greek.gif new file mode 100644 index 00000000..0928e9df Binary files /dev/null and b/catalogue/cata_greek.gif differ diff --git a/catalogue/catal_fp_header.gif b/catalogue/catal_fp_header.gif new file mode 100644 index 00000000..256bc2d5 Binary files /dev/null and b/catalogue/catal_fp_header.gif differ diff --git a/catalogue/catal_fp_header_br.gif b/catalogue/catal_fp_header_br.gif new file mode 100644 index 00000000..de94d818 Binary files /dev/null and b/catalogue/catal_fp_header_br.gif differ diff --git a/catalogue/catal_fp_header_ca.gif b/catalogue/catal_fp_header_ca.gif new file mode 100644 index 00000000..256bc2d5 Binary files /dev/null and b/catalogue/catal_fp_header_ca.gif differ diff --git a/catalogue/catal_fp_header_ch.gif b/catalogue/catal_fp_header_ch.gif new file mode 100644 index 00000000..865bc08b Binary files /dev/null and b/catalogue/catal_fp_header_ch.gif differ diff --git a/catalogue/catal_fp_header_cn.gif b/catalogue/catal_fp_header_cn.gif new file mode 100644 index 00000000..fa4016e7 Binary files /dev/null and b/catalogue/catal_fp_header_cn.gif differ diff --git a/catalogue/catal_fp_header_de.gif b/catalogue/catal_fp_header_de.gif new file mode 100644 index 00000000..865bc08b Binary files /dev/null and b/catalogue/catal_fp_header_de.gif differ diff --git a/catalogue/catal_fp_header_dk.gif b/catalogue/catal_fp_header_dk.gif new file mode 100644 index 00000000..d11f03b1 Binary files /dev/null and b/catalogue/catal_fp_header_dk.gif differ diff --git a/catalogue/catal_fp_header_en.gif b/catalogue/catal_fp_header_en.gif new file mode 100644 index 00000000..de94d818 Binary files /dev/null and b/catalogue/catal_fp_header_en.gif differ diff --git a/catalogue/catal_fp_header_es.gif b/catalogue/catal_fp_header_es.gif new file mode 100644 index 00000000..de94d818 Binary files /dev/null and b/catalogue/catal_fp_header_es.gif differ diff --git a/catalogue/catal_fp_header_fi.gif b/catalogue/catal_fp_header_fi.gif new file mode 100644 index 00000000..34351fca Binary files /dev/null and b/catalogue/catal_fp_header_fi.gif differ diff --git a/catalogue/catal_fp_header_fr.gif b/catalogue/catal_fp_header_fr.gif new file mode 100644 index 00000000..256bc2d5 Binary files /dev/null and b/catalogue/catal_fp_header_fr.gif differ diff --git a/catalogue/catal_fp_header_it.gif b/catalogue/catal_fp_header_it.gif new file mode 100644 index 00000000..b7914e34 Binary files /dev/null and b/catalogue/catal_fp_header_it.gif differ diff --git a/catalogue/catal_fp_header_jp.gif b/catalogue/catal_fp_header_jp.gif new file mode 100644 index 00000000..256bc2d5 Binary files /dev/null and b/catalogue/catal_fp_header_jp.gif differ diff --git a/catalogue/catal_fp_header_nl.gif b/catalogue/catal_fp_header_nl.gif new file mode 100644 index 00000000..40613a2d Binary files /dev/null and b/catalogue/catal_fp_header_nl.gif differ diff --git a/catalogue/catal_fp_header_no.gif b/catalogue/catal_fp_header_no.gif new file mode 100644 index 00000000..9dce8d45 Binary files /dev/null and b/catalogue/catal_fp_header_no.gif differ diff --git a/catalogue/catal_fp_header_ru.gif b/catalogue/catal_fp_header_ru.gif new file mode 100644 index 00000000..0765f2c8 Binary files /dev/null and b/catalogue/catal_fp_header_ru.gif differ diff --git a/catalogue/catal_fp_header_se.gif b/catalogue/catal_fp_header_se.gif new file mode 100644 index 00000000..bb45172f Binary files /dev/null and b/catalogue/catal_fp_header_se.gif differ diff --git a/catalogue/catal_fp_header_sg.gif b/catalogue/catal_fp_header_sg.gif new file mode 100644 index 00000000..256bc2d5 Binary files /dev/null and b/catalogue/catal_fp_header_sg.gif differ diff --git a/catalogue/catal_fp_header_uk.gif b/catalogue/catal_fp_header_uk.gif new file mode 100644 index 00000000..256bc2d5 Binary files /dev/null and b/catalogue/catal_fp_header_uk.gif differ diff --git a/catalogue/catal_fp_pic1.gif b/catalogue/catal_fp_pic1.gif new file mode 100644 index 00000000..bcaa24ac Binary files /dev/null and b/catalogue/catal_fp_pic1.gif differ diff --git a/catalogue/catal_fp_pic2.gif b/catalogue/catal_fp_pic2.gif new file mode 100644 index 00000000..1b59e65d Binary files /dev/null and b/catalogue/catal_fp_pic2.gif differ diff --git a/catalogue/catal_fp_pic3.gif b/catalogue/catal_fp_pic3.gif new file mode 100644 index 00000000..7754cd61 Binary files /dev/null and b/catalogue/catal_fp_pic3.gif differ diff --git a/catalogue/catal_fp_pic4.gif b/catalogue/catal_fp_pic4.gif new file mode 100644 index 00000000..be9f3571 Binary files /dev/null and b/catalogue/catal_fp_pic4.gif differ diff --git a/catalogue/catal_fp_pic5.gif b/catalogue/catal_fp_pic5.gif new file mode 100644 index 00000000..1df72eee Binary files /dev/null and b/catalogue/catal_fp_pic5.gif differ diff --git a/catalogue/catalo_fish.gif b/catalogue/catalo_fish.gif new file mode 100644 index 00000000..ff99ecd5 Binary files /dev/null and b/catalogue/catalo_fish.gif differ diff --git a/catalogue/catalog_2015_teaser.gif b/catalogue/catalog_2015_teaser.gif new file mode 100644 index 00000000..de79c37d Binary files /dev/null and b/catalogue/catalog_2015_teaser.gif differ diff --git a/catalogue/catalog_Lc_teaser_CG_B.gif b/catalogue/catalog_Lc_teaser_CG_B.gif new file mode 100644 index 00000000..dd1011d5 Binary files /dev/null and b/catalogue/catalog_Lc_teaser_CG_B.gif differ diff --git a/catalogue/catalog_MOD_Catalog_header.gif b/catalogue/catalog_MOD_Catalog_header.gif new file mode 100644 index 00000000..e6da1276 Binary files /dev/null and b/catalogue/catalog_MOD_Catalog_header.gif differ diff --git a/catalogue/catalog_MOD_teaser.gif b/catalogue/catalog_MOD_teaser.gif new file mode 100644 index 00000000..8df7e8a2 Binary files /dev/null and b/catalogue/catalog_MOD_teaser.gif differ diff --git a/catalogue/catalog_OpenPage.gif b/catalogue/catalog_OpenPage.gif new file mode 100644 index 00000000..65d56f81 Binary files /dev/null and b/catalogue/catalog_OpenPage.gif differ diff --git a/catalogue/catalog_alh_headline1_en.gif b/catalogue/catalog_alh_headline1_en.gif new file mode 100644 index 00000000..0245cb97 Binary files /dev/null and b/catalogue/catalog_alh_headline1_en.gif differ diff --git a/catalogue/catalog_alh_headline1_en.png b/catalogue/catalog_alh_headline1_en.png new file mode 100644 index 00000000..958da2fb Binary files /dev/null and b/catalogue/catalog_alh_headline1_en.png differ diff --git a/catalogue/catalog_alh_headline2.gif b/catalogue/catalog_alh_headline2.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2.gif differ diff --git a/catalogue/catalog_alh_headline2_da.gif b/catalogue/catalog_alh_headline2_da.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_da.gif differ diff --git a/catalogue/catalog_alh_headline2_de.gif b/catalogue/catalog_alh_headline2_de.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_de.gif differ diff --git a/catalogue/catalog_alh_headline2_en.gif b/catalogue/catalog_alh_headline2_en.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_en.gif differ diff --git a/catalogue/catalog_alh_headline2_es.gif b/catalogue/catalog_alh_headline2_es.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_es.gif differ diff --git a/catalogue/catalog_alh_headline2_fi.gif b/catalogue/catalog_alh_headline2_fi.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_fi.gif differ diff --git a/catalogue/catalog_alh_headline2_fr.gif b/catalogue/catalog_alh_headline2_fr.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_fr.gif differ diff --git a/catalogue/catalog_alh_headline2_it.gif b/catalogue/catalog_alh_headline2_it.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_it.gif differ diff --git a/catalogue/catalog_alh_headline2_ja.gif b/catalogue/catalog_alh_headline2_ja.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_ja.gif differ diff --git a/catalogue/catalog_alh_headline2_nl.gif b/catalogue/catalog_alh_headline2_nl.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_nl.gif differ diff --git a/catalogue/catalog_alh_headline2_no.gif b/catalogue/catalog_alh_headline2_no.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_no.gif differ diff --git a/catalogue/catalog_alh_headline2_pt.gif b/catalogue/catalog_alh_headline2_pt.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_pt.gif differ diff --git a/catalogue/catalog_alh_headline2_ru.gif b/catalogue/catalog_alh_headline2_ru.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_ru.gif differ diff --git a/catalogue/catalog_alh_headline2_sv.gif b/catalogue/catalog_alh_headline2_sv.gif new file mode 100644 index 00000000..d18603e0 Binary files /dev/null and b/catalogue/catalog_alh_headline2_sv.gif differ diff --git a/catalogue/catalog_alh_teaser1_en.png b/catalogue/catalog_alh_teaser1_en.png new file mode 100644 index 00000000..f1019071 Binary files /dev/null and b/catalogue/catalog_alh_teaser1_en.png differ diff --git a/catalogue/catalog_alh_teaser2.gif b/catalogue/catalog_alh_teaser2.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2.gif differ diff --git a/catalogue/catalog_alh_teaser2_da.gif b/catalogue/catalog_alh_teaser2_da.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_da.gif differ diff --git a/catalogue/catalog_alh_teaser2_de.gif b/catalogue/catalog_alh_teaser2_de.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_de.gif differ diff --git a/catalogue/catalog_alh_teaser2_en.gif b/catalogue/catalog_alh_teaser2_en.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_en.gif differ diff --git a/catalogue/catalog_alh_teaser2_es.gif b/catalogue/catalog_alh_teaser2_es.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_es.gif differ diff --git a/catalogue/catalog_alh_teaser2_fi.gif b/catalogue/catalog_alh_teaser2_fi.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_fi.gif differ diff --git a/catalogue/catalog_alh_teaser2_fr.gif b/catalogue/catalog_alh_teaser2_fr.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_fr.gif differ diff --git a/catalogue/catalog_alh_teaser2_it.gif b/catalogue/catalog_alh_teaser2_it.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_it.gif differ diff --git a/catalogue/catalog_alh_teaser2_ja.gif b/catalogue/catalog_alh_teaser2_ja.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_ja.gif differ diff --git a/catalogue/catalog_alh_teaser2_nl.gif b/catalogue/catalog_alh_teaser2_nl.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_nl.gif differ diff --git a/catalogue/catalog_alh_teaser2_no.gif b/catalogue/catalog_alh_teaser2_no.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_no.gif differ diff --git a/catalogue/catalog_alh_teaser2_pt.gif b/catalogue/catalog_alh_teaser2_pt.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_pt.gif differ diff --git a/catalogue/catalog_alh_teaser2_ru.gif b/catalogue/catalog_alh_teaser2_ru.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_ru.gif differ diff --git a/catalogue/catalog_alh_teaser2_sv.gif b/catalogue/catalog_alh_teaser2_sv.gif new file mode 100644 index 00000000..14fcbc9f Binary files /dev/null and b/catalogue/catalog_alh_teaser2_sv.gif differ diff --git a/catalogue/catalog_anna_header.gif b/catalogue/catalog_anna_header.gif new file mode 100644 index 00000000..315f8f6b Binary files /dev/null and b/catalogue/catalog_anna_header.gif differ diff --git a/catalogue/catalog_anna_teaser.gif b/catalogue/catalog_anna_teaser.gif new file mode 100644 index 00000000..0b5f3c10 Binary files /dev/null and b/catalogue/catalog_anna_teaser.gif differ diff --git a/catalogue/catalog_arc_header1_da.gif b/catalogue/catalog_arc_header1_da.gif new file mode 100644 index 00000000..8fb07808 Binary files /dev/null and b/catalogue/catalog_arc_header1_da.gif differ diff --git a/catalogue/catalog_arc_header1_de.gif b/catalogue/catalog_arc_header1_de.gif new file mode 100644 index 00000000..8fb07808 Binary files /dev/null and b/catalogue/catalog_arc_header1_de.gif differ diff --git a/catalogue/catalog_arc_header1_en.gif b/catalogue/catalog_arc_header1_en.gif new file mode 100644 index 00000000..8fb07808 Binary files /dev/null and b/catalogue/catalog_arc_header1_en.gif differ diff --git a/catalogue/catalog_arc_header1_es.gif b/catalogue/catalog_arc_header1_es.gif new file mode 100644 index 00000000..8fb07808 Binary files /dev/null and b/catalogue/catalog_arc_header1_es.gif differ diff --git a/catalogue/catalog_arc_header1_fi.gif b/catalogue/catalog_arc_header1_fi.gif new file mode 100644 index 00000000..8fb07808 Binary files /dev/null and b/catalogue/catalog_arc_header1_fi.gif differ diff --git a/catalogue/catalog_arc_header1_fr.gif b/catalogue/catalog_arc_header1_fr.gif new file mode 100644 index 00000000..8fb07808 Binary files /dev/null and b/catalogue/catalog_arc_header1_fr.gif differ diff --git a/catalogue/catalog_arc_header1_it.gif b/catalogue/catalog_arc_header1_it.gif new file mode 100644 index 00000000..8fb07808 Binary files /dev/null and b/catalogue/catalog_arc_header1_it.gif differ diff --git a/catalogue/catalog_arc_header1_ja.gif b/catalogue/catalog_arc_header1_ja.gif new file mode 100644 index 00000000..1e3df653 Binary files /dev/null and b/catalogue/catalog_arc_header1_ja.gif differ diff --git a/catalogue/catalog_arc_header1_nl.gif b/catalogue/catalog_arc_header1_nl.gif new file mode 100644 index 00000000..8fb07808 Binary files /dev/null and b/catalogue/catalog_arc_header1_nl.gif differ diff --git a/catalogue/catalog_arc_header1_no.gif b/catalogue/catalog_arc_header1_no.gif new file mode 100644 index 00000000..8fb07808 Binary files /dev/null and b/catalogue/catalog_arc_header1_no.gif differ diff --git a/catalogue/catalog_arc_header1_pt.gif b/catalogue/catalog_arc_header1_pt.gif new file mode 100644 index 00000000..8fb07808 Binary files /dev/null and b/catalogue/catalog_arc_header1_pt.gif differ diff --git a/catalogue/catalog_arc_header1_ru.gif b/catalogue/catalog_arc_header1_ru.gif new file mode 100644 index 00000000..428ce331 Binary files /dev/null and b/catalogue/catalog_arc_header1_ru.gif differ diff --git a/catalogue/catalog_arc_header1_sv.gif b/catalogue/catalog_arc_header1_sv.gif new file mode 100644 index 00000000..8fb07808 Binary files /dev/null and b/catalogue/catalog_arc_header1_sv.gif differ diff --git a/catalogue/catalog_arc_teaser1_da.gif b/catalogue/catalog_arc_teaser1_da.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_da.gif differ diff --git a/catalogue/catalog_arc_teaser1_de.gif b/catalogue/catalog_arc_teaser1_de.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_de.gif differ diff --git a/catalogue/catalog_arc_teaser1_en.gif b/catalogue/catalog_arc_teaser1_en.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_en.gif differ diff --git a/catalogue/catalog_arc_teaser1_es.gif b/catalogue/catalog_arc_teaser1_es.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_es.gif differ diff --git a/catalogue/catalog_arc_teaser1_fi.gif b/catalogue/catalog_arc_teaser1_fi.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_fi.gif differ diff --git a/catalogue/catalog_arc_teaser1_fr.gif b/catalogue/catalog_arc_teaser1_fr.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_fr.gif differ diff --git a/catalogue/catalog_arc_teaser1_it.gif b/catalogue/catalog_arc_teaser1_it.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_it.gif differ diff --git a/catalogue/catalog_arc_teaser1_ja.gif b/catalogue/catalog_arc_teaser1_ja.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_ja.gif differ diff --git a/catalogue/catalog_arc_teaser1_nl.gif b/catalogue/catalog_arc_teaser1_nl.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_nl.gif differ diff --git a/catalogue/catalog_arc_teaser1_no.gif b/catalogue/catalog_arc_teaser1_no.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_no.gif differ diff --git a/catalogue/catalog_arc_teaser1_pt.gif b/catalogue/catalog_arc_teaser1_pt.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_pt.gif differ diff --git a/catalogue/catalog_arc_teaser1_ru.gif b/catalogue/catalog_arc_teaser1_ru.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_ru.gif differ diff --git a/catalogue/catalog_arc_teaser1_sv.gif b/catalogue/catalog_arc_teaser1_sv.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/catalog_arc_teaser1_sv.gif differ diff --git a/catalogue/catalog_arc_teaser_FP.gif b/catalogue/catalog_arc_teaser_FP.gif new file mode 100644 index 00000000..7e13f7b8 Binary files /dev/null and b/catalogue/catalog_arc_teaser_FP.gif differ diff --git a/catalogue/catalog_area_headline1.gif b/catalogue/catalog_area_headline1.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1.gif differ diff --git a/catalogue/catalog_area_headline1_br.gif b/catalogue/catalog_area_headline1_br.gif new file mode 100644 index 00000000..1ea9ea83 Binary files /dev/null and b/catalogue/catalog_area_headline1_br.gif differ diff --git a/catalogue/catalog_area_headline1_ca.gif b/catalogue/catalog_area_headline1_ca.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1_ca.gif differ diff --git a/catalogue/catalog_area_headline1_ch.gif b/catalogue/catalog_area_headline1_ch.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1_ch.gif differ diff --git a/catalogue/catalog_area_headline1_cn.gif b/catalogue/catalog_area_headline1_cn.gif new file mode 100644 index 00000000..0a7f50f8 Binary files /dev/null and b/catalogue/catalog_area_headline1_cn.gif differ diff --git a/catalogue/catalog_area_headline1_de.gif b/catalogue/catalog_area_headline1_de.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1_de.gif differ diff --git a/catalogue/catalog_area_headline1_dk.gif b/catalogue/catalog_area_headline1_dk.gif new file mode 100644 index 00000000..20012a5d Binary files /dev/null and b/catalogue/catalog_area_headline1_dk.gif differ diff --git a/catalogue/catalog_area_headline1_en.gif b/catalogue/catalog_area_headline1_en.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1_en.gif differ diff --git a/catalogue/catalog_area_headline1_es.gif b/catalogue/catalog_area_headline1_es.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1_es.gif differ diff --git a/catalogue/catalog_area_headline1_fi.gif b/catalogue/catalog_area_headline1_fi.gif new file mode 100644 index 00000000..f3704ba0 Binary files /dev/null and b/catalogue/catalog_area_headline1_fi.gif differ diff --git a/catalogue/catalog_area_headline1_fr.gif b/catalogue/catalog_area_headline1_fr.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1_fr.gif differ diff --git a/catalogue/catalog_area_headline1_it.gif b/catalogue/catalog_area_headline1_it.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1_it.gif differ diff --git a/catalogue/catalog_area_headline1_jp.gif b/catalogue/catalog_area_headline1_jp.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1_jp.gif differ diff --git a/catalogue/catalog_area_headline1_nl.gif b/catalogue/catalog_area_headline1_nl.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1_nl.gif differ diff --git a/catalogue/catalog_area_headline1_no.gif b/catalogue/catalog_area_headline1_no.gif new file mode 100644 index 00000000..fe176c4b Binary files /dev/null and b/catalogue/catalog_area_headline1_no.gif differ diff --git a/catalogue/catalog_area_headline1_ru.gif b/catalogue/catalog_area_headline1_ru.gif new file mode 100644 index 00000000..1ea9ea83 Binary files /dev/null and b/catalogue/catalog_area_headline1_ru.gif differ diff --git a/catalogue/catalog_area_headline1_se.gif b/catalogue/catalog_area_headline1_se.gif new file mode 100644 index 00000000..a927a8dd Binary files /dev/null and b/catalogue/catalog_area_headline1_se.gif differ diff --git a/catalogue/catalog_area_headline1_sg.gif b/catalogue/catalog_area_headline1_sg.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1_sg.gif differ diff --git a/catalogue/catalog_area_headline1_uk.gif b/catalogue/catalog_area_headline1_uk.gif new file mode 100644 index 00000000..92959986 Binary files /dev/null and b/catalogue/catalog_area_headline1_uk.gif differ diff --git a/catalogue/catalog_area_headline2.gif b/catalogue/catalog_area_headline2.gif new file mode 100644 index 00000000..69d136d8 Binary files /dev/null and b/catalogue/catalog_area_headline2.gif differ diff --git a/catalogue/catalog_area_teaser1.gif b/catalogue/catalog_area_teaser1.gif new file mode 100644 index 00000000..436fd8bc Binary files /dev/null and b/catalogue/catalog_area_teaser1.gif differ diff --git a/catalogue/catalog_area_teaser1_en.gif b/catalogue/catalog_area_teaser1_en.gif new file mode 100644 index 00000000..53ad232c Binary files /dev/null and b/catalogue/catalog_area_teaser1_en.gif differ diff --git a/catalogue/catalog_artic_header1_en.gif b/catalogue/catalog_artic_header1_en.gif new file mode 100644 index 00000000..f3065e84 Binary files /dev/null and b/catalogue/catalog_artic_header1_en.gif differ diff --git a/catalogue/catalog_artico_header1_en.gif b/catalogue/catalog_artico_header1_en.gif new file mode 100644 index 00000000..14aced02 Binary files /dev/null and b/catalogue/catalog_artico_header1_en.gif differ diff --git a/catalogue/catalog_artico_teaser1_en.gif b/catalogue/catalog_artico_teaser1_en.gif new file mode 100644 index 00000000..f490edc5 Binary files /dev/null and b/catalogue/catalog_artico_teaser1_en.gif differ diff --git a/catalogue/catalog_asian_headline1.gif b/catalogue/catalog_asian_headline1.gif new file mode 100644 index 00000000..768ff888 Binary files /dev/null and b/catalogue/catalog_asian_headline1.gif differ diff --git a/catalogue/catalog_asian_headline1_br.gif b/catalogue/catalog_asian_headline1_br.gif new file mode 100644 index 00000000..768ff888 Binary files /dev/null and b/catalogue/catalog_asian_headline1_br.gif differ diff --git a/catalogue/catalog_asian_headline1_ca.gif b/catalogue/catalog_asian_headline1_ca.gif new file mode 100644 index 00000000..eed980b4 Binary files /dev/null and b/catalogue/catalog_asian_headline1_ca.gif differ diff --git a/catalogue/catalog_asian_headline1_ch.gif b/catalogue/catalog_asian_headline1_ch.gif new file mode 100644 index 00000000..eed980b4 Binary files /dev/null and b/catalogue/catalog_asian_headline1_ch.gif differ diff --git a/catalogue/catalog_asian_headline1_cn.gif b/catalogue/catalog_asian_headline1_cn.gif new file mode 100644 index 00000000..c90c28e5 Binary files /dev/null and b/catalogue/catalog_asian_headline1_cn.gif differ diff --git a/catalogue/catalog_asian_headline1_de.gif b/catalogue/catalog_asian_headline1_de.gif new file mode 100644 index 00000000..eed980b4 Binary files /dev/null and b/catalogue/catalog_asian_headline1_de.gif differ diff --git a/catalogue/catalog_asian_headline1_dk.gif b/catalogue/catalog_asian_headline1_dk.gif new file mode 100644 index 00000000..768ff888 Binary files /dev/null and b/catalogue/catalog_asian_headline1_dk.gif differ diff --git a/catalogue/catalog_asian_headline1_en.gif b/catalogue/catalog_asian_headline1_en.gif new file mode 100644 index 00000000..768ff888 Binary files /dev/null and b/catalogue/catalog_asian_headline1_en.gif differ diff --git a/catalogue/catalog_asian_headline1_es.gif b/catalogue/catalog_asian_headline1_es.gif new file mode 100644 index 00000000..eed980b4 Binary files /dev/null and b/catalogue/catalog_asian_headline1_es.gif differ diff --git a/catalogue/catalog_asian_headline1_fi.gif b/catalogue/catalog_asian_headline1_fi.gif new file mode 100644 index 00000000..cade2572 Binary files /dev/null and b/catalogue/catalog_asian_headline1_fi.gif differ diff --git a/catalogue/catalog_asian_headline1_fr.gif b/catalogue/catalog_asian_headline1_fr.gif new file mode 100644 index 00000000..93ee5f33 Binary files /dev/null and b/catalogue/catalog_asian_headline1_fr.gif differ diff --git a/catalogue/catalog_asian_headline1_it.gif b/catalogue/catalog_asian_headline1_it.gif new file mode 100644 index 00000000..eed980b4 Binary files /dev/null and b/catalogue/catalog_asian_headline1_it.gif differ diff --git a/catalogue/catalog_asian_headline1_jp.gif b/catalogue/catalog_asian_headline1_jp.gif new file mode 100644 index 00000000..768ff888 Binary files /dev/null and b/catalogue/catalog_asian_headline1_jp.gif differ diff --git a/catalogue/catalog_asian_headline1_nl.gif b/catalogue/catalog_asian_headline1_nl.gif new file mode 100644 index 00000000..6e598d97 Binary files /dev/null and b/catalogue/catalog_asian_headline1_nl.gif differ diff --git a/catalogue/catalog_asian_headline1_no.gif b/catalogue/catalog_asian_headline1_no.gif new file mode 100644 index 00000000..6ba951c9 Binary files /dev/null and b/catalogue/catalog_asian_headline1_no.gif differ diff --git a/catalogue/catalog_asian_headline1_ru.gif b/catalogue/catalog_asian_headline1_ru.gif new file mode 100644 index 00000000..d0e43875 Binary files /dev/null and b/catalogue/catalog_asian_headline1_ru.gif differ diff --git a/catalogue/catalog_asian_headline1_se.gif b/catalogue/catalog_asian_headline1_se.gif new file mode 100644 index 00000000..eed980b4 Binary files /dev/null and b/catalogue/catalog_asian_headline1_se.gif differ diff --git a/catalogue/catalog_asian_headline1_sg.gif b/catalogue/catalog_asian_headline1_sg.gif new file mode 100644 index 00000000..ed3de215 Binary files /dev/null and b/catalogue/catalog_asian_headline1_sg.gif differ diff --git a/catalogue/catalog_asian_headline1_uk.gif b/catalogue/catalog_asian_headline1_uk.gif new file mode 100644 index 00000000..768ff888 Binary files /dev/null and b/catalogue/catalog_asian_headline1_uk.gif differ diff --git a/catalogue/catalog_asian_teaser1.gif b/catalogue/catalog_asian_teaser1.gif new file mode 100644 index 00000000..d0ed40c4 Binary files /dev/null and b/catalogue/catalog_asian_teaser1.gif differ diff --git a/catalogue/catalog_asian_teaser1_en.gif b/catalogue/catalog_asian_teaser1_en.gif new file mode 100644 index 00000000..d0ed40c4 Binary files /dev/null and b/catalogue/catalog_asian_teaser1_en.gif differ diff --git a/catalogue/catalog_automobile_header1_da.gif b/catalogue/catalog_automobile_header1_da.gif new file mode 100644 index 00000000..1541fd5d Binary files /dev/null and b/catalogue/catalog_automobile_header1_da.gif differ diff --git a/catalogue/catalog_automobile_header1_de.gif b/catalogue/catalog_automobile_header1_de.gif new file mode 100644 index 00000000..9db446ef Binary files /dev/null and b/catalogue/catalog_automobile_header1_de.gif differ diff --git a/catalogue/catalog_automobile_header1_en.gif b/catalogue/catalog_automobile_header1_en.gif new file mode 100644 index 00000000..9db446ef Binary files /dev/null and b/catalogue/catalog_automobile_header1_en.gif differ diff --git a/catalogue/catalog_automobile_header1_es.gif b/catalogue/catalog_automobile_header1_es.gif new file mode 100644 index 00000000..85d0bb43 Binary files /dev/null and b/catalogue/catalog_automobile_header1_es.gif differ diff --git a/catalogue/catalog_automobile_header1_fi.gif b/catalogue/catalog_automobile_header1_fi.gif new file mode 100644 index 00000000..9db446ef Binary files /dev/null and b/catalogue/catalog_automobile_header1_fi.gif differ diff --git a/catalogue/catalog_automobile_header1_fr.gif b/catalogue/catalog_automobile_header1_fr.gif new file mode 100644 index 00000000..9db446ef Binary files /dev/null and b/catalogue/catalog_automobile_header1_fr.gif differ diff --git a/catalogue/catalog_automobile_header1_it.gif b/catalogue/catalog_automobile_header1_it.gif new file mode 100644 index 00000000..9db446ef Binary files /dev/null and b/catalogue/catalog_automobile_header1_it.gif differ diff --git a/catalogue/catalog_automobile_header1_jp.gif b/catalogue/catalog_automobile_header1_jp.gif new file mode 100644 index 00000000..9db446ef Binary files /dev/null and b/catalogue/catalog_automobile_header1_jp.gif differ diff --git a/catalogue/catalog_automobile_header1_nl.gif b/catalogue/catalog_automobile_header1_nl.gif new file mode 100644 index 00000000..9db446ef Binary files /dev/null and b/catalogue/catalog_automobile_header1_nl.gif differ diff --git a/catalogue/catalog_automobile_header1_no.gif b/catalogue/catalog_automobile_header1_no.gif new file mode 100644 index 00000000..9db446ef Binary files /dev/null and b/catalogue/catalog_automobile_header1_no.gif differ diff --git a/catalogue/catalog_automobile_header1_pt.gif b/catalogue/catalog_automobile_header1_pt.gif new file mode 100644 index 00000000..351db274 Binary files /dev/null and b/catalogue/catalog_automobile_header1_pt.gif differ diff --git a/catalogue/catalog_automobile_header1_sv.gif b/catalogue/catalog_automobile_header1_sv.gif new file mode 100644 index 00000000..9db446ef Binary files /dev/null and b/catalogue/catalog_automobile_header1_sv.gif differ diff --git a/catalogue/catalog_automobile_teaser1_da.gif b/catalogue/catalog_automobile_teaser1_da.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_da.gif differ diff --git a/catalogue/catalog_automobile_teaser1_de.gif b/catalogue/catalog_automobile_teaser1_de.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_de.gif differ diff --git a/catalogue/catalog_automobile_teaser1_en.gif b/catalogue/catalog_automobile_teaser1_en.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_en.gif differ diff --git a/catalogue/catalog_automobile_teaser1_es.gif b/catalogue/catalog_automobile_teaser1_es.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_es.gif differ diff --git a/catalogue/catalog_automobile_teaser1_fi.gif b/catalogue/catalog_automobile_teaser1_fi.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_fi.gif differ diff --git a/catalogue/catalog_automobile_teaser1_fr.gif b/catalogue/catalog_automobile_teaser1_fr.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_fr.gif differ diff --git a/catalogue/catalog_automobile_teaser1_it.gif b/catalogue/catalog_automobile_teaser1_it.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_it.gif differ diff --git a/catalogue/catalog_automobile_teaser1_jp.gif b/catalogue/catalog_automobile_teaser1_jp.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_jp.gif differ diff --git a/catalogue/catalog_automobile_teaser1_nl.gif b/catalogue/catalog_automobile_teaser1_nl.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_nl.gif differ diff --git a/catalogue/catalog_automobile_teaser1_no.gif b/catalogue/catalog_automobile_teaser1_no.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_no.gif differ diff --git a/catalogue/catalog_automobile_teaser1_pt.gif b/catalogue/catalog_automobile_teaser1_pt.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_pt.gif differ diff --git a/catalogue/catalog_automobile_teaser1_sv.gif b/catalogue/catalog_automobile_teaser1_sv.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/catalog_automobile_teaser1_sv.gif differ diff --git a/catalogue/catalog_bank_headline1.gif b/catalogue/catalog_bank_headline1.gif new file mode 100644 index 00000000..ec0b8470 Binary files /dev/null and b/catalogue/catalog_bank_headline1.gif differ diff --git a/catalogue/catalog_bank_headline1_br.gif b/catalogue/catalog_bank_headline1_br.gif new file mode 100644 index 00000000..c7cfe749 Binary files /dev/null and b/catalogue/catalog_bank_headline1_br.gif differ diff --git a/catalogue/catalog_bank_headline1_ca.gif b/catalogue/catalog_bank_headline1_ca.gif new file mode 100644 index 00000000..ec0b8470 Binary files /dev/null and b/catalogue/catalog_bank_headline1_ca.gif differ diff --git a/catalogue/catalog_bank_headline1_ch.gif b/catalogue/catalog_bank_headline1_ch.gif new file mode 100644 index 00000000..5fe658e2 Binary files /dev/null and b/catalogue/catalog_bank_headline1_ch.gif differ diff --git a/catalogue/catalog_bank_headline1_cn.gif b/catalogue/catalog_bank_headline1_cn.gif new file mode 100644 index 00000000..d48e86c9 Binary files /dev/null and b/catalogue/catalog_bank_headline1_cn.gif differ diff --git a/catalogue/catalog_bank_headline1_de.gif b/catalogue/catalog_bank_headline1_de.gif new file mode 100644 index 00000000..5fe658e2 Binary files /dev/null and b/catalogue/catalog_bank_headline1_de.gif differ diff --git a/catalogue/catalog_bank_headline1_dk.gif b/catalogue/catalog_bank_headline1_dk.gif new file mode 100644 index 00000000..ec0b8470 Binary files /dev/null and b/catalogue/catalog_bank_headline1_dk.gif differ diff --git a/catalogue/catalog_bank_headline1_en.gif b/catalogue/catalog_bank_headline1_en.gif new file mode 100644 index 00000000..2408368f Binary files /dev/null and b/catalogue/catalog_bank_headline1_en.gif differ diff --git a/catalogue/catalog_bank_headline1_es.gif b/catalogue/catalog_bank_headline1_es.gif new file mode 100644 index 00000000..2408368f Binary files /dev/null and b/catalogue/catalog_bank_headline1_es.gif differ diff --git a/catalogue/catalog_bank_headline1_fi.gif b/catalogue/catalog_bank_headline1_fi.gif new file mode 100644 index 00000000..a66ac5a9 Binary files /dev/null and b/catalogue/catalog_bank_headline1_fi.gif differ diff --git a/catalogue/catalog_bank_headline1_fr.gif b/catalogue/catalog_bank_headline1_fr.gif new file mode 100644 index 00000000..7c12de82 Binary files /dev/null and b/catalogue/catalog_bank_headline1_fr.gif differ diff --git a/catalogue/catalog_bank_headline1_it.gif b/catalogue/catalog_bank_headline1_it.gif new file mode 100644 index 00000000..2408368f Binary files /dev/null and b/catalogue/catalog_bank_headline1_it.gif differ diff --git a/catalogue/catalog_bank_headline1_jp.gif b/catalogue/catalog_bank_headline1_jp.gif new file mode 100644 index 00000000..2861e393 Binary files /dev/null and b/catalogue/catalog_bank_headline1_jp.gif differ diff --git a/catalogue/catalog_bank_headline1_nl.gif b/catalogue/catalog_bank_headline1_nl.gif new file mode 100644 index 00000000..110d537b Binary files /dev/null and b/catalogue/catalog_bank_headline1_nl.gif differ diff --git a/catalogue/catalog_bank_headline1_no.gif b/catalogue/catalog_bank_headline1_no.gif new file mode 100644 index 00000000..be79c4c8 Binary files /dev/null and b/catalogue/catalog_bank_headline1_no.gif differ diff --git a/catalogue/catalog_bank_headline1_ru.gif b/catalogue/catalog_bank_headline1_ru.gif new file mode 100644 index 00000000..fa9d7525 Binary files /dev/null and b/catalogue/catalog_bank_headline1_ru.gif differ diff --git a/catalogue/catalog_bank_headline1_se.gif b/catalogue/catalog_bank_headline1_se.gif new file mode 100644 index 00000000..87271d69 Binary files /dev/null and b/catalogue/catalog_bank_headline1_se.gif differ diff --git a/catalogue/catalog_bank_headline1_sg.gif b/catalogue/catalog_bank_headline1_sg.gif new file mode 100644 index 00000000..ec0b8470 Binary files /dev/null and b/catalogue/catalog_bank_headline1_sg.gif differ diff --git a/catalogue/catalog_bank_headline1_uk.gif b/catalogue/catalog_bank_headline1_uk.gif new file mode 100644 index 00000000..ec0b8470 Binary files /dev/null and b/catalogue/catalog_bank_headline1_uk.gif differ diff --git a/catalogue/catalog_bank_platinum_en.gif b/catalogue/catalog_bank_platinum_en.gif new file mode 100644 index 00000000..d5edc70b Binary files /dev/null and b/catalogue/catalog_bank_platinum_en.gif differ diff --git a/catalogue/catalog_bank_platinum_es.gif b/catalogue/catalog_bank_platinum_es.gif new file mode 100644 index 00000000..4c9ab7f9 Binary files /dev/null and b/catalogue/catalog_bank_platinum_es.gif differ diff --git a/catalogue/catalog_bank_teaser.gif b/catalogue/catalog_bank_teaser.gif new file mode 100644 index 00000000..7992d06a Binary files /dev/null and b/catalogue/catalog_bank_teaser.gif differ diff --git a/catalogue/catalog_bank_teaser_en.gif b/catalogue/catalog_bank_teaser_en.gif new file mode 100644 index 00000000..c78c6c1b Binary files /dev/null and b/catalogue/catalog_bank_teaser_en.gif differ diff --git a/catalogue/catalog_basic_headline1_en.gif b/catalogue/catalog_basic_headline1_en.gif new file mode 100644 index 00000000..99dcfe43 Binary files /dev/null and b/catalogue/catalog_basic_headline1_en.gif differ diff --git a/catalogue/catalog_bath_headline1.gif b/catalogue/catalog_bath_headline1.gif new file mode 100644 index 00000000..f67ca14b Binary files /dev/null and b/catalogue/catalog_bath_headline1.gif differ diff --git a/catalogue/catalog_bath_headline1_br.gif b/catalogue/catalog_bath_headline1_br.gif new file mode 100644 index 00000000..8375f556 Binary files /dev/null and b/catalogue/catalog_bath_headline1_br.gif differ diff --git a/catalogue/catalog_bath_headline1_ca.gif b/catalogue/catalog_bath_headline1_ca.gif new file mode 100644 index 00000000..f67ca14b Binary files /dev/null and b/catalogue/catalog_bath_headline1_ca.gif differ diff --git a/catalogue/catalog_bath_headline1_ch.gif b/catalogue/catalog_bath_headline1_ch.gif new file mode 100644 index 00000000..1f034448 Binary files /dev/null and b/catalogue/catalog_bath_headline1_ch.gif differ diff --git a/catalogue/catalog_bath_headline1_cn.gif b/catalogue/catalog_bath_headline1_cn.gif new file mode 100644 index 00000000..3fce8b0f Binary files /dev/null and b/catalogue/catalog_bath_headline1_cn.gif differ diff --git a/catalogue/catalog_bath_headline1_de.gif b/catalogue/catalog_bath_headline1_de.gif new file mode 100644 index 00000000..1f034448 Binary files /dev/null and b/catalogue/catalog_bath_headline1_de.gif differ diff --git a/catalogue/catalog_bath_headline1_dk.gif b/catalogue/catalog_bath_headline1_dk.gif new file mode 100644 index 00000000..25aaf16d Binary files /dev/null and b/catalogue/catalog_bath_headline1_dk.gif differ diff --git a/catalogue/catalog_bath_headline1_en.gif b/catalogue/catalog_bath_headline1_en.gif new file mode 100644 index 00000000..0bb8f73b Binary files /dev/null and b/catalogue/catalog_bath_headline1_en.gif differ diff --git a/catalogue/catalog_bath_headline1_es.gif b/catalogue/catalog_bath_headline1_es.gif new file mode 100644 index 00000000..c5ce3fb5 Binary files /dev/null and b/catalogue/catalog_bath_headline1_es.gif differ diff --git a/catalogue/catalog_bath_headline1_fi.gif b/catalogue/catalog_bath_headline1_fi.gif new file mode 100644 index 00000000..9fff9390 Binary files /dev/null and b/catalogue/catalog_bath_headline1_fi.gif differ diff --git a/catalogue/catalog_bath_headline1_fr.gif b/catalogue/catalog_bath_headline1_fr.gif new file mode 100644 index 00000000..85f4b8c8 Binary files /dev/null and b/catalogue/catalog_bath_headline1_fr.gif differ diff --git a/catalogue/catalog_bath_headline1_it.gif b/catalogue/catalog_bath_headline1_it.gif new file mode 100644 index 00000000..ba05b33a Binary files /dev/null and b/catalogue/catalog_bath_headline1_it.gif differ diff --git a/catalogue/catalog_bath_headline1_jp.gif b/catalogue/catalog_bath_headline1_jp.gif new file mode 100644 index 00000000..f67ca14b Binary files /dev/null and b/catalogue/catalog_bath_headline1_jp.gif differ diff --git a/catalogue/catalog_bath_headline1_nl.gif b/catalogue/catalog_bath_headline1_nl.gif new file mode 100644 index 00000000..d8d85bee Binary files /dev/null and b/catalogue/catalog_bath_headline1_nl.gif differ diff --git a/catalogue/catalog_bath_headline1_no.gif b/catalogue/catalog_bath_headline1_no.gif new file mode 100644 index 00000000..a13995ce Binary files /dev/null and b/catalogue/catalog_bath_headline1_no.gif differ diff --git a/catalogue/catalog_bath_headline1_ru.gif b/catalogue/catalog_bath_headline1_ru.gif new file mode 100644 index 00000000..345a8268 Binary files /dev/null and b/catalogue/catalog_bath_headline1_ru.gif differ diff --git a/catalogue/catalog_bath_headline1_se.gif b/catalogue/catalog_bath_headline1_se.gif new file mode 100644 index 00000000..8fcd8c59 Binary files /dev/null and b/catalogue/catalog_bath_headline1_se.gif differ diff --git a/catalogue/catalog_bath_headline1_sg.gif b/catalogue/catalog_bath_headline1_sg.gif new file mode 100644 index 00000000..f67ca14b Binary files /dev/null and b/catalogue/catalog_bath_headline1_sg.gif differ diff --git a/catalogue/catalog_bath_headline1_uk.gif b/catalogue/catalog_bath_headline1_uk.gif new file mode 100644 index 00000000..f67ca14b Binary files /dev/null and b/catalogue/catalog_bath_headline1_uk.gif differ diff --git a/catalogue/catalog_bath_teaser1.gif b/catalogue/catalog_bath_teaser1.gif new file mode 100644 index 00000000..edf12f24 Binary files /dev/null and b/catalogue/catalog_bath_teaser1.gif differ diff --git a/catalogue/catalog_bath_teaser1_en.gif b/catalogue/catalog_bath_teaser1_en.gif new file mode 100644 index 00000000..96ffc350 Binary files /dev/null and b/catalogue/catalog_bath_teaser1_en.gif differ diff --git a/catalogue/catalog_battleBanzai_header.gif b/catalogue/catalog_battleBanzai_header.gif new file mode 100644 index 00000000..1288a8b0 Binary files /dev/null and b/catalogue/catalog_battleBanzai_header.gif differ diff --git a/catalogue/catalog_battleBanzai_header_en.gif b/catalogue/catalog_battleBanzai_header_en.gif new file mode 100644 index 00000000..1288a8b0 Binary files /dev/null and b/catalogue/catalog_battleBanzai_header_en.gif differ diff --git a/catalogue/catalog_battleBanzai_teaser.gif b/catalogue/catalog_battleBanzai_teaser.gif new file mode 100644 index 00000000..8ab62bad Binary files /dev/null and b/catalogue/catalog_battleBanzai_teaser.gif differ diff --git a/catalogue/catalog_beds_header_dyn.gif b/catalogue/catalog_beds_header_dyn.gif new file mode 100644 index 00000000..eede3fd8 Binary files /dev/null and b/catalogue/catalog_beds_header_dyn.gif differ diff --git a/catalogue/catalog_beds_teaser2_001.gif b/catalogue/catalog_beds_teaser2_001.gif new file mode 100644 index 00000000..b9f78a34 Binary files /dev/null and b/catalogue/catalog_beds_teaser2_001.gif differ diff --git a/catalogue/catalog_bestsellers_header_en.gif b/catalogue/catalog_bestsellers_header_en.gif new file mode 100644 index 00000000..f320d670 Binary files /dev/null and b/catalogue/catalog_bestsellers_header_en.gif differ diff --git a/catalogue/catalog_blackhole_header.gif b/catalogue/catalog_blackhole_header.gif new file mode 100644 index 00000000..7415c601 Binary files /dev/null and b/catalogue/catalog_blackhole_header.gif differ diff --git a/catalogue/catalog_blackhole_header_en.gif b/catalogue/catalog_blackhole_header_en.gif new file mode 100644 index 00000000..825684b4 Binary files /dev/null and b/catalogue/catalog_blackhole_header_en.gif differ diff --git a/catalogue/catalog_blackhole_header_es.gif b/catalogue/catalog_blackhole_header_es.gif new file mode 100644 index 00000000..7133e30b Binary files /dev/null and b/catalogue/catalog_blackhole_header_es.gif differ diff --git a/catalogue/catalog_blackhole_teaser.gif b/catalogue/catalog_blackhole_teaser.gif new file mode 100644 index 00000000..4272e478 Binary files /dev/null and b/catalogue/catalog_blackhole_teaser.gif differ diff --git a/catalogue/catalog_blf_headline1_en.gif b/catalogue/catalog_blf_headline1_en.gif new file mode 100644 index 00000000..6b8b7c93 Binary files /dev/null and b/catalogue/catalog_blf_headline1_en.gif differ diff --git a/catalogue/catalog_blf_teaser_en.gif b/catalogue/catalog_blf_teaser_en.gif new file mode 100644 index 00000000..ddeadfed Binary files /dev/null and b/catalogue/catalog_blf_teaser_en.gif differ diff --git a/catalogue/catalog_bots_headline1_en.gif b/catalogue/catalog_bots_headline1_en.gif new file mode 100644 index 00000000..232f8360 Binary files /dev/null and b/catalogue/catalog_bots_headline1_en.gif differ diff --git a/catalogue/catalog_camera_headline1.gif b/catalogue/catalog_camera_headline1.gif new file mode 100644 index 00000000..9cfaa068 Binary files /dev/null and b/catalogue/catalog_camera_headline1.gif differ diff --git a/catalogue/catalog_camera_headline1_br.gif b/catalogue/catalog_camera_headline1_br.gif new file mode 100644 index 00000000..6dd8b71c Binary files /dev/null and b/catalogue/catalog_camera_headline1_br.gif differ diff --git a/catalogue/catalog_camera_headline1_ca.gif b/catalogue/catalog_camera_headline1_ca.gif new file mode 100644 index 00000000..9cfaa068 Binary files /dev/null and b/catalogue/catalog_camera_headline1_ca.gif differ diff --git a/catalogue/catalog_camera_headline1_ch.gif b/catalogue/catalog_camera_headline1_ch.gif new file mode 100644 index 00000000..69e729cb Binary files /dev/null and b/catalogue/catalog_camera_headline1_ch.gif differ diff --git a/catalogue/catalog_camera_headline1_cn.gif b/catalogue/catalog_camera_headline1_cn.gif new file mode 100644 index 00000000..d8199eb2 Binary files /dev/null and b/catalogue/catalog_camera_headline1_cn.gif differ diff --git a/catalogue/catalog_camera_headline1_de.gif b/catalogue/catalog_camera_headline1_de.gif new file mode 100644 index 00000000..69e729cb Binary files /dev/null and b/catalogue/catalog_camera_headline1_de.gif differ diff --git a/catalogue/catalog_camera_headline1_dk.gif b/catalogue/catalog_camera_headline1_dk.gif new file mode 100644 index 00000000..69e729cb Binary files /dev/null and b/catalogue/catalog_camera_headline1_dk.gif differ diff --git a/catalogue/catalog_camera_headline1_en.gif b/catalogue/catalog_camera_headline1_en.gif new file mode 100644 index 00000000..ea8583a6 Binary files /dev/null and b/catalogue/catalog_camera_headline1_en.gif differ diff --git a/catalogue/catalog_camera_headline1_es.gif b/catalogue/catalog_camera_headline1_es.gif new file mode 100644 index 00000000..ea8583a6 Binary files /dev/null and b/catalogue/catalog_camera_headline1_es.gif differ diff --git a/catalogue/catalog_camera_headline1_fi.gif b/catalogue/catalog_camera_headline1_fi.gif new file mode 100644 index 00000000..0c6d0eaf Binary files /dev/null and b/catalogue/catalog_camera_headline1_fi.gif differ diff --git a/catalogue/catalog_camera_headline1_fr.gif b/catalogue/catalog_camera_headline1_fr.gif new file mode 100644 index 00000000..6a42a6c8 Binary files /dev/null and b/catalogue/catalog_camera_headline1_fr.gif differ diff --git a/catalogue/catalog_camera_headline1_it.gif b/catalogue/catalog_camera_headline1_it.gif new file mode 100644 index 00000000..b94e63b9 Binary files /dev/null and b/catalogue/catalog_camera_headline1_it.gif differ diff --git a/catalogue/catalog_camera_headline1_jp.gif b/catalogue/catalog_camera_headline1_jp.gif new file mode 100644 index 00000000..9cfaa068 Binary files /dev/null and b/catalogue/catalog_camera_headline1_jp.gif differ diff --git a/catalogue/catalog_camera_headline1_nl.gif b/catalogue/catalog_camera_headline1_nl.gif new file mode 100644 index 00000000..9cfaa068 Binary files /dev/null and b/catalogue/catalog_camera_headline1_nl.gif differ diff --git a/catalogue/catalog_camera_headline1_no.gif b/catalogue/catalog_camera_headline1_no.gif new file mode 100644 index 00000000..69e729cb Binary files /dev/null and b/catalogue/catalog_camera_headline1_no.gif differ diff --git a/catalogue/catalog_camera_headline1_ru.gif b/catalogue/catalog_camera_headline1_ru.gif new file mode 100644 index 00000000..4e1db35f Binary files /dev/null and b/catalogue/catalog_camera_headline1_ru.gif differ diff --git a/catalogue/catalog_camera_headline1_se.gif b/catalogue/catalog_camera_headline1_se.gif new file mode 100644 index 00000000..69e729cb Binary files /dev/null and b/catalogue/catalog_camera_headline1_se.gif differ diff --git a/catalogue/catalog_camera_headline1_sg.gif b/catalogue/catalog_camera_headline1_sg.gif new file mode 100644 index 00000000..9cfaa068 Binary files /dev/null and b/catalogue/catalog_camera_headline1_sg.gif differ diff --git a/catalogue/catalog_camera_headline1_uk.gif b/catalogue/catalog_camera_headline1_uk.gif new file mode 100644 index 00000000..9cfaa068 Binary files /dev/null and b/catalogue/catalog_camera_headline1_uk.gif differ diff --git a/catalogue/catalog_candy_headline1.gif b/catalogue/catalog_candy_headline1.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1.gif differ diff --git a/catalogue/catalog_candy_headline1_br.gif b/catalogue/catalog_candy_headline1_br.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_br.gif differ diff --git a/catalogue/catalog_candy_headline1_ca.gif b/catalogue/catalog_candy_headline1_ca.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_ca.gif differ diff --git a/catalogue/catalog_candy_headline1_ch.gif b/catalogue/catalog_candy_headline1_ch.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_ch.gif differ diff --git a/catalogue/catalog_candy_headline1_cn.gif b/catalogue/catalog_candy_headline1_cn.gif new file mode 100644 index 00000000..03536892 Binary files /dev/null and b/catalogue/catalog_candy_headline1_cn.gif differ diff --git a/catalogue/catalog_candy_headline1_de.gif b/catalogue/catalog_candy_headline1_de.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_de.gif differ diff --git a/catalogue/catalog_candy_headline1_dk.gif b/catalogue/catalog_candy_headline1_dk.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_dk.gif differ diff --git a/catalogue/catalog_candy_headline1_en.gif b/catalogue/catalog_candy_headline1_en.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_en.gif differ diff --git a/catalogue/catalog_candy_headline1_es.gif b/catalogue/catalog_candy_headline1_es.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_es.gif differ diff --git a/catalogue/catalog_candy_headline1_fi.gif b/catalogue/catalog_candy_headline1_fi.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_fi.gif differ diff --git a/catalogue/catalog_candy_headline1_fr.gif b/catalogue/catalog_candy_headline1_fr.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_fr.gif differ diff --git a/catalogue/catalog_candy_headline1_it.gif b/catalogue/catalog_candy_headline1_it.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_it.gif differ diff --git a/catalogue/catalog_candy_headline1_jp.gif b/catalogue/catalog_candy_headline1_jp.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_jp.gif differ diff --git a/catalogue/catalog_candy_headline1_nl.gif b/catalogue/catalog_candy_headline1_nl.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_nl.gif differ diff --git a/catalogue/catalog_candy_headline1_no.gif b/catalogue/catalog_candy_headline1_no.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_no.gif differ diff --git a/catalogue/catalog_candy_headline1_ru.gif b/catalogue/catalog_candy_headline1_ru.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_ru.gif differ diff --git a/catalogue/catalog_candy_headline1_se.gif b/catalogue/catalog_candy_headline1_se.gif new file mode 100644 index 00000000..184cf438 Binary files /dev/null and b/catalogue/catalog_candy_headline1_se.gif differ diff --git a/catalogue/catalog_candy_headline1_sg.gif b/catalogue/catalog_candy_headline1_sg.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_sg.gif differ diff --git a/catalogue/catalog_candy_headline1_uk.gif b/catalogue/catalog_candy_headline1_uk.gif new file mode 100644 index 00000000..d3f9bc5f Binary files /dev/null and b/catalogue/catalog_candy_headline1_uk.gif differ diff --git a/catalogue/catalog_candy_teaser1.gif b/catalogue/catalog_candy_teaser1.gif new file mode 100644 index 00000000..8aaf2b53 Binary files /dev/null and b/catalogue/catalog_candy_teaser1.gif differ diff --git a/catalogue/catalog_chairs_header_dyn.gif b/catalogue/catalog_chairs_header_dyn.gif new file mode 100644 index 00000000..f0936cef Binary files /dev/null and b/catalogue/catalog_chairs_header_dyn.gif differ diff --git a/catalogue/catalog_chairs_teaser2_001.gif b/catalogue/catalog_chairs_teaser2_001.gif new file mode 100644 index 00000000..4eccab53 Binary files /dev/null and b/catalogue/catalog_chairs_teaser2_001.gif differ diff --git a/catalogue/catalog_chopums.gif b/catalogue/catalog_chopums.gif new file mode 100644 index 00000000..542ce9c9 Binary files /dev/null and b/catalogue/catalog_chopums.gif differ diff --git a/catalogue/catalog_cltbs_header1_da.gif b/catalogue/catalog_cltbs_header1_da.gif new file mode 100644 index 00000000..2d20f8c7 Binary files /dev/null and b/catalogue/catalog_cltbs_header1_da.gif differ diff --git a/catalogue/catalog_cltbs_header1_de.gif b/catalogue/catalog_cltbs_header1_de.gif new file mode 100644 index 00000000..851cd1ec Binary files /dev/null and b/catalogue/catalog_cltbs_header1_de.gif differ diff --git a/catalogue/catalog_cltbs_header1_en.gif b/catalogue/catalog_cltbs_header1_en.gif new file mode 100644 index 00000000..7cc1ce48 Binary files /dev/null and b/catalogue/catalog_cltbs_header1_en.gif differ diff --git a/catalogue/catalog_cltbs_header1_es.gif b/catalogue/catalog_cltbs_header1_es.gif new file mode 100644 index 00000000..f9b98e12 Binary files /dev/null and b/catalogue/catalog_cltbs_header1_es.gif differ diff --git a/catalogue/catalog_cltbs_header1_fi.gif b/catalogue/catalog_cltbs_header1_fi.gif new file mode 100644 index 00000000..292de05c Binary files /dev/null and b/catalogue/catalog_cltbs_header1_fi.gif differ diff --git a/catalogue/catalog_cltbs_header1_fr.gif b/catalogue/catalog_cltbs_header1_fr.gif new file mode 100644 index 00000000..edc9c4f9 Binary files /dev/null and b/catalogue/catalog_cltbs_header1_fr.gif differ diff --git a/catalogue/catalog_cltbs_header1_it.gif b/catalogue/catalog_cltbs_header1_it.gif new file mode 100644 index 00000000..ad55e05f Binary files /dev/null and b/catalogue/catalog_cltbs_header1_it.gif differ diff --git a/catalogue/catalog_cltbs_header1_ja.gif b/catalogue/catalog_cltbs_header1_ja.gif new file mode 100644 index 00000000..8dee60f1 Binary files /dev/null and b/catalogue/catalog_cltbs_header1_ja.gif differ diff --git a/catalogue/catalog_cltbs_header1_nl.gif b/catalogue/catalog_cltbs_header1_nl.gif new file mode 100644 index 00000000..7cc1ce48 Binary files /dev/null and b/catalogue/catalog_cltbs_header1_nl.gif differ diff --git a/catalogue/catalog_cltbs_header1_no.gif b/catalogue/catalog_cltbs_header1_no.gif new file mode 100644 index 00000000..5ac3c8ab Binary files /dev/null and b/catalogue/catalog_cltbs_header1_no.gif differ diff --git a/catalogue/catalog_cltbs_header1_pt.gif b/catalogue/catalog_cltbs_header1_pt.gif new file mode 100644 index 00000000..1747b26d Binary files /dev/null and b/catalogue/catalog_cltbs_header1_pt.gif differ diff --git a/catalogue/catalog_cltbs_header1_sv.gif b/catalogue/catalog_cltbs_header1_sv.gif new file mode 100644 index 00000000..dfcb5a0d Binary files /dev/null and b/catalogue/catalog_cltbs_header1_sv.gif differ diff --git a/catalogue/catalog_cltbs_header1_uk.gif b/catalogue/catalog_cltbs_header1_uk.gif new file mode 100644 index 00000000..a71899ea Binary files /dev/null and b/catalogue/catalog_cltbs_header1_uk.gif differ diff --git a/catalogue/catalog_cltbs_teaser_da.gif b/catalogue/catalog_cltbs_teaser_da.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_da.gif differ diff --git a/catalogue/catalog_cltbs_teaser_de.gif b/catalogue/catalog_cltbs_teaser_de.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_de.gif differ diff --git a/catalogue/catalog_cltbs_teaser_en.gif b/catalogue/catalog_cltbs_teaser_en.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_en.gif differ diff --git a/catalogue/catalog_cltbs_teaser_es.gif b/catalogue/catalog_cltbs_teaser_es.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_es.gif differ diff --git a/catalogue/catalog_cltbs_teaser_fi.gif b/catalogue/catalog_cltbs_teaser_fi.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_fi.gif differ diff --git a/catalogue/catalog_cltbs_teaser_fr.gif b/catalogue/catalog_cltbs_teaser_fr.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_fr.gif differ diff --git a/catalogue/catalog_cltbs_teaser_it.gif b/catalogue/catalog_cltbs_teaser_it.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_it.gif differ diff --git a/catalogue/catalog_cltbs_teaser_ja.gif b/catalogue/catalog_cltbs_teaser_ja.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_ja.gif differ diff --git a/catalogue/catalog_cltbs_teaser_nl.gif b/catalogue/catalog_cltbs_teaser_nl.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_nl.gif differ diff --git a/catalogue/catalog_cltbs_teaser_no.gif b/catalogue/catalog_cltbs_teaser_no.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_no.gif differ diff --git a/catalogue/catalog_cltbs_teaser_pt.gif b/catalogue/catalog_cltbs_teaser_pt.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_pt.gif differ diff --git a/catalogue/catalog_cltbs_teaser_sv.gif b/catalogue/catalog_cltbs_teaser_sv.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/catalog_cltbs_teaser_sv.gif differ diff --git a/catalogue/catalog_club_headline1.gif b/catalogue/catalog_club_headline1.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1.gif differ diff --git a/catalogue/catalog_club_headline1_br.gif b/catalogue/catalog_club_headline1_br.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_br.gif differ diff --git a/catalogue/catalog_club_headline1_bubbo.gif b/catalogue/catalog_club_headline1_bubbo.gif new file mode 100644 index 00000000..c105cd43 Binary files /dev/null and b/catalogue/catalog_club_headline1_bubbo.gif differ diff --git a/catalogue/catalog_club_headline1_ca.gif b/catalogue/catalog_club_headline1_ca.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_ca.gif differ diff --git a/catalogue/catalog_club_headline1_ch.gif b/catalogue/catalog_club_headline1_ch.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_ch.gif differ diff --git a/catalogue/catalog_club_headline1_cn.gif b/catalogue/catalog_club_headline1_cn.gif new file mode 100644 index 00000000..af1e6a09 Binary files /dev/null and b/catalogue/catalog_club_headline1_cn.gif differ diff --git a/catalogue/catalog_club_headline1_de.gif b/catalogue/catalog_club_headline1_de.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_de.gif differ diff --git a/catalogue/catalog_club_headline1_dk.gif b/catalogue/catalog_club_headline1_dk.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_dk.gif differ diff --git a/catalogue/catalog_club_headline1_en.gif b/catalogue/catalog_club_headline1_en.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_en.gif differ diff --git a/catalogue/catalog_club_headline1_es.gif b/catalogue/catalog_club_headline1_es.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_es.gif differ diff --git a/catalogue/catalog_club_headline1_fi.gif b/catalogue/catalog_club_headline1_fi.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_fi.gif differ diff --git a/catalogue/catalog_club_headline1_fr.gif b/catalogue/catalog_club_headline1_fr.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_fr.gif differ diff --git a/catalogue/catalog_club_headline1_it.gif b/catalogue/catalog_club_headline1_it.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_it.gif differ diff --git a/catalogue/catalog_club_headline1_jp.gif b/catalogue/catalog_club_headline1_jp.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_jp.gif differ diff --git a/catalogue/catalog_club_headline1_nl.gif b/catalogue/catalog_club_headline1_nl.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_nl.gif differ diff --git a/catalogue/catalog_club_headline1_no.gif b/catalogue/catalog_club_headline1_no.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_no.gif differ diff --git a/catalogue/catalog_club_headline1_ru.gif b/catalogue/catalog_club_headline1_ru.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_ru.gif differ diff --git a/catalogue/catalog_club_headline1_se.gif b/catalogue/catalog_club_headline1_se.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_se.gif differ diff --git a/catalogue/catalog_club_headline1_sg.gif b/catalogue/catalog_club_headline1_sg.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_sg.gif differ diff --git a/catalogue/catalog_club_headline1_uk.gif b/catalogue/catalog_club_headline1_uk.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/catalog_club_headline1_uk.gif differ diff --git a/catalogue/catalog_coco2.gif b/catalogue/catalog_coco2.gif new file mode 100644 index 00000000..3d33cd5f Binary files /dev/null and b/catalogue/catalog_coco2.gif differ diff --git a/catalogue/catalog_collectibles.gif b/catalogue/catalog_collectibles.gif new file mode 100644 index 00000000..411845c0 Binary files /dev/null and b/catalogue/catalog_collectibles.gif differ diff --git a/catalogue/catalog_collectibles_headline1_br.gif b/catalogue/catalog_collectibles_headline1_br.gif new file mode 100644 index 00000000..1b325170 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_br.gif differ diff --git a/catalogue/catalog_collectibles_headline1_da.gif b/catalogue/catalog_collectibles_headline1_da.gif new file mode 100644 index 00000000..bd3cab13 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_da.gif differ diff --git a/catalogue/catalog_collectibles_headline1_de.gif b/catalogue/catalog_collectibles_headline1_de.gif new file mode 100644 index 00000000..947aa412 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_de.gif differ diff --git a/catalogue/catalog_collectibles_headline1_dk.gif b/catalogue/catalog_collectibles_headline1_dk.gif new file mode 100644 index 00000000..f5188f01 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_dk.gif differ diff --git a/catalogue/catalog_collectibles_headline1_en.gif b/catalogue/catalog_collectibles_headline1_en.gif new file mode 100644 index 00000000..bd3cab13 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_en.gif differ diff --git a/catalogue/catalog_collectibles_headline1_es.gif b/catalogue/catalog_collectibles_headline1_es.gif new file mode 100644 index 00000000..336c00f0 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_es.gif differ diff --git a/catalogue/catalog_collectibles_headline1_fi.gif b/catalogue/catalog_collectibles_headline1_fi.gif new file mode 100644 index 00000000..ad01d505 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_fi.gif differ diff --git a/catalogue/catalog_collectibles_headline1_fr.gif b/catalogue/catalog_collectibles_headline1_fr.gif new file mode 100644 index 00000000..4fd57e67 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_fr.gif differ diff --git a/catalogue/catalog_collectibles_headline1_it.gif b/catalogue/catalog_collectibles_headline1_it.gif new file mode 100644 index 00000000..79fee333 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_it.gif differ diff --git a/catalogue/catalog_collectibles_headline1_ja.gif b/catalogue/catalog_collectibles_headline1_ja.gif new file mode 100644 index 00000000..bd3cab13 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_ja.gif differ diff --git a/catalogue/catalog_collectibles_headline1_jp.gif b/catalogue/catalog_collectibles_headline1_jp.gif new file mode 100644 index 00000000..79ab5592 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_jp.gif differ diff --git a/catalogue/catalog_collectibles_headline1_nl.gif b/catalogue/catalog_collectibles_headline1_nl.gif new file mode 100644 index 00000000..bd3cab13 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_nl.gif differ diff --git a/catalogue/catalog_collectibles_headline1_no.gif b/catalogue/catalog_collectibles_headline1_no.gif new file mode 100644 index 00000000..f0c62a87 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_no.gif differ diff --git a/catalogue/catalog_collectibles_headline1_pt.gif b/catalogue/catalog_collectibles_headline1_pt.gif new file mode 100644 index 00000000..bd3cab13 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_pt.gif differ diff --git a/catalogue/catalog_collectibles_headline1_ru.gif b/catalogue/catalog_collectibles_headline1_ru.gif new file mode 100644 index 00000000..d19d34b8 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_ru.gif differ diff --git a/catalogue/catalog_collectibles_headline1_se.gif b/catalogue/catalog_collectibles_headline1_se.gif new file mode 100644 index 00000000..0ad5de3b Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_se.gif differ diff --git a/catalogue/catalog_collectibles_headline1_sv.gif b/catalogue/catalog_collectibles_headline1_sv.gif new file mode 100644 index 00000000..bd3cab13 Binary files /dev/null and b/catalogue/catalog_collectibles_headline1_sv.gif differ diff --git a/catalogue/catalog_collectibles_headline2_da.gif b/catalogue/catalog_collectibles_headline2_da.gif new file mode 100644 index 00000000..f5188f01 Binary files /dev/null and b/catalogue/catalog_collectibles_headline2_da.gif differ diff --git a/catalogue/catalog_collectibles_headline2_ja.gif b/catalogue/catalog_collectibles_headline2_ja.gif new file mode 100644 index 00000000..79ab5592 Binary files /dev/null and b/catalogue/catalog_collectibles_headline2_ja.gif differ diff --git a/catalogue/catalog_collectibles_headline2_pt.gif b/catalogue/catalog_collectibles_headline2_pt.gif new file mode 100644 index 00000000..1b325170 Binary files /dev/null and b/catalogue/catalog_collectibles_headline2_pt.gif differ diff --git a/catalogue/catalog_collectibles_headline2_sv.gif b/catalogue/catalog_collectibles_headline2_sv.gif new file mode 100644 index 00000000..0ad5de3b Binary files /dev/null and b/catalogue/catalog_collectibles_headline2_sv.gif differ diff --git a/catalogue/catalog_collectibles_headline3_da.gif b/catalogue/catalog_collectibles_headline3_da.gif new file mode 100644 index 00000000..bd3cab13 Binary files /dev/null and b/catalogue/catalog_collectibles_headline3_da.gif differ diff --git a/catalogue/catalog_constructions_headline1.gif b/catalogue/catalog_constructions_headline1.gif new file mode 100644 index 00000000..7e8c9da3 Binary files /dev/null and b/catalogue/catalog_constructions_headline1.gif differ diff --git a/catalogue/catalog_country_teaser1_en.gif b/catalogue/catalog_country_teaser1_en.gif new file mode 100644 index 00000000..09af51db Binary files /dev/null and b/catalogue/catalog_country_teaser1_en.gif differ diff --git a/catalogue/catalog_country_teaser2_en.gif b/catalogue/catalog_country_teaser2_en.gif new file mode 100644 index 00000000..fd6a054e Binary files /dev/null and b/catalogue/catalog_country_teaser2_en.gif differ diff --git a/catalogue/catalog_cubie_header_en.gif b/catalogue/catalog_cubie_header_en.gif new file mode 100644 index 00000000..ce165ec7 Binary files /dev/null and b/catalogue/catalog_cubie_header_en.gif differ diff --git a/catalogue/catalog_cubie_teaser.gif b/catalogue/catalog_cubie_teaser.gif new file mode 100644 index 00000000..f40a2bb3 Binary files /dev/null and b/catalogue/catalog_cubie_teaser.gif differ diff --git a/catalogue/catalog_deals_headline1.gif b/catalogue/catalog_deals_headline1.gif new file mode 100644 index 00000000..6d234178 Binary files /dev/null and b/catalogue/catalog_deals_headline1.gif differ diff --git a/catalogue/catalog_deals_headline1_br.gif b/catalogue/catalog_deals_headline1_br.gif new file mode 100644 index 00000000..a843b2d8 Binary files /dev/null and b/catalogue/catalog_deals_headline1_br.gif differ diff --git a/catalogue/catalog_deals_headline1_ca.gif b/catalogue/catalog_deals_headline1_ca.gif new file mode 100644 index 00000000..6d234178 Binary files /dev/null and b/catalogue/catalog_deals_headline1_ca.gif differ diff --git a/catalogue/catalog_deals_headline1_ch.gif b/catalogue/catalog_deals_headline1_ch.gif new file mode 100644 index 00000000..ae2d1c43 Binary files /dev/null and b/catalogue/catalog_deals_headline1_ch.gif differ diff --git a/catalogue/catalog_deals_headline1_cn.gif b/catalogue/catalog_deals_headline1_cn.gif new file mode 100644 index 00000000..76809b47 Binary files /dev/null and b/catalogue/catalog_deals_headline1_cn.gif differ diff --git a/catalogue/catalog_deals_headline1_de.gif b/catalogue/catalog_deals_headline1_de.gif new file mode 100644 index 00000000..ae2d1c43 Binary files /dev/null and b/catalogue/catalog_deals_headline1_de.gif differ diff --git a/catalogue/catalog_deals_headline1_dk.gif b/catalogue/catalog_deals_headline1_dk.gif new file mode 100644 index 00000000..0add3b2a Binary files /dev/null and b/catalogue/catalog_deals_headline1_dk.gif differ diff --git a/catalogue/catalog_deals_headline1_es.gif b/catalogue/catalog_deals_headline1_es.gif new file mode 100644 index 00000000..7087841e Binary files /dev/null and b/catalogue/catalog_deals_headline1_es.gif differ diff --git a/catalogue/catalog_deals_headline1_fi.gif b/catalogue/catalog_deals_headline1_fi.gif new file mode 100644 index 00000000..185c4665 Binary files /dev/null and b/catalogue/catalog_deals_headline1_fi.gif differ diff --git a/catalogue/catalog_deals_headline1_fr.gif b/catalogue/catalog_deals_headline1_fr.gif new file mode 100644 index 00000000..a075587a Binary files /dev/null and b/catalogue/catalog_deals_headline1_fr.gif differ diff --git a/catalogue/catalog_deals_headline1_it.gif b/catalogue/catalog_deals_headline1_it.gif new file mode 100644 index 00000000..c16b3580 Binary files /dev/null and b/catalogue/catalog_deals_headline1_it.gif differ diff --git a/catalogue/catalog_deals_headline1_jp.gif b/catalogue/catalog_deals_headline1_jp.gif new file mode 100644 index 00000000..6d234178 Binary files /dev/null and b/catalogue/catalog_deals_headline1_jp.gif differ diff --git a/catalogue/catalog_deals_headline1_nl.gif b/catalogue/catalog_deals_headline1_nl.gif new file mode 100644 index 00000000..1868aec0 Binary files /dev/null and b/catalogue/catalog_deals_headline1_nl.gif differ diff --git a/catalogue/catalog_deals_headline1_no.gif b/catalogue/catalog_deals_headline1_no.gif new file mode 100644 index 00000000..0cc063d4 Binary files /dev/null and b/catalogue/catalog_deals_headline1_no.gif differ diff --git a/catalogue/catalog_deals_headline1_ru.gif b/catalogue/catalog_deals_headline1_ru.gif new file mode 100644 index 00000000..0b62ce78 Binary files /dev/null and b/catalogue/catalog_deals_headline1_ru.gif differ diff --git a/catalogue/catalog_deals_headline1_se.gif b/catalogue/catalog_deals_headline1_se.gif new file mode 100644 index 00000000..403c1b2d Binary files /dev/null and b/catalogue/catalog_deals_headline1_se.gif differ diff --git a/catalogue/catalog_deals_headline1_sg.gif b/catalogue/catalog_deals_headline1_sg.gif new file mode 100644 index 00000000..6d234178 Binary files /dev/null and b/catalogue/catalog_deals_headline1_sg.gif differ diff --git a/catalogue/catalog_deals_headline1_uk.gif b/catalogue/catalog_deals_headline1_uk.gif new file mode 100644 index 00000000..6d234178 Binary files /dev/null and b/catalogue/catalog_deals_headline1_uk.gif differ diff --git a/catalogue/catalog_deals_teaser1.gif b/catalogue/catalog_deals_teaser1.gif new file mode 100644 index 00000000..fc36fdb3 Binary files /dev/null and b/catalogue/catalog_deals_teaser1.gif differ diff --git a/catalogue/catalog_decorative_header_dyn.gif b/catalogue/catalog_decorative_header_dyn.gif new file mode 100644 index 00000000..e7009922 Binary files /dev/null and b/catalogue/catalog_decorative_header_dyn.gif differ diff --git a/catalogue/catalog_decorative_teaser2_001.gif b/catalogue/catalog_decorative_teaser2_001.gif new file mode 100644 index 00000000..c9e65e7f Binary files /dev/null and b/catalogue/catalog_decorative_teaser2_001.gif differ diff --git a/catalogue/catalog_dic_teaser_no.gif b/catalogue/catalog_dic_teaser_no.gif new file mode 100644 index 00000000..8a8d76de Binary files /dev/null and b/catalogue/catalog_dic_teaser_no.gif differ diff --git a/catalogue/catalog_dic_teaser_sv.gif b/catalogue/catalog_dic_teaser_sv.gif new file mode 100644 index 00000000..8a8d76de Binary files /dev/null and b/catalogue/catalog_dic_teaser_sv.gif differ diff --git a/catalogue/catalog_dimmer_teaser_ch.gif b/catalogue/catalog_dimmer_teaser_ch.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_ch.gif differ diff --git a/catalogue/catalog_dimmer_teaser_da.gif b/catalogue/catalog_dimmer_teaser_da.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_da.gif differ diff --git a/catalogue/catalog_dimmer_teaser_de.gif b/catalogue/catalog_dimmer_teaser_de.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_de.gif differ diff --git a/catalogue/catalog_dimmer_teaser_en.gif b/catalogue/catalog_dimmer_teaser_en.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_en.gif differ diff --git a/catalogue/catalog_dimmer_teaser_en_001.gif b/catalogue/catalog_dimmer_teaser_en_001.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_en_001.gif differ diff --git a/catalogue/catalog_dimmer_teaser_es.gif b/catalogue/catalog_dimmer_teaser_es.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_es.gif differ diff --git a/catalogue/catalog_dimmer_teaser_fi.gif b/catalogue/catalog_dimmer_teaser_fi.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_fi.gif differ diff --git a/catalogue/catalog_dimmer_teaser_fr.gif b/catalogue/catalog_dimmer_teaser_fr.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_fr.gif differ diff --git a/catalogue/catalog_dimmer_teaser_it.gif b/catalogue/catalog_dimmer_teaser_it.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_it.gif differ diff --git a/catalogue/catalog_dimmer_teaser_nl.gif b/catalogue/catalog_dimmer_teaser_nl.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_nl.gif differ diff --git a/catalogue/catalog_dimmer_teaser_no.gif b/catalogue/catalog_dimmer_teaser_no.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_no.gif differ diff --git a/catalogue/catalog_dimmer_teaser_pt.gif b/catalogue/catalog_dimmer_teaser_pt.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_pt.gif differ diff --git a/catalogue/catalog_dimmer_teaser_sv.gif b/catalogue/catalog_dimmer_teaser_sv.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/catalog_dimmer_teaser_sv.gif differ diff --git a/catalogue/catalog_dimmers_header1_br.gif b/catalogue/catalog_dimmers_header1_br.gif new file mode 100644 index 00000000..65f39c73 Binary files /dev/null and b/catalogue/catalog_dimmers_header1_br.gif differ diff --git a/catalogue/catalog_dimmers_header1_de.gif b/catalogue/catalog_dimmers_header1_de.gif new file mode 100644 index 00000000..a04ce73a Binary files /dev/null and b/catalogue/catalog_dimmers_header1_de.gif differ diff --git a/catalogue/catalog_dimmers_header1_en.gif b/catalogue/catalog_dimmers_header1_en.gif new file mode 100644 index 00000000..921901c9 Binary files /dev/null and b/catalogue/catalog_dimmers_header1_en.gif differ diff --git a/catalogue/catalog_dimmers_header1_es.gif b/catalogue/catalog_dimmers_header1_es.gif new file mode 100644 index 00000000..2605c669 Binary files /dev/null and b/catalogue/catalog_dimmers_header1_es.gif differ diff --git a/catalogue/catalog_dimmers_header1_nl.gif b/catalogue/catalog_dimmers_header1_nl.gif new file mode 100644 index 00000000..0f36ba4c Binary files /dev/null and b/catalogue/catalog_dimmers_header1_nl.gif differ diff --git a/catalogue/catalog_dimmers_header_en.gif b/catalogue/catalog_dimmers_header_en.gif new file mode 100644 index 00000000..921901c9 Binary files /dev/null and b/catalogue/catalog_dimmers_header_en.gif differ diff --git a/catalogue/catalog_diner_header.gif b/catalogue/catalog_diner_header.gif new file mode 100644 index 00000000..25894ee5 Binary files /dev/null and b/catalogue/catalog_diner_header.gif differ diff --git a/catalogue/catalog_diner_header_da.gif b/catalogue/catalog_diner_header_da.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_da.gif differ diff --git a/catalogue/catalog_diner_header_de.gif b/catalogue/catalog_diner_header_de.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_de.gif differ diff --git a/catalogue/catalog_diner_header_en.gif b/catalogue/catalog_diner_header_en.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_en.gif differ diff --git a/catalogue/catalog_diner_header_es.gif b/catalogue/catalog_diner_header_es.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_es.gif differ diff --git a/catalogue/catalog_diner_header_fi.gif b/catalogue/catalog_diner_header_fi.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_fi.gif differ diff --git a/catalogue/catalog_diner_header_fr.gif b/catalogue/catalog_diner_header_fr.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_fr.gif differ diff --git a/catalogue/catalog_diner_header_it.gif b/catalogue/catalog_diner_header_it.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_it.gif differ diff --git a/catalogue/catalog_diner_header_ja.gif b/catalogue/catalog_diner_header_ja.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_ja.gif differ diff --git a/catalogue/catalog_diner_header_nl.gif b/catalogue/catalog_diner_header_nl.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_nl.gif differ diff --git a/catalogue/catalog_diner_header_no.gif b/catalogue/catalog_diner_header_no.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_no.gif differ diff --git a/catalogue/catalog_diner_header_pt.gif b/catalogue/catalog_diner_header_pt.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_pt.gif differ diff --git a/catalogue/catalog_diner_header_ru.gif b/catalogue/catalog_diner_header_ru.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_ru.gif differ diff --git a/catalogue/catalog_diner_header_sv.gif b/catalogue/catalog_diner_header_sv.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_header_sv.gif differ diff --git a/catalogue/catalog_diner_headline1_de.gif b/catalogue/catalog_diner_headline1_de.gif new file mode 100644 index 00000000..f0ca6735 Binary files /dev/null and b/catalogue/catalog_diner_headline1_de.gif differ diff --git a/catalogue/catalog_diner_teaser2_en.gif b/catalogue/catalog_diner_teaser2_en.gif new file mode 100644 index 00000000..f9cab073 Binary files /dev/null and b/catalogue/catalog_diner_teaser2_en.gif differ diff --git a/catalogue/catalog_diner_teaser_da.gif b/catalogue/catalog_diner_teaser_da.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_da.gif differ diff --git a/catalogue/catalog_diner_teaser_de.gif b/catalogue/catalog_diner_teaser_de.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_de.gif differ diff --git a/catalogue/catalog_diner_teaser_en.gif b/catalogue/catalog_diner_teaser_en.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_en.gif differ diff --git a/catalogue/catalog_diner_teaser_ens.gif b/catalogue/catalog_diner_teaser_ens.gif new file mode 100644 index 00000000..ba5c0942 Binary files /dev/null and b/catalogue/catalog_diner_teaser_ens.gif differ diff --git a/catalogue/catalog_diner_teaser_es.gif b/catalogue/catalog_diner_teaser_es.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_es.gif differ diff --git a/catalogue/catalog_diner_teaser_fi.gif b/catalogue/catalog_diner_teaser_fi.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_fi.gif differ diff --git a/catalogue/catalog_diner_teaser_fr.gif b/catalogue/catalog_diner_teaser_fr.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_fr.gif differ diff --git a/catalogue/catalog_diner_teaser_it.gif b/catalogue/catalog_diner_teaser_it.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_it.gif differ diff --git a/catalogue/catalog_diner_teaser_ja.gif b/catalogue/catalog_diner_teaser_ja.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_ja.gif differ diff --git a/catalogue/catalog_diner_teaser_nl.gif b/catalogue/catalog_diner_teaser_nl.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_nl.gif differ diff --git a/catalogue/catalog_diner_teaser_no.gif b/catalogue/catalog_diner_teaser_no.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_no.gif differ diff --git a/catalogue/catalog_diner_teaser_pt.gif b/catalogue/catalog_diner_teaser_pt.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_pt.gif differ diff --git a/catalogue/catalog_diner_teaser_ru.gif b/catalogue/catalog_diner_teaser_ru.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_ru.gif differ diff --git a/catalogue/catalog_diner_teaser_sv.gif b/catalogue/catalog_diner_teaser_sv.gif new file mode 100644 index 00000000..6f938536 Binary files /dev/null and b/catalogue/catalog_diner_teaser_sv.gif differ diff --git a/catalogue/catalog_dio_teaser_sv.gif b/catalogue/catalog_dio_teaser_sv.gif new file mode 100644 index 00000000..e7afb58d Binary files /dev/null and b/catalogue/catalog_dio_teaser_sv.gif differ diff --git a/catalogue/catalog_dis_teaser_sv.gif b/catalogue/catalog_dis_teaser_sv.gif new file mode 100644 index 00000000..d090f85d Binary files /dev/null and b/catalogue/catalog_dis_teaser_sv.gif differ diff --git a/catalogue/catalog_dividers_header_dyn.gif b/catalogue/catalog_dividers_header_dyn.gif new file mode 100644 index 00000000..4532e3cd Binary files /dev/null and b/catalogue/catalog_dividers_header_dyn.gif differ diff --git a/catalogue/catalog_dividers_teaser2_001.gif b/catalogue/catalog_dividers_teaser2_001.gif new file mode 100644 index 00000000..46725a93 Binary files /dev/null and b/catalogue/catalog_dividers_teaser2_001.gif differ diff --git a/catalogue/catalog_djshop_headline1.gif b/catalogue/catalog_djshop_headline1.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1.gif differ diff --git a/catalogue/catalog_djshop_headline1_br.gif b/catalogue/catalog_djshop_headline1_br.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_br.gif differ diff --git a/catalogue/catalog_djshop_headline1_ca.gif b/catalogue/catalog_djshop_headline1_ca.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_ca.gif differ diff --git a/catalogue/catalog_djshop_headline1_ch.gif b/catalogue/catalog_djshop_headline1_ch.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_ch.gif differ diff --git a/catalogue/catalog_djshop_headline1_cn.gif b/catalogue/catalog_djshop_headline1_cn.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_cn.gif differ diff --git a/catalogue/catalog_djshop_headline1_de.gif b/catalogue/catalog_djshop_headline1_de.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_de.gif differ diff --git a/catalogue/catalog_djshop_headline1_dk.gif b/catalogue/catalog_djshop_headline1_dk.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_dk.gif differ diff --git a/catalogue/catalog_djshop_headline1_en.gif b/catalogue/catalog_djshop_headline1_en.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_en.gif differ diff --git a/catalogue/catalog_djshop_headline1_es.gif b/catalogue/catalog_djshop_headline1_es.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_es.gif differ diff --git a/catalogue/catalog_djshop_headline1_fi.gif b/catalogue/catalog_djshop_headline1_fi.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_fi.gif differ diff --git a/catalogue/catalog_djshop_headline1_fr.gif b/catalogue/catalog_djshop_headline1_fr.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_fr.gif differ diff --git a/catalogue/catalog_djshop_headline1_it.gif b/catalogue/catalog_djshop_headline1_it.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_it.gif differ diff --git a/catalogue/catalog_djshop_headline1_jp.gif b/catalogue/catalog_djshop_headline1_jp.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_jp.gif differ diff --git a/catalogue/catalog_djshop_headline1_nl.gif b/catalogue/catalog_djshop_headline1_nl.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_nl.gif differ diff --git a/catalogue/catalog_djshop_headline1_no.gif b/catalogue/catalog_djshop_headline1_no.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_no.gif differ diff --git a/catalogue/catalog_djshop_headline1_ru.gif b/catalogue/catalog_djshop_headline1_ru.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_ru.gif differ diff --git a/catalogue/catalog_djshop_headline1_se.gif b/catalogue/catalog_djshop_headline1_se.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_se.gif differ diff --git a/catalogue/catalog_djshop_headline1_sg.gif b/catalogue/catalog_djshop_headline1_sg.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_sg.gif differ diff --git a/catalogue/catalog_djshop_headline1_uk.gif b/catalogue/catalog_djshop_headline1_uk.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/catalog_djshop_headline1_uk.gif differ diff --git a/catalogue/catalog_djshop_teaser1.gif b/catalogue/catalog_djshop_teaser1.gif new file mode 100644 index 00000000..7cca60c6 Binary files /dev/null and b/catalogue/catalog_djshop_teaser1.gif differ diff --git a/catalogue/catalog_doh_headline1_ja.gif b/catalogue/catalog_doh_headline1_ja.gif new file mode 100644 index 00000000..1b5bb6df Binary files /dev/null and b/catalogue/catalog_doh_headline1_ja.gif differ diff --git a/catalogue/catalog_door_a.gif b/catalogue/catalog_door_a.gif new file mode 100644 index 00000000..c7387801 Binary files /dev/null and b/catalogue/catalog_door_a.gif differ diff --git a/catalogue/catalog_door_a_en.gif b/catalogue/catalog_door_a_en.gif new file mode 100644 index 00000000..c7387801 Binary files /dev/null and b/catalogue/catalog_door_a_en.gif differ diff --git a/catalogue/catalog_doors_headline1.gif b/catalogue/catalog_doors_headline1.gif new file mode 100644 index 00000000..67e83ee9 Binary files /dev/null and b/catalogue/catalog_doors_headline1.gif differ diff --git a/catalogue/catalog_doors_headline1_br.gif b/catalogue/catalog_doors_headline1_br.gif new file mode 100644 index 00000000..f2c75b7d Binary files /dev/null and b/catalogue/catalog_doors_headline1_br.gif differ diff --git a/catalogue/catalog_doors_headline1_ca.gif b/catalogue/catalog_doors_headline1_ca.gif new file mode 100644 index 00000000..67e83ee9 Binary files /dev/null and b/catalogue/catalog_doors_headline1_ca.gif differ diff --git a/catalogue/catalog_doors_headline1_ch.gif b/catalogue/catalog_doors_headline1_ch.gif new file mode 100644 index 00000000..a9bac31d Binary files /dev/null and b/catalogue/catalog_doors_headline1_ch.gif differ diff --git a/catalogue/catalog_doors_headline1_cn.gif b/catalogue/catalog_doors_headline1_cn.gif new file mode 100644 index 00000000..8da9bf00 Binary files /dev/null and b/catalogue/catalog_doors_headline1_cn.gif differ diff --git a/catalogue/catalog_doors_headline1_de.gif b/catalogue/catalog_doors_headline1_de.gif new file mode 100644 index 00000000..a9bac31d Binary files /dev/null and b/catalogue/catalog_doors_headline1_de.gif differ diff --git a/catalogue/catalog_doors_headline1_dk.gif b/catalogue/catalog_doors_headline1_dk.gif new file mode 100644 index 00000000..a6886443 Binary files /dev/null and b/catalogue/catalog_doors_headline1_dk.gif differ diff --git a/catalogue/catalog_doors_headline1_en.gif b/catalogue/catalog_doors_headline1_en.gif new file mode 100644 index 00000000..f2c75b7d Binary files /dev/null and b/catalogue/catalog_doors_headline1_en.gif differ diff --git a/catalogue/catalog_doors_headline1_es.gif b/catalogue/catalog_doors_headline1_es.gif new file mode 100644 index 00000000..f2c75b7d Binary files /dev/null and b/catalogue/catalog_doors_headline1_es.gif differ diff --git a/catalogue/catalog_doors_headline1_fi.gif b/catalogue/catalog_doors_headline1_fi.gif new file mode 100644 index 00000000..21b836f6 Binary files /dev/null and b/catalogue/catalog_doors_headline1_fi.gif differ diff --git a/catalogue/catalog_doors_headline1_fr.gif b/catalogue/catalog_doors_headline1_fr.gif new file mode 100644 index 00000000..5649588d Binary files /dev/null and b/catalogue/catalog_doors_headline1_fr.gif differ diff --git a/catalogue/catalog_doors_headline1_it.gif b/catalogue/catalog_doors_headline1_it.gif new file mode 100644 index 00000000..e9fc1121 Binary files /dev/null and b/catalogue/catalog_doors_headline1_it.gif differ diff --git a/catalogue/catalog_doors_headline1_jp.gif b/catalogue/catalog_doors_headline1_jp.gif new file mode 100644 index 00000000..67e83ee9 Binary files /dev/null and b/catalogue/catalog_doors_headline1_jp.gif differ diff --git a/catalogue/catalog_doors_headline1_nl.gif b/catalogue/catalog_doors_headline1_nl.gif new file mode 100644 index 00000000..dae94cfe Binary files /dev/null and b/catalogue/catalog_doors_headline1_nl.gif differ diff --git a/catalogue/catalog_doors_headline1_no.gif b/catalogue/catalog_doors_headline1_no.gif new file mode 100644 index 00000000..44ae6345 Binary files /dev/null and b/catalogue/catalog_doors_headline1_no.gif differ diff --git a/catalogue/catalog_doors_headline1_ru.gif b/catalogue/catalog_doors_headline1_ru.gif new file mode 100644 index 00000000..f52f7860 Binary files /dev/null and b/catalogue/catalog_doors_headline1_ru.gif differ diff --git a/catalogue/catalog_doors_headline1_se.gif b/catalogue/catalog_doors_headline1_se.gif new file mode 100644 index 00000000..d4b61284 Binary files /dev/null and b/catalogue/catalog_doors_headline1_se.gif differ diff --git a/catalogue/catalog_doors_headline1_sg.gif b/catalogue/catalog_doors_headline1_sg.gif new file mode 100644 index 00000000..67e83ee9 Binary files /dev/null and b/catalogue/catalog_doors_headline1_sg.gif differ diff --git a/catalogue/catalog_doors_headline1_uk.gif b/catalogue/catalog_doors_headline1_uk.gif new file mode 100644 index 00000000..67e83ee9 Binary files /dev/null and b/catalogue/catalog_doors_headline1_uk.gif differ diff --git a/catalogue/catalog_duh_headline1_ja.gif b/catalogue/catalog_duh_headline1_ja.gif new file mode 100644 index 00000000..1b5bb6df Binary files /dev/null and b/catalogue/catalog_duh_headline1_ja.gif differ diff --git a/catalogue/catalog_easter_headline1.gif b/catalogue/catalog_easter_headline1.gif new file mode 100644 index 00000000..9dda45df Binary files /dev/null and b/catalogue/catalog_easter_headline1.gif differ diff --git a/catalogue/catalog_easter_headline1_br.gif b/catalogue/catalog_easter_headline1_br.gif new file mode 100644 index 00000000..60b9946c Binary files /dev/null and b/catalogue/catalog_easter_headline1_br.gif differ diff --git a/catalogue/catalog_easter_headline1_ca.gif b/catalogue/catalog_easter_headline1_ca.gif new file mode 100644 index 00000000..9dda45df Binary files /dev/null and b/catalogue/catalog_easter_headline1_ca.gif differ diff --git a/catalogue/catalog_easter_headline1_ch.gif b/catalogue/catalog_easter_headline1_ch.gif new file mode 100644 index 00000000..64e6f28f Binary files /dev/null and b/catalogue/catalog_easter_headline1_ch.gif differ diff --git a/catalogue/catalog_easter_headline1_cn.gif b/catalogue/catalog_easter_headline1_cn.gif new file mode 100644 index 00000000..a4a9e40d Binary files /dev/null and b/catalogue/catalog_easter_headline1_cn.gif differ diff --git a/catalogue/catalog_easter_headline1_de.gif b/catalogue/catalog_easter_headline1_de.gif new file mode 100644 index 00000000..64e6f28f Binary files /dev/null and b/catalogue/catalog_easter_headline1_de.gif differ diff --git a/catalogue/catalog_easter_headline1_dk.gif b/catalogue/catalog_easter_headline1_dk.gif new file mode 100644 index 00000000..edf8e440 Binary files /dev/null and b/catalogue/catalog_easter_headline1_dk.gif differ diff --git a/catalogue/catalog_easter_headline1_en.gif b/catalogue/catalog_easter_headline1_en.gif new file mode 100644 index 00000000..e4bfae32 Binary files /dev/null and b/catalogue/catalog_easter_headline1_en.gif differ diff --git a/catalogue/catalog_easter_headline1_es.gif b/catalogue/catalog_easter_headline1_es.gif new file mode 100644 index 00000000..e4bfae32 Binary files /dev/null and b/catalogue/catalog_easter_headline1_es.gif differ diff --git a/catalogue/catalog_easter_headline1_fi.gif b/catalogue/catalog_easter_headline1_fi.gif new file mode 100644 index 00000000..d2bbb5cd Binary files /dev/null and b/catalogue/catalog_easter_headline1_fi.gif differ diff --git a/catalogue/catalog_easter_headline1_fr.gif b/catalogue/catalog_easter_headline1_fr.gif new file mode 100644 index 00000000..52bdbba6 Binary files /dev/null and b/catalogue/catalog_easter_headline1_fr.gif differ diff --git a/catalogue/catalog_easter_headline1_it.gif b/catalogue/catalog_easter_headline1_it.gif new file mode 100644 index 00000000..2863bd28 Binary files /dev/null and b/catalogue/catalog_easter_headline1_it.gif differ diff --git a/catalogue/catalog_easter_headline1_jp.gif b/catalogue/catalog_easter_headline1_jp.gif new file mode 100644 index 00000000..9dda45df Binary files /dev/null and b/catalogue/catalog_easter_headline1_jp.gif differ diff --git a/catalogue/catalog_easter_headline1_nl.gif b/catalogue/catalog_easter_headline1_nl.gif new file mode 100644 index 00000000..a63ab391 Binary files /dev/null and b/catalogue/catalog_easter_headline1_nl.gif differ diff --git a/catalogue/catalog_easter_headline1_no.gif b/catalogue/catalog_easter_headline1_no.gif new file mode 100644 index 00000000..2353dc25 Binary files /dev/null and b/catalogue/catalog_easter_headline1_no.gif differ diff --git a/catalogue/catalog_easter_headline1_ru.gif b/catalogue/catalog_easter_headline1_ru.gif new file mode 100644 index 00000000..865c6297 Binary files /dev/null and b/catalogue/catalog_easter_headline1_ru.gif differ diff --git a/catalogue/catalog_easter_headline1_se.gif b/catalogue/catalog_easter_headline1_se.gif new file mode 100644 index 00000000..a91df70b Binary files /dev/null and b/catalogue/catalog_easter_headline1_se.gif differ diff --git a/catalogue/catalog_easter_headline1_sg.gif b/catalogue/catalog_easter_headline1_sg.gif new file mode 100644 index 00000000..9dda45df Binary files /dev/null and b/catalogue/catalog_easter_headline1_sg.gif differ diff --git a/catalogue/catalog_easter_headline1_uk.gif b/catalogue/catalog_easter_headline1_uk.gif new file mode 100644 index 00000000..9dda45df Binary files /dev/null and b/catalogue/catalog_easter_headline1_uk.gif differ diff --git a/catalogue/catalog_easter_teaser1.gif b/catalogue/catalog_easter_teaser1.gif new file mode 100644 index 00000000..398ab5d3 Binary files /dev/null and b/catalogue/catalog_easter_teaser1.gif differ diff --git a/catalogue/catalog_exe_headline1_da.gif b/catalogue/catalog_exe_headline1_da.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_da.gif differ diff --git a/catalogue/catalog_exe_headline1_de.gif b/catalogue/catalog_exe_headline1_de.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_de.gif differ diff --git a/catalogue/catalog_exe_headline1_dk.gif b/catalogue/catalog_exe_headline1_dk.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_dk.gif differ diff --git a/catalogue/catalog_exe_headline1_en.gif b/catalogue/catalog_exe_headline1_en.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_en.gif differ diff --git a/catalogue/catalog_exe_headline1_es.gif b/catalogue/catalog_exe_headline1_es.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_es.gif differ diff --git a/catalogue/catalog_exe_headline1_fi.gif b/catalogue/catalog_exe_headline1_fi.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_fi.gif differ diff --git a/catalogue/catalog_exe_headline1_fr.gif b/catalogue/catalog_exe_headline1_fr.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_fr.gif differ diff --git a/catalogue/catalog_exe_headline1_it.gif b/catalogue/catalog_exe_headline1_it.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_it.gif differ diff --git a/catalogue/catalog_exe_headline1_ja.gif b/catalogue/catalog_exe_headline1_ja.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_ja.gif differ diff --git a/catalogue/catalog_exe_headline1_nl.gif b/catalogue/catalog_exe_headline1_nl.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_nl.gif differ diff --git a/catalogue/catalog_exe_headline1_no.gif b/catalogue/catalog_exe_headline1_no.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_no.gif differ diff --git a/catalogue/catalog_exe_headline1_pt.gif b/catalogue/catalog_exe_headline1_pt.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_pt.gif differ diff --git a/catalogue/catalog_exe_headline1_ru.gif b/catalogue/catalog_exe_headline1_ru.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_ru.gif differ diff --git a/catalogue/catalog_exe_headline1_sv.gif b/catalogue/catalog_exe_headline1_sv.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/catalog_exe_headline1_sv.gif differ diff --git a/catalogue/catalog_exe_teaser1_br.gif b/catalogue/catalog_exe_teaser1_br.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_br.gif differ diff --git a/catalogue/catalog_exe_teaser1_ch.gif b/catalogue/catalog_exe_teaser1_ch.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_ch.gif differ diff --git a/catalogue/catalog_exe_teaser1_da.gif b/catalogue/catalog_exe_teaser1_da.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_da.gif differ diff --git a/catalogue/catalog_exe_teaser1_de.gif b/catalogue/catalog_exe_teaser1_de.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_de.gif differ diff --git a/catalogue/catalog_exe_teaser1_dk.gif b/catalogue/catalog_exe_teaser1_dk.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_dk.gif differ diff --git a/catalogue/catalog_exe_teaser1_en.gif b/catalogue/catalog_exe_teaser1_en.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_en.gif differ diff --git a/catalogue/catalog_exe_teaser1_es.gif b/catalogue/catalog_exe_teaser1_es.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_es.gif differ diff --git a/catalogue/catalog_exe_teaser1_fi.gif b/catalogue/catalog_exe_teaser1_fi.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_fi.gif differ diff --git a/catalogue/catalog_exe_teaser1_fr.gif b/catalogue/catalog_exe_teaser1_fr.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_fr.gif differ diff --git a/catalogue/catalog_exe_teaser1_it.gif b/catalogue/catalog_exe_teaser1_it.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_it.gif differ diff --git a/catalogue/catalog_exe_teaser1_ja.gif b/catalogue/catalog_exe_teaser1_ja.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_ja.gif differ diff --git a/catalogue/catalog_exe_teaser1_nl.gif b/catalogue/catalog_exe_teaser1_nl.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_nl.gif differ diff --git a/catalogue/catalog_exe_teaser1_no.gif b/catalogue/catalog_exe_teaser1_no.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_no.gif differ diff --git a/catalogue/catalog_exe_teaser1_pt.gif b/catalogue/catalog_exe_teaser1_pt.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_pt.gif differ diff --git a/catalogue/catalog_exe_teaser1_ru.gif b/catalogue/catalog_exe_teaser1_ru.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_ru.gif differ diff --git a/catalogue/catalog_exe_teaser1_sv.gif b/catalogue/catalog_exe_teaser1_sv.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/catalog_exe_teaser1_sv.gif differ diff --git a/catalogue/catalog_exe_teaser_en.gif b/catalogue/catalog_exe_teaser_en.gif new file mode 100644 index 00000000..95ea7335 Binary files /dev/null and b/catalogue/catalog_exe_teaser_en.gif differ diff --git a/catalogue/catalog_exe_teaser_ens.gif b/catalogue/catalog_exe_teaser_ens.gif new file mode 100644 index 00000000..3b9163db Binary files /dev/null and b/catalogue/catalog_exe_teaser_ens.gif differ diff --git a/catalogue/catalog_extra_headline1.gif b/catalogue/catalog_extra_headline1.gif new file mode 100644 index 00000000..6b225a46 Binary files /dev/null and b/catalogue/catalog_extra_headline1.gif differ diff --git a/catalogue/catalog_extra_headline1_br.gif b/catalogue/catalog_extra_headline1_br.gif new file mode 100644 index 00000000..04a33326 Binary files /dev/null and b/catalogue/catalog_extra_headline1_br.gif differ diff --git a/catalogue/catalog_extra_headline1_ca.gif b/catalogue/catalog_extra_headline1_ca.gif new file mode 100644 index 00000000..6b225a46 Binary files /dev/null and b/catalogue/catalog_extra_headline1_ca.gif differ diff --git a/catalogue/catalog_extra_headline1_ch.gif b/catalogue/catalog_extra_headline1_ch.gif new file mode 100644 index 00000000..3413b0a0 Binary files /dev/null and b/catalogue/catalog_extra_headline1_ch.gif differ diff --git a/catalogue/catalog_extra_headline1_cn.gif b/catalogue/catalog_extra_headline1_cn.gif new file mode 100644 index 00000000..5a5424d2 Binary files /dev/null and b/catalogue/catalog_extra_headline1_cn.gif differ diff --git a/catalogue/catalog_extra_headline1_de.gif b/catalogue/catalog_extra_headline1_de.gif new file mode 100644 index 00000000..c9dbca82 Binary files /dev/null and b/catalogue/catalog_extra_headline1_de.gif differ diff --git a/catalogue/catalog_extra_headline1_dk.gif b/catalogue/catalog_extra_headline1_dk.gif new file mode 100644 index 00000000..d842e4fc Binary files /dev/null and b/catalogue/catalog_extra_headline1_dk.gif differ diff --git a/catalogue/catalog_extra_headline1_en.gif b/catalogue/catalog_extra_headline1_en.gif new file mode 100644 index 00000000..9e86585a Binary files /dev/null and b/catalogue/catalog_extra_headline1_en.gif differ diff --git a/catalogue/catalog_extra_headline1_es.gif b/catalogue/catalog_extra_headline1_es.gif new file mode 100644 index 00000000..9e86585a Binary files /dev/null and b/catalogue/catalog_extra_headline1_es.gif differ diff --git a/catalogue/catalog_extra_headline1_fi.gif b/catalogue/catalog_extra_headline1_fi.gif new file mode 100644 index 00000000..12cfe7d9 Binary files /dev/null and b/catalogue/catalog_extra_headline1_fi.gif differ diff --git a/catalogue/catalog_extra_headline1_fr.gif b/catalogue/catalog_extra_headline1_fr.gif new file mode 100644 index 00000000..e51cc2b7 Binary files /dev/null and b/catalogue/catalog_extra_headline1_fr.gif differ diff --git a/catalogue/catalog_extra_headline1_it.gif b/catalogue/catalog_extra_headline1_it.gif new file mode 100644 index 00000000..a9149945 Binary files /dev/null and b/catalogue/catalog_extra_headline1_it.gif differ diff --git a/catalogue/catalog_extra_headline1_jp.gif b/catalogue/catalog_extra_headline1_jp.gif new file mode 100644 index 00000000..2740c8d4 Binary files /dev/null and b/catalogue/catalog_extra_headline1_jp.gif differ diff --git a/catalogue/catalog_extra_headline1_nl.gif b/catalogue/catalog_extra_headline1_nl.gif new file mode 100644 index 00000000..e32fe4c9 Binary files /dev/null and b/catalogue/catalog_extra_headline1_nl.gif differ diff --git a/catalogue/catalog_extra_headline1_no.gif b/catalogue/catalog_extra_headline1_no.gif new file mode 100644 index 00000000..59e2b080 Binary files /dev/null and b/catalogue/catalog_extra_headline1_no.gif differ diff --git a/catalogue/catalog_extra_headline1_ru.gif b/catalogue/catalog_extra_headline1_ru.gif new file mode 100644 index 00000000..8cc18d74 Binary files /dev/null and b/catalogue/catalog_extra_headline1_ru.gif differ diff --git a/catalogue/catalog_extra_headline1_se.gif b/catalogue/catalog_extra_headline1_se.gif new file mode 100644 index 00000000..a8e5e2ed Binary files /dev/null and b/catalogue/catalog_extra_headline1_se.gif differ diff --git a/catalogue/catalog_extra_headline1_sg.gif b/catalogue/catalog_extra_headline1_sg.gif new file mode 100644 index 00000000..6b225a46 Binary files /dev/null and b/catalogue/catalog_extra_headline1_sg.gif differ diff --git a/catalogue/catalog_extra_headline1_uk.gif b/catalogue/catalog_extra_headline1_uk.gif new file mode 100644 index 00000000..6b225a46 Binary files /dev/null and b/catalogue/catalog_extra_headline1_uk.gif differ diff --git a/catalogue/catalog_extra_teaser1.gif b/catalogue/catalog_extra_teaser1.gif new file mode 100644 index 00000000..9d33f4b6 Binary files /dev/null and b/catalogue/catalog_extra_teaser1.gif differ diff --git a/catalogue/catalog_extra_teaser1_en.gif b/catalogue/catalog_extra_teaser1_en.gif new file mode 100644 index 00000000..9d33f4b6 Binary files /dev/null and b/catalogue/catalog_extra_teaser1_en.gif differ diff --git a/catalogue/catalog_fbomb_en.gif b/catalogue/catalog_fbomb_en.gif new file mode 100644 index 00000000..06a4b0a9 Binary files /dev/null and b/catalogue/catalog_fbomb_en.gif differ diff --git a/catalogue/catalog_flags_headline1.gif b/catalogue/catalog_flags_headline1.gif new file mode 100644 index 00000000..4a1bec30 Binary files /dev/null and b/catalogue/catalog_flags_headline1.gif differ diff --git a/catalogue/catalog_flags_headline1_br.gif b/catalogue/catalog_flags_headline1_br.gif new file mode 100644 index 00000000..6fdacf6d Binary files /dev/null and b/catalogue/catalog_flags_headline1_br.gif differ diff --git a/catalogue/catalog_flags_headline1_ca.gif b/catalogue/catalog_flags_headline1_ca.gif new file mode 100644 index 00000000..4a1bec30 Binary files /dev/null and b/catalogue/catalog_flags_headline1_ca.gif differ diff --git a/catalogue/catalog_flags_headline1_ch.gif b/catalogue/catalog_flags_headline1_ch.gif new file mode 100644 index 00000000..bc897f1f Binary files /dev/null and b/catalogue/catalog_flags_headline1_ch.gif differ diff --git a/catalogue/catalog_flags_headline1_cn.gif b/catalogue/catalog_flags_headline1_cn.gif new file mode 100644 index 00000000..bad5332d Binary files /dev/null and b/catalogue/catalog_flags_headline1_cn.gif differ diff --git a/catalogue/catalog_flags_headline1_de.gif b/catalogue/catalog_flags_headline1_de.gif new file mode 100644 index 00000000..bc897f1f Binary files /dev/null and b/catalogue/catalog_flags_headline1_de.gif differ diff --git a/catalogue/catalog_flags_headline1_dk.gif b/catalogue/catalog_flags_headline1_dk.gif new file mode 100644 index 00000000..53dbe3b8 Binary files /dev/null and b/catalogue/catalog_flags_headline1_dk.gif differ diff --git a/catalogue/catalog_flags_headline1_en.gif b/catalogue/catalog_flags_headline1_en.gif new file mode 100644 index 00000000..e3e6b942 Binary files /dev/null and b/catalogue/catalog_flags_headline1_en.gif differ diff --git a/catalogue/catalog_flags_headline1_es.gif b/catalogue/catalog_flags_headline1_es.gif new file mode 100644 index 00000000..e3e6b942 Binary files /dev/null and b/catalogue/catalog_flags_headline1_es.gif differ diff --git a/catalogue/catalog_flags_headline1_fi.gif b/catalogue/catalog_flags_headline1_fi.gif new file mode 100644 index 00000000..8ab211c7 Binary files /dev/null and b/catalogue/catalog_flags_headline1_fi.gif differ diff --git a/catalogue/catalog_flags_headline1_fr.gif b/catalogue/catalog_flags_headline1_fr.gif new file mode 100644 index 00000000..b96f45f2 Binary files /dev/null and b/catalogue/catalog_flags_headline1_fr.gif differ diff --git a/catalogue/catalog_flags_headline1_it.gif b/catalogue/catalog_flags_headline1_it.gif new file mode 100644 index 00000000..4c95739c Binary files /dev/null and b/catalogue/catalog_flags_headline1_it.gif differ diff --git a/catalogue/catalog_flags_headline1_jp.gif b/catalogue/catalog_flags_headline1_jp.gif new file mode 100644 index 00000000..4a1bec30 Binary files /dev/null and b/catalogue/catalog_flags_headline1_jp.gif differ diff --git a/catalogue/catalog_flags_headline1_nl.gif b/catalogue/catalog_flags_headline1_nl.gif new file mode 100644 index 00000000..d0db2806 Binary files /dev/null and b/catalogue/catalog_flags_headline1_nl.gif differ diff --git a/catalogue/catalog_flags_headline1_no.gif b/catalogue/catalog_flags_headline1_no.gif new file mode 100644 index 00000000..10d9f891 Binary files /dev/null and b/catalogue/catalog_flags_headline1_no.gif differ diff --git a/catalogue/catalog_flags_headline1_ru.gif b/catalogue/catalog_flags_headline1_ru.gif new file mode 100644 index 00000000..18c07456 Binary files /dev/null and b/catalogue/catalog_flags_headline1_ru.gif differ diff --git a/catalogue/catalog_flags_headline1_se.gif b/catalogue/catalog_flags_headline1_se.gif new file mode 100644 index 00000000..e8b1aabe Binary files /dev/null and b/catalogue/catalog_flags_headline1_se.gif differ diff --git a/catalogue/catalog_flags_headline1_sg.gif b/catalogue/catalog_flags_headline1_sg.gif new file mode 100644 index 00000000..4a1bec30 Binary files /dev/null and b/catalogue/catalog_flags_headline1_sg.gif differ diff --git a/catalogue/catalog_flags_headline1_uk.gif b/catalogue/catalog_flags_headline1_uk.gif new file mode 100644 index 00000000..4a1bec30 Binary files /dev/null and b/catalogue/catalog_flags_headline1_uk.gif differ diff --git a/catalogue/catalog_flags_teaser1.gif b/catalogue/catalog_flags_teaser1.gif new file mode 100644 index 00000000..15cccf42 Binary files /dev/null and b/catalogue/catalog_flags_teaser1.gif differ diff --git a/catalogue/catalog_floors_header_dyn.gif b/catalogue/catalog_floors_header_dyn.gif new file mode 100644 index 00000000..ef9f1581 Binary files /dev/null and b/catalogue/catalog_floors_header_dyn.gif differ diff --git a/catalogue/catalog_football_001.gif b/catalogue/catalog_football_001.gif new file mode 100644 index 00000000..0efb73e8 Binary files /dev/null and b/catalogue/catalog_football_001.gif differ diff --git a/catalogue/catalog_freeze_en.gif b/catalogue/catalog_freeze_en.gif new file mode 100644 index 00000000..9171af0a Binary files /dev/null and b/catalogue/catalog_freeze_en.gif differ diff --git a/catalogue/catalog_frontpage_headline2_blizzard.gif b/catalogue/catalog_frontpage_headline2_blizzard.gif new file mode 100644 index 00000000..9f054133 Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_blizzard.gif differ diff --git a/catalogue/catalog_frontpage_headline2_bubbo.gif b/catalogue/catalog_frontpage_headline2_bubbo.gif new file mode 100644 index 00000000..ceca4a26 Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_bubbo.gif differ diff --git a/catalogue/catalog_frontpage_headline2_de.gif b/catalogue/catalog_frontpage_headline2_de.gif new file mode 100644 index 00000000..2734ae28 Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_de.gif differ diff --git a/catalogue/catalog_frontpage_headline2_dk_001.gif b/catalogue/catalog_frontpage_headline2_dk_001.gif new file mode 100644 index 00000000..fb06a7ca Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_dk_001.gif differ diff --git a/catalogue/catalog_frontpage_headline2_en.gif b/catalogue/catalog_frontpage_headline2_en.gif new file mode 100644 index 00000000..0dd8fe40 Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_en.gif differ diff --git a/catalogue/catalog_frontpage_headline2_es_001.gif b/catalogue/catalog_frontpage_headline2_es_001.gif new file mode 100644 index 00000000..6e2a5fe1 Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_es_001.gif differ diff --git a/catalogue/catalog_frontpage_headline2_fi_001.gif b/catalogue/catalog_frontpage_headline2_fi_001.gif new file mode 100644 index 00000000..38c0ee45 Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_fi_001.gif differ diff --git a/catalogue/catalog_frontpage_headline2_fr_002.gif b/catalogue/catalog_frontpage_headline2_fr_002.gif new file mode 100644 index 00000000..0dd8fe40 Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_fr_002.gif differ diff --git a/catalogue/catalog_frontpage_headline2_it.gif b/catalogue/catalog_frontpage_headline2_it.gif new file mode 100644 index 00000000..aeaef806 Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_it.gif differ diff --git a/catalogue/catalog_frontpage_headline2_jp.gif b/catalogue/catalog_frontpage_headline2_jp.gif new file mode 100644 index 00000000..3ac9d6c6 Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_jp.gif differ diff --git a/catalogue/catalog_frontpage_headline2_nl.gif b/catalogue/catalog_frontpage_headline2_nl.gif new file mode 100644 index 00000000..38ca34c6 Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_nl.gif differ diff --git a/catalogue/catalog_frontpage_headline2_no.gif b/catalogue/catalog_frontpage_headline2_no.gif new file mode 100644 index 00000000..dd796d6b Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_no.gif differ diff --git a/catalogue/catalog_frontpage_headline2_pt_001.gif b/catalogue/catalog_frontpage_headline2_pt_001.gif new file mode 100644 index 00000000..aeaef806 Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_pt_001.gif differ diff --git a/catalogue/catalog_frontpage_headline2_se.gif b/catalogue/catalog_frontpage_headline2_se.gif new file mode 100644 index 00000000..b473e92a Binary files /dev/null and b/catalogue/catalog_frontpage_headline2_se.gif differ diff --git a/catalogue/catalog_frontpage_headline_shop_BR.gif b/catalogue/catalog_frontpage_headline_shop_BR.gif new file mode 100644 index 00000000..b61ee877 Binary files /dev/null and b/catalogue/catalog_frontpage_headline_shop_BR.gif differ diff --git a/catalogue/catalog_frontpage_headline_shop_EN.gif b/catalogue/catalog_frontpage_headline_shop_EN.gif new file mode 100644 index 00000000..440c1437 Binary files /dev/null and b/catalogue/catalog_frontpage_headline_shop_EN.gif differ diff --git a/catalogue/catalog_frontpage_headline_shop_ES.gif b/catalogue/catalog_frontpage_headline_shop_ES.gif new file mode 100644 index 00000000..99d4997c Binary files /dev/null and b/catalogue/catalog_frontpage_headline_shop_ES.gif differ diff --git a/catalogue/catalog_frontpage_headline_shop_ES_02.gif b/catalogue/catalog_frontpage_headline_shop_ES_02.gif new file mode 100644 index 00000000..88e493a1 Binary files /dev/null and b/catalogue/catalog_frontpage_headline_shop_ES_02.gif differ diff --git a/catalogue/catalog_frontpage_headline_shop_GENERAL.gif b/catalogue/catalog_frontpage_headline_shop_GENERAL.gif new file mode 100644 index 00000000..b61ee877 Binary files /dev/null and b/catalogue/catalog_frontpage_headline_shop_GENERAL.gif differ diff --git a/catalogue/catalog_gallery_headline1.gif b/catalogue/catalog_gallery_headline1.gif new file mode 100644 index 00000000..c5319732 Binary files /dev/null and b/catalogue/catalog_gallery_headline1.gif differ diff --git a/catalogue/catalog_gallery_headline1_br.gif b/catalogue/catalog_gallery_headline1_br.gif new file mode 100644 index 00000000..935a3727 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_br.gif differ diff --git a/catalogue/catalog_gallery_headline1_ca.gif b/catalogue/catalog_gallery_headline1_ca.gif new file mode 100644 index 00000000..c5319732 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_ca.gif differ diff --git a/catalogue/catalog_gallery_headline1_ch.gif b/catalogue/catalog_gallery_headline1_ch.gif new file mode 100644 index 00000000..c77f5ca7 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_ch.gif differ diff --git a/catalogue/catalog_gallery_headline1_cn.gif b/catalogue/catalog_gallery_headline1_cn.gif new file mode 100644 index 00000000..b8d2775b Binary files /dev/null and b/catalogue/catalog_gallery_headline1_cn.gif differ diff --git a/catalogue/catalog_gallery_headline1_de.gif b/catalogue/catalog_gallery_headline1_de.gif new file mode 100644 index 00000000..c77f5ca7 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_de.gif differ diff --git a/catalogue/catalog_gallery_headline1_dk.gif b/catalogue/catalog_gallery_headline1_dk.gif new file mode 100644 index 00000000..9fff3673 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_dk.gif differ diff --git a/catalogue/catalog_gallery_headline1_en.gif b/catalogue/catalog_gallery_headline1_en.gif new file mode 100644 index 00000000..07cbe628 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_en.gif differ diff --git a/catalogue/catalog_gallery_headline1_es.gif b/catalogue/catalog_gallery_headline1_es.gif new file mode 100644 index 00000000..07cbe628 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_es.gif differ diff --git a/catalogue/catalog_gallery_headline1_fi.gif b/catalogue/catalog_gallery_headline1_fi.gif new file mode 100644 index 00000000..295936a2 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_fi.gif differ diff --git a/catalogue/catalog_gallery_headline1_fr.gif b/catalogue/catalog_gallery_headline1_fr.gif new file mode 100644 index 00000000..e67a5e35 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_fr.gif differ diff --git a/catalogue/catalog_gallery_headline1_it.gif b/catalogue/catalog_gallery_headline1_it.gif new file mode 100644 index 00000000..eb611660 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_it.gif differ diff --git a/catalogue/catalog_gallery_headline1_jp.gif b/catalogue/catalog_gallery_headline1_jp.gif new file mode 100644 index 00000000..c5319732 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_jp.gif differ diff --git a/catalogue/catalog_gallery_headline1_nl.gif b/catalogue/catalog_gallery_headline1_nl.gif new file mode 100644 index 00000000..d44baffe Binary files /dev/null and b/catalogue/catalog_gallery_headline1_nl.gif differ diff --git a/catalogue/catalog_gallery_headline1_no.gif b/catalogue/catalog_gallery_headline1_no.gif new file mode 100644 index 00000000..88b3c0c2 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_no.gif differ diff --git a/catalogue/catalog_gallery_headline1_ru.gif b/catalogue/catalog_gallery_headline1_ru.gif new file mode 100644 index 00000000..d6e144f3 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_ru.gif differ diff --git a/catalogue/catalog_gallery_headline1_se.gif b/catalogue/catalog_gallery_headline1_se.gif new file mode 100644 index 00000000..3f365b7e Binary files /dev/null and b/catalogue/catalog_gallery_headline1_se.gif differ diff --git a/catalogue/catalog_gallery_headline1_sg.gif b/catalogue/catalog_gallery_headline1_sg.gif new file mode 100644 index 00000000..c5319732 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_sg.gif differ diff --git a/catalogue/catalog_gallery_headline1_uk.gif b/catalogue/catalog_gallery_headline1_uk.gif new file mode 100644 index 00000000..c5319732 Binary files /dev/null and b/catalogue/catalog_gallery_headline1_uk.gif differ diff --git a/catalogue/catalog_gifts2_headline1_de.gif b/catalogue/catalog_gifts2_headline1_de.gif new file mode 100644 index 00000000..1df964db Binary files /dev/null and b/catalogue/catalog_gifts2_headline1_de.gif differ diff --git a/catalogue/catalog_gifts2_headline1_dk.gif b/catalogue/catalog_gifts2_headline1_dk.gif new file mode 100644 index 00000000..7e50370b Binary files /dev/null and b/catalogue/catalog_gifts2_headline1_dk.gif differ diff --git a/catalogue/catalog_gifts2_headline1_en.gif b/catalogue/catalog_gifts2_headline1_en.gif new file mode 100644 index 00000000..aacc7c31 Binary files /dev/null and b/catalogue/catalog_gifts2_headline1_en.gif differ diff --git a/catalogue/catalog_gifts2_headline1_es.gif b/catalogue/catalog_gifts2_headline1_es.gif new file mode 100644 index 00000000..0b44ea10 Binary files /dev/null and b/catalogue/catalog_gifts2_headline1_es.gif differ diff --git a/catalogue/catalog_gifts2_headline1_fi.gif b/catalogue/catalog_gifts2_headline1_fi.gif new file mode 100644 index 00000000..ee17b31d Binary files /dev/null and b/catalogue/catalog_gifts2_headline1_fi.gif differ diff --git a/catalogue/catalog_gifts2_headline1_it.gif b/catalogue/catalog_gifts2_headline1_it.gif new file mode 100644 index 00000000..77bd543c Binary files /dev/null and b/catalogue/catalog_gifts2_headline1_it.gif differ diff --git a/catalogue/catalog_gifts2_headline1_nl.gif b/catalogue/catalog_gifts2_headline1_nl.gif new file mode 100644 index 00000000..21a1e08d Binary files /dev/null and b/catalogue/catalog_gifts2_headline1_nl.gif differ diff --git a/catalogue/catalog_gifts2_headline1_no.gif b/catalogue/catalog_gifts2_headline1_no.gif new file mode 100644 index 00000000..7e50370b Binary files /dev/null and b/catalogue/catalog_gifts2_headline1_no.gif differ diff --git a/catalogue/catalog_gifts2_headline1_pt.gif b/catalogue/catalog_gifts2_headline1_pt.gif new file mode 100644 index 00000000..c7ed5cb6 Binary files /dev/null and b/catalogue/catalog_gifts2_headline1_pt.gif differ diff --git a/catalogue/catalog_gifts2_headline1_se.gif b/catalogue/catalog_gifts2_headline1_se.gif new file mode 100644 index 00000000..ac57fdcc Binary files /dev/null and b/catalogue/catalog_gifts2_headline1_se.gif differ diff --git a/catalogue/catalog_gifts2_teaser1.gif b/catalogue/catalog_gifts2_teaser1.gif new file mode 100644 index 00000000..57df7038 Binary files /dev/null and b/catalogue/catalog_gifts2_teaser1.gif differ diff --git a/catalogue/catalog_gifts_headline1.gif b/catalogue/catalog_gifts_headline1.gif new file mode 100644 index 00000000..590ecb91 Binary files /dev/null and b/catalogue/catalog_gifts_headline1.gif differ diff --git a/catalogue/catalog_gifts_headline1_br.gif b/catalogue/catalog_gifts_headline1_br.gif new file mode 100644 index 00000000..970e6197 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_br.gif differ diff --git a/catalogue/catalog_gifts_headline1_ca.gif b/catalogue/catalog_gifts_headline1_ca.gif new file mode 100644 index 00000000..590ecb91 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_ca.gif differ diff --git a/catalogue/catalog_gifts_headline1_ch.gif b/catalogue/catalog_gifts_headline1_ch.gif new file mode 100644 index 00000000..05a21825 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_ch.gif differ diff --git a/catalogue/catalog_gifts_headline1_cn.gif b/catalogue/catalog_gifts_headline1_cn.gif new file mode 100644 index 00000000..0ad4fcc2 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_cn.gif differ diff --git a/catalogue/catalog_gifts_headline1_de.gif b/catalogue/catalog_gifts_headline1_de.gif new file mode 100644 index 00000000..05a21825 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_de.gif differ diff --git a/catalogue/catalog_gifts_headline1_dk.gif b/catalogue/catalog_gifts_headline1_dk.gif new file mode 100644 index 00000000..5fa2b894 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_dk.gif differ diff --git a/catalogue/catalog_gifts_headline1_en.gif b/catalogue/catalog_gifts_headline1_en.gif new file mode 100644 index 00000000..bdeee4c0 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_en.gif differ diff --git a/catalogue/catalog_gifts_headline1_es.gif b/catalogue/catalog_gifts_headline1_es.gif new file mode 100644 index 00000000..bdeee4c0 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_es.gif differ diff --git a/catalogue/catalog_gifts_headline1_fi.gif b/catalogue/catalog_gifts_headline1_fi.gif new file mode 100644 index 00000000..864d93d9 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_fi.gif differ diff --git a/catalogue/catalog_gifts_headline1_fr.gif b/catalogue/catalog_gifts_headline1_fr.gif new file mode 100644 index 00000000..44f8a55a Binary files /dev/null and b/catalogue/catalog_gifts_headline1_fr.gif differ diff --git a/catalogue/catalog_gifts_headline1_it.gif b/catalogue/catalog_gifts_headline1_it.gif new file mode 100644 index 00000000..e3890314 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_it.gif differ diff --git a/catalogue/catalog_gifts_headline1_jp.gif b/catalogue/catalog_gifts_headline1_jp.gif new file mode 100644 index 00000000..590ecb91 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_jp.gif differ diff --git a/catalogue/catalog_gifts_headline1_nl.gif b/catalogue/catalog_gifts_headline1_nl.gif new file mode 100644 index 00000000..a20f53d9 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_nl.gif differ diff --git a/catalogue/catalog_gifts_headline1_no.gif b/catalogue/catalog_gifts_headline1_no.gif new file mode 100644 index 00000000..5229e81f Binary files /dev/null and b/catalogue/catalog_gifts_headline1_no.gif differ diff --git a/catalogue/catalog_gifts_headline1_ru.gif b/catalogue/catalog_gifts_headline1_ru.gif new file mode 100644 index 00000000..21186708 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_ru.gif differ diff --git a/catalogue/catalog_gifts_headline1_se.gif b/catalogue/catalog_gifts_headline1_se.gif new file mode 100644 index 00000000..d2e66f1b Binary files /dev/null and b/catalogue/catalog_gifts_headline1_se.gif differ diff --git a/catalogue/catalog_gifts_headline1_sg.gif b/catalogue/catalog_gifts_headline1_sg.gif new file mode 100644 index 00000000..590ecb91 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_sg.gif differ diff --git a/catalogue/catalog_gifts_headline1_uk.gif b/catalogue/catalog_gifts_headline1_uk.gif new file mode 100644 index 00000000..590ecb91 Binary files /dev/null and b/catalogue/catalog_gifts_headline1_uk.gif differ diff --git a/catalogue/catalog_glass_headline1.gif b/catalogue/catalog_glass_headline1.gif new file mode 100644 index 00000000..2846bb09 Binary files /dev/null and b/catalogue/catalog_glass_headline1.gif differ diff --git a/catalogue/catalog_glass_headline1_ch.gif b/catalogue/catalog_glass_headline1_ch.gif new file mode 100644 index 00000000..18ef9aab Binary files /dev/null and b/catalogue/catalog_glass_headline1_ch.gif differ diff --git a/catalogue/catalog_glass_headline1_de.gif b/catalogue/catalog_glass_headline1_de.gif new file mode 100644 index 00000000..18ef9aab Binary files /dev/null and b/catalogue/catalog_glass_headline1_de.gif differ diff --git a/catalogue/catalog_glass_headline1_dk.gif b/catalogue/catalog_glass_headline1_dk.gif new file mode 100644 index 00000000..18ef9aab Binary files /dev/null and b/catalogue/catalog_glass_headline1_dk.gif differ diff --git a/catalogue/catalog_glass_headline1_en.gif b/catalogue/catalog_glass_headline1_en.gif new file mode 100644 index 00000000..385c1b23 Binary files /dev/null and b/catalogue/catalog_glass_headline1_en.gif differ diff --git a/catalogue/catalog_glass_headline1_es.gif b/catalogue/catalog_glass_headline1_es.gif new file mode 100644 index 00000000..385c1b23 Binary files /dev/null and b/catalogue/catalog_glass_headline1_es.gif differ diff --git a/catalogue/catalog_glass_headline1_fi.gif b/catalogue/catalog_glass_headline1_fi.gif new file mode 100644 index 00000000..e06786df Binary files /dev/null and b/catalogue/catalog_glass_headline1_fi.gif differ diff --git a/catalogue/catalog_glass_headline1_fr.gif b/catalogue/catalog_glass_headline1_fr.gif new file mode 100644 index 00000000..1f0be05a Binary files /dev/null and b/catalogue/catalog_glass_headline1_fr.gif differ diff --git a/catalogue/catalog_glass_headline1_nl.gif b/catalogue/catalog_glass_headline1_nl.gif new file mode 100644 index 00000000..2846bb09 Binary files /dev/null and b/catalogue/catalog_glass_headline1_nl.gif differ diff --git a/catalogue/catalog_glass_headline1_no.gif b/catalogue/catalog_glass_headline1_no.gif new file mode 100644 index 00000000..2846bb09 Binary files /dev/null and b/catalogue/catalog_glass_headline1_no.gif differ diff --git a/catalogue/catalog_glass_headline1_se.gif b/catalogue/catalog_glass_headline1_se.gif new file mode 100644 index 00000000..1f0be05a Binary files /dev/null and b/catalogue/catalog_glass_headline1_se.gif differ diff --git a/catalogue/catalog_glass_headline1_uk.gif b/catalogue/catalog_glass_headline1_uk.gif new file mode 100644 index 00000000..2846bb09 Binary files /dev/null and b/catalogue/catalog_glass_headline1_uk.gif differ diff --git a/catalogue/catalog_glass_teaser1.gif b/catalogue/catalog_glass_teaser1.gif new file mode 100644 index 00000000..63b288b8 Binary files /dev/null and b/catalogue/catalog_glass_teaser1.gif differ diff --git a/catalogue/catalog_glass_teaser1_en.gif b/catalogue/catalog_glass_teaser1_en.gif new file mode 100644 index 00000000..63b288b8 Binary files /dev/null and b/catalogue/catalog_glass_teaser1_en.gif differ diff --git a/catalogue/catalog_gls_headline1_en.gif b/catalogue/catalog_gls_headline1_en.gif new file mode 100644 index 00000000..150b3228 Binary files /dev/null and b/catalogue/catalog_gls_headline1_en.gif differ diff --git a/catalogue/catalog_gls_headline1_fi.gif b/catalogue/catalog_gls_headline1_fi.gif new file mode 100644 index 00000000..41db8512 Binary files /dev/null and b/catalogue/catalog_gls_headline1_fi.gif differ diff --git a/catalogue/catalog_gls_headline1_no.gif b/catalogue/catalog_gls_headline1_no.gif new file mode 100644 index 00000000..3aa102d9 Binary files /dev/null and b/catalogue/catalog_gls_headline1_no.gif differ diff --git a/catalogue/catalog_gls_headline1_sv.gif b/catalogue/catalog_gls_headline1_sv.gif new file mode 100644 index 00000000..3aa102d9 Binary files /dev/null and b/catalogue/catalog_gls_headline1_sv.gif differ diff --git a/catalogue/catalog_gls_teaser1_fi.gif b/catalogue/catalog_gls_teaser1_fi.gif new file mode 100644 index 00000000..c3bfb10f Binary files /dev/null and b/catalogue/catalog_gls_teaser1_fi.gif differ diff --git a/catalogue/catalog_gothic_headline1.gif b/catalogue/catalog_gothic_headline1.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1.gif differ diff --git a/catalogue/catalog_gothic_headline1_br.gif b/catalogue/catalog_gothic_headline1_br.gif new file mode 100644 index 00000000..3c2b768e Binary files /dev/null and b/catalogue/catalog_gothic_headline1_br.gif differ diff --git a/catalogue/catalog_gothic_headline1_ca.gif b/catalogue/catalog_gothic_headline1_ca.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_ca.gif differ diff --git a/catalogue/catalog_gothic_headline1_ch.gif b/catalogue/catalog_gothic_headline1_ch.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_ch.gif differ diff --git a/catalogue/catalog_gothic_headline1_cn.gif b/catalogue/catalog_gothic_headline1_cn.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_cn.gif differ diff --git a/catalogue/catalog_gothic_headline1_de.gif b/catalogue/catalog_gothic_headline1_de.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_de.gif differ diff --git a/catalogue/catalog_gothic_headline1_dk.gif b/catalogue/catalog_gothic_headline1_dk.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_dk.gif differ diff --git a/catalogue/catalog_gothic_headline1_en.gif b/catalogue/catalog_gothic_headline1_en.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_en.gif differ diff --git a/catalogue/catalog_gothic_headline1_es.gif b/catalogue/catalog_gothic_headline1_es.gif new file mode 100644 index 00000000..3c2b768e Binary files /dev/null and b/catalogue/catalog_gothic_headline1_es.gif differ diff --git a/catalogue/catalog_gothic_headline1_fi.gif b/catalogue/catalog_gothic_headline1_fi.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_fi.gif differ diff --git a/catalogue/catalog_gothic_headline1_fr.gif b/catalogue/catalog_gothic_headline1_fr.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_fr.gif differ diff --git a/catalogue/catalog_gothic_headline1_it.gif b/catalogue/catalog_gothic_headline1_it.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_it.gif differ diff --git a/catalogue/catalog_gothic_headline1_jp.gif b/catalogue/catalog_gothic_headline1_jp.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_jp.gif differ diff --git a/catalogue/catalog_gothic_headline1_nl.gif b/catalogue/catalog_gothic_headline1_nl.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_nl.gif differ diff --git a/catalogue/catalog_gothic_headline1_no.gif b/catalogue/catalog_gothic_headline1_no.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_no.gif differ diff --git a/catalogue/catalog_gothic_headline1_ru.gif b/catalogue/catalog_gothic_headline1_ru.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_ru.gif differ diff --git a/catalogue/catalog_gothic_headline1_se.gif b/catalogue/catalog_gothic_headline1_se.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_se.gif differ diff --git a/catalogue/catalog_gothic_headline1_sg.gif b/catalogue/catalog_gothic_headline1_sg.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_sg.gif differ diff --git a/catalogue/catalog_gothic_headline1_uk.gif b/catalogue/catalog_gothic_headline1_uk.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_uk.gif differ diff --git a/catalogue/catalog_gothic_headline1_uk.png b/catalogue/catalog_gothic_headline1_uk.png new file mode 100644 index 00000000..7f68e591 Binary files /dev/null and b/catalogue/catalog_gothic_headline1_uk.png differ diff --git a/catalogue/catalog_gothic_teaser1.gif b/catalogue/catalog_gothic_teaser1.gif new file mode 100644 index 00000000..ab287267 Binary files /dev/null and b/catalogue/catalog_gothic_teaser1.gif differ diff --git a/catalogue/catalog_groups_en.gif b/catalogue/catalog_groups_en.gif new file mode 100644 index 00000000..a65816a4 Binary files /dev/null and b/catalogue/catalog_groups_en.gif differ diff --git a/catalogue/catalog_groups_es.gif b/catalogue/catalog_groups_es.gif new file mode 100644 index 00000000..72ddf88f Binary files /dev/null and b/catalogue/catalog_groups_es.gif differ diff --git a/catalogue/catalog_groups_pt.gif b/catalogue/catalog_groups_pt.gif new file mode 100644 index 00000000..72ddf88f Binary files /dev/null and b/catalogue/catalog_groups_pt.gif differ diff --git a/catalogue/catalog_groupsteaser_es.gif b/catalogue/catalog_groupsteaser_es.gif new file mode 100644 index 00000000..ea4a9406 Binary files /dev/null and b/catalogue/catalog_groupsteaser_es.gif differ diff --git a/catalogue/catalog_groupsteaser_pt.gif b/catalogue/catalog_groupsteaser_pt.gif new file mode 100644 index 00000000..f89ec537 Binary files /dev/null and b/catalogue/catalog_groupsteaser_pt.gif differ diff --git a/catalogue/catalog_gru_headline1_br.png b/catalogue/catalog_gru_headline1_br.png new file mode 100644 index 00000000..9a3c86fb Binary files /dev/null and b/catalogue/catalog_gru_headline1_br.png differ diff --git a/catalogue/catalog_gru_headline1_ch.gif b/catalogue/catalog_gru_headline1_ch.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_ch.gif differ diff --git a/catalogue/catalog_gru_headline1_da.gif b/catalogue/catalog_gru_headline1_da.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_da.gif differ diff --git a/catalogue/catalog_gru_headline1_de.gif b/catalogue/catalog_gru_headline1_de.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_de.gif differ diff --git a/catalogue/catalog_gru_headline1_en.gif b/catalogue/catalog_gru_headline1_en.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_en.gif differ diff --git a/catalogue/catalog_gru_headline1_en_001.gif b/catalogue/catalog_gru_headline1_en_001.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_en_001.gif differ diff --git a/catalogue/catalog_gru_headline1_es.gif b/catalogue/catalog_gru_headline1_es.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_es.gif differ diff --git a/catalogue/catalog_gru_headline1_fi.gif b/catalogue/catalog_gru_headline1_fi.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_fi.gif differ diff --git a/catalogue/catalog_gru_headline1_fr.gif b/catalogue/catalog_gru_headline1_fr.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_fr.gif differ diff --git a/catalogue/catalog_gru_headline1_it.gif b/catalogue/catalog_gru_headline1_it.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_it.gif differ diff --git a/catalogue/catalog_gru_headline1_ja.gif b/catalogue/catalog_gru_headline1_ja.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_ja.gif differ diff --git a/catalogue/catalog_gru_headline1_jp.gif b/catalogue/catalog_gru_headline1_jp.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_jp.gif differ diff --git a/catalogue/catalog_gru_headline1_nl.gif b/catalogue/catalog_gru_headline1_nl.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_nl.gif differ diff --git a/catalogue/catalog_gru_headline1_no.gif b/catalogue/catalog_gru_headline1_no.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_no.gif differ diff --git a/catalogue/catalog_gru_headline1_pt.png b/catalogue/catalog_gru_headline1_pt.png new file mode 100644 index 00000000..9a3c86fb Binary files /dev/null and b/catalogue/catalog_gru_headline1_pt.png differ diff --git a/catalogue/catalog_gru_headline1_ru.gif b/catalogue/catalog_gru_headline1_ru.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_ru.gif differ diff --git a/catalogue/catalog_gru_headline1_sv.gif b/catalogue/catalog_gru_headline1_sv.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_gru_headline1_sv.gif differ diff --git a/catalogue/catalog_gru_headline2_pt.gif b/catalogue/catalog_gru_headline2_pt.gif new file mode 100644 index 00000000..7d4396ae Binary files /dev/null and b/catalogue/catalog_gru_headline2_pt.gif differ diff --git a/catalogue/catalog_gru_teaser_ch.gif b/catalogue/catalog_gru_teaser_ch.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_ch.gif differ diff --git a/catalogue/catalog_gru_teaser_da.gif b/catalogue/catalog_gru_teaser_da.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_da.gif differ diff --git a/catalogue/catalog_gru_teaser_de.gif b/catalogue/catalog_gru_teaser_de.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_de.gif differ diff --git a/catalogue/catalog_gru_teaser_en.gif b/catalogue/catalog_gru_teaser_en.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_en.gif differ diff --git a/catalogue/catalog_gru_teaser_en_001.gif b/catalogue/catalog_gru_teaser_en_001.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_en_001.gif differ diff --git a/catalogue/catalog_gru_teaser_es.gif b/catalogue/catalog_gru_teaser_es.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_es.gif differ diff --git a/catalogue/catalog_gru_teaser_fi.gif b/catalogue/catalog_gru_teaser_fi.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_fi.gif differ diff --git a/catalogue/catalog_gru_teaser_fr.gif b/catalogue/catalog_gru_teaser_fr.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_fr.gif differ diff --git a/catalogue/catalog_gru_teaser_it.gif b/catalogue/catalog_gru_teaser_it.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_it.gif differ diff --git a/catalogue/catalog_gru_teaser_ja.gif b/catalogue/catalog_gru_teaser_ja.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_ja.gif differ diff --git a/catalogue/catalog_gru_teaser_jp.gif b/catalogue/catalog_gru_teaser_jp.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_jp.gif differ diff --git a/catalogue/catalog_gru_teaser_nl.gif b/catalogue/catalog_gru_teaser_nl.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_nl.gif differ diff --git a/catalogue/catalog_gru_teaser_no.gif b/catalogue/catalog_gru_teaser_no.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_no.gif differ diff --git a/catalogue/catalog_gru_teaser_ru.gif b/catalogue/catalog_gru_teaser_ru.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_ru.gif differ diff --git a/catalogue/catalog_gru_teaser_sv.gif b/catalogue/catalog_gru_teaser_sv.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_gru_teaser_sv.gif differ diff --git a/catalogue/catalog_grunge_headline1.gif b/catalogue/catalog_grunge_headline1.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_grunge_headline1.gif differ diff --git a/catalogue/catalog_grunge_headline1_de.gif b/catalogue/catalog_grunge_headline1_de.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/catalog_grunge_headline1_de.gif differ diff --git a/catalogue/catalog_grunge_teaser.gif b/catalogue/catalog_grunge_teaser.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_grunge_teaser.gif differ diff --git a/catalogue/catalog_grunge_teaser_de.gif b/catalogue/catalog_grunge_teaser_de.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/catalog_grunge_teaser_de.gif differ diff --git a/catalogue/catalog_habboween_headline1_es.gif b/catalogue/catalog_habboween_headline1_es.gif new file mode 100644 index 00000000..aa595bde Binary files /dev/null and b/catalogue/catalog_habboween_headline1_es.gif differ diff --git a/catalogue/catalog_halloween_headline1.gif b/catalogue/catalog_halloween_headline1.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1.gif differ diff --git a/catalogue/catalog_halloween_headline1_br.gif b/catalogue/catalog_halloween_headline1_br.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_br.gif differ diff --git a/catalogue/catalog_halloween_headline1_ca.gif b/catalogue/catalog_halloween_headline1_ca.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_ca.gif differ diff --git a/catalogue/catalog_halloween_headline1_ch.gif b/catalogue/catalog_halloween_headline1_ch.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_ch.gif differ diff --git a/catalogue/catalog_halloween_headline1_cn.gif b/catalogue/catalog_halloween_headline1_cn.gif new file mode 100644 index 00000000..a4a9e40d Binary files /dev/null and b/catalogue/catalog_halloween_headline1_cn.gif differ diff --git a/catalogue/catalog_halloween_headline1_de.gif b/catalogue/catalog_halloween_headline1_de.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_de.gif differ diff --git a/catalogue/catalog_halloween_headline1_dk.gif b/catalogue/catalog_halloween_headline1_dk.gif new file mode 100644 index 00000000..aa595bde Binary files /dev/null and b/catalogue/catalog_halloween_headline1_dk.gif differ diff --git a/catalogue/catalog_halloween_headline1_en.gif b/catalogue/catalog_halloween_headline1_en.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_en.gif differ diff --git a/catalogue/catalog_halloween_headline1_es.gif b/catalogue/catalog_halloween_headline1_es.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_es.gif differ diff --git a/catalogue/catalog_halloween_headline1_fi.gif b/catalogue/catalog_halloween_headline1_fi.gif new file mode 100644 index 00000000..5ac4bf03 Binary files /dev/null and b/catalogue/catalog_halloween_headline1_fi.gif differ diff --git a/catalogue/catalog_halloween_headline1_fr.gif b/catalogue/catalog_halloween_headline1_fr.gif new file mode 100644 index 00000000..aa595bde Binary files /dev/null and b/catalogue/catalog_halloween_headline1_fr.gif differ diff --git a/catalogue/catalog_halloween_headline1_it.gif b/catalogue/catalog_halloween_headline1_it.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_it.gif differ diff --git a/catalogue/catalog_halloween_headline1_jp.gif b/catalogue/catalog_halloween_headline1_jp.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_jp.gif differ diff --git a/catalogue/catalog_halloween_headline1_nl.gif b/catalogue/catalog_halloween_headline1_nl.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_nl.gif differ diff --git a/catalogue/catalog_halloween_headline1_no.gif b/catalogue/catalog_halloween_headline1_no.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_no.gif differ diff --git a/catalogue/catalog_halloween_headline1_ru.gif b/catalogue/catalog_halloween_headline1_ru.gif new file mode 100644 index 00000000..0193c852 Binary files /dev/null and b/catalogue/catalog_halloween_headline1_ru.gif differ diff --git a/catalogue/catalog_halloween_headline1_se.gif b/catalogue/catalog_halloween_headline1_se.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_se.gif differ diff --git a/catalogue/catalog_halloween_headline1_sg.gif b/catalogue/catalog_halloween_headline1_sg.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_sg.gif differ diff --git a/catalogue/catalog_halloween_headline1_uk.gif b/catalogue/catalog_halloween_headline1_uk.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/catalog_halloween_headline1_uk.gif differ diff --git a/catalogue/catalog_halloween_teaser.gif b/catalogue/catalog_halloween_teaser.gif new file mode 100644 index 00000000..288a25f8 Binary files /dev/null and b/catalogue/catalog_halloween_teaser.gif differ diff --git a/catalogue/catalog_halloween_teaser_en.gif b/catalogue/catalog_halloween_teaser_en.gif new file mode 100644 index 00000000..288a25f8 Binary files /dev/null and b/catalogue/catalog_halloween_teaser_en.gif differ diff --git a/catalogue/catalog_har_headline1_en.gif b/catalogue/catalog_har_headline1_en.gif new file mode 100644 index 00000000..a8666c04 Binary files /dev/null and b/catalogue/catalog_har_headline1_en.gif differ diff --git a/catalogue/catalog_har_headline1_no.gif b/catalogue/catalog_har_headline1_no.gif new file mode 100644 index 00000000..a8666c04 Binary files /dev/null and b/catalogue/catalog_har_headline1_no.gif differ diff --git a/catalogue/catalog_har_headline2_no.gif b/catalogue/catalog_har_headline2_no.gif new file mode 100644 index 00000000..21506767 Binary files /dev/null and b/catalogue/catalog_har_headline2_no.gif differ diff --git a/catalogue/catalog_hbk_headline_ja.gif b/catalogue/catalog_hbk_headline_ja.gif new file mode 100644 index 00000000..882c4bd6 Binary files /dev/null and b/catalogue/catalog_hbk_headline_ja.gif differ diff --git a/catalogue/catalog_hbrella_header1_en.gif b/catalogue/catalog_hbrella_header1_en.gif new file mode 100644 index 00000000..96e8a7c7 Binary files /dev/null and b/catalogue/catalog_hbrella_header1_en.gif differ diff --git a/catalogue/catalog_hbrella_teaser1_en.gif b/catalogue/catalog_hbrella_teaser1_en.gif new file mode 100644 index 00000000..f585682d Binary files /dev/null and b/catalogue/catalog_hbrella_teaser1_en.gif differ diff --git a/catalogue/catalog_hbw_headline1_ja.gif b/catalogue/catalog_hbw_headline1_ja.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/catalog_hbw_headline1_ja.gif differ diff --git a/catalogue/catalog_hc_header_hc.gif b/catalogue/catalog_hc_header_hc.gif new file mode 100644 index 00000000..acbd43b0 Binary files /dev/null and b/catalogue/catalog_hc_header_hc.gif differ diff --git a/catalogue/catalog_hc_teaser.gif b/catalogue/catalog_hc_teaser.gif new file mode 100644 index 00000000..ac67ee66 Binary files /dev/null and b/catalogue/catalog_hc_teaser.gif differ diff --git a/catalogue/catalog_hc_teaser_en.gif b/catalogue/catalog_hc_teaser_en.gif new file mode 100644 index 00000000..ac67ee66 Binary files /dev/null and b/catalogue/catalog_hc_teaser_en.gif differ diff --git a/catalogue/catalog_header_2016jungle.gif b/catalogue/catalog_header_2016jungle.gif new file mode 100644 index 00000000..13d26e08 Binary files /dev/null and b/catalogue/catalog_header_2016jungle.gif differ diff --git a/catalogue/catalog_header_AI1_en.gif b/catalogue/catalog_header_AI1_en.gif new file mode 100644 index 00000000..19bd5992 Binary files /dev/null and b/catalogue/catalog_header_AI1_en.gif differ diff --git a/catalogue/catalog_header_MTV.gif b/catalogue/catalog_header_MTV.gif new file mode 100644 index 00000000..8ff2a6d2 Binary files /dev/null and b/catalogue/catalog_header_MTV.gif differ diff --git a/catalogue/catalog_header_USVA.gif b/catalogue/catalog_header_USVA.gif new file mode 100644 index 00000000..3e6be232 Binary files /dev/null and b/catalogue/catalog_header_USVA.gif differ diff --git a/catalogue/catalog_header_VIP.png b/catalogue/catalog_header_VIP.png new file mode 100644 index 00000000..d21a6b6d Binary files /dev/null and b/catalogue/catalog_header_VIP.png differ diff --git a/catalogue/catalog_header_VIPs.gif b/catalogue/catalog_header_VIPs.gif new file mode 100644 index 00000000..4c9a4480 Binary files /dev/null and b/catalogue/catalog_header_VIPs.gif differ diff --git a/catalogue/catalog_header_alpha1.gif b/catalogue/catalog_header_alpha1.gif new file mode 100644 index 00000000..c7c99b02 Binary files /dev/null and b/catalogue/catalog_header_alpha1.gif differ diff --git a/catalogue/catalog_header_ancients.gif b/catalogue/catalog_header_ancients.gif new file mode 100644 index 00000000..d8a143fb Binary files /dev/null and b/catalogue/catalog_header_ancients.gif differ diff --git a/catalogue/catalog_header_anna.gif b/catalogue/catalog_header_anna.gif new file mode 100644 index 00000000..67ff1c50 Binary files /dev/null and b/catalogue/catalog_header_anna.gif differ diff --git a/catalogue/catalog_header_army15.gif b/catalogue/catalog_header_army15.gif new file mode 100644 index 00000000..46036b8b Binary files /dev/null and b/catalogue/catalog_header_army15.gif differ diff --git a/catalogue/catalog_header_atcg.gif b/catalogue/catalog_header_atcg.gif new file mode 100644 index 00000000..55dd5bac Binary files /dev/null and b/catalogue/catalog_header_atcg.gif differ diff --git a/catalogue/catalog_header_babybear.gif b/catalogue/catalog_header_babybear.gif new file mode 100644 index 00000000..cce8438f Binary files /dev/null and b/catalogue/catalog_header_babybear.gif differ diff --git a/catalogue/catalog_header_badgedisplay.gif b/catalogue/catalog_header_badgedisplay.gif new file mode 100644 index 00000000..a485ce04 Binary files /dev/null and b/catalogue/catalog_header_badgedisplay.gif differ diff --git a/catalogue/catalog_header_base.gif b/catalogue/catalog_header_base.gif new file mode 100644 index 00000000..04455117 Binary files /dev/null and b/catalogue/catalog_header_base.gif differ diff --git a/catalogue/catalog_header_bed.gif b/catalogue/catalog_header_bed.gif new file mode 100644 index 00000000..8191f8b3 Binary files /dev/null and b/catalogue/catalog_header_bed.gif differ diff --git a/catalogue/catalog_header_best_sellers.gif b/catalogue/catalog_header_best_sellers.gif new file mode 100644 index 00000000..6e957f67 Binary files /dev/null and b/catalogue/catalog_header_best_sellers.gif differ diff --git a/catalogue/catalog_header_blackhole.gif b/catalogue/catalog_header_blackhole.gif new file mode 100644 index 00000000..d4d131b5 Binary files /dev/null and b/catalogue/catalog_header_blackhole.gif differ diff --git a/catalogue/catalog_header_bling_en.gif b/catalogue/catalog_header_bling_en.gif new file mode 100644 index 00000000..b4db17ef Binary files /dev/null and b/catalogue/catalog_header_bling_en.gif differ diff --git a/catalogue/catalog_header_castlebundle.gif b/catalogue/catalog_header_castlebundle.gif new file mode 100644 index 00000000..b2f20b1c Binary files /dev/null and b/catalogue/catalog_header_castlebundle.gif differ diff --git a/catalogue/catalog_header_chears.gif b/catalogue/catalog_header_chears.gif new file mode 100644 index 00000000..2710da8f Binary files /dev/null and b/catalogue/catalog_header_chears.gif differ diff --git a/catalogue/catalog_header_cland15.gif b/catalogue/catalog_header_cland15.gif new file mode 100644 index 00000000..69d16db2 Binary files /dev/null and b/catalogue/catalog_header_cland15.gif differ diff --git a/catalogue/catalog_header_classics.gif b/catalogue/catalog_header_classics.gif new file mode 100644 index 00000000..19d41302 Binary files /dev/null and b/catalogue/catalog_header_classics.gif differ diff --git a/catalogue/catalog_header_cpunk15.gif b/catalogue/catalog_header_cpunk15.gif new file mode 100644 index 00000000..68eabbb8 Binary files /dev/null and b/catalogue/catalog_header_cpunk15.gif differ diff --git a/catalogue/catalog_header_deco.gif b/catalogue/catalog_header_deco.gif new file mode 100644 index 00000000..d060949b Binary files /dev/null and b/catalogue/catalog_header_deco.gif differ diff --git a/catalogue/catalog_header_diamonds2_br.gif b/catalogue/catalog_header_diamonds2_br.gif new file mode 100644 index 00000000..d1d24f6f Binary files /dev/null and b/catalogue/catalog_header_diamonds2_br.gif differ diff --git a/catalogue/catalog_header_diamonds2_en.gif b/catalogue/catalog_header_diamonds2_en.gif new file mode 100644 index 00000000..8caf8747 Binary files /dev/null and b/catalogue/catalog_header_diamonds2_en.gif differ diff --git a/catalogue/catalog_header_diamonds_en.gif b/catalogue/catalog_header_diamonds_en.gif new file mode 100644 index 00000000..9261f436 Binary files /dev/null and b/catalogue/catalog_header_diamonds_en.gif differ diff --git a/catalogue/catalog_header_diner.gif b/catalogue/catalog_header_diner.gif new file mode 100644 index 00000000..7d2e9731 Binary files /dev/null and b/catalogue/catalog_header_diner.gif differ diff --git a/catalogue/catalog_header_dividers.gif b/catalogue/catalog_header_dividers.gif new file mode 100644 index 00000000..ad297f6c Binary files /dev/null and b/catalogue/catalog_header_dividers.gif differ diff --git a/catalogue/catalog_header_easter14_001.gif b/catalogue/catalog_header_easter14_001.gif new file mode 100644 index 00000000..cb66d126 Binary files /dev/null and b/catalogue/catalog_header_easter14_001.gif differ diff --git a/catalogue/catalog_header_en_backtoschool2013_global.gif b/catalogue/catalog_header_en_backtoschool2013_global.gif new file mode 100644 index 00000000..2a6c1683 Binary files /dev/null and b/catalogue/catalog_header_en_backtoschool2013_global.gif differ diff --git a/catalogue/catalog_header_ex.gif b/catalogue/catalog_header_ex.gif new file mode 100644 index 00000000..771e7870 Binary files /dev/null and b/catalogue/catalog_header_ex.gif differ diff --git a/catalogue/catalog_header_flower_power.gif b/catalogue/catalog_header_flower_power.gif new file mode 100644 index 00000000..4044d7db Binary files /dev/null and b/catalogue/catalog_header_flower_power.gif differ diff --git a/catalogue/catalog_header_football.gif b/catalogue/catalog_header_football.gif new file mode 100644 index 00000000..4397d9da Binary files /dev/null and b/catalogue/catalog_header_football.gif differ diff --git a/catalogue/catalog_header_front_page.gif b/catalogue/catalog_header_front_page.gif new file mode 100644 index 00000000..de942716 Binary files /dev/null and b/catalogue/catalog_header_front_page.gif differ diff --git a/catalogue/catalog_header_furnimatic.gif b/catalogue/catalog_header_furnimatic.gif new file mode 100644 index 00000000..83326054 Binary files /dev/null and b/catalogue/catalog_header_furnimatic.gif differ diff --git a/catalogue/catalog_header_furnimatic_shop.gif b/catalogue/catalog_header_furnimatic_shop.gif new file mode 100644 index 00000000..e01c3758 Binary files /dev/null and b/catalogue/catalog_header_furnimatic_shop.gif differ diff --git a/catalogue/catalog_header_genxmas.gif b/catalogue/catalog_header_genxmas.gif new file mode 100644 index 00000000..17c5d8e9 Binary files /dev/null and b/catalogue/catalog_header_genxmas.gif differ diff --git a/catalogue/catalog_header_gnomes.gif b/catalogue/catalog_header_gnomes.gif new file mode 100644 index 00000000..efa1bc40 Binary files /dev/null and b/catalogue/catalog_header_gnomes.gif differ diff --git a/catalogue/catalog_header_habboclub.gif b/catalogue/catalog_header_habboclub.gif new file mode 100644 index 00000000..40c81d88 Binary files /dev/null and b/catalogue/catalog_header_habboclub.gif differ diff --git a/catalogue/catalog_header_hbpalooza.gif b/catalogue/catalog_header_hbpalooza.gif new file mode 100644 index 00000000..6108e223 Binary files /dev/null and b/catalogue/catalog_header_hbpalooza.gif differ diff --git a/catalogue/catalog_header_hc.gif b/catalogue/catalog_header_hc.gif new file mode 100644 index 00000000..5898610a Binary files /dev/null and b/catalogue/catalog_header_hc.gif differ diff --git a/catalogue/catalog_header_hcgifts.gif b/catalogue/catalog_header_hcgifts.gif new file mode 100644 index 00000000..86a96306 Binary files /dev/null and b/catalogue/catalog_header_hcgifts.gif differ diff --git a/catalogue/catalog_header_horse.gif b/catalogue/catalog_header_horse.gif new file mode 100644 index 00000000..dc515854 Binary files /dev/null and b/catalogue/catalog_header_horse.gif differ diff --git a/catalogue/catalog_header_horse.png b/catalogue/catalog_header_horse.png new file mode 100644 index 00000000..7341d8c0 Binary files /dev/null and b/catalogue/catalog_header_horse.png differ diff --git a/catalogue/catalog_header_horse1.gif b/catalogue/catalog_header_horse1.gif new file mode 100644 index 00000000..539e6108 Binary files /dev/null and b/catalogue/catalog_header_horse1.gif differ diff --git a/catalogue/catalog_header_horse_accesorios.gif b/catalogue/catalog_header_horse_accesorios.gif new file mode 100644 index 00000000..9a28663a Binary files /dev/null and b/catalogue/catalog_header_horse_accesorios.gif differ diff --git a/catalogue/catalog_header_horse_crines.gif b/catalogue/catalog_header_horse_crines.gif new file mode 100644 index 00000000..051ddb3b Binary files /dev/null and b/catalogue/catalog_header_horse_crines.gif differ diff --git a/catalogue/catalog_header_horse_montura.gif b/catalogue/catalog_header_horse_montura.gif new file mode 100644 index 00000000..b3cce876 Binary files /dev/null and b/catalogue/catalog_header_horse_montura.gif differ diff --git a/catalogue/catalog_header_horse_tintes.gif b/catalogue/catalog_header_horse_tintes.gif new file mode 100644 index 00000000..1e9e648c Binary files /dev/null and b/catalogue/catalog_header_horse_tintes.gif differ diff --git a/catalogue/catalog_header_horseoxer_en.gif b/catalogue/catalog_header_horseoxer_en.gif new file mode 100644 index 00000000..4a274fdf Binary files /dev/null and b/catalogue/catalog_header_horseoxer_en.gif differ diff --git a/catalogue/catalog_header_hospital.gif b/catalogue/catalog_header_hospital.gif new file mode 100644 index 00000000..ed986c7a Binary files /dev/null and b/catalogue/catalog_header_hospital.gif differ diff --git a/catalogue/catalog_header_hw15.gif b/catalogue/catalog_header_hw15.gif new file mode 100644 index 00000000..74d20e0c Binary files /dev/null and b/catalogue/catalog_header_hw15.gif differ diff --git a/catalogue/catalog_header_jumping_en.gif b/catalogue/catalog_header_jumping_en.gif new file mode 100644 index 00000000..dc2e303b Binary files /dev/null and b/catalogue/catalog_header_jumping_en.gif differ diff --git a/catalogue/catalog_header_kitchen.gif b/catalogue/catalog_header_kitchen.gif new file mode 100644 index 00000000..9c893a98 Binary files /dev/null and b/catalogue/catalog_header_kitchen.gif differ diff --git a/catalogue/catalog_header_kitchen2015.gif b/catalogue/catalog_header_kitchen2015.gif new file mode 100644 index 00000000..892a024c Binary files /dev/null and b/catalogue/catalog_header_kitchen2015.gif differ diff --git a/catalogue/catalog_header_kuuran_furni.gif b/catalogue/catalog_header_kuuran_furni.gif new file mode 100644 index 00000000..48d46964 Binary files /dev/null and b/catalogue/catalog_header_kuuran_furni.gif differ diff --git a/catalogue/catalog_header_lighting.gif b/catalogue/catalog_header_lighting.gif new file mode 100644 index 00000000..53763e70 Binary files /dev/null and b/catalogue/catalog_header_lighting.gif differ diff --git a/catalogue/catalog_header_limited.png b/catalogue/catalog_header_limited.png new file mode 100644 index 00000000..01429ba5 Binary files /dev/null and b/catalogue/catalog_header_limited.png differ diff --git a/catalogue/catalog_header_logic_wood.gif b/catalogue/catalog_header_logic_wood.gif new file mode 100644 index 00000000..dee42ff9 Binary files /dev/null and b/catalogue/catalog_header_logic_wood.gif differ diff --git a/catalogue/catalog_header_loyalty2_en.gif b/catalogue/catalog_header_loyalty2_en.gif new file mode 100644 index 00000000..814e3646 Binary files /dev/null and b/catalogue/catalog_header_loyalty2_en.gif differ diff --git a/catalogue/catalog_header_loyalty2_es.gif b/catalogue/catalog_header_loyalty2_es.gif new file mode 100644 index 00000000..6008f976 Binary files /dev/null and b/catalogue/catalog_header_loyalty2_es.gif differ diff --git a/catalogue/catalog_header_loyalty2_nl.gif b/catalogue/catalog_header_loyalty2_nl.gif new file mode 100644 index 00000000..aec4182f Binary files /dev/null and b/catalogue/catalog_header_loyalty2_nl.gif differ diff --git a/catalogue/catalog_header_loyaltygifts2_en.gif b/catalogue/catalog_header_loyaltygifts2_en.gif new file mode 100644 index 00000000..fddc3ee4 Binary files /dev/null and b/catalogue/catalog_header_loyaltygifts2_en.gif differ diff --git a/catalogue/catalog_header_loyaltygifts2_es.gif b/catalogue/catalog_header_loyaltygifts2_es.gif new file mode 100644 index 00000000..8b114e12 Binary files /dev/null and b/catalogue/catalog_header_loyaltygifts2_es.gif differ diff --git a/catalogue/catalog_header_loyaltygifts2_nl.gif b/catalogue/catalog_header_loyaltygifts2_nl.gif new file mode 100644 index 00000000..f8fcb92c Binary files /dev/null and b/catalogue/catalog_header_loyaltygifts2_nl.gif differ diff --git a/catalogue/catalog_header_mad_scientist.gif b/catalogue/catalog_header_mad_scientist.gif new file mode 100644 index 00000000..a974978b Binary files /dev/null and b/catalogue/catalog_header_mad_scientist.gif differ diff --git a/catalogue/catalog_header_mnstrSeeds.gif b/catalogue/catalog_header_mnstrSeeds.gif new file mode 100644 index 00000000..aa39a9e4 Binary files /dev/null and b/catalogue/catalog_header_mnstrSeeds.gif differ diff --git a/catalogue/catalog_header_mopla_01.gif b/catalogue/catalog_header_mopla_01.gif new file mode 100644 index 00000000..90af63c2 Binary files /dev/null and b/catalogue/catalog_header_mopla_01.gif differ diff --git a/catalogue/catalog_header_new.gif b/catalogue/catalog_header_new.gif new file mode 100644 index 00000000..d7586d40 Binary files /dev/null and b/catalogue/catalog_header_new.gif differ diff --git a/catalogue/catalog_header_niko_en.gif b/catalogue/catalog_header_niko_en.gif new file mode 100644 index 00000000..84dcb462 Binary files /dev/null and b/catalogue/catalog_header_niko_en.gif differ diff --git a/catalogue/catalog_header_olympic16.gif b/catalogue/catalog_header_olympic16.gif new file mode 100644 index 00000000..932f9cec Binary files /dev/null and b/catalogue/catalog_header_olympic16.gif differ diff --git a/catalogue/catalog_header_paris.gif b/catalogue/catalog_header_paris.gif new file mode 100644 index 00000000..e5a15227 Binary files /dev/null and b/catalogue/catalog_header_paris.gif differ diff --git a/catalogue/catalog_header_petfood.gif b/catalogue/catalog_header_petfood.gif new file mode 100644 index 00000000..890f8ca2 Binary files /dev/null and b/catalogue/catalog_header_petfood.gif differ diff --git a/catalogue/catalog_header_pinata.gif b/catalogue/catalog_header_pinata.gif new file mode 100644 index 00000000..365b9196 Binary files /dev/null and b/catalogue/catalog_header_pinata.gif differ diff --git a/catalogue/catalog_header_pirate.gif b/catalogue/catalog_header_pirate.gif new file mode 100644 index 00000000..b53d4ce8 Binary files /dev/null and b/catalogue/catalog_header_pirate.gif differ diff --git a/catalogue/catalog_header_pokemon.gif b/catalogue/catalog_header_pokemon.gif new file mode 100644 index 00000000..1efc546b Binary files /dev/null and b/catalogue/catalog_header_pokemon.gif differ diff --git a/catalogue/catalog_header_prison.gif b/catalogue/catalog_header_prison.gif new file mode 100644 index 00000000..e236c818 Binary files /dev/null and b/catalogue/catalog_header_prison.gif differ diff --git a/catalogue/catalog_header_pura.gif b/catalogue/catalog_header_pura.gif new file mode 100644 index 00000000..a6b18a71 Binary files /dev/null and b/catalogue/catalog_header_pura.gif differ diff --git a/catalogue/catalog_header_pura.png b/catalogue/catalog_header_pura.png new file mode 100644 index 00000000..621886d4 Binary files /dev/null and b/catalogue/catalog_header_pura.png differ diff --git a/catalogue/catalog_header_roombuilder.gif b/catalogue/catalog_header_roombuilder.gif new file mode 100644 index 00000000..f7bc7872 Binary files /dev/null and b/catalogue/catalog_header_roombuilder.gif differ diff --git a/catalogue/catalog_header_roombundle.gif b/catalogue/catalog_header_roombundle.gif new file mode 100644 index 00000000..c853a029 Binary files /dev/null and b/catalogue/catalog_header_roombundle.gif differ diff --git a/catalogue/catalog_header_rugs.gif b/catalogue/catalog_header_rugs.gif new file mode 100644 index 00000000..fa3c89dc Binary files /dev/null and b/catalogue/catalog_header_rugs.gif differ diff --git a/catalogue/catalog_header_school.gif b/catalogue/catalog_header_school.gif new file mode 100644 index 00000000..04c09743 Binary files /dev/null and b/catalogue/catalog_header_school.gif differ diff --git a/catalogue/catalog_header_spa.gif b/catalogue/catalog_header_spa.gif new file mode 100644 index 00000000..ff47f509 Binary files /dev/null and b/catalogue/catalog_header_spa.gif differ diff --git a/catalogue/catalog_header_steampunk.gif b/catalogue/catalog_header_steampunk.gif new file mode 100644 index 00000000..850e63ed Binary files /dev/null and b/catalogue/catalog_header_steampunk.gif differ diff --git a/catalogue/catalog_header_stories.gif b/catalogue/catalog_header_stories.gif new file mode 100644 index 00000000..d759f6dc Binary files /dev/null and b/catalogue/catalog_header_stories.gif differ diff --git a/catalogue/catalog_header_tables.gif b/catalogue/catalog_header_tables.gif new file mode 100644 index 00000000..e8cef882 Binary files /dev/null and b/catalogue/catalog_header_tables.gif differ diff --git a/catalogue/catalog_header_teleporters.gif b/catalogue/catalog_header_teleporters.gif new file mode 100644 index 00000000..1d194ef2 Binary files /dev/null and b/catalogue/catalog_header_teleporters.gif differ diff --git a/catalogue/catalog_header_tents.gif b/catalogue/catalog_header_tents.gif new file mode 100644 index 00000000..c29131cb Binary files /dev/null and b/catalogue/catalog_header_tents.gif differ diff --git a/catalogue/catalog_header_traffic_signs.gif b/catalogue/catalog_header_traffic_signs.gif new file mode 100644 index 00000000..c826f913 Binary files /dev/null and b/catalogue/catalog_header_traffic_signs.gif differ diff --git a/catalogue/catalog_header_tv.gif b/catalogue/catalog_header_tv.gif new file mode 100644 index 00000000..8daf026c Binary files /dev/null and b/catalogue/catalog_header_tv.gif differ diff --git a/catalogue/catalog_header_val12.gif b/catalogue/catalog_header_val12.gif new file mode 100644 index 00000000..81a6d05a Binary files /dev/null and b/catalogue/catalog_header_val12.gif differ diff --git a/catalogue/catalog_header_val12_2_en.gif b/catalogue/catalog_header_val12_2_en.gif new file mode 100644 index 00000000..2026df59 Binary files /dev/null and b/catalogue/catalog_header_val12_2_en.gif differ diff --git a/catalogue/catalog_header_val12_3_en.gif b/catalogue/catalog_header_val12_3_en.gif new file mode 100644 index 00000000..d54f46dc Binary files /dev/null and b/catalogue/catalog_header_val12_3_en.gif differ diff --git a/catalogue/catalog_header_val12_en.gif b/catalogue/catalog_header_val12_en.gif new file mode 100644 index 00000000..81a6d05a Binary files /dev/null and b/catalogue/catalog_header_val12_en.gif differ diff --git a/catalogue/catalog_header_vending.gif b/catalogue/catalog_header_vending.gif new file mode 100644 index 00000000..4c60d896 Binary files /dev/null and b/catalogue/catalog_header_vending.gif differ diff --git a/catalogue/catalog_header_walls.gif b/catalogue/catalog_header_walls.gif new file mode 100644 index 00000000..330ed4a3 Binary files /dev/null and b/catalogue/catalog_header_walls.gif differ diff --git a/catalogue/catalog_header_wedding.gif b/catalogue/catalog_header_wedding.gif new file mode 100644 index 00000000..12ca94cf Binary files /dev/null and b/catalogue/catalog_header_wedding.gif differ diff --git a/catalogue/catalog_header_wwest.gif b/catalogue/catalog_header_wwest.gif new file mode 100644 index 00000000..dd857334 Binary files /dev/null and b/catalogue/catalog_header_wwest.gif differ diff --git a/catalogue/catalog_header_xmas15.gif b/catalogue/catalog_header_xmas15.gif new file mode 100644 index 00000000..82d3eab1 Binary files /dev/null and b/catalogue/catalog_header_xmas15.gif differ diff --git a/catalogue/catalog_header_xmas2013.gif b/catalogue/catalog_header_xmas2013.gif new file mode 100644 index 00000000..89afa2b6 Binary files /dev/null and b/catalogue/catalog_header_xmas2013.gif differ diff --git a/catalogue/catalog_header_year2011_en.gif b/catalogue/catalog_header_year2011_en.gif new file mode 100644 index 00000000..c5329ac3 Binary files /dev/null and b/catalogue/catalog_header_year2011_en.gif differ diff --git a/catalogue/catalog_header_year2012_en.gif b/catalogue/catalog_header_year2012_en.gif new file mode 100644 index 00000000..7cea2085 Binary files /dev/null and b/catalogue/catalog_header_year2012_en.gif differ diff --git a/catalogue/catalog_headline_skating.gif b/catalogue/catalog_headline_skating.gif new file mode 100644 index 00000000..e0143cd5 Binary files /dev/null and b/catalogue/catalog_headline_skating.gif differ diff --git a/catalogue/catalog_hello_header1_da.gif b/catalogue/catalog_hello_header1_da.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_da.gif differ diff --git a/catalogue/catalog_hello_header1_de.gif b/catalogue/catalog_hello_header1_de.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_de.gif differ diff --git a/catalogue/catalog_hello_header1_en.gif b/catalogue/catalog_hello_header1_en.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_en.gif differ diff --git a/catalogue/catalog_hello_header1_es.gif b/catalogue/catalog_hello_header1_es.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_es.gif differ diff --git a/catalogue/catalog_hello_header1_fi.gif b/catalogue/catalog_hello_header1_fi.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_fi.gif differ diff --git a/catalogue/catalog_hello_header1_fr.gif b/catalogue/catalog_hello_header1_fr.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_fr.gif differ diff --git a/catalogue/catalog_hello_header1_it.gif b/catalogue/catalog_hello_header1_it.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_it.gif differ diff --git a/catalogue/catalog_hello_header1_ja.gif b/catalogue/catalog_hello_header1_ja.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_ja.gif differ diff --git a/catalogue/catalog_hello_header1_nl.gif b/catalogue/catalog_hello_header1_nl.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_nl.gif differ diff --git a/catalogue/catalog_hello_header1_no.gif b/catalogue/catalog_hello_header1_no.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_no.gif differ diff --git a/catalogue/catalog_hello_header1_pt.gif b/catalogue/catalog_hello_header1_pt.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_pt.gif differ diff --git a/catalogue/catalog_hello_header1_sv.gif b/catalogue/catalog_hello_header1_sv.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/catalog_hello_header1_sv.gif differ diff --git a/catalogue/catalog_hello_teaser1_da.gif b/catalogue/catalog_hello_teaser1_da.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_da.gif differ diff --git a/catalogue/catalog_hello_teaser1_de.gif b/catalogue/catalog_hello_teaser1_de.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_de.gif differ diff --git a/catalogue/catalog_hello_teaser1_en.gif b/catalogue/catalog_hello_teaser1_en.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_en.gif differ diff --git a/catalogue/catalog_hello_teaser1_es.gif b/catalogue/catalog_hello_teaser1_es.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_es.gif differ diff --git a/catalogue/catalog_hello_teaser1_fi.gif b/catalogue/catalog_hello_teaser1_fi.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_fi.gif differ diff --git a/catalogue/catalog_hello_teaser1_fr.gif b/catalogue/catalog_hello_teaser1_fr.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_fr.gif differ diff --git a/catalogue/catalog_hello_teaser1_it.gif b/catalogue/catalog_hello_teaser1_it.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_it.gif differ diff --git a/catalogue/catalog_hello_teaser1_ja.gif b/catalogue/catalog_hello_teaser1_ja.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_ja.gif differ diff --git a/catalogue/catalog_hello_teaser1_nl.gif b/catalogue/catalog_hello_teaser1_nl.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_nl.gif differ diff --git a/catalogue/catalog_hello_teaser1_no.gif b/catalogue/catalog_hello_teaser1_no.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_no.gif differ diff --git a/catalogue/catalog_hello_teaser1_pt.gif b/catalogue/catalog_hello_teaser1_pt.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_pt.gif differ diff --git a/catalogue/catalog_hello_teaser1_sv.gif b/catalogue/catalog_hello_teaser1_sv.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/catalog_hello_teaser1_sv.gif differ diff --git a/catalogue/catalog_horse_header1_es.gif b/catalogue/catalog_horse_header1_es.gif new file mode 100644 index 00000000..cdfdcf96 Binary files /dev/null and b/catalogue/catalog_horse_header1_es.gif differ diff --git a/catalogue/catalog_horse_header1_pt.gif b/catalogue/catalog_horse_header1_pt.gif new file mode 100644 index 00000000..62de3bb3 Binary files /dev/null and b/catalogue/catalog_horse_header1_pt.gif differ diff --git a/catalogue/catalog_horse_header2_en.gif b/catalogue/catalog_horse_header2_en.gif new file mode 100644 index 00000000..80f9b16f Binary files /dev/null and b/catalogue/catalog_horse_header2_en.gif differ diff --git a/catalogue/catalog_horse_header_en.gif b/catalogue/catalog_horse_header_en.gif new file mode 100644 index 00000000..c259a941 Binary files /dev/null and b/catalogue/catalog_horse_header_en.gif differ diff --git a/catalogue/catalog_horseaccessories_header1_es.gif b/catalogue/catalog_horseaccessories_header1_es.gif new file mode 100644 index 00000000..122b3934 Binary files /dev/null and b/catalogue/catalog_horseaccessories_header1_es.gif differ diff --git a/catalogue/catalog_horseaccessories_header2_en.gif b/catalogue/catalog_horseaccessories_header2_en.gif new file mode 100644 index 00000000..6d79e98b Binary files /dev/null and b/catalogue/catalog_horseaccessories_header2_en.gif differ diff --git a/catalogue/catalog_horsedyes_header1_es.gif b/catalogue/catalog_horsedyes_header1_es.gif new file mode 100644 index 00000000..953cb62b Binary files /dev/null and b/catalogue/catalog_horsedyes_header1_es.gif differ diff --git a/catalogue/catalog_horsedyes_header1_pt.gif b/catalogue/catalog_horsedyes_header1_pt.gif new file mode 100644 index 00000000..6a43c2e7 Binary files /dev/null and b/catalogue/catalog_horsedyes_header1_pt.gif differ diff --git a/catalogue/catalog_horsedyes_header2_en.gif b/catalogue/catalog_horsedyes_header2_en.gif new file mode 100644 index 00000000..1625f6b4 Binary files /dev/null and b/catalogue/catalog_horsedyes_header2_en.gif differ diff --git a/catalogue/catalog_horsehairstyles2_header_en.gif b/catalogue/catalog_horsehairstyles2_header_en.gif new file mode 100644 index 00000000..7e391ba2 Binary files /dev/null and b/catalogue/catalog_horsehairstyles2_header_en.gif differ diff --git a/catalogue/catalog_horsehairstyles_header1_de.gif b/catalogue/catalog_horsehairstyles_header1_de.gif new file mode 100644 index 00000000..e5f19649 Binary files /dev/null and b/catalogue/catalog_horsehairstyles_header1_de.gif differ diff --git a/catalogue/catalog_horsehairstyles_header1_dk.gif b/catalogue/catalog_horsehairstyles_header1_dk.gif new file mode 100644 index 00000000..527c9f54 Binary files /dev/null and b/catalogue/catalog_horsehairstyles_header1_dk.gif differ diff --git a/catalogue/catalog_horsehairstyles_header1_es.gif b/catalogue/catalog_horsehairstyles_header1_es.gif new file mode 100644 index 00000000..3b748d65 Binary files /dev/null and b/catalogue/catalog_horsehairstyles_header1_es.gif differ diff --git a/catalogue/catalog_horsehairstyles_header1_fi.gif b/catalogue/catalog_horsehairstyles_header1_fi.gif new file mode 100644 index 00000000..2a85b6a2 Binary files /dev/null and b/catalogue/catalog_horsehairstyles_header1_fi.gif differ diff --git a/catalogue/catalog_horsehairstyles_header1_fr.gif b/catalogue/catalog_horsehairstyles_header1_fr.gif new file mode 100644 index 00000000..e9f5d3f4 Binary files /dev/null and b/catalogue/catalog_horsehairstyles_header1_fr.gif differ diff --git a/catalogue/catalog_horsehairstyles_header1_it.gif b/catalogue/catalog_horsehairstyles_header1_it.gif new file mode 100644 index 00000000..9b2931e5 Binary files /dev/null and b/catalogue/catalog_horsehairstyles_header1_it.gif differ diff --git a/catalogue/catalog_horsehairstyles_header1_nl.gif b/catalogue/catalog_horsehairstyles_header1_nl.gif new file mode 100644 index 00000000..7eb2ab2e Binary files /dev/null and b/catalogue/catalog_horsehairstyles_header1_nl.gif differ diff --git a/catalogue/catalog_horsehairstyles_header1_no.gif b/catalogue/catalog_horsehairstyles_header1_no.gif new file mode 100644 index 00000000..50513e73 Binary files /dev/null and b/catalogue/catalog_horsehairstyles_header1_no.gif differ diff --git a/catalogue/catalog_horsehairstyles_header1_pt.gif b/catalogue/catalog_horsehairstyles_header1_pt.gif new file mode 100644 index 00000000..ed64be8d Binary files /dev/null and b/catalogue/catalog_horsehairstyles_header1_pt.gif differ diff --git a/catalogue/catalog_horsehairstyles_header1_se.gif b/catalogue/catalog_horsehairstyles_header1_se.gif new file mode 100644 index 00000000..f5c7ffb4 Binary files /dev/null and b/catalogue/catalog_horsehairstyles_header1_se.gif differ diff --git a/catalogue/catalog_hot_header_en.gif b/catalogue/catalog_hot_header_en.gif new file mode 100644 index 00000000..a05167e5 Binary files /dev/null and b/catalogue/catalog_hot_header_en.gif differ diff --git a/catalogue/catalog_iced_headline1.gif b/catalogue/catalog_iced_headline1.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1.gif differ diff --git a/catalogue/catalog_iced_headline1_br.gif b/catalogue/catalog_iced_headline1_br.gif new file mode 100644 index 00000000..44b3b4b8 Binary files /dev/null and b/catalogue/catalog_iced_headline1_br.gif differ diff --git a/catalogue/catalog_iced_headline1_ca.gif b/catalogue/catalog_iced_headline1_ca.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_ca.gif differ diff --git a/catalogue/catalog_iced_headline1_ch.gif b/catalogue/catalog_iced_headline1_ch.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_ch.gif differ diff --git a/catalogue/catalog_iced_headline1_cn.gif b/catalogue/catalog_iced_headline1_cn.gif new file mode 100644 index 00000000..ecf3847e Binary files /dev/null and b/catalogue/catalog_iced_headline1_cn.gif differ diff --git a/catalogue/catalog_iced_headline1_de.gif b/catalogue/catalog_iced_headline1_de.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_de.gif differ diff --git a/catalogue/catalog_iced_headline1_dk.gif b/catalogue/catalog_iced_headline1_dk.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_dk.gif differ diff --git a/catalogue/catalog_iced_headline1_en.gif b/catalogue/catalog_iced_headline1_en.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_en.gif differ diff --git a/catalogue/catalog_iced_headline1_es.gif b/catalogue/catalog_iced_headline1_es.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_es.gif differ diff --git a/catalogue/catalog_iced_headline1_fi.gif b/catalogue/catalog_iced_headline1_fi.gif new file mode 100644 index 00000000..0b5e9c2d Binary files /dev/null and b/catalogue/catalog_iced_headline1_fi.gif differ diff --git a/catalogue/catalog_iced_headline1_fr.gif b/catalogue/catalog_iced_headline1_fr.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_fr.gif differ diff --git a/catalogue/catalog_iced_headline1_it.gif b/catalogue/catalog_iced_headline1_it.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_it.gif differ diff --git a/catalogue/catalog_iced_headline1_jp.gif b/catalogue/catalog_iced_headline1_jp.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_jp.gif differ diff --git a/catalogue/catalog_iced_headline1_nl.gif b/catalogue/catalog_iced_headline1_nl.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_nl.gif differ diff --git a/catalogue/catalog_iced_headline1_no.gif b/catalogue/catalog_iced_headline1_no.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_no.gif differ diff --git a/catalogue/catalog_iced_headline1_ru.gif b/catalogue/catalog_iced_headline1_ru.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_ru.gif differ diff --git a/catalogue/catalog_iced_headline1_se.gif b/catalogue/catalog_iced_headline1_se.gif new file mode 100644 index 00000000..df1226a8 Binary files /dev/null and b/catalogue/catalog_iced_headline1_se.gif differ diff --git a/catalogue/catalog_iced_headline1_sg.gif b/catalogue/catalog_iced_headline1_sg.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_sg.gif differ diff --git a/catalogue/catalog_iced_headline1_uk.gif b/catalogue/catalog_iced_headline1_uk.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/catalog_iced_headline1_uk.gif differ diff --git a/catalogue/catalog_iced_teaser1.gif b/catalogue/catalog_iced_teaser1.gif new file mode 100644 index 00000000..e923d9ca Binary files /dev/null and b/catalogue/catalog_iced_teaser1.gif differ diff --git a/catalogue/catalog_iced_teaser1_en.gif b/catalogue/catalog_iced_teaser1_en.gif new file mode 100644 index 00000000..e923d9ca Binary files /dev/null and b/catalogue/catalog_iced_teaser1_en.gif differ diff --git a/catalogue/catalog_jap_header1_no.gif b/catalogue/catalog_jap_header1_no.gif new file mode 100644 index 00000000..2e95439f Binary files /dev/null and b/catalogue/catalog_jap_header1_no.gif differ diff --git a/catalogue/catalog_jap_headline1.gif b/catalogue/catalog_jap_headline1.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline1.gif differ diff --git a/catalogue/catalog_jap_headline1_en.gif b/catalogue/catalog_jap_headline1_en.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline1_en.gif differ diff --git a/catalogue/catalog_jap_headline1_fi.gif b/catalogue/catalog_jap_headline1_fi.gif new file mode 100644 index 00000000..a775fb85 Binary files /dev/null and b/catalogue/catalog_jap_headline1_fi.gif differ diff --git a/catalogue/catalog_jap_headline1_ja.gif b/catalogue/catalog_jap_headline1_ja.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline1_ja.gif differ diff --git a/catalogue/catalog_jap_headline1_no.gif b/catalogue/catalog_jap_headline1_no.gif new file mode 100644 index 00000000..2e95439f Binary files /dev/null and b/catalogue/catalog_jap_headline1_no.gif differ diff --git a/catalogue/catalog_jap_headline1_sv.gif b/catalogue/catalog_jap_headline1_sv.gif new file mode 100644 index 00000000..2e95439f Binary files /dev/null and b/catalogue/catalog_jap_headline1_sv.gif differ diff --git a/catalogue/catalog_jap_headline2_en.gif b/catalogue/catalog_jap_headline2_en.gif new file mode 100644 index 00000000..2e95439f Binary files /dev/null and b/catalogue/catalog_jap_headline2_en.gif differ diff --git a/catalogue/catalog_jap_headline2_ens.gif b/catalogue/catalog_jap_headline2_ens.gif new file mode 100644 index 00000000..fc549d07 Binary files /dev/null and b/catalogue/catalog_jap_headline2_ens.gif differ diff --git a/catalogue/catalog_jap_headline2_fr.gif b/catalogue/catalog_jap_headline2_fr.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline2_fr.gif differ diff --git a/catalogue/catalog_jap_headline2_ja.gif b/catalogue/catalog_jap_headline2_ja.gif new file mode 100644 index 00000000..742a21f3 Binary files /dev/null and b/catalogue/catalog_jap_headline2_ja.gif differ diff --git a/catalogue/catalog_jap_headline3.gif b/catalogue/catalog_jap_headline3.gif new file mode 100644 index 00000000..1de94751 Binary files /dev/null and b/catalogue/catalog_jap_headline3.gif differ diff --git a/catalogue/catalog_jap_headline4_da.gif b/catalogue/catalog_jap_headline4_da.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_da.gif differ diff --git a/catalogue/catalog_jap_headline4_de.gif b/catalogue/catalog_jap_headline4_de.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_de.gif differ diff --git a/catalogue/catalog_jap_headline4_en.gif b/catalogue/catalog_jap_headline4_en.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_en.gif differ diff --git a/catalogue/catalog_jap_headline4_es.gif b/catalogue/catalog_jap_headline4_es.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_es.gif differ diff --git a/catalogue/catalog_jap_headline4_fi.gif b/catalogue/catalog_jap_headline4_fi.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_fi.gif differ diff --git a/catalogue/catalog_jap_headline4_fr.gif b/catalogue/catalog_jap_headline4_fr.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_fr.gif differ diff --git a/catalogue/catalog_jap_headline4_it.gif b/catalogue/catalog_jap_headline4_it.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_it.gif differ diff --git a/catalogue/catalog_jap_headline4_ja.gif b/catalogue/catalog_jap_headline4_ja.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_ja.gif differ diff --git a/catalogue/catalog_jap_headline4_nl.gif b/catalogue/catalog_jap_headline4_nl.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_nl.gif differ diff --git a/catalogue/catalog_jap_headline4_no.gif b/catalogue/catalog_jap_headline4_no.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_no.gif differ diff --git a/catalogue/catalog_jap_headline4_no_001.gif b/catalogue/catalog_jap_headline4_no_001.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_no_001.gif differ diff --git a/catalogue/catalog_jap_headline4_pt.gif b/catalogue/catalog_jap_headline4_pt.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_pt.gif differ diff --git a/catalogue/catalog_jap_headline4_ru.gif b/catalogue/catalog_jap_headline4_ru.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_ru.gif differ diff --git a/catalogue/catalog_jap_headline4_sv.gif b/catalogue/catalog_jap_headline4_sv.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/catalog_jap_headline4_sv.gif differ diff --git a/catalogue/catalog_jap_headline5_da.gif b/catalogue/catalog_jap_headline5_da.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_da.gif differ diff --git a/catalogue/catalog_jap_headline5_de.gif b/catalogue/catalog_jap_headline5_de.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_de.gif differ diff --git a/catalogue/catalog_jap_headline5_en.gif b/catalogue/catalog_jap_headline5_en.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_en.gif differ diff --git a/catalogue/catalog_jap_headline5_es.gif b/catalogue/catalog_jap_headline5_es.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_es.gif differ diff --git a/catalogue/catalog_jap_headline5_fi.gif b/catalogue/catalog_jap_headline5_fi.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_fi.gif differ diff --git a/catalogue/catalog_jap_headline5_fr.gif b/catalogue/catalog_jap_headline5_fr.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_fr.gif differ diff --git a/catalogue/catalog_jap_headline5_it.gif b/catalogue/catalog_jap_headline5_it.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_it.gif differ diff --git a/catalogue/catalog_jap_headline5_ja.gif b/catalogue/catalog_jap_headline5_ja.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_ja.gif differ diff --git a/catalogue/catalog_jap_headline5_nl.gif b/catalogue/catalog_jap_headline5_nl.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_nl.gif differ diff --git a/catalogue/catalog_jap_headline5_no.gif b/catalogue/catalog_jap_headline5_no.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_no.gif differ diff --git a/catalogue/catalog_jap_headline5_pt.gif b/catalogue/catalog_jap_headline5_pt.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_pt.gif differ diff --git a/catalogue/catalog_jap_headline5_ru.gif b/catalogue/catalog_jap_headline5_ru.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_ru.gif differ diff --git a/catalogue/catalog_jap_headline5_sv.gif b/catalogue/catalog_jap_headline5_sv.gif new file mode 100644 index 00000000..553a000a Binary files /dev/null and b/catalogue/catalog_jap_headline5_sv.gif differ diff --git a/catalogue/catalog_jap_teaser1_fi.gif b/catalogue/catalog_jap_teaser1_fi.gif new file mode 100644 index 00000000..1928ae71 Binary files /dev/null and b/catalogue/catalog_jap_teaser1_fi.gif differ diff --git a/catalogue/catalog_jap_teaser1_sv.gif b/catalogue/catalog_jap_teaser1_sv.gif new file mode 100644 index 00000000..1928ae71 Binary files /dev/null and b/catalogue/catalog_jap_teaser1_sv.gif differ diff --git a/catalogue/catalog_jap_teaser3_en.gif b/catalogue/catalog_jap_teaser3_en.gif new file mode 100644 index 00000000..1928ae71 Binary files /dev/null and b/catalogue/catalog_jap_teaser3_en.gif differ diff --git a/catalogue/catalog_jap_teaser3_fr.gif b/catalogue/catalog_jap_teaser3_fr.gif new file mode 100644 index 00000000..1928ae71 Binary files /dev/null and b/catalogue/catalog_jap_teaser3_fr.gif differ diff --git a/catalogue/catalog_jap_teaser3_ja.gif b/catalogue/catalog_jap_teaser3_ja.gif new file mode 100644 index 00000000..1928ae71 Binary files /dev/null and b/catalogue/catalog_jap_teaser3_ja.gif differ diff --git a/catalogue/catalog_jap_teaser3_no.gif b/catalogue/catalog_jap_teaser3_no.gif new file mode 100644 index 00000000..1928ae71 Binary files /dev/null and b/catalogue/catalog_jap_teaser3_no.gif differ diff --git a/catalogue/catalog_jap_teaser4.gif b/catalogue/catalog_jap_teaser4.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4.gif differ diff --git a/catalogue/catalog_jap_teaser4_da.gif b/catalogue/catalog_jap_teaser4_da.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_da.gif differ diff --git a/catalogue/catalog_jap_teaser4_de.gif b/catalogue/catalog_jap_teaser4_de.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_de.gif differ diff --git a/catalogue/catalog_jap_teaser4_en.gif b/catalogue/catalog_jap_teaser4_en.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_en.gif differ diff --git a/catalogue/catalog_jap_teaser4_es.gif b/catalogue/catalog_jap_teaser4_es.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_es.gif differ diff --git a/catalogue/catalog_jap_teaser4_fi.gif b/catalogue/catalog_jap_teaser4_fi.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_fi.gif differ diff --git a/catalogue/catalog_jap_teaser4_fr.gif b/catalogue/catalog_jap_teaser4_fr.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_fr.gif differ diff --git a/catalogue/catalog_jap_teaser4_it.gif b/catalogue/catalog_jap_teaser4_it.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_it.gif differ diff --git a/catalogue/catalog_jap_teaser4_ja.gif b/catalogue/catalog_jap_teaser4_ja.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_ja.gif differ diff --git a/catalogue/catalog_jap_teaser4_nl.gif b/catalogue/catalog_jap_teaser4_nl.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_nl.gif differ diff --git a/catalogue/catalog_jap_teaser4_no.gif b/catalogue/catalog_jap_teaser4_no.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_no.gif differ diff --git a/catalogue/catalog_jap_teaser4_pt.gif b/catalogue/catalog_jap_teaser4_pt.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_pt.gif differ diff --git a/catalogue/catalog_jap_teaser4_ru.gif b/catalogue/catalog_jap_teaser4_ru.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_ru.gif differ diff --git a/catalogue/catalog_jap_teaser4_sv.gif b/catalogue/catalog_jap_teaser4_sv.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/catalog_jap_teaser4_sv.gif differ diff --git a/catalogue/catalog_kuurna_headline_en.gif b/catalogue/catalog_kuurna_headline_en.gif new file mode 100644 index 00000000..359e8015 Binary files /dev/null and b/catalogue/catalog_kuurna_headline_en.gif differ diff --git a/catalogue/catalog_lagomorph_teaser.gif b/catalogue/catalog_lagomorph_teaser.gif new file mode 100644 index 00000000..01716154 Binary files /dev/null and b/catalogue/catalog_lagomorph_teaser.gif differ diff --git a/catalogue/catalog_lc_headline2_br.gif b/catalogue/catalog_lc_headline2_br.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_br.gif differ diff --git a/catalogue/catalog_lc_headline2_da.gif b/catalogue/catalog_lc_headline2_da.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_da.gif differ diff --git a/catalogue/catalog_lc_headline2_de.gif b/catalogue/catalog_lc_headline2_de.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_de.gif differ diff --git a/catalogue/catalog_lc_headline2_en.gif b/catalogue/catalog_lc_headline2_en.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_en.gif differ diff --git a/catalogue/catalog_lc_headline2_en2.gif b/catalogue/catalog_lc_headline2_en2.gif new file mode 100644 index 00000000..c0542841 Binary files /dev/null and b/catalogue/catalog_lc_headline2_en2.gif differ diff --git a/catalogue/catalog_lc_headline2_es.gif b/catalogue/catalog_lc_headline2_es.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_es.gif differ diff --git a/catalogue/catalog_lc_headline2_fi.gif b/catalogue/catalog_lc_headline2_fi.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_fi.gif differ diff --git a/catalogue/catalog_lc_headline2_fr.gif b/catalogue/catalog_lc_headline2_fr.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_fr.gif differ diff --git a/catalogue/catalog_lc_headline2_it_001.gif b/catalogue/catalog_lc_headline2_it_001.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_it_001.gif differ diff --git a/catalogue/catalog_lc_headline2_ja.gif b/catalogue/catalog_lc_headline2_ja.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_ja.gif differ diff --git a/catalogue/catalog_lc_headline2_nl.gif b/catalogue/catalog_lc_headline2_nl.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_nl.gif differ diff --git a/catalogue/catalog_lc_headline2_no.gif b/catalogue/catalog_lc_headline2_no.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_no.gif differ diff --git a/catalogue/catalog_lc_headline2_pt.gif b/catalogue/catalog_lc_headline2_pt.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_pt.gif differ diff --git a/catalogue/catalog_lc_headline2_se.gif b/catalogue/catalog_lc_headline2_se.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_se.gif differ diff --git a/catalogue/catalog_lc_headline2_sv.gif b/catalogue/catalog_lc_headline2_sv.gif new file mode 100644 index 00000000..40487298 Binary files /dev/null and b/catalogue/catalog_lc_headline2_sv.gif differ diff --git a/catalogue/catalog_lc_teaser1_br.gif b/catalogue/catalog_lc_teaser1_br.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_br.gif differ diff --git a/catalogue/catalog_lc_teaser1_da_001.gif b/catalogue/catalog_lc_teaser1_da_001.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_da_001.gif differ diff --git a/catalogue/catalog_lc_teaser1_de.gif b/catalogue/catalog_lc_teaser1_de.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_de.gif differ diff --git a/catalogue/catalog_lc_teaser1_en.gif b/catalogue/catalog_lc_teaser1_en.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_en.gif differ diff --git a/catalogue/catalog_lc_teaser1_en_001.gif b/catalogue/catalog_lc_teaser1_en_001.gif new file mode 100644 index 00000000..d919805c Binary files /dev/null and b/catalogue/catalog_lc_teaser1_en_001.gif differ diff --git a/catalogue/catalog_lc_teaser1_en_0012.gif b/catalogue/catalog_lc_teaser1_en_0012.gif new file mode 100644 index 00000000..5c44dce7 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_en_0012.gif differ diff --git a/catalogue/catalog_lc_teaser1_es.gif b/catalogue/catalog_lc_teaser1_es.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_es.gif differ diff --git a/catalogue/catalog_lc_teaser1_fi.gif b/catalogue/catalog_lc_teaser1_fi.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_fi.gif differ diff --git a/catalogue/catalog_lc_teaser1_fr.gif b/catalogue/catalog_lc_teaser1_fr.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_fr.gif differ diff --git a/catalogue/catalog_lc_teaser1_it.gif b/catalogue/catalog_lc_teaser1_it.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_it.gif differ diff --git a/catalogue/catalog_lc_teaser1_ja.gif b/catalogue/catalog_lc_teaser1_ja.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_ja.gif differ diff --git a/catalogue/catalog_lc_teaser1_nl.gif b/catalogue/catalog_lc_teaser1_nl.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_nl.gif differ diff --git a/catalogue/catalog_lc_teaser1_no.gif b/catalogue/catalog_lc_teaser1_no.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_no.gif differ diff --git a/catalogue/catalog_lc_teaser1_pt.gif b/catalogue/catalog_lc_teaser1_pt.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_pt.gif differ diff --git a/catalogue/catalog_lc_teaser1_se.gif b/catalogue/catalog_lc_teaser1_se.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_se.gif differ diff --git a/catalogue/catalog_lc_teaser1_sv.gif b/catalogue/catalog_lc_teaser1_sv.gif new file mode 100644 index 00000000..301d6b18 Binary files /dev/null and b/catalogue/catalog_lc_teaser1_sv.gif differ diff --git a/catalogue/catalog_lighting_header_dyn.gif b/catalogue/catalog_lighting_header_dyn.gif new file mode 100644 index 00000000..3711f6ab Binary files /dev/null and b/catalogue/catalog_lighting_header_dyn.gif differ diff --git a/catalogue/catalog_lighting_teaser2_001.gif b/catalogue/catalog_lighting_teaser2_001.gif new file mode 100644 index 00000000..2812f39f Binary files /dev/null and b/catalogue/catalog_lighting_teaser2_001.gif differ diff --git a/catalogue/catalog_lim_headline1_ja.gif b/catalogue/catalog_lim_headline1_ja.gif new file mode 100644 index 00000000..1b5bb6df Binary files /dev/null and b/catalogue/catalog_lim_headline1_ja.gif differ diff --git a/catalogue/catalog_lim_teaser1_en.gif b/catalogue/catalog_lim_teaser1_en.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_lim_teaser1_en.gif differ diff --git a/catalogue/catalog_lim_teaser1_es.gif b/catalogue/catalog_lim_teaser1_es.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_lim_teaser1_es.gif differ diff --git a/catalogue/catalog_lim_teaser1_ja.gif b/catalogue/catalog_lim_teaser1_ja.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_lim_teaser1_ja.gif differ diff --git a/catalogue/catalog_lim_teaser1_pt.gif b/catalogue/catalog_lim_teaser1_pt.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_lim_teaser1_pt.gif differ diff --git a/catalogue/catalog_lim_teaser_sv.gif b/catalogue/catalog_lim_teaser_sv.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_lim_teaser_sv.gif differ diff --git a/catalogue/catalog_limited_header.gif b/catalogue/catalog_limited_header.gif new file mode 100644 index 00000000..239ca792 Binary files /dev/null and b/catalogue/catalog_limited_header.gif differ diff --git a/catalogue/catalog_limited_header_sold.gif b/catalogue/catalog_limited_header_sold.gif new file mode 100644 index 00000000..7155e551 Binary files /dev/null and b/catalogue/catalog_limited_header_sold.gif differ diff --git a/catalogue/catalog_limited_headline1.gif b/catalogue/catalog_limited_headline1.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1.gif differ diff --git a/catalogue/catalog_limited_headline1_br.gif b/catalogue/catalog_limited_headline1_br.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_br.gif differ diff --git a/catalogue/catalog_limited_headline1_ca.gif b/catalogue/catalog_limited_headline1_ca.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_ca.gif differ diff --git a/catalogue/catalog_limited_headline1_ch.gif b/catalogue/catalog_limited_headline1_ch.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_ch.gif differ diff --git a/catalogue/catalog_limited_headline1_cn.gif b/catalogue/catalog_limited_headline1_cn.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_cn.gif differ diff --git a/catalogue/catalog_limited_headline1_de.gif b/catalogue/catalog_limited_headline1_de.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_de.gif differ diff --git a/catalogue/catalog_limited_headline1_dk.gif b/catalogue/catalog_limited_headline1_dk.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_dk.gif differ diff --git a/catalogue/catalog_limited_headline1_en.gif b/catalogue/catalog_limited_headline1_en.gif new file mode 100644 index 00000000..7dd57167 Binary files /dev/null and b/catalogue/catalog_limited_headline1_en.gif differ diff --git a/catalogue/catalog_limited_headline1_es.gif b/catalogue/catalog_limited_headline1_es.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_es.gif differ diff --git a/catalogue/catalog_limited_headline1_fi.gif b/catalogue/catalog_limited_headline1_fi.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_fi.gif differ diff --git a/catalogue/catalog_limited_headline1_fr.gif b/catalogue/catalog_limited_headline1_fr.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_fr.gif differ diff --git a/catalogue/catalog_limited_headline1_it.gif b/catalogue/catalog_limited_headline1_it.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_it.gif differ diff --git a/catalogue/catalog_limited_headline1_jp.gif b/catalogue/catalog_limited_headline1_jp.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_jp.gif differ diff --git a/catalogue/catalog_limited_headline1_nl.gif b/catalogue/catalog_limited_headline1_nl.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_nl.gif differ diff --git a/catalogue/catalog_limited_headline1_no.gif b/catalogue/catalog_limited_headline1_no.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_no.gif differ diff --git a/catalogue/catalog_limited_headline1_pt.gif b/catalogue/catalog_limited_headline1_pt.gif new file mode 100644 index 00000000..7dd57167 Binary files /dev/null and b/catalogue/catalog_limited_headline1_pt.gif differ diff --git a/catalogue/catalog_limited_headline1_ru.gif b/catalogue/catalog_limited_headline1_ru.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_ru.gif differ diff --git a/catalogue/catalog_limited_headline1_se.gif b/catalogue/catalog_limited_headline1_se.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_se.gif differ diff --git a/catalogue/catalog_limited_headline1_sg.gif b/catalogue/catalog_limited_headline1_sg.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_sg.gif differ diff --git a/catalogue/catalog_limited_headline1_uk.gif b/catalogue/catalog_limited_headline1_uk.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/catalog_limited_headline1_uk.gif differ diff --git a/catalogue/catalog_limited_teaser.gif b/catalogue/catalog_limited_teaser.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_limited_teaser.gif differ diff --git a/catalogue/catalog_limited_teaser1.gif b/catalogue/catalog_limited_teaser1.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_limited_teaser1.gif differ diff --git a/catalogue/catalog_limited_teaser1_001.gif b/catalogue/catalog_limited_teaser1_001.gif new file mode 100644 index 00000000..f3aac1ac Binary files /dev/null and b/catalogue/catalog_limited_teaser1_001.gif differ diff --git a/catalogue/catalog_limited_teaser_de.gif b/catalogue/catalog_limited_teaser_de.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_limited_teaser_de.gif differ diff --git a/catalogue/catalog_limited_teaser_en.gif b/catalogue/catalog_limited_teaser_en.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_limited_teaser_en.gif differ diff --git a/catalogue/catalog_limited_teaser_es.gif b/catalogue/catalog_limited_teaser_es.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_limited_teaser_es.gif differ diff --git a/catalogue/catalog_limited_teaser_fi.gif b/catalogue/catalog_limited_teaser_fi.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_limited_teaser_fi.gif differ diff --git a/catalogue/catalog_limited_teaser_pt.gif b/catalogue/catalog_limited_teaser_pt.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/catalog_limited_teaser_pt.gif differ diff --git a/catalogue/catalog_limo_teaser.gif b/catalogue/catalog_limo_teaser.gif new file mode 100644 index 00000000..97d7aabf Binary files /dev/null and b/catalogue/catalog_limo_teaser.gif differ diff --git a/catalogue/catalog_lodge_headline1.gif b/catalogue/catalog_lodge_headline1.gif new file mode 100644 index 00000000..882bd0a2 Binary files /dev/null and b/catalogue/catalog_lodge_headline1.gif differ diff --git a/catalogue/catalog_lodge_headline1_br.gif b/catalogue/catalog_lodge_headline1_br.gif new file mode 100644 index 00000000..3f6b4d93 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_br.gif differ diff --git a/catalogue/catalog_lodge_headline1_ca.gif b/catalogue/catalog_lodge_headline1_ca.gif new file mode 100644 index 00000000..882bd0a2 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_ca.gif differ diff --git a/catalogue/catalog_lodge_headline1_ch.gif b/catalogue/catalog_lodge_headline1_ch.gif new file mode 100644 index 00000000..0f1bbec6 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_ch.gif differ diff --git a/catalogue/catalog_lodge_headline1_cn.gif b/catalogue/catalog_lodge_headline1_cn.gif new file mode 100644 index 00000000..bf20fb85 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_cn.gif differ diff --git a/catalogue/catalog_lodge_headline1_de.gif b/catalogue/catalog_lodge_headline1_de.gif new file mode 100644 index 00000000..897089b1 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_de.gif differ diff --git a/catalogue/catalog_lodge_headline1_dk.gif b/catalogue/catalog_lodge_headline1_dk.gif new file mode 100644 index 00000000..14812589 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_dk.gif differ diff --git a/catalogue/catalog_lodge_headline1_en.gif b/catalogue/catalog_lodge_headline1_en.gif new file mode 100644 index 00000000..d9902a6a Binary files /dev/null and b/catalogue/catalog_lodge_headline1_en.gif differ diff --git a/catalogue/catalog_lodge_headline1_es.gif b/catalogue/catalog_lodge_headline1_es.gif new file mode 100644 index 00000000..d9902a6a Binary files /dev/null and b/catalogue/catalog_lodge_headline1_es.gif differ diff --git a/catalogue/catalog_lodge_headline1_fi.gif b/catalogue/catalog_lodge_headline1_fi.gif new file mode 100644 index 00000000..fbc995cc Binary files /dev/null and b/catalogue/catalog_lodge_headline1_fi.gif differ diff --git a/catalogue/catalog_lodge_headline1_fr.gif b/catalogue/catalog_lodge_headline1_fr.gif new file mode 100644 index 00000000..d9902a6a Binary files /dev/null and b/catalogue/catalog_lodge_headline1_fr.gif differ diff --git a/catalogue/catalog_lodge_headline1_it.gif b/catalogue/catalog_lodge_headline1_it.gif new file mode 100644 index 00000000..d9902a6a Binary files /dev/null and b/catalogue/catalog_lodge_headline1_it.gif differ diff --git a/catalogue/catalog_lodge_headline1_jp.gif b/catalogue/catalog_lodge_headline1_jp.gif new file mode 100644 index 00000000..882bd0a2 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_jp.gif differ diff --git a/catalogue/catalog_lodge_headline1_nl.gif b/catalogue/catalog_lodge_headline1_nl.gif new file mode 100644 index 00000000..882bd0a2 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_nl.gif differ diff --git a/catalogue/catalog_lodge_headline1_no.gif b/catalogue/catalog_lodge_headline1_no.gif new file mode 100644 index 00000000..a20198ff Binary files /dev/null and b/catalogue/catalog_lodge_headline1_no.gif differ diff --git a/catalogue/catalog_lodge_headline1_ru.gif b/catalogue/catalog_lodge_headline1_ru.gif new file mode 100644 index 00000000..f0ee3489 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_ru.gif differ diff --git a/catalogue/catalog_lodge_headline1_se.gif b/catalogue/catalog_lodge_headline1_se.gif new file mode 100644 index 00000000..bdee4487 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_se.gif differ diff --git a/catalogue/catalog_lodge_headline1_sg.gif b/catalogue/catalog_lodge_headline1_sg.gif new file mode 100644 index 00000000..882bd0a2 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_sg.gif differ diff --git a/catalogue/catalog_lodge_headline1_uk.gif b/catalogue/catalog_lodge_headline1_uk.gif new file mode 100644 index 00000000..882bd0a2 Binary files /dev/null and b/catalogue/catalog_lodge_headline1_uk.gif differ diff --git a/catalogue/catalog_lodge_teaser1.gif b/catalogue/catalog_lodge_teaser1.gif new file mode 100644 index 00000000..82b8576a Binary files /dev/null and b/catalogue/catalog_lodge_teaser1.gif differ diff --git a/catalogue/catalog_lodge_teaser1_en.gif b/catalogue/catalog_lodge_teaser1_en.gif new file mode 100644 index 00000000..82b8576a Binary files /dev/null and b/catalogue/catalog_lodge_teaser1_en.gif differ diff --git a/catalogue/catalog_love_headline1.gif b/catalogue/catalog_love_headline1.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1.gif differ diff --git a/catalogue/catalog_love_headline1_br.gif b/catalogue/catalog_love_headline1_br.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_br.gif differ diff --git a/catalogue/catalog_love_headline1_ca.gif b/catalogue/catalog_love_headline1_ca.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_ca.gif differ diff --git a/catalogue/catalog_love_headline1_ch.gif b/catalogue/catalog_love_headline1_ch.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_ch.gif differ diff --git a/catalogue/catalog_love_headline1_cn.gif b/catalogue/catalog_love_headline1_cn.gif new file mode 100644 index 00000000..b1e49985 Binary files /dev/null and b/catalogue/catalog_love_headline1_cn.gif differ diff --git a/catalogue/catalog_love_headline1_de.gif b/catalogue/catalog_love_headline1_de.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_de.gif differ diff --git a/catalogue/catalog_love_headline1_dk.gif b/catalogue/catalog_love_headline1_dk.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_dk.gif differ diff --git a/catalogue/catalog_love_headline1_en.gif b/catalogue/catalog_love_headline1_en.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_en.gif differ diff --git a/catalogue/catalog_love_headline1_es.gif b/catalogue/catalog_love_headline1_es.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_es.gif differ diff --git a/catalogue/catalog_love_headline1_fi.gif b/catalogue/catalog_love_headline1_fi.gif new file mode 100644 index 00000000..fc481091 Binary files /dev/null and b/catalogue/catalog_love_headline1_fi.gif differ diff --git a/catalogue/catalog_love_headline1_fr.gif b/catalogue/catalog_love_headline1_fr.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_fr.gif differ diff --git a/catalogue/catalog_love_headline1_it.gif b/catalogue/catalog_love_headline1_it.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_it.gif differ diff --git a/catalogue/catalog_love_headline1_jp.gif b/catalogue/catalog_love_headline1_jp.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_jp.gif differ diff --git a/catalogue/catalog_love_headline1_nl.gif b/catalogue/catalog_love_headline1_nl.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_nl.gif differ diff --git a/catalogue/catalog_love_headline1_no.gif b/catalogue/catalog_love_headline1_no.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_no.gif differ diff --git a/catalogue/catalog_love_headline1_ru.gif b/catalogue/catalog_love_headline1_ru.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_ru.gif differ diff --git a/catalogue/catalog_love_headline1_se.gif b/catalogue/catalog_love_headline1_se.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_se.gif differ diff --git a/catalogue/catalog_love_headline1_sg.gif b/catalogue/catalog_love_headline1_sg.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_sg.gif differ diff --git a/catalogue/catalog_love_headline1_uk.gif b/catalogue/catalog_love_headline1_uk.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/catalog_love_headline1_uk.gif differ diff --git a/catalogue/catalog_love_teaser1.gif b/catalogue/catalog_love_teaser1.gif new file mode 100644 index 00000000..b9f261bc Binary files /dev/null and b/catalogue/catalog_love_teaser1.gif differ diff --git a/catalogue/catalog_love_teaser1_en.gif b/catalogue/catalog_love_teaser1_en.gif new file mode 100644 index 00000000..b9f261bc Binary files /dev/null and b/catalogue/catalog_love_teaser1_en.gif differ diff --git a/catalogue/catalog_madmoney_header_en.gif b/catalogue/catalog_madmoney_header_en.gif new file mode 100644 index 00000000..1fad2b6c Binary files /dev/null and b/catalogue/catalog_madmoney_header_en.gif differ diff --git a/catalogue/catalog_madmoney_teaser_en.gif b/catalogue/catalog_madmoney_teaser_en.gif new file mode 100644 index 00000000..fd3993a6 Binary files /dev/null and b/catalogue/catalog_madmoney_teaser_en.gif differ diff --git a/catalogue/catalog_marketplace_header_de.gif b/catalogue/catalog_marketplace_header_de.gif new file mode 100644 index 00000000..4be75f5b Binary files /dev/null and b/catalogue/catalog_marketplace_header_de.gif differ diff --git a/catalogue/catalog_marketplace_header_en.gif b/catalogue/catalog_marketplace_header_en.gif new file mode 100644 index 00000000..fa334185 Binary files /dev/null and b/catalogue/catalog_marketplace_header_en.gif differ diff --git a/catalogue/catalog_marketplace_header_es.gif b/catalogue/catalog_marketplace_header_es.gif new file mode 100644 index 00000000..a223c663 Binary files /dev/null and b/catalogue/catalog_marketplace_header_es.gif differ diff --git a/catalogue/catalog_marketplace_header_nl.gif b/catalogue/catalog_marketplace_header_nl.gif new file mode 100644 index 00000000..84d587af Binary files /dev/null and b/catalogue/catalog_marketplace_header_nl.gif differ diff --git a/catalogue/catalog_mode_headline1.gif b/catalogue/catalog_mode_headline1.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1.gif differ diff --git a/catalogue/catalog_mode_headline1_br.gif b/catalogue/catalog_mode_headline1_br.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_br.gif differ diff --git a/catalogue/catalog_mode_headline1_ca.gif b/catalogue/catalog_mode_headline1_ca.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_ca.gif differ diff --git a/catalogue/catalog_mode_headline1_ch.gif b/catalogue/catalog_mode_headline1_ch.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_ch.gif differ diff --git a/catalogue/catalog_mode_headline1_cn.gif b/catalogue/catalog_mode_headline1_cn.gif new file mode 100644 index 00000000..1a8b6b41 Binary files /dev/null and b/catalogue/catalog_mode_headline1_cn.gif differ diff --git a/catalogue/catalog_mode_headline1_de.gif b/catalogue/catalog_mode_headline1_de.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_de.gif differ diff --git a/catalogue/catalog_mode_headline1_dk.gif b/catalogue/catalog_mode_headline1_dk.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_dk.gif differ diff --git a/catalogue/catalog_mode_headline1_en.gif b/catalogue/catalog_mode_headline1_en.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_en.gif differ diff --git a/catalogue/catalog_mode_headline1_es.gif b/catalogue/catalog_mode_headline1_es.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_es.gif differ diff --git a/catalogue/catalog_mode_headline1_fi.gif b/catalogue/catalog_mode_headline1_fi.gif new file mode 100644 index 00000000..4434ff48 Binary files /dev/null and b/catalogue/catalog_mode_headline1_fi.gif differ diff --git a/catalogue/catalog_mode_headline1_fr.gif b/catalogue/catalog_mode_headline1_fr.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_fr.gif differ diff --git a/catalogue/catalog_mode_headline1_it.gif b/catalogue/catalog_mode_headline1_it.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_it.gif differ diff --git a/catalogue/catalog_mode_headline1_jp.gif b/catalogue/catalog_mode_headline1_jp.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_jp.gif differ diff --git a/catalogue/catalog_mode_headline1_nl.gif b/catalogue/catalog_mode_headline1_nl.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_nl.gif differ diff --git a/catalogue/catalog_mode_headline1_no.gif b/catalogue/catalog_mode_headline1_no.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_no.gif differ diff --git a/catalogue/catalog_mode_headline1_ru.gif b/catalogue/catalog_mode_headline1_ru.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_ru.gif differ diff --git a/catalogue/catalog_mode_headline1_se.gif b/catalogue/catalog_mode_headline1_se.gif new file mode 100644 index 00000000..f230f639 Binary files /dev/null and b/catalogue/catalog_mode_headline1_se.gif differ diff --git a/catalogue/catalog_mode_headline1_sg.gif b/catalogue/catalog_mode_headline1_sg.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_sg.gif differ diff --git a/catalogue/catalog_mode_headline1_uk.gif b/catalogue/catalog_mode_headline1_uk.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/catalog_mode_headline1_uk.gif differ diff --git a/catalogue/catalog_mode_teaser1.gif b/catalogue/catalog_mode_teaser1.gif new file mode 100644 index 00000000..509ef739 Binary files /dev/null and b/catalogue/catalog_mode_teaser1.gif differ diff --git a/catalogue/catalog_mode_teaser1_en.gif b/catalogue/catalog_mode_teaser1_en.gif new file mode 100644 index 00000000..509ef739 Binary files /dev/null and b/catalogue/catalog_mode_teaser1_en.gif differ diff --git a/catalogue/catalog_monkey_headline.gif b/catalogue/catalog_monkey_headline.gif new file mode 100644 index 00000000..94c28e19 Binary files /dev/null and b/catalogue/catalog_monkey_headline.gif differ diff --git a/catalogue/catalog_monkey_store2_en.gif b/catalogue/catalog_monkey_store2_en.gif new file mode 100644 index 00000000..2111c5a2 Binary files /dev/null and b/catalogue/catalog_monkey_store2_en.gif differ diff --git a/catalogue/catalog_monkey_teaser.gif b/catalogue/catalog_monkey_teaser.gif new file mode 100644 index 00000000..b53de8bc Binary files /dev/null and b/catalogue/catalog_monkey_teaser.gif differ diff --git a/catalogue/catalog_nat_headline1_no.gif b/catalogue/catalog_nat_headline1_no.gif new file mode 100644 index 00000000..2c7bf6ea Binary files /dev/null and b/catalogue/catalog_nat_headline1_no.gif differ diff --git a/catalogue/catalog_natura_teaser1_en.gif b/catalogue/catalog_natura_teaser1_en.gif new file mode 100644 index 00000000..f4cd7b72 Binary files /dev/null and b/catalogue/catalog_natura_teaser1_en.gif differ diff --git a/catalogue/catalog_neon_header1_da.gif b/catalogue/catalog_neon_header1_da.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_da.gif differ diff --git a/catalogue/catalog_neon_header1_de.gif b/catalogue/catalog_neon_header1_de.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_de.gif differ diff --git a/catalogue/catalog_neon_header1_en.gif b/catalogue/catalog_neon_header1_en.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_en.gif differ diff --git a/catalogue/catalog_neon_header1_es.gif b/catalogue/catalog_neon_header1_es.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_es.gif differ diff --git a/catalogue/catalog_neon_header1_fi.gif b/catalogue/catalog_neon_header1_fi.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_fi.gif differ diff --git a/catalogue/catalog_neon_header1_fr.gif b/catalogue/catalog_neon_header1_fr.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_fr.gif differ diff --git a/catalogue/catalog_neon_header1_it.gif b/catalogue/catalog_neon_header1_it.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_it.gif differ diff --git a/catalogue/catalog_neon_header1_ja.gif b/catalogue/catalog_neon_header1_ja.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_ja.gif differ diff --git a/catalogue/catalog_neon_header1_nl.gif b/catalogue/catalog_neon_header1_nl.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_nl.gif differ diff --git a/catalogue/catalog_neon_header1_no.gif b/catalogue/catalog_neon_header1_no.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_no.gif differ diff --git a/catalogue/catalog_neon_header1_pt.gif b/catalogue/catalog_neon_header1_pt.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_pt.gif differ diff --git a/catalogue/catalog_neon_header1_ru.gif b/catalogue/catalog_neon_header1_ru.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_ru.gif differ diff --git a/catalogue/catalog_neon_header1_sv.gif b/catalogue/catalog_neon_header1_sv.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/catalog_neon_header1_sv.gif differ diff --git a/catalogue/catalog_neon_teaser1_da.gif b/catalogue/catalog_neon_teaser1_da.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_da.gif differ diff --git a/catalogue/catalog_neon_teaser1_de.gif b/catalogue/catalog_neon_teaser1_de.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_de.gif differ diff --git a/catalogue/catalog_neon_teaser1_en.gif b/catalogue/catalog_neon_teaser1_en.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_en.gif differ diff --git a/catalogue/catalog_neon_teaser1_es.gif b/catalogue/catalog_neon_teaser1_es.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_es.gif differ diff --git a/catalogue/catalog_neon_teaser1_fi.gif b/catalogue/catalog_neon_teaser1_fi.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_fi.gif differ diff --git a/catalogue/catalog_neon_teaser1_fr.gif b/catalogue/catalog_neon_teaser1_fr.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_fr.gif differ diff --git a/catalogue/catalog_neon_teaser1_it.gif b/catalogue/catalog_neon_teaser1_it.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_it.gif differ diff --git a/catalogue/catalog_neon_teaser1_ja.gif b/catalogue/catalog_neon_teaser1_ja.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_ja.gif differ diff --git a/catalogue/catalog_neon_teaser1_nl.gif b/catalogue/catalog_neon_teaser1_nl.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_nl.gif differ diff --git a/catalogue/catalog_neon_teaser1_no.gif b/catalogue/catalog_neon_teaser1_no.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_no.gif differ diff --git a/catalogue/catalog_neon_teaser1_pt.gif b/catalogue/catalog_neon_teaser1_pt.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_pt.gif differ diff --git a/catalogue/catalog_neon_teaser1_ru.gif b/catalogue/catalog_neon_teaser1_ru.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_ru.gif differ diff --git a/catalogue/catalog_neon_teaser1_sv.gif b/catalogue/catalog_neon_teaser1_sv.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/catalog_neon_teaser1_sv.gif differ diff --git a/catalogue/catalog_new_header_en.gif b/catalogue/catalog_new_header_en.gif new file mode 100644 index 00000000..d7586d40 Binary files /dev/null and b/catalogue/catalog_new_header_en.gif differ diff --git a/catalogue/catalog_niko_en.gif b/catalogue/catalog_niko_en.gif new file mode 100644 index 00000000..564408eb Binary files /dev/null and b/catalogue/catalog_niko_en.gif differ diff --git a/catalogue/catalog_note_marketplace.gif b/catalogue/catalog_note_marketplace.gif new file mode 100644 index 00000000..fe54def3 Binary files /dev/null and b/catalogue/catalog_note_marketplace.gif differ diff --git a/catalogue/catalog_pet_header1_pt.gif b/catalogue/catalog_pet_header1_pt.gif new file mode 100644 index 00000000..630bfb1e Binary files /dev/null and b/catalogue/catalog_pet_header1_pt.gif differ diff --git a/catalogue/catalog_pet_header2_pt.gif b/catalogue/catalog_pet_header2_pt.gif new file mode 100644 index 00000000..fd1bfcf4 Binary files /dev/null and b/catalogue/catalog_pet_header2_pt.gif differ diff --git a/catalogue/catalog_pet_headline1.gif b/catalogue/catalog_pet_headline1.gif new file mode 100644 index 00000000..69b129a3 Binary files /dev/null and b/catalogue/catalog_pet_headline1.gif differ diff --git a/catalogue/catalog_pet_headline1_br.gif b/catalogue/catalog_pet_headline1_br.gif new file mode 100644 index 00000000..69b129a3 Binary files /dev/null and b/catalogue/catalog_pet_headline1_br.gif differ diff --git a/catalogue/catalog_pet_headline1_ca.gif b/catalogue/catalog_pet_headline1_ca.gif new file mode 100644 index 00000000..69b129a3 Binary files /dev/null and b/catalogue/catalog_pet_headline1_ca.gif differ diff --git a/catalogue/catalog_pet_headline1_ch.gif b/catalogue/catalog_pet_headline1_ch.gif new file mode 100644 index 00000000..51090fd5 Binary files /dev/null and b/catalogue/catalog_pet_headline1_ch.gif differ diff --git a/catalogue/catalog_pet_headline1_cn.gif b/catalogue/catalog_pet_headline1_cn.gif new file mode 100644 index 00000000..139e2262 Binary files /dev/null and b/catalogue/catalog_pet_headline1_cn.gif differ diff --git a/catalogue/catalog_pet_headline1_de.gif b/catalogue/catalog_pet_headline1_de.gif new file mode 100644 index 00000000..51090fd5 Binary files /dev/null and b/catalogue/catalog_pet_headline1_de.gif differ diff --git a/catalogue/catalog_pet_headline1_dk.gif b/catalogue/catalog_pet_headline1_dk.gif new file mode 100644 index 00000000..b8da77f9 Binary files /dev/null and b/catalogue/catalog_pet_headline1_dk.gif differ diff --git a/catalogue/catalog_pet_headline1_en.gif b/catalogue/catalog_pet_headline1_en.gif new file mode 100644 index 00000000..69b129a3 Binary files /dev/null and b/catalogue/catalog_pet_headline1_en.gif differ diff --git a/catalogue/catalog_pet_headline1_es.gif b/catalogue/catalog_pet_headline1_es.gif new file mode 100644 index 00000000..e4186766 Binary files /dev/null and b/catalogue/catalog_pet_headline1_es.gif differ diff --git a/catalogue/catalog_pet_headline1_fi.gif b/catalogue/catalog_pet_headline1_fi.gif new file mode 100644 index 00000000..9274e6dd Binary files /dev/null and b/catalogue/catalog_pet_headline1_fi.gif differ diff --git a/catalogue/catalog_pet_headline1_fr.gif b/catalogue/catalog_pet_headline1_fr.gif new file mode 100644 index 00000000..3649330c Binary files /dev/null and b/catalogue/catalog_pet_headline1_fr.gif differ diff --git a/catalogue/catalog_pet_headline1_it.gif b/catalogue/catalog_pet_headline1_it.gif new file mode 100644 index 00000000..d78cd3b8 Binary files /dev/null and b/catalogue/catalog_pet_headline1_it.gif differ diff --git a/catalogue/catalog_pet_headline1_jp.gif b/catalogue/catalog_pet_headline1_jp.gif new file mode 100644 index 00000000..69b129a3 Binary files /dev/null and b/catalogue/catalog_pet_headline1_jp.gif differ diff --git a/catalogue/catalog_pet_headline1_nl.gif b/catalogue/catalog_pet_headline1_nl.gif new file mode 100644 index 00000000..d45078a2 Binary files /dev/null and b/catalogue/catalog_pet_headline1_nl.gif differ diff --git a/catalogue/catalog_pet_headline1_no.gif b/catalogue/catalog_pet_headline1_no.gif new file mode 100644 index 00000000..bb1c7fa4 Binary files /dev/null and b/catalogue/catalog_pet_headline1_no.gif differ diff --git a/catalogue/catalog_pet_headline1_ru.gif b/catalogue/catalog_pet_headline1_ru.gif new file mode 100644 index 00000000..bee211fd Binary files /dev/null and b/catalogue/catalog_pet_headline1_ru.gif differ diff --git a/catalogue/catalog_pet_headline1_se.gif b/catalogue/catalog_pet_headline1_se.gif new file mode 100644 index 00000000..bab62bc6 Binary files /dev/null and b/catalogue/catalog_pet_headline1_se.gif differ diff --git a/catalogue/catalog_pet_headline1_sg.gif b/catalogue/catalog_pet_headline1_sg.gif new file mode 100644 index 00000000..69b129a3 Binary files /dev/null and b/catalogue/catalog_pet_headline1_sg.gif differ diff --git a/catalogue/catalog_pet_headline1_uk.gif b/catalogue/catalog_pet_headline1_uk.gif new file mode 100644 index 00000000..69b129a3 Binary files /dev/null and b/catalogue/catalog_pet_headline1_uk.gif differ diff --git a/catalogue/catalog_pet_headline2.gif b/catalogue/catalog_pet_headline2.gif new file mode 100644 index 00000000..e9e5c373 Binary files /dev/null and b/catalogue/catalog_pet_headline2.gif differ diff --git a/catalogue/catalog_pet_headline2_br.gif b/catalogue/catalog_pet_headline2_br.gif new file mode 100644 index 00000000..fcefe42a Binary files /dev/null and b/catalogue/catalog_pet_headline2_br.gif differ diff --git a/catalogue/catalog_pet_headline2_ca.gif b/catalogue/catalog_pet_headline2_ca.gif new file mode 100644 index 00000000..e9e5c373 Binary files /dev/null and b/catalogue/catalog_pet_headline2_ca.gif differ diff --git a/catalogue/catalog_pet_headline2_ch.gif b/catalogue/catalog_pet_headline2_ch.gif new file mode 100644 index 00000000..13ef70a6 Binary files /dev/null and b/catalogue/catalog_pet_headline2_ch.gif differ diff --git a/catalogue/catalog_pet_headline2_cn.gif b/catalogue/catalog_pet_headline2_cn.gif new file mode 100644 index 00000000..1347cc32 Binary files /dev/null and b/catalogue/catalog_pet_headline2_cn.gif differ diff --git a/catalogue/catalog_pet_headline2_de.gif b/catalogue/catalog_pet_headline2_de.gif new file mode 100644 index 00000000..13ef70a6 Binary files /dev/null and b/catalogue/catalog_pet_headline2_de.gif differ diff --git a/catalogue/catalog_pet_headline2_dk.gif b/catalogue/catalog_pet_headline2_dk.gif new file mode 100644 index 00000000..250d4e55 Binary files /dev/null and b/catalogue/catalog_pet_headline2_dk.gif differ diff --git a/catalogue/catalog_pet_headline2_en.gif b/catalogue/catalog_pet_headline2_en.gif new file mode 100644 index 00000000..87714ac0 Binary files /dev/null and b/catalogue/catalog_pet_headline2_en.gif differ diff --git a/catalogue/catalog_pet_headline2_es.gif b/catalogue/catalog_pet_headline2_es.gif new file mode 100644 index 00000000..87714ac0 Binary files /dev/null and b/catalogue/catalog_pet_headline2_es.gif differ diff --git a/catalogue/catalog_pet_headline2_fi.gif b/catalogue/catalog_pet_headline2_fi.gif new file mode 100644 index 00000000..f9fa9955 Binary files /dev/null and b/catalogue/catalog_pet_headline2_fi.gif differ diff --git a/catalogue/catalog_pet_headline2_fr.gif b/catalogue/catalog_pet_headline2_fr.gif new file mode 100644 index 00000000..6937b56a Binary files /dev/null and b/catalogue/catalog_pet_headline2_fr.gif differ diff --git a/catalogue/catalog_pet_headline2_it.gif b/catalogue/catalog_pet_headline2_it.gif new file mode 100644 index 00000000..4db54a19 Binary files /dev/null and b/catalogue/catalog_pet_headline2_it.gif differ diff --git a/catalogue/catalog_pet_headline2_jp.gif b/catalogue/catalog_pet_headline2_jp.gif new file mode 100644 index 00000000..e9e5c373 Binary files /dev/null and b/catalogue/catalog_pet_headline2_jp.gif differ diff --git a/catalogue/catalog_pet_headline2_nl.gif b/catalogue/catalog_pet_headline2_nl.gif new file mode 100644 index 00000000..8f545e57 Binary files /dev/null and b/catalogue/catalog_pet_headline2_nl.gif differ diff --git a/catalogue/catalog_pet_headline2_no.gif b/catalogue/catalog_pet_headline2_no.gif new file mode 100644 index 00000000..be101f5d Binary files /dev/null and b/catalogue/catalog_pet_headline2_no.gif differ diff --git a/catalogue/catalog_pet_headline2_ru.gif b/catalogue/catalog_pet_headline2_ru.gif new file mode 100644 index 00000000..fa1fab3d Binary files /dev/null and b/catalogue/catalog_pet_headline2_ru.gif differ diff --git a/catalogue/catalog_pet_headline2_se.gif b/catalogue/catalog_pet_headline2_se.gif new file mode 100644 index 00000000..646a66be Binary files /dev/null and b/catalogue/catalog_pet_headline2_se.gif differ diff --git a/catalogue/catalog_pet_headline2_sg.gif b/catalogue/catalog_pet_headline2_sg.gif new file mode 100644 index 00000000..e9e5c373 Binary files /dev/null and b/catalogue/catalog_pet_headline2_sg.gif differ diff --git a/catalogue/catalog_pet_headline2_uk.gif b/catalogue/catalog_pet_headline2_uk.gif new file mode 100644 index 00000000..e9e5c373 Binary files /dev/null and b/catalogue/catalog_pet_headline2_uk.gif differ diff --git a/catalogue/catalog_pet_headline3_es.gif b/catalogue/catalog_pet_headline3_es.gif new file mode 100644 index 00000000..df6939e4 Binary files /dev/null and b/catalogue/catalog_pet_headline3_es.gif differ diff --git a/catalogue/catalog_pets_teaser1.gif b/catalogue/catalog_pets_teaser1.gif new file mode 100644 index 00000000..bf85c65b Binary files /dev/null and b/catalogue/catalog_pets_teaser1.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_br.gif b/catalogue/catalog_pixeldeals_headline1_br.gif new file mode 100644 index 00000000..379281fc Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_br.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_ch.gif b/catalogue/catalog_pixeldeals_headline1_ch.gif new file mode 100644 index 00000000..c9d96e6b Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_ch.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_de.gif b/catalogue/catalog_pixeldeals_headline1_de.gif new file mode 100644 index 00000000..c9d96e6b Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_de.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_dk.gif b/catalogue/catalog_pixeldeals_headline1_dk.gif new file mode 100644 index 00000000..2bb8e73f Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_dk.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_en.gif b/catalogue/catalog_pixeldeals_headline1_en.gif new file mode 100644 index 00000000..995f605e Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_en.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_es.gif b/catalogue/catalog_pixeldeals_headline1_es.gif new file mode 100644 index 00000000..6ea583d3 Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_es.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_fi.gif b/catalogue/catalog_pixeldeals_headline1_fi.gif new file mode 100644 index 00000000..ceb763ad Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_fi.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_fr.gif b/catalogue/catalog_pixeldeals_headline1_fr.gif new file mode 100644 index 00000000..6e5dd62b Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_fr.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_it_001.gif b/catalogue/catalog_pixeldeals_headline1_it_001.gif new file mode 100644 index 00000000..b370e1d8 Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_it_001.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_jp.gif b/catalogue/catalog_pixeldeals_headline1_jp.gif new file mode 100644 index 00000000..4ea8d97f Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_jp.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_nl.gif b/catalogue/catalog_pixeldeals_headline1_nl.gif new file mode 100644 index 00000000..9c213588 Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_nl.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_no.gif b/catalogue/catalog_pixeldeals_headline1_no.gif new file mode 100644 index 00000000..f3999fea Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_no.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_ru.gif b/catalogue/catalog_pixeldeals_headline1_ru.gif new file mode 100644 index 00000000..e42bddfa Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_ru.gif differ diff --git a/catalogue/catalog_pixeldeals_headline1_se.gif b/catalogue/catalog_pixeldeals_headline1_se.gif new file mode 100644 index 00000000..05741c4c Binary files /dev/null and b/catalogue/catalog_pixeldeals_headline1_se.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_br.gif b/catalogue/catalog_pixeleffects_headline1_br.gif new file mode 100644 index 00000000..547c7844 Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_br.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_ch.gif b/catalogue/catalog_pixeleffects_headline1_ch.gif new file mode 100644 index 00000000..fe8f8a2d Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_ch.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_de.gif b/catalogue/catalog_pixeleffects_headline1_de.gif new file mode 100644 index 00000000..40ff49a9 Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_de.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_dk.gif b/catalogue/catalog_pixeleffects_headline1_dk.gif new file mode 100644 index 00000000..5dd7a5a8 Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_dk.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_en.gif b/catalogue/catalog_pixeleffects_headline1_en.gif new file mode 100644 index 00000000..c90d0035 Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_en.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_es.gif b/catalogue/catalog_pixeleffects_headline1_es.gif new file mode 100644 index 00000000..01f41c32 Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_es.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_fi.gif b/catalogue/catalog_pixeleffects_headline1_fi.gif new file mode 100644 index 00000000..38cb80b5 Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_fi.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_fr.gif b/catalogue/catalog_pixeleffects_headline1_fr.gif new file mode 100644 index 00000000..e4ad6d77 Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_fr.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_it.gif b/catalogue/catalog_pixeleffects_headline1_it.gif new file mode 100644 index 00000000..b9174a0f Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_it.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_jp.gif b/catalogue/catalog_pixeleffects_headline1_jp.gif new file mode 100644 index 00000000..6e59364f Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_jp.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_nl.gif b/catalogue/catalog_pixeleffects_headline1_nl.gif new file mode 100644 index 00000000..604eefc5 Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_nl.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_no.gif b/catalogue/catalog_pixeleffects_headline1_no.gif new file mode 100644 index 00000000..64e56114 Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_no.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_ru.gif b/catalogue/catalog_pixeleffects_headline1_ru.gif new file mode 100644 index 00000000..c6b0c0c0 Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_ru.gif differ diff --git a/catalogue/catalog_pixeleffects_headline1_se.gif b/catalogue/catalog_pixeleffects_headline1_se.gif new file mode 100644 index 00000000..400b7e45 Binary files /dev/null and b/catalogue/catalog_pixeleffects_headline1_se.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_br.gif b/catalogue/catalog_pixelrent_headline1_br.gif new file mode 100644 index 00000000..2cfce890 Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_br.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_ch.gif b/catalogue/catalog_pixelrent_headline1_ch.gif new file mode 100644 index 00000000..c5d0c882 Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_ch.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_de.gif b/catalogue/catalog_pixelrent_headline1_de.gif new file mode 100644 index 00000000..c5d0c882 Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_de.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_dk.gif b/catalogue/catalog_pixelrent_headline1_dk.gif new file mode 100644 index 00000000..30bd38b0 Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_dk.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_en.gif b/catalogue/catalog_pixelrent_headline1_en.gif new file mode 100644 index 00000000..b3bcd717 Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_en.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_es.gif b/catalogue/catalog_pixelrent_headline1_es.gif new file mode 100644 index 00000000..c2650d37 Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_es.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_fi.gif b/catalogue/catalog_pixelrent_headline1_fi.gif new file mode 100644 index 00000000..a16821b0 Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_fi.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_fr.gif b/catalogue/catalog_pixelrent_headline1_fr.gif new file mode 100644 index 00000000..a9ad052d Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_fr.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_it_001.gif b/catalogue/catalog_pixelrent_headline1_it_001.gif new file mode 100644 index 00000000..4301e65a Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_it_001.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_jp.gif b/catalogue/catalog_pixelrent_headline1_jp.gif new file mode 100644 index 00000000..65b91605 Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_jp.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_nl.gif b/catalogue/catalog_pixelrent_headline1_nl.gif new file mode 100644 index 00000000..3e9ff45f Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_nl.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_no.gif b/catalogue/catalog_pixelrent_headline1_no.gif new file mode 100644 index 00000000..7d4f56f3 Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_no.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_ru.gif b/catalogue/catalog_pixelrent_headline1_ru.gif new file mode 100644 index 00000000..6be6f7cf Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_ru.gif differ diff --git a/catalogue/catalog_pixelrent_headline1_se.gif b/catalogue/catalog_pixelrent_headline1_se.gif new file mode 100644 index 00000000..21c824b1 Binary files /dev/null and b/catalogue/catalog_pixelrent_headline1_se.gif differ diff --git a/catalogue/catalog_plants_headline1.gif b/catalogue/catalog_plants_headline1.gif new file mode 100644 index 00000000..bca6ddf8 Binary files /dev/null and b/catalogue/catalog_plants_headline1.gif differ diff --git a/catalogue/catalog_plants_headline1_br.gif b/catalogue/catalog_plants_headline1_br.gif new file mode 100644 index 00000000..fa4c53a7 Binary files /dev/null and b/catalogue/catalog_plants_headline1_br.gif differ diff --git a/catalogue/catalog_plants_headline1_ca.gif b/catalogue/catalog_plants_headline1_ca.gif new file mode 100644 index 00000000..bca6ddf8 Binary files /dev/null and b/catalogue/catalog_plants_headline1_ca.gif differ diff --git a/catalogue/catalog_plants_headline1_ch.gif b/catalogue/catalog_plants_headline1_ch.gif new file mode 100644 index 00000000..68332b11 Binary files /dev/null and b/catalogue/catalog_plants_headline1_ch.gif differ diff --git a/catalogue/catalog_plants_headline1_cn.gif b/catalogue/catalog_plants_headline1_cn.gif new file mode 100644 index 00000000..2bac633c Binary files /dev/null and b/catalogue/catalog_plants_headline1_cn.gif differ diff --git a/catalogue/catalog_plants_headline1_de.gif b/catalogue/catalog_plants_headline1_de.gif new file mode 100644 index 00000000..68332b11 Binary files /dev/null and b/catalogue/catalog_plants_headline1_de.gif differ diff --git a/catalogue/catalog_plants_headline1_dk.gif b/catalogue/catalog_plants_headline1_dk.gif new file mode 100644 index 00000000..2b9c9ca2 Binary files /dev/null and b/catalogue/catalog_plants_headline1_dk.gif differ diff --git a/catalogue/catalog_plants_headline1_en.gif b/catalogue/catalog_plants_headline1_en.gif new file mode 100644 index 00000000..fa4c53a7 Binary files /dev/null and b/catalogue/catalog_plants_headline1_en.gif differ diff --git a/catalogue/catalog_plants_headline1_es.gif b/catalogue/catalog_plants_headline1_es.gif new file mode 100644 index 00000000..fa4c53a7 Binary files /dev/null and b/catalogue/catalog_plants_headline1_es.gif differ diff --git a/catalogue/catalog_plants_headline1_fi.gif b/catalogue/catalog_plants_headline1_fi.gif new file mode 100644 index 00000000..41f4d0c2 Binary files /dev/null and b/catalogue/catalog_plants_headline1_fi.gif differ diff --git a/catalogue/catalog_plants_headline1_fr.gif b/catalogue/catalog_plants_headline1_fr.gif new file mode 100644 index 00000000..17be3951 Binary files /dev/null and b/catalogue/catalog_plants_headline1_fr.gif differ diff --git a/catalogue/catalog_plants_headline1_it.gif b/catalogue/catalog_plants_headline1_it.gif new file mode 100644 index 00000000..3c4fc129 Binary files /dev/null and b/catalogue/catalog_plants_headline1_it.gif differ diff --git a/catalogue/catalog_plants_headline1_jp.gif b/catalogue/catalog_plants_headline1_jp.gif new file mode 100644 index 00000000..bca6ddf8 Binary files /dev/null and b/catalogue/catalog_plants_headline1_jp.gif differ diff --git a/catalogue/catalog_plants_headline1_nl.gif b/catalogue/catalog_plants_headline1_nl.gif new file mode 100644 index 00000000..33596d30 Binary files /dev/null and b/catalogue/catalog_plants_headline1_nl.gif differ diff --git a/catalogue/catalog_plants_headline1_no.gif b/catalogue/catalog_plants_headline1_no.gif new file mode 100644 index 00000000..be8dfbad Binary files /dev/null and b/catalogue/catalog_plants_headline1_no.gif differ diff --git a/catalogue/catalog_plants_headline1_ru.gif b/catalogue/catalog_plants_headline1_ru.gif new file mode 100644 index 00000000..6fa75731 Binary files /dev/null and b/catalogue/catalog_plants_headline1_ru.gif differ diff --git a/catalogue/catalog_plants_headline1_se.gif b/catalogue/catalog_plants_headline1_se.gif new file mode 100644 index 00000000..f53a105a Binary files /dev/null and b/catalogue/catalog_plants_headline1_se.gif differ diff --git a/catalogue/catalog_plants_headline1_sg.gif b/catalogue/catalog_plants_headline1_sg.gif new file mode 100644 index 00000000..bca6ddf8 Binary files /dev/null and b/catalogue/catalog_plants_headline1_sg.gif differ diff --git a/catalogue/catalog_plants_headline1_uk.gif b/catalogue/catalog_plants_headline1_uk.gif new file mode 100644 index 00000000..bca6ddf8 Binary files /dev/null and b/catalogue/catalog_plants_headline1_uk.gif differ diff --git a/catalogue/catalog_plants_teaser1.gif b/catalogue/catalog_plants_teaser1.gif new file mode 100644 index 00000000..209e7c6f Binary files /dev/null and b/catalogue/catalog_plants_teaser1.gif differ diff --git a/catalogue/catalog_plants_teaser1_en.gif b/catalogue/catalog_plants_teaser1_en.gif new file mode 100644 index 00000000..209e7c6f Binary files /dev/null and b/catalogue/catalog_plants_teaser1_en.gif differ diff --git a/catalogue/catalog_plasto_headline1.gif b/catalogue/catalog_plasto_headline1.gif new file mode 100644 index 00000000..06ee6d52 Binary files /dev/null and b/catalogue/catalog_plasto_headline1.gif differ diff --git a/catalogue/catalog_plasto_headline1_br.gif b/catalogue/catalog_plasto_headline1_br.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_br.gif differ diff --git a/catalogue/catalog_plasto_headline1_ca.gif b/catalogue/catalog_plasto_headline1_ca.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_ca.gif differ diff --git a/catalogue/catalog_plasto_headline1_ch.gif b/catalogue/catalog_plasto_headline1_ch.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_ch.gif differ diff --git a/catalogue/catalog_plasto_headline1_cn.gif b/catalogue/catalog_plasto_headline1_cn.gif new file mode 100644 index 00000000..0503fd9b Binary files /dev/null and b/catalogue/catalog_plasto_headline1_cn.gif differ diff --git a/catalogue/catalog_plasto_headline1_de.gif b/catalogue/catalog_plasto_headline1_de.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_de.gif differ diff --git a/catalogue/catalog_plasto_headline1_dk.gif b/catalogue/catalog_plasto_headline1_dk.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_dk.gif differ diff --git a/catalogue/catalog_plasto_headline1_en.gif b/catalogue/catalog_plasto_headline1_en.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_en.gif differ diff --git a/catalogue/catalog_plasto_headline1_es.gif b/catalogue/catalog_plasto_headline1_es.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_es.gif differ diff --git a/catalogue/catalog_plasto_headline1_fi.gif b/catalogue/catalog_plasto_headline1_fi.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_fi.gif differ diff --git a/catalogue/catalog_plasto_headline1_fr.gif b/catalogue/catalog_plasto_headline1_fr.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_fr.gif differ diff --git a/catalogue/catalog_plasto_headline1_it.gif b/catalogue/catalog_plasto_headline1_it.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_it.gif differ diff --git a/catalogue/catalog_plasto_headline1_jp.gif b/catalogue/catalog_plasto_headline1_jp.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_jp.gif differ diff --git a/catalogue/catalog_plasto_headline1_nl.gif b/catalogue/catalog_plasto_headline1_nl.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_nl.gif differ diff --git a/catalogue/catalog_plasto_headline1_no.gif b/catalogue/catalog_plasto_headline1_no.gif new file mode 100644 index 00000000..5b92bc16 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_no.gif differ diff --git a/catalogue/catalog_plasto_headline1_ru.gif b/catalogue/catalog_plasto_headline1_ru.gif new file mode 100644 index 00000000..a2b60fcb Binary files /dev/null and b/catalogue/catalog_plasto_headline1_ru.gif differ diff --git a/catalogue/catalog_plasto_headline1_se.gif b/catalogue/catalog_plasto_headline1_se.gif new file mode 100644 index 00000000..608fa4ff Binary files /dev/null and b/catalogue/catalog_plasto_headline1_se.gif differ diff --git a/catalogue/catalog_plasto_headline1_sg.gif b/catalogue/catalog_plasto_headline1_sg.gif new file mode 100644 index 00000000..06ee6d52 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_sg.gif differ diff --git a/catalogue/catalog_plasto_headline1_uk.gif b/catalogue/catalog_plasto_headline1_uk.gif new file mode 100644 index 00000000..06ee6d52 Binary files /dev/null and b/catalogue/catalog_plasto_headline1_uk.gif differ diff --git a/catalogue/catalog_posters_teaser1.gif b/catalogue/catalog_posters_teaser1.gif new file mode 100644 index 00000000..85df3344 Binary files /dev/null and b/catalogue/catalog_posters_teaser1.gif differ diff --git a/catalogue/catalog_posters_teaser1_en.gif b/catalogue/catalog_posters_teaser1_en.gif new file mode 100644 index 00000000..85df3344 Binary files /dev/null and b/catalogue/catalog_posters_teaser1_en.gif differ diff --git a/catalogue/catalog_presents_teaser1.gif b/catalogue/catalog_presents_teaser1.gif new file mode 100644 index 00000000..24c66abd Binary files /dev/null and b/catalogue/catalog_presents_teaser1.gif differ diff --git a/catalogue/catalog_presents_teaser2.gif b/catalogue/catalog_presents_teaser2.gif new file mode 100644 index 00000000..46635334 Binary files /dev/null and b/catalogue/catalog_presents_teaser2.gif differ diff --git a/catalogue/catalog_pura_headline1.gif b/catalogue/catalog_pura_headline1.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1.gif differ diff --git a/catalogue/catalog_pura_headline1_br.gif b/catalogue/catalog_pura_headline1_br.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_br.gif differ diff --git a/catalogue/catalog_pura_headline1_ca.gif b/catalogue/catalog_pura_headline1_ca.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_ca.gif differ diff --git a/catalogue/catalog_pura_headline1_ch.gif b/catalogue/catalog_pura_headline1_ch.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_ch.gif differ diff --git a/catalogue/catalog_pura_headline1_cn.gif b/catalogue/catalog_pura_headline1_cn.gif new file mode 100644 index 00000000..b0dbc485 Binary files /dev/null and b/catalogue/catalog_pura_headline1_cn.gif differ diff --git a/catalogue/catalog_pura_headline1_de.gif b/catalogue/catalog_pura_headline1_de.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_de.gif differ diff --git a/catalogue/catalog_pura_headline1_dk.gif b/catalogue/catalog_pura_headline1_dk.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_dk.gif differ diff --git a/catalogue/catalog_pura_headline1_en.gif b/catalogue/catalog_pura_headline1_en.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_en.gif differ diff --git a/catalogue/catalog_pura_headline1_es.gif b/catalogue/catalog_pura_headline1_es.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_es.gif differ diff --git a/catalogue/catalog_pura_headline1_fi.gif b/catalogue/catalog_pura_headline1_fi.gif new file mode 100644 index 00000000..f46540a4 Binary files /dev/null and b/catalogue/catalog_pura_headline1_fi.gif differ diff --git a/catalogue/catalog_pura_headline1_fr.gif b/catalogue/catalog_pura_headline1_fr.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_fr.gif differ diff --git a/catalogue/catalog_pura_headline1_it.gif b/catalogue/catalog_pura_headline1_it.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_it.gif differ diff --git a/catalogue/catalog_pura_headline1_jp.gif b/catalogue/catalog_pura_headline1_jp.gif new file mode 100644 index 00000000..2515a6de Binary files /dev/null and b/catalogue/catalog_pura_headline1_jp.gif differ diff --git a/catalogue/catalog_pura_headline1_nl.gif b/catalogue/catalog_pura_headline1_nl.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_nl.gif differ diff --git a/catalogue/catalog_pura_headline1_no.gif b/catalogue/catalog_pura_headline1_no.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_no.gif differ diff --git a/catalogue/catalog_pura_headline1_ru.gif b/catalogue/catalog_pura_headline1_ru.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_ru.gif differ diff --git a/catalogue/catalog_pura_headline1_se.gif b/catalogue/catalog_pura_headline1_se.gif new file mode 100644 index 00000000..5325c260 Binary files /dev/null and b/catalogue/catalog_pura_headline1_se.gif differ diff --git a/catalogue/catalog_pura_headline1_sg.gif b/catalogue/catalog_pura_headline1_sg.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_sg.gif differ diff --git a/catalogue/catalog_pura_headline1_uk.gif b/catalogue/catalog_pura_headline1_uk.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/catalog_pura_headline1_uk.gif differ diff --git a/catalogue/catalog_pura_teaser1.gif b/catalogue/catalog_pura_teaser1.gif new file mode 100644 index 00000000..49ff9949 Binary files /dev/null and b/catalogue/catalog_pura_teaser1.gif differ diff --git a/catalogue/catalog_pura_teaser1_em.gif b/catalogue/catalog_pura_teaser1_em.gif new file mode 100644 index 00000000..49ff9949 Binary files /dev/null and b/catalogue/catalog_pura_teaser1_em.gif differ diff --git a/catalogue/catalog_pxl_teaser1_br.gif b/catalogue/catalog_pxl_teaser1_br.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_br.gif differ diff --git a/catalogue/catalog_pxl_teaser1_ch.gif b/catalogue/catalog_pxl_teaser1_ch.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_ch.gif differ diff --git a/catalogue/catalog_pxl_teaser1_da.gif b/catalogue/catalog_pxl_teaser1_da.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_da.gif differ diff --git a/catalogue/catalog_pxl_teaser1_de.gif b/catalogue/catalog_pxl_teaser1_de.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_de.gif differ diff --git a/catalogue/catalog_pxl_teaser1_en.gif b/catalogue/catalog_pxl_teaser1_en.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_en.gif differ diff --git a/catalogue/catalog_pxl_teaser1_es.gif b/catalogue/catalog_pxl_teaser1_es.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_es.gif differ diff --git a/catalogue/catalog_pxl_teaser1_fi.gif b/catalogue/catalog_pxl_teaser1_fi.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_fi.gif differ diff --git a/catalogue/catalog_pxl_teaser1_fr.gif b/catalogue/catalog_pxl_teaser1_fr.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_fr.gif differ diff --git a/catalogue/catalog_pxl_teaser1_it.gif b/catalogue/catalog_pxl_teaser1_it.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_it.gif differ diff --git a/catalogue/catalog_pxl_teaser1_ja.gif b/catalogue/catalog_pxl_teaser1_ja.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_ja.gif differ diff --git a/catalogue/catalog_pxl_teaser1_nl.gif b/catalogue/catalog_pxl_teaser1_nl.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_nl.gif differ diff --git a/catalogue/catalog_pxl_teaser1_no.gif b/catalogue/catalog_pxl_teaser1_no.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_no.gif differ diff --git a/catalogue/catalog_pxl_teaser1_pt.gif b/catalogue/catalog_pxl_teaser1_pt.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_pt.gif differ diff --git a/catalogue/catalog_pxl_teaser1_ru.gif b/catalogue/catalog_pxl_teaser1_ru.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_ru.gif differ diff --git a/catalogue/catalog_pxl_teaser1_se.gif b/catalogue/catalog_pxl_teaser1_se.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_se.gif differ diff --git a/catalogue/catalog_pxl_teaser1_sv.gif b/catalogue/catalog_pxl_teaser1_sv.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/catalog_pxl_teaser1_sv.gif differ diff --git a/catalogue/catalog_pxl_teaser2_br.gif b/catalogue/catalog_pxl_teaser2_br.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_br.gif differ diff --git a/catalogue/catalog_pxl_teaser2_ch.gif b/catalogue/catalog_pxl_teaser2_ch.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_ch.gif differ diff --git a/catalogue/catalog_pxl_teaser2_da.gif b/catalogue/catalog_pxl_teaser2_da.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_da.gif differ diff --git a/catalogue/catalog_pxl_teaser2_de.gif b/catalogue/catalog_pxl_teaser2_de.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_de.gif differ diff --git a/catalogue/catalog_pxl_teaser2_en.gif b/catalogue/catalog_pxl_teaser2_en.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_en.gif differ diff --git a/catalogue/catalog_pxl_teaser2_es.gif b/catalogue/catalog_pxl_teaser2_es.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_es.gif differ diff --git a/catalogue/catalog_pxl_teaser2_fi.gif b/catalogue/catalog_pxl_teaser2_fi.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_fi.gif differ diff --git a/catalogue/catalog_pxl_teaser2_fr.gif b/catalogue/catalog_pxl_teaser2_fr.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_fr.gif differ diff --git a/catalogue/catalog_pxl_teaser2_it.gif b/catalogue/catalog_pxl_teaser2_it.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_it.gif differ diff --git a/catalogue/catalog_pxl_teaser2_ja.gif b/catalogue/catalog_pxl_teaser2_ja.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_ja.gif differ diff --git a/catalogue/catalog_pxl_teaser2_nl.gif b/catalogue/catalog_pxl_teaser2_nl.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_nl.gif differ diff --git a/catalogue/catalog_pxl_teaser2_no.gif b/catalogue/catalog_pxl_teaser2_no.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_no.gif differ diff --git a/catalogue/catalog_pxl_teaser2_pt.gif b/catalogue/catalog_pxl_teaser2_pt.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_pt.gif differ diff --git a/catalogue/catalog_pxl_teaser2_ru.gif b/catalogue/catalog_pxl_teaser2_ru.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_ru.gif differ diff --git a/catalogue/catalog_pxl_teaser2_se.gif b/catalogue/catalog_pxl_teaser2_se.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_se.gif differ diff --git a/catalogue/catalog_pxl_teaser2_sv.gif b/catalogue/catalog_pxl_teaser2_sv.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/catalog_pxl_teaser2_sv.gif differ diff --git a/catalogue/catalog_pxl_teaser3_br.gif b/catalogue/catalog_pxl_teaser3_br.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_br.gif differ diff --git a/catalogue/catalog_pxl_teaser3_ch.gif b/catalogue/catalog_pxl_teaser3_ch.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_ch.gif differ diff --git a/catalogue/catalog_pxl_teaser3_da.gif b/catalogue/catalog_pxl_teaser3_da.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_da.gif differ diff --git a/catalogue/catalog_pxl_teaser3_de.gif b/catalogue/catalog_pxl_teaser3_de.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_de.gif differ diff --git a/catalogue/catalog_pxl_teaser3_en.gif b/catalogue/catalog_pxl_teaser3_en.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_en.gif differ diff --git a/catalogue/catalog_pxl_teaser3_es.gif b/catalogue/catalog_pxl_teaser3_es.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_es.gif differ diff --git a/catalogue/catalog_pxl_teaser3_fi.gif b/catalogue/catalog_pxl_teaser3_fi.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_fi.gif differ diff --git a/catalogue/catalog_pxl_teaser3_fr.gif b/catalogue/catalog_pxl_teaser3_fr.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_fr.gif differ diff --git a/catalogue/catalog_pxl_teaser3_it.gif b/catalogue/catalog_pxl_teaser3_it.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_it.gif differ diff --git a/catalogue/catalog_pxl_teaser3_ja.gif b/catalogue/catalog_pxl_teaser3_ja.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_ja.gif differ diff --git a/catalogue/catalog_pxl_teaser3_nl.gif b/catalogue/catalog_pxl_teaser3_nl.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_nl.gif differ diff --git a/catalogue/catalog_pxl_teaser3_no.gif b/catalogue/catalog_pxl_teaser3_no.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_no.gif differ diff --git a/catalogue/catalog_pxl_teaser3_pt.gif b/catalogue/catalog_pxl_teaser3_pt.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_pt.gif differ diff --git a/catalogue/catalog_pxl_teaser3_ru.gif b/catalogue/catalog_pxl_teaser3_ru.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_ru.gif differ diff --git a/catalogue/catalog_pxl_teaser3_se.gif b/catalogue/catalog_pxl_teaser3_se.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_se.gif differ diff --git a/catalogue/catalog_pxl_teaser3_sv.gif b/catalogue/catalog_pxl_teaser3_sv.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/catalog_pxl_teaser3_sv.gif differ diff --git a/catalogue/catalog_racism_teaser_en.gif b/catalogue/catalog_racism_teaser_en.gif new file mode 100644 index 00000000..eeb33d42 Binary files /dev/null and b/catalogue/catalog_racism_teaser_en.gif differ diff --git a/catalogue/catalog_racism_teaser_no.gif b/catalogue/catalog_racism_teaser_no.gif new file mode 100644 index 00000000..eeb33d42 Binary files /dev/null and b/catalogue/catalog_racism_teaser_no.gif differ diff --git a/catalogue/catalog_rares_headline1.gif b/catalogue/catalog_rares_headline1.gif new file mode 100644 index 00000000..333e99fa Binary files /dev/null and b/catalogue/catalog_rares_headline1.gif differ diff --git a/catalogue/catalog_rares_headline1_br.gif b/catalogue/catalog_rares_headline1_br.gif new file mode 100644 index 00000000..d4892929 Binary files /dev/null and b/catalogue/catalog_rares_headline1_br.gif differ diff --git a/catalogue/catalog_rares_headline1_ca.gif b/catalogue/catalog_rares_headline1_ca.gif new file mode 100644 index 00000000..333e99fa Binary files /dev/null and b/catalogue/catalog_rares_headline1_ca.gif differ diff --git a/catalogue/catalog_rares_headline1_ch.gif b/catalogue/catalog_rares_headline1_ch.gif new file mode 100644 index 00000000..333e99fa Binary files /dev/null and b/catalogue/catalog_rares_headline1_ch.gif differ diff --git a/catalogue/catalog_rares_headline1_cn.gif b/catalogue/catalog_rares_headline1_cn.gif new file mode 100644 index 00000000..0af909b0 Binary files /dev/null and b/catalogue/catalog_rares_headline1_cn.gif differ diff --git a/catalogue/catalog_rares_headline1_de.gif b/catalogue/catalog_rares_headline1_de.gif new file mode 100644 index 00000000..333e99fa Binary files /dev/null and b/catalogue/catalog_rares_headline1_de.gif differ diff --git a/catalogue/catalog_rares_headline1_dk.gif b/catalogue/catalog_rares_headline1_dk.gif new file mode 100644 index 00000000..103502b9 Binary files /dev/null and b/catalogue/catalog_rares_headline1_dk.gif differ diff --git a/catalogue/catalog_rares_headline1_en.gif b/catalogue/catalog_rares_headline1_en.gif new file mode 100644 index 00000000..333e99fa Binary files /dev/null and b/catalogue/catalog_rares_headline1_en.gif differ diff --git a/catalogue/catalog_rares_headline1_es.gif b/catalogue/catalog_rares_headline1_es.gif new file mode 100644 index 00000000..139f5034 Binary files /dev/null and b/catalogue/catalog_rares_headline1_es.gif differ diff --git a/catalogue/catalog_rares_headline1_fi.gif b/catalogue/catalog_rares_headline1_fi.gif new file mode 100644 index 00000000..48ac6682 Binary files /dev/null and b/catalogue/catalog_rares_headline1_fi.gif differ diff --git a/catalogue/catalog_rares_headline1_fr.gif b/catalogue/catalog_rares_headline1_fr.gif new file mode 100644 index 00000000..6d3016c3 Binary files /dev/null and b/catalogue/catalog_rares_headline1_fr.gif differ diff --git a/catalogue/catalog_rares_headline1_it.gif b/catalogue/catalog_rares_headline1_it.gif new file mode 100644 index 00000000..9f382f2f Binary files /dev/null and b/catalogue/catalog_rares_headline1_it.gif differ diff --git a/catalogue/catalog_rares_headline1_jp.gif b/catalogue/catalog_rares_headline1_jp.gif new file mode 100644 index 00000000..333e99fa Binary files /dev/null and b/catalogue/catalog_rares_headline1_jp.gif differ diff --git a/catalogue/catalog_rares_headline1_nl.gif b/catalogue/catalog_rares_headline1_nl.gif new file mode 100644 index 00000000..e72f41f4 Binary files /dev/null and b/catalogue/catalog_rares_headline1_nl.gif differ diff --git a/catalogue/catalog_rares_headline1_no.gif b/catalogue/catalog_rares_headline1_no.gif new file mode 100644 index 00000000..85a42269 Binary files /dev/null and b/catalogue/catalog_rares_headline1_no.gif differ diff --git a/catalogue/catalog_rares_headline1_ru.gif b/catalogue/catalog_rares_headline1_ru.gif new file mode 100644 index 00000000..cd17b8e1 Binary files /dev/null and b/catalogue/catalog_rares_headline1_ru.gif differ diff --git a/catalogue/catalog_rares_headline1_se.gif b/catalogue/catalog_rares_headline1_se.gif new file mode 100644 index 00000000..bfc30dd2 Binary files /dev/null and b/catalogue/catalog_rares_headline1_se.gif differ diff --git a/catalogue/catalog_rares_headline1_sg.gif b/catalogue/catalog_rares_headline1_sg.gif new file mode 100644 index 00000000..333e99fa Binary files /dev/null and b/catalogue/catalog_rares_headline1_sg.gif differ diff --git a/catalogue/catalog_rares_headline1_uk.gif b/catalogue/catalog_rares_headline1_uk.gif new file mode 100644 index 00000000..333e99fa Binary files /dev/null and b/catalogue/catalog_rares_headline1_uk.gif differ diff --git a/catalogue/catalog_rares_teaser.gif b/catalogue/catalog_rares_teaser.gif new file mode 100644 index 00000000..1f3b4993 Binary files /dev/null and b/catalogue/catalog_rares_teaser.gif differ diff --git a/catalogue/catalog_recycler_headline1.gif b/catalogue/catalog_recycler_headline1.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1.gif differ diff --git a/catalogue/catalog_recycler_headline1_br.gif b/catalogue/catalog_recycler_headline1_br.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_br.gif differ diff --git a/catalogue/catalog_recycler_headline1_ca.gif b/catalogue/catalog_recycler_headline1_ca.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_ca.gif differ diff --git a/catalogue/catalog_recycler_headline1_ch.gif b/catalogue/catalog_recycler_headline1_ch.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_ch.gif differ diff --git a/catalogue/catalog_recycler_headline1_cn.gif b/catalogue/catalog_recycler_headline1_cn.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_cn.gif differ diff --git a/catalogue/catalog_recycler_headline1_de.gif b/catalogue/catalog_recycler_headline1_de.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_de.gif differ diff --git a/catalogue/catalog_recycler_headline1_dk.gif b/catalogue/catalog_recycler_headline1_dk.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_dk.gif differ diff --git a/catalogue/catalog_recycler_headline1_en.gif b/catalogue/catalog_recycler_headline1_en.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_en.gif differ diff --git a/catalogue/catalog_recycler_headline1_es.gif b/catalogue/catalog_recycler_headline1_es.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_es.gif differ diff --git a/catalogue/catalog_recycler_headline1_fi.gif b/catalogue/catalog_recycler_headline1_fi.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_fi.gif differ diff --git a/catalogue/catalog_recycler_headline1_fr.gif b/catalogue/catalog_recycler_headline1_fr.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_fr.gif differ diff --git a/catalogue/catalog_recycler_headline1_it.gif b/catalogue/catalog_recycler_headline1_it.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_it.gif differ diff --git a/catalogue/catalog_recycler_headline1_jp.gif b/catalogue/catalog_recycler_headline1_jp.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_jp.gif differ diff --git a/catalogue/catalog_recycler_headline1_nl.gif b/catalogue/catalog_recycler_headline1_nl.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_nl.gif differ diff --git a/catalogue/catalog_recycler_headline1_no.gif b/catalogue/catalog_recycler_headline1_no.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_no.gif differ diff --git a/catalogue/catalog_recycler_headline1_ru.gif b/catalogue/catalog_recycler_headline1_ru.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_ru.gif differ diff --git a/catalogue/catalog_recycler_headline1_se.gif b/catalogue/catalog_recycler_headline1_se.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_se.gif differ diff --git a/catalogue/catalog_recycler_headline1_sg.gif b/catalogue/catalog_recycler_headline1_sg.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_sg.gif differ diff --git a/catalogue/catalog_recycler_headline1_uk.gif b/catalogue/catalog_recycler_headline1_uk.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/catalog_recycler_headline1_uk.gif differ diff --git a/catalogue/catalog_recycler_headline3.gif b/catalogue/catalog_recycler_headline3.gif new file mode 100644 index 00000000..1c8fcfff Binary files /dev/null and b/catalogue/catalog_recycler_headline3.gif differ diff --git a/catalogue/catalog_recycler_headline3_en.gif b/catalogue/catalog_recycler_headline3_en.gif new file mode 100644 index 00000000..1c8fcfff Binary files /dev/null and b/catalogue/catalog_recycler_headline3_en.gif differ diff --git a/catalogue/catalog_recycler_teaser1_en.gif b/catalogue/catalog_recycler_teaser1_en.gif new file mode 100644 index 00000000..fdbb3e4d Binary files /dev/null and b/catalogue/catalog_recycler_teaser1_en.gif differ diff --git a/catalogue/catalog_relax_headline1_en.gif b/catalogue/catalog_relax_headline1_en.gif new file mode 100644 index 00000000..b57e2d4d Binary files /dev/null and b/catalogue/catalog_relax_headline1_en.gif differ diff --git a/catalogue/catalog_relax_teaser1_en.gif b/catalogue/catalog_relax_teaser1_en.gif new file mode 100644 index 00000000..6afdf99c Binary files /dev/null and b/catalogue/catalog_relax_teaser1_en.gif differ diff --git a/catalogue/catalog_rkt_teaser_no.gif b/catalogue/catalog_rkt_teaser_no.gif new file mode 100644 index 00000000..b43b6cc7 Binary files /dev/null and b/catalogue/catalog_rkt_teaser_no.gif differ diff --git a/catalogue/catalog_rkt_teaser_sv.gif b/catalogue/catalog_rkt_teaser_sv.gif new file mode 100644 index 00000000..b43b6cc7 Binary files /dev/null and b/catalogue/catalog_rkt_teaser_sv.gif differ diff --git a/catalogue/catalog_roller_headline1.gif b/catalogue/catalog_roller_headline1.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1.gif differ diff --git a/catalogue/catalog_roller_headline1_br.gif b/catalogue/catalog_roller_headline1_br.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_br.gif differ diff --git a/catalogue/catalog_roller_headline1_ca.gif b/catalogue/catalog_roller_headline1_ca.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_ca.gif differ diff --git a/catalogue/catalog_roller_headline1_ch.gif b/catalogue/catalog_roller_headline1_ch.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_ch.gif differ diff --git a/catalogue/catalog_roller_headline1_cn.gif b/catalogue/catalog_roller_headline1_cn.gif new file mode 100644 index 00000000..8a584827 Binary files /dev/null and b/catalogue/catalog_roller_headline1_cn.gif differ diff --git a/catalogue/catalog_roller_headline1_de.gif b/catalogue/catalog_roller_headline1_de.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_de.gif differ diff --git a/catalogue/catalog_roller_headline1_dk.gif b/catalogue/catalog_roller_headline1_dk.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_dk.gif differ diff --git a/catalogue/catalog_roller_headline1_en.gif b/catalogue/catalog_roller_headline1_en.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_en.gif differ diff --git a/catalogue/catalog_roller_headline1_es.gif b/catalogue/catalog_roller_headline1_es.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_es.gif differ diff --git a/catalogue/catalog_roller_headline1_fi.gif b/catalogue/catalog_roller_headline1_fi.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_fi.gif differ diff --git a/catalogue/catalog_roller_headline1_fr.gif b/catalogue/catalog_roller_headline1_fr.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_fr.gif differ diff --git a/catalogue/catalog_roller_headline1_it.gif b/catalogue/catalog_roller_headline1_it.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_it.gif differ diff --git a/catalogue/catalog_roller_headline1_jp.gif b/catalogue/catalog_roller_headline1_jp.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_jp.gif differ diff --git a/catalogue/catalog_roller_headline1_nl.gif b/catalogue/catalog_roller_headline1_nl.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_nl.gif differ diff --git a/catalogue/catalog_roller_headline1_no.gif b/catalogue/catalog_roller_headline1_no.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_no.gif differ diff --git a/catalogue/catalog_roller_headline1_ru.gif b/catalogue/catalog_roller_headline1_ru.gif new file mode 100644 index 00000000..e6f7d857 Binary files /dev/null and b/catalogue/catalog_roller_headline1_ru.gif differ diff --git a/catalogue/catalog_roller_headline1_se.gif b/catalogue/catalog_roller_headline1_se.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_se.gif differ diff --git a/catalogue/catalog_roller_headline1_sg.gif b/catalogue/catalog_roller_headline1_sg.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_sg.gif differ diff --git a/catalogue/catalog_roller_headline1_uk.gif b/catalogue/catalog_roller_headline1_uk.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/catalog_roller_headline1_uk.gif differ diff --git a/catalogue/catalog_roller_teaser1_en.gif b/catalogue/catalog_roller_teaser1_en.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_roller_teaser1_en.gif differ diff --git a/catalogue/catalog_rollerskates_header.gif b/catalogue/catalog_rollerskates_header.gif new file mode 100644 index 00000000..54871537 Binary files /dev/null and b/catalogue/catalog_rollerskates_header.gif differ diff --git a/catalogue/catalog_rollerskates_header_en.gif b/catalogue/catalog_rollerskates_header_en.gif new file mode 100644 index 00000000..04ffe28b Binary files /dev/null and b/catalogue/catalog_rollerskates_header_en.gif differ diff --git a/catalogue/catalog_rom_headline1_en.gif b/catalogue/catalog_rom_headline1_en.gif new file mode 100644 index 00000000..c220a8db Binary files /dev/null and b/catalogue/catalog_rom_headline1_en.gif differ diff --git a/catalogue/catalog_rom_headline1_nl.gif b/catalogue/catalog_rom_headline1_nl.gif new file mode 100644 index 00000000..c220a8db Binary files /dev/null and b/catalogue/catalog_rom_headline1_nl.gif differ diff --git a/catalogue/catalog_rom_headline1_no.gif b/catalogue/catalog_rom_headline1_no.gif new file mode 100644 index 00000000..c220a8db Binary files /dev/null and b/catalogue/catalog_rom_headline1_no.gif differ diff --git a/catalogue/catalog_rom_headline1_sv.gif b/catalogue/catalog_rom_headline1_sv.gif new file mode 100644 index 00000000..c220a8db Binary files /dev/null and b/catalogue/catalog_rom_headline1_sv.gif differ diff --git a/catalogue/catalog_rom_teaser_en.gif b/catalogue/catalog_rom_teaser_en.gif new file mode 100644 index 00000000..32e823bf Binary files /dev/null and b/catalogue/catalog_rom_teaser_en.gif differ diff --git a/catalogue/catalog_rom_teaser_fr.gif b/catalogue/catalog_rom_teaser_fr.gif new file mode 100644 index 00000000..32e823bf Binary files /dev/null and b/catalogue/catalog_rom_teaser_fr.gif differ diff --git a/catalogue/catalog_rom_teaser_nl.gif b/catalogue/catalog_rom_teaser_nl.gif new file mode 100644 index 00000000..32e823bf Binary files /dev/null and b/catalogue/catalog_rom_teaser_nl.gif differ diff --git a/catalogue/catalog_rom_teaser_no.gif b/catalogue/catalog_rom_teaser_no.gif new file mode 100644 index 00000000..32e823bf Binary files /dev/null and b/catalogue/catalog_rom_teaser_no.gif differ diff --git a/catalogue/catalog_rom_teaser_sv.gif b/catalogue/catalog_rom_teaser_sv.gif new file mode 100644 index 00000000..32e823bf Binary files /dev/null and b/catalogue/catalog_rom_teaser_sv.gif differ diff --git a/catalogue/catalog_romantique_headline1.gif b/catalogue/catalog_romantique_headline1.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1.gif differ diff --git a/catalogue/catalog_romantique_headline1_br.gif b/catalogue/catalog_romantique_headline1_br.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_br.gif differ diff --git a/catalogue/catalog_romantique_headline1_ca.gif b/catalogue/catalog_romantique_headline1_ca.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_ca.gif differ diff --git a/catalogue/catalog_romantique_headline1_ch.gif b/catalogue/catalog_romantique_headline1_ch.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_ch.gif differ diff --git a/catalogue/catalog_romantique_headline1_cn.gif b/catalogue/catalog_romantique_headline1_cn.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_cn.gif differ diff --git a/catalogue/catalog_romantique_headline1_de.gif b/catalogue/catalog_romantique_headline1_de.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_de.gif differ diff --git a/catalogue/catalog_romantique_headline1_dk.gif b/catalogue/catalog_romantique_headline1_dk.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_dk.gif differ diff --git a/catalogue/catalog_romantique_headline1_en.gif b/catalogue/catalog_romantique_headline1_en.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_en.gif differ diff --git a/catalogue/catalog_romantique_headline1_es.gif b/catalogue/catalog_romantique_headline1_es.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_es.gif differ diff --git a/catalogue/catalog_romantique_headline1_fi.gif b/catalogue/catalog_romantique_headline1_fi.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_fi.gif differ diff --git a/catalogue/catalog_romantique_headline1_fr.gif b/catalogue/catalog_romantique_headline1_fr.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_fr.gif differ diff --git a/catalogue/catalog_romantique_headline1_it.gif b/catalogue/catalog_romantique_headline1_it.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_it.gif differ diff --git a/catalogue/catalog_romantique_headline1_jp.gif b/catalogue/catalog_romantique_headline1_jp.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_jp.gif differ diff --git a/catalogue/catalog_romantique_headline1_nl.gif b/catalogue/catalog_romantique_headline1_nl.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_nl.gif differ diff --git a/catalogue/catalog_romantique_headline1_no.gif b/catalogue/catalog_romantique_headline1_no.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_no.gif differ diff --git a/catalogue/catalog_romantique_headline1_ru.gif b/catalogue/catalog_romantique_headline1_ru.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_ru.gif differ diff --git a/catalogue/catalog_romantique_headline1_se.gif b/catalogue/catalog_romantique_headline1_se.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_se.gif differ diff --git a/catalogue/catalog_romantique_headline1_sg.gif b/catalogue/catalog_romantique_headline1_sg.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_sg.gif differ diff --git a/catalogue/catalog_romantique_headline1_uk.gif b/catalogue/catalog_romantique_headline1_uk.gif new file mode 100644 index 00000000..5d264fd7 Binary files /dev/null and b/catalogue/catalog_romantique_headline1_uk.gif differ diff --git a/catalogue/catalog_romantique_teaser1.gif b/catalogue/catalog_romantique_teaser1.gif new file mode 100644 index 00000000..70af84c0 Binary files /dev/null and b/catalogue/catalog_romantique_teaser1.gif differ diff --git a/catalogue/catalog_romantique_teaser1_en.gif b/catalogue/catalog_romantique_teaser1_en.gif new file mode 100644 index 00000000..70af84c0 Binary files /dev/null and b/catalogue/catalog_romantique_teaser1_en.gif differ diff --git a/catalogue/catalog_rugs_headline1.gif b/catalogue/catalog_rugs_headline1.gif new file mode 100644 index 00000000..0a23310d Binary files /dev/null and b/catalogue/catalog_rugs_headline1.gif differ diff --git a/catalogue/catalog_rugs_headline1_br.gif b/catalogue/catalog_rugs_headline1_br.gif new file mode 100644 index 00000000..5593a2f6 Binary files /dev/null and b/catalogue/catalog_rugs_headline1_br.gif differ diff --git a/catalogue/catalog_rugs_headline1_ca.gif b/catalogue/catalog_rugs_headline1_ca.gif new file mode 100644 index 00000000..0a23310d Binary files /dev/null and b/catalogue/catalog_rugs_headline1_ca.gif differ diff --git a/catalogue/catalog_rugs_headline1_ch.gif b/catalogue/catalog_rugs_headline1_ch.gif new file mode 100644 index 00000000..5050b6a4 Binary files /dev/null and b/catalogue/catalog_rugs_headline1_ch.gif differ diff --git a/catalogue/catalog_rugs_headline1_cn.gif b/catalogue/catalog_rugs_headline1_cn.gif new file mode 100644 index 00000000..c64c309e Binary files /dev/null and b/catalogue/catalog_rugs_headline1_cn.gif differ diff --git a/catalogue/catalog_rugs_headline1_de.gif b/catalogue/catalog_rugs_headline1_de.gif new file mode 100644 index 00000000..5050b6a4 Binary files /dev/null and b/catalogue/catalog_rugs_headline1_de.gif differ diff --git a/catalogue/catalog_rugs_headline1_dk.gif b/catalogue/catalog_rugs_headline1_dk.gif new file mode 100644 index 00000000..76e4c9d4 Binary files /dev/null and b/catalogue/catalog_rugs_headline1_dk.gif differ diff --git a/catalogue/catalog_rugs_headline1_en.gif b/catalogue/catalog_rugs_headline1_en.gif new file mode 100644 index 00000000..c48d8ecb Binary files /dev/null and b/catalogue/catalog_rugs_headline1_en.gif differ diff --git a/catalogue/catalog_rugs_headline1_es.gif b/catalogue/catalog_rugs_headline1_es.gif new file mode 100644 index 00000000..c48d8ecb Binary files /dev/null and b/catalogue/catalog_rugs_headline1_es.gif differ diff --git a/catalogue/catalog_rugs_headline1_fi.gif b/catalogue/catalog_rugs_headline1_fi.gif new file mode 100644 index 00000000..6fe2169e Binary files /dev/null and b/catalogue/catalog_rugs_headline1_fi.gif differ diff --git a/catalogue/catalog_rugs_headline1_fr.gif b/catalogue/catalog_rugs_headline1_fr.gif new file mode 100644 index 00000000..0292ef62 Binary files /dev/null and b/catalogue/catalog_rugs_headline1_fr.gif differ diff --git a/catalogue/catalog_rugs_headline1_it.gif b/catalogue/catalog_rugs_headline1_it.gif new file mode 100644 index 00000000..62c8c836 Binary files /dev/null and b/catalogue/catalog_rugs_headline1_it.gif differ diff --git a/catalogue/catalog_rugs_headline1_jp.gif b/catalogue/catalog_rugs_headline1_jp.gif new file mode 100644 index 00000000..0a23310d Binary files /dev/null and b/catalogue/catalog_rugs_headline1_jp.gif differ diff --git a/catalogue/catalog_rugs_headline1_nl.gif b/catalogue/catalog_rugs_headline1_nl.gif new file mode 100644 index 00000000..93a5a48c Binary files /dev/null and b/catalogue/catalog_rugs_headline1_nl.gif differ diff --git a/catalogue/catalog_rugs_headline1_no.gif b/catalogue/catalog_rugs_headline1_no.gif new file mode 100644 index 00000000..c22a7b55 Binary files /dev/null and b/catalogue/catalog_rugs_headline1_no.gif differ diff --git a/catalogue/catalog_rugs_headline1_ru.gif b/catalogue/catalog_rugs_headline1_ru.gif new file mode 100644 index 00000000..dbf87fc5 Binary files /dev/null and b/catalogue/catalog_rugs_headline1_ru.gif differ diff --git a/catalogue/catalog_rugs_headline1_se.gif b/catalogue/catalog_rugs_headline1_se.gif new file mode 100644 index 00000000..ac2b9b18 Binary files /dev/null and b/catalogue/catalog_rugs_headline1_se.gif differ diff --git a/catalogue/catalog_rugs_headline1_sg.gif b/catalogue/catalog_rugs_headline1_sg.gif new file mode 100644 index 00000000..0a23310d Binary files /dev/null and b/catalogue/catalog_rugs_headline1_sg.gif differ diff --git a/catalogue/catalog_rugs_headline1_uk.gif b/catalogue/catalog_rugs_headline1_uk.gif new file mode 100644 index 00000000..0a23310d Binary files /dev/null and b/catalogue/catalog_rugs_headline1_uk.gif differ diff --git a/catalogue/catalog_rugs_teaser1.gif b/catalogue/catalog_rugs_teaser1.gif new file mode 100644 index 00000000..8385852b Binary files /dev/null and b/catalogue/catalog_rugs_teaser1.gif differ diff --git a/catalogue/catalog_rugs_teaser1_en.gif b/catalogue/catalog_rugs_teaser1_en.gif new file mode 100644 index 00000000..8385852b Binary files /dev/null and b/catalogue/catalog_rugs_teaser1_en.gif differ diff --git a/catalogue/catalog_rugs_teaser2_001.gif b/catalogue/catalog_rugs_teaser2_001.gif new file mode 100644 index 00000000..7e74623f Binary files /dev/null and b/catalogue/catalog_rugs_teaser2_001.gif differ diff --git a/catalogue/catalog_saddles_header1_es.gif b/catalogue/catalog_saddles_header1_es.gif new file mode 100644 index 00000000..da375c25 Binary files /dev/null and b/catalogue/catalog_saddles_header1_es.gif differ diff --git a/catalogue/catalog_saddles_header1_pt.gif b/catalogue/catalog_saddles_header1_pt.gif new file mode 100644 index 00000000..4d1d0cb6 Binary files /dev/null and b/catalogue/catalog_saddles_header1_pt.gif differ diff --git a/catalogue/catalog_saddles_header2_en.gif b/catalogue/catalog_saddles_header2_en.gif new file mode 100644 index 00000000..85faf111 Binary files /dev/null and b/catalogue/catalog_saddles_header2_en.gif differ diff --git a/catalogue/catalog_school_teaser.gif b/catalogue/catalog_school_teaser.gif new file mode 100644 index 00000000..24e29e56 Binary files /dev/null and b/catalogue/catalog_school_teaser.gif differ diff --git a/catalogue/catalog_shakespeare_header.gif b/catalogue/catalog_shakespeare_header.gif new file mode 100644 index 00000000..d938cc87 Binary files /dev/null and b/catalogue/catalog_shakespeare_header.gif differ diff --git a/catalogue/catalog_shakespeare_teaser.gif b/catalogue/catalog_shakespeare_teaser.gif new file mode 100644 index 00000000..d242271b Binary files /dev/null and b/catalogue/catalog_shakespeare_teaser.gif differ diff --git a/catalogue/catalog_shal_header1_da.gif b/catalogue/catalog_shal_header1_da.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/catalog_shal_header1_da.gif differ diff --git a/catalogue/catalog_shal_header1_de.gif b/catalogue/catalog_shal_header1_de.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/catalog_shal_header1_de.gif differ diff --git a/catalogue/catalog_shal_header1_en.gif b/catalogue/catalog_shal_header1_en.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/catalog_shal_header1_en.gif differ diff --git a/catalogue/catalog_shal_header1_es.gif b/catalogue/catalog_shal_header1_es.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/catalog_shal_header1_es.gif differ diff --git a/catalogue/catalog_shal_header1_fi.gif b/catalogue/catalog_shal_header1_fi.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/catalog_shal_header1_fi.gif differ diff --git a/catalogue/catalog_shal_header1_fr.gif b/catalogue/catalog_shal_header1_fr.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/catalog_shal_header1_fr.gif differ diff --git a/catalogue/catalog_shal_header1_it.gif b/catalogue/catalog_shal_header1_it.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/catalog_shal_header1_it.gif differ diff --git a/catalogue/catalog_shal_header1_ja.gif b/catalogue/catalog_shal_header1_ja.gif new file mode 100644 index 00000000..f5106471 Binary files /dev/null and b/catalogue/catalog_shal_header1_ja.gif differ diff --git a/catalogue/catalog_shal_header1_nl.gif b/catalogue/catalog_shal_header1_nl.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/catalog_shal_header1_nl.gif differ diff --git a/catalogue/catalog_shal_header1_no.gif b/catalogue/catalog_shal_header1_no.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/catalog_shal_header1_no.gif differ diff --git a/catalogue/catalog_shal_header1_pt.gif b/catalogue/catalog_shal_header1_pt.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/catalog_shal_header1_pt.gif differ diff --git a/catalogue/catalog_shal_header1_sv.gif b/catalogue/catalog_shal_header1_sv.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/catalog_shal_header1_sv.gif differ diff --git a/catalogue/catalog_shal_teaser_da.gif b/catalogue/catalog_shal_teaser_da.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/catalog_shal_teaser_da.gif differ diff --git a/catalogue/catalog_shal_teaser_de.gif b/catalogue/catalog_shal_teaser_de.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/catalog_shal_teaser_de.gif differ diff --git a/catalogue/catalog_shal_teaser_en.gif b/catalogue/catalog_shal_teaser_en.gif new file mode 100644 index 00000000..e5c7bd3d Binary files /dev/null and b/catalogue/catalog_shal_teaser_en.gif differ diff --git a/catalogue/catalog_shal_teaser_es.gif b/catalogue/catalog_shal_teaser_es.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/catalog_shal_teaser_es.gif differ diff --git a/catalogue/catalog_shal_teaser_fi.gif b/catalogue/catalog_shal_teaser_fi.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/catalog_shal_teaser_fi.gif differ diff --git a/catalogue/catalog_shal_teaser_fr.gif b/catalogue/catalog_shal_teaser_fr.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/catalog_shal_teaser_fr.gif differ diff --git a/catalogue/catalog_shal_teaser_it.gif b/catalogue/catalog_shal_teaser_it.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/catalog_shal_teaser_it.gif differ diff --git a/catalogue/catalog_shal_teaser_ja.gif b/catalogue/catalog_shal_teaser_ja.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/catalog_shal_teaser_ja.gif differ diff --git a/catalogue/catalog_shal_teaser_nl.gif b/catalogue/catalog_shal_teaser_nl.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/catalog_shal_teaser_nl.gif differ diff --git a/catalogue/catalog_shal_teaser_no.gif b/catalogue/catalog_shal_teaser_no.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/catalog_shal_teaser_no.gif differ diff --git a/catalogue/catalog_shal_teaser_pt.gif b/catalogue/catalog_shal_teaser_pt.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/catalog_shal_teaser_pt.gif differ diff --git a/catalogue/catalog_shal_teaser_sv.gif b/catalogue/catalog_shal_teaser_sv.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/catalog_shal_teaser_sv.gif differ diff --git a/catalogue/catalog_shells_header.gif b/catalogue/catalog_shells_header.gif new file mode 100644 index 00000000..40af56a4 Binary files /dev/null and b/catalogue/catalog_shells_header.gif differ diff --git a/catalogue/catalog_skate_teaser.gif b/catalogue/catalog_skate_teaser.gif new file mode 100644 index 00000000..49b462ef Binary files /dev/null and b/catalogue/catalog_skate_teaser.gif differ diff --git a/catalogue/catalog_small_promo_organic_bundle.png b/catalogue/catalog_small_promo_organic_bundle.png new file mode 100644 index 00000000..66184b41 Binary files /dev/null and b/catalogue/catalog_small_promo_organic_bundle.png differ diff --git a/catalogue/catalog_small_promo_organic_bundle_001.gif b/catalogue/catalog_small_promo_organic_bundle_001.gif new file mode 100644 index 00000000..50005e68 Binary files /dev/null and b/catalogue/catalog_small_promo_organic_bundle_001.gif differ diff --git a/catalogue/catalog_snowboarding_teaser1.gif b/catalogue/catalog_snowboarding_teaser1.gif new file mode 100644 index 00000000..834cbf9a Binary files /dev/null and b/catalogue/catalog_snowboarding_teaser1.gif differ diff --git a/catalogue/catalog_snowflake_br.gif b/catalogue/catalog_snowflake_br.gif new file mode 100644 index 00000000..111e227f Binary files /dev/null and b/catalogue/catalog_snowflake_br.gif differ diff --git a/catalogue/catalog_snowflake_de.gif b/catalogue/catalog_snowflake_de.gif new file mode 100644 index 00000000..35ff7e07 Binary files /dev/null and b/catalogue/catalog_snowflake_de.gif differ diff --git a/catalogue/catalog_snowflake_dk.gif b/catalogue/catalog_snowflake_dk.gif new file mode 100644 index 00000000..34a41a90 Binary files /dev/null and b/catalogue/catalog_snowflake_dk.gif differ diff --git a/catalogue/catalog_snowflake_en.gif b/catalogue/catalog_snowflake_en.gif new file mode 100644 index 00000000..92edc500 Binary files /dev/null and b/catalogue/catalog_snowflake_en.gif differ diff --git a/catalogue/catalog_snowflake_es_001.gif b/catalogue/catalog_snowflake_es_001.gif new file mode 100644 index 00000000..701426ca Binary files /dev/null and b/catalogue/catalog_snowflake_es_001.gif differ diff --git a/catalogue/catalog_snowflake_fi.gif b/catalogue/catalog_snowflake_fi.gif new file mode 100644 index 00000000..af285d37 Binary files /dev/null and b/catalogue/catalog_snowflake_fi.gif differ diff --git a/catalogue/catalog_snowflake_fr.gif b/catalogue/catalog_snowflake_fr.gif new file mode 100644 index 00000000..40830a29 Binary files /dev/null and b/catalogue/catalog_snowflake_fr.gif differ diff --git a/catalogue/catalog_snowflake_it.gif b/catalogue/catalog_snowflake_it.gif new file mode 100644 index 00000000..b7389b77 Binary files /dev/null and b/catalogue/catalog_snowflake_it.gif differ diff --git a/catalogue/catalog_snowflake_nl.gif b/catalogue/catalog_snowflake_nl.gif new file mode 100644 index 00000000..61fd4721 Binary files /dev/null and b/catalogue/catalog_snowflake_nl.gif differ diff --git a/catalogue/catalog_snowflake_no.gif b/catalogue/catalog_snowflake_no.gif new file mode 100644 index 00000000..1b621965 Binary files /dev/null and b/catalogue/catalog_snowflake_no.gif differ diff --git a/catalogue/catalog_snowflake_se.gif b/catalogue/catalog_snowflake_se.gif new file mode 100644 index 00000000..9696db5c Binary files /dev/null and b/catalogue/catalog_snowflake_se.gif differ diff --git a/catalogue/catalog_spaces_floor.gif b/catalogue/catalog_spaces_floor.gif new file mode 100644 index 00000000..ea0633d8 Binary files /dev/null and b/catalogue/catalog_spaces_floor.gif differ diff --git a/catalogue/catalog_spaces_headline1.gif b/catalogue/catalog_spaces_headline1.gif new file mode 100644 index 00000000..469db45b Binary files /dev/null and b/catalogue/catalog_spaces_headline1.gif differ diff --git a/catalogue/catalog_spaces_headline1_br.gif b/catalogue/catalog_spaces_headline1_br.gif new file mode 100644 index 00000000..80f60862 Binary files /dev/null and b/catalogue/catalog_spaces_headline1_br.gif differ diff --git a/catalogue/catalog_spaces_headline1_ca.gif b/catalogue/catalog_spaces_headline1_ca.gif new file mode 100644 index 00000000..469db45b Binary files /dev/null and b/catalogue/catalog_spaces_headline1_ca.gif differ diff --git a/catalogue/catalog_spaces_headline1_ch.gif b/catalogue/catalog_spaces_headline1_ch.gif new file mode 100644 index 00000000..d38ecc45 Binary files /dev/null and b/catalogue/catalog_spaces_headline1_ch.gif differ diff --git a/catalogue/catalog_spaces_headline1_cn.gif b/catalogue/catalog_spaces_headline1_cn.gif new file mode 100644 index 00000000..81c4fdb5 Binary files /dev/null and b/catalogue/catalog_spaces_headline1_cn.gif differ diff --git a/catalogue/catalog_spaces_headline1_de.gif b/catalogue/catalog_spaces_headline1_de.gif new file mode 100644 index 00000000..d38ecc45 Binary files /dev/null and b/catalogue/catalog_spaces_headline1_de.gif differ diff --git a/catalogue/catalog_spaces_headline1_dk.gif b/catalogue/catalog_spaces_headline1_dk.gif new file mode 100644 index 00000000..fa16c26d Binary files /dev/null and b/catalogue/catalog_spaces_headline1_dk.gif differ diff --git a/catalogue/catalog_spaces_headline1_en.gif b/catalogue/catalog_spaces_headline1_en.gif new file mode 100644 index 00000000..822e6618 Binary files /dev/null and b/catalogue/catalog_spaces_headline1_en.gif differ diff --git a/catalogue/catalog_spaces_headline1_es.gif b/catalogue/catalog_spaces_headline1_es.gif new file mode 100644 index 00000000..822e6618 Binary files /dev/null and b/catalogue/catalog_spaces_headline1_es.gif differ diff --git a/catalogue/catalog_spaces_headline1_fi.gif b/catalogue/catalog_spaces_headline1_fi.gif new file mode 100644 index 00000000..72387179 Binary files /dev/null and b/catalogue/catalog_spaces_headline1_fi.gif differ diff --git a/catalogue/catalog_spaces_headline1_fr.gif b/catalogue/catalog_spaces_headline1_fr.gif new file mode 100644 index 00000000..f413ad6c Binary files /dev/null and b/catalogue/catalog_spaces_headline1_fr.gif differ diff --git a/catalogue/catalog_spaces_headline1_it.gif b/catalogue/catalog_spaces_headline1_it.gif new file mode 100644 index 00000000..06fc63ce Binary files /dev/null and b/catalogue/catalog_spaces_headline1_it.gif differ diff --git a/catalogue/catalog_spaces_headline1_jp.gif b/catalogue/catalog_spaces_headline1_jp.gif new file mode 100644 index 00000000..469db45b Binary files /dev/null and b/catalogue/catalog_spaces_headline1_jp.gif differ diff --git a/catalogue/catalog_spaces_headline1_nl.gif b/catalogue/catalog_spaces_headline1_nl.gif new file mode 100644 index 00000000..0d876947 Binary files /dev/null and b/catalogue/catalog_spaces_headline1_nl.gif differ diff --git a/catalogue/catalog_spaces_headline1_no.gif b/catalogue/catalog_spaces_headline1_no.gif new file mode 100644 index 00000000..4cbc67e3 Binary files /dev/null and b/catalogue/catalog_spaces_headline1_no.gif differ diff --git a/catalogue/catalog_spaces_headline1_ru.gif b/catalogue/catalog_spaces_headline1_ru.gif new file mode 100644 index 00000000..ab64d9eb Binary files /dev/null and b/catalogue/catalog_spaces_headline1_ru.gif differ diff --git a/catalogue/catalog_spaces_headline1_se.gif b/catalogue/catalog_spaces_headline1_se.gif new file mode 100644 index 00000000..273f88b9 Binary files /dev/null and b/catalogue/catalog_spaces_headline1_se.gif differ diff --git a/catalogue/catalog_spaces_headline1_sg.gif b/catalogue/catalog_spaces_headline1_sg.gif new file mode 100644 index 00000000..469db45b Binary files /dev/null and b/catalogue/catalog_spaces_headline1_sg.gif differ diff --git a/catalogue/catalog_spaces_headline1_uk.gif b/catalogue/catalog_spaces_headline1_uk.gif new file mode 100644 index 00000000..469db45b Binary files /dev/null and b/catalogue/catalog_spaces_headline1_uk.gif differ diff --git a/catalogue/catalog_spaces_headline2.gif b/catalogue/catalog_spaces_headline2.gif new file mode 100644 index 00000000..d64d4f5a Binary files /dev/null and b/catalogue/catalog_spaces_headline2.gif differ diff --git a/catalogue/catalog_spaces_wallpaper.gif b/catalogue/catalog_spaces_wallpaper.gif new file mode 100644 index 00000000..2d578d83 Binary files /dev/null and b/catalogue/catalog_spaces_wallpaper.gif differ diff --git a/catalogue/catalog_spe_headline1_de.gif b/catalogue/catalog_spe_headline1_de.gif new file mode 100644 index 00000000..aa63e58e Binary files /dev/null and b/catalogue/catalog_spe_headline1_de.gif differ diff --git a/catalogue/catalog_spe_headline1_en.gif b/catalogue/catalog_spe_headline1_en.gif new file mode 100644 index 00000000..ef096368 Binary files /dev/null and b/catalogue/catalog_spe_headline1_en.gif differ diff --git a/catalogue/catalog_spe_headline1_es.gif b/catalogue/catalog_spe_headline1_es.gif new file mode 100644 index 00000000..ef096368 Binary files /dev/null and b/catalogue/catalog_spe_headline1_es.gif differ diff --git a/catalogue/catalog_spe_headline1_fr.gif b/catalogue/catalog_spe_headline1_fr.gif new file mode 100644 index 00000000..6bae9907 Binary files /dev/null and b/catalogue/catalog_spe_headline1_fr.gif differ diff --git a/catalogue/catalog_spe_headline1_it.gif b/catalogue/catalog_spe_headline1_it.gif new file mode 100644 index 00000000..aa62669f Binary files /dev/null and b/catalogue/catalog_spe_headline1_it.gif differ diff --git a/catalogue/catalog_spe_headline1_nl.gif b/catalogue/catalog_spe_headline1_nl.gif new file mode 100644 index 00000000..d9d13b3f Binary files /dev/null and b/catalogue/catalog_spe_headline1_nl.gif differ diff --git a/catalogue/catalog_spe_headline1_pt.gif b/catalogue/catalog_spe_headline1_pt.gif new file mode 100644 index 00000000..9caef963 Binary files /dev/null and b/catalogue/catalog_spe_headline1_pt.gif differ diff --git a/catalogue/catalog_spe_headline1_sv.gif b/catalogue/catalog_spe_headline1_sv.gif new file mode 100644 index 00000000..9caef963 Binary files /dev/null and b/catalogue/catalog_spe_headline1_sv.gif differ diff --git a/catalogue/catalog_special_txtbg1.gif b/catalogue/catalog_special_txtbg1.gif new file mode 100644 index 00000000..870243c0 Binary files /dev/null and b/catalogue/catalog_special_txtbg1.gif differ diff --git a/catalogue/catalog_special_txtbg1_en.gif b/catalogue/catalog_special_txtbg1_en.gif new file mode 100644 index 00000000..870243c0 Binary files /dev/null and b/catalogue/catalog_special_txtbg1_en.gif differ diff --git a/catalogue/catalog_special_txtbg2.gif b/catalogue/catalog_special_txtbg2.gif new file mode 100644 index 00000000..54ac9fa1 Binary files /dev/null and b/catalogue/catalog_special_txtbg2.gif differ diff --git a/catalogue/catalog_special_txtbg2_en.gif b/catalogue/catalog_special_txtbg2_en.gif new file mode 100644 index 00000000..54ac9fa1 Binary files /dev/null and b/catalogue/catalog_special_txtbg2_en.gif differ diff --git a/catalogue/catalog_speech_niko_en2.gif b/catalogue/catalog_speech_niko_en2.gif new file mode 100644 index 00000000..1743404f Binary files /dev/null and b/catalogue/catalog_speech_niko_en2.gif differ diff --git a/catalogue/catalog_sports_headline1.gif b/catalogue/catalog_sports_headline1.gif new file mode 100644 index 00000000..83a1ba46 Binary files /dev/null and b/catalogue/catalog_sports_headline1.gif differ diff --git a/catalogue/catalog_sports_headline1_br.gif b/catalogue/catalog_sports_headline1_br.gif new file mode 100644 index 00000000..da2725f1 Binary files /dev/null and b/catalogue/catalog_sports_headline1_br.gif differ diff --git a/catalogue/catalog_sports_headline1_ca.gif b/catalogue/catalog_sports_headline1_ca.gif new file mode 100644 index 00000000..a6b8162c Binary files /dev/null and b/catalogue/catalog_sports_headline1_ca.gif differ diff --git a/catalogue/catalog_sports_headline1_ch.gif b/catalogue/catalog_sports_headline1_ch.gif new file mode 100644 index 00000000..e6f30f0b Binary files /dev/null and b/catalogue/catalog_sports_headline1_ch.gif differ diff --git a/catalogue/catalog_sports_headline1_cn.gif b/catalogue/catalog_sports_headline1_cn.gif new file mode 100644 index 00000000..812cb1a0 Binary files /dev/null and b/catalogue/catalog_sports_headline1_cn.gif differ diff --git a/catalogue/catalog_sports_headline1_de.gif b/catalogue/catalog_sports_headline1_de.gif new file mode 100644 index 00000000..e6f30f0b Binary files /dev/null and b/catalogue/catalog_sports_headline1_de.gif differ diff --git a/catalogue/catalog_sports_headline1_dk.gif b/catalogue/catalog_sports_headline1_dk.gif new file mode 100644 index 00000000..ee5cef80 Binary files /dev/null and b/catalogue/catalog_sports_headline1_dk.gif differ diff --git a/catalogue/catalog_sports_headline1_en.gif b/catalogue/catalog_sports_headline1_en.gif new file mode 100644 index 00000000..3d3f0d74 Binary files /dev/null and b/catalogue/catalog_sports_headline1_en.gif differ diff --git a/catalogue/catalog_sports_headline1_es.gif b/catalogue/catalog_sports_headline1_es.gif new file mode 100644 index 00000000..3d3f0d74 Binary files /dev/null and b/catalogue/catalog_sports_headline1_es.gif differ diff --git a/catalogue/catalog_sports_headline1_fi.gif b/catalogue/catalog_sports_headline1_fi.gif new file mode 100644 index 00000000..b8794478 Binary files /dev/null and b/catalogue/catalog_sports_headline1_fi.gif differ diff --git a/catalogue/catalog_sports_headline1_fr.gif b/catalogue/catalog_sports_headline1_fr.gif new file mode 100644 index 00000000..a6b8162c Binary files /dev/null and b/catalogue/catalog_sports_headline1_fr.gif differ diff --git a/catalogue/catalog_sports_headline1_it.gif b/catalogue/catalog_sports_headline1_it.gif new file mode 100644 index 00000000..41fedeb5 Binary files /dev/null and b/catalogue/catalog_sports_headline1_it.gif differ diff --git a/catalogue/catalog_sports_headline1_jp.gif b/catalogue/catalog_sports_headline1_jp.gif new file mode 100644 index 00000000..a6b8162c Binary files /dev/null and b/catalogue/catalog_sports_headline1_jp.gif differ diff --git a/catalogue/catalog_sports_headline1_nl.gif b/catalogue/catalog_sports_headline1_nl.gif new file mode 100644 index 00000000..fbbb10e0 Binary files /dev/null and b/catalogue/catalog_sports_headline1_nl.gif differ diff --git a/catalogue/catalog_sports_headline1_no.gif b/catalogue/catalog_sports_headline1_no.gif new file mode 100644 index 00000000..a6b8162c Binary files /dev/null and b/catalogue/catalog_sports_headline1_no.gif differ diff --git a/catalogue/catalog_sports_headline1_ru.gif b/catalogue/catalog_sports_headline1_ru.gif new file mode 100644 index 00000000..4587cf1e Binary files /dev/null and b/catalogue/catalog_sports_headline1_ru.gif differ diff --git a/catalogue/catalog_sports_headline1_se.gif b/catalogue/catalog_sports_headline1_se.gif new file mode 100644 index 00000000..ee5cef80 Binary files /dev/null and b/catalogue/catalog_sports_headline1_se.gif differ diff --git a/catalogue/catalog_sports_headline1_sg.gif b/catalogue/catalog_sports_headline1_sg.gif new file mode 100644 index 00000000..a6b8162c Binary files /dev/null and b/catalogue/catalog_sports_headline1_sg.gif differ diff --git a/catalogue/catalog_sports_headline1_uk.gif b/catalogue/catalog_sports_headline1_uk.gif new file mode 100644 index 00000000..a6b8162c Binary files /dev/null and b/catalogue/catalog_sports_headline1_uk.gif differ diff --git a/catalogue/catalog_sports_teaser1.gif b/catalogue/catalog_sports_teaser1.gif new file mode 100644 index 00000000..3595df8f Binary files /dev/null and b/catalogue/catalog_sports_teaser1.gif differ diff --git a/catalogue/catalog_sports_teaser1_en.gif b/catalogue/catalog_sports_teaser1_en.gif new file mode 100644 index 00000000..3595df8f Binary files /dev/null and b/catalogue/catalog_sports_teaser1_en.gif differ diff --git a/catalogue/catalog_spw_header1_de.gif b/catalogue/catalog_spw_header1_de.gif new file mode 100644 index 00000000..1900b977 Binary files /dev/null and b/catalogue/catalog_spw_header1_de.gif differ diff --git a/catalogue/catalog_spw_header1_en.gif b/catalogue/catalog_spw_header1_en.gif new file mode 100644 index 00000000..c3003dd3 Binary files /dev/null and b/catalogue/catalog_spw_header1_en.gif differ diff --git a/catalogue/catalog_spw_header1_es.gif b/catalogue/catalog_spw_header1_es.gif new file mode 100644 index 00000000..1900b977 Binary files /dev/null and b/catalogue/catalog_spw_header1_es.gif differ diff --git a/catalogue/catalog_spw_header1_fi.gif b/catalogue/catalog_spw_header1_fi.gif new file mode 100644 index 00000000..1900b977 Binary files /dev/null and b/catalogue/catalog_spw_header1_fi.gif differ diff --git a/catalogue/catalog_spw_header1_fr.gif b/catalogue/catalog_spw_header1_fr.gif new file mode 100644 index 00000000..1900b977 Binary files /dev/null and b/catalogue/catalog_spw_header1_fr.gif differ diff --git a/catalogue/catalog_spw_header1_it.gif b/catalogue/catalog_spw_header1_it.gif new file mode 100644 index 00000000..1900b977 Binary files /dev/null and b/catalogue/catalog_spw_header1_it.gif differ diff --git a/catalogue/catalog_spw_header2_de.gif b/catalogue/catalog_spw_header2_de.gif new file mode 100644 index 00000000..98c05ffd Binary files /dev/null and b/catalogue/catalog_spw_header2_de.gif differ diff --git a/catalogue/catalog_spw_header2_en.gif b/catalogue/catalog_spw_header2_en.gif new file mode 100644 index 00000000..c3003dd3 Binary files /dev/null and b/catalogue/catalog_spw_header2_en.gif differ diff --git a/catalogue/catalog_spw_header2_es.gif b/catalogue/catalog_spw_header2_es.gif new file mode 100644 index 00000000..98c05ffd Binary files /dev/null and b/catalogue/catalog_spw_header2_es.gif differ diff --git a/catalogue/catalog_spw_header2_fi.gif b/catalogue/catalog_spw_header2_fi.gif new file mode 100644 index 00000000..98c05ffd Binary files /dev/null and b/catalogue/catalog_spw_header2_fi.gif differ diff --git a/catalogue/catalog_spw_header2_fr.gif b/catalogue/catalog_spw_header2_fr.gif new file mode 100644 index 00000000..98c05ffd Binary files /dev/null and b/catalogue/catalog_spw_header2_fr.gif differ diff --git a/catalogue/catalog_spw_header2_it.gif b/catalogue/catalog_spw_header2_it.gif new file mode 100644 index 00000000..98c05ffd Binary files /dev/null and b/catalogue/catalog_spw_header2_it.gif differ diff --git a/catalogue/catalog_spw_header3_de.gif b/catalogue/catalog_spw_header3_de.gif new file mode 100644 index 00000000..808ee36c Binary files /dev/null and b/catalogue/catalog_spw_header3_de.gif differ diff --git a/catalogue/catalog_spw_header3_en.gif b/catalogue/catalog_spw_header3_en.gif new file mode 100644 index 00000000..1900b977 Binary files /dev/null and b/catalogue/catalog_spw_header3_en.gif differ diff --git a/catalogue/catalog_spw_headline2_en.gif b/catalogue/catalog_spw_headline2_en.gif new file mode 100644 index 00000000..1938ad6d Binary files /dev/null and b/catalogue/catalog_spw_headline2_en.gif differ diff --git a/catalogue/catalog_spw_teaser1_de.gif b/catalogue/catalog_spw_teaser1_de.gif new file mode 100644 index 00000000..cc6c057a Binary files /dev/null and b/catalogue/catalog_spw_teaser1_de.gif differ diff --git a/catalogue/catalog_spw_teaser1_en.gif b/catalogue/catalog_spw_teaser1_en.gif new file mode 100644 index 00000000..4e4a7081 Binary files /dev/null and b/catalogue/catalog_spw_teaser1_en.gif differ diff --git a/catalogue/catalog_spw_teaser1_es.gif b/catalogue/catalog_spw_teaser1_es.gif new file mode 100644 index 00000000..cc6c057a Binary files /dev/null and b/catalogue/catalog_spw_teaser1_es.gif differ diff --git a/catalogue/catalog_spw_teaser1_fi.gif b/catalogue/catalog_spw_teaser1_fi.gif new file mode 100644 index 00000000..cc6c057a Binary files /dev/null and b/catalogue/catalog_spw_teaser1_fi.gif differ diff --git a/catalogue/catalog_spw_teaser1_fr.gif b/catalogue/catalog_spw_teaser1_fr.gif new file mode 100644 index 00000000..cc6c057a Binary files /dev/null and b/catalogue/catalog_spw_teaser1_fr.gif differ diff --git a/catalogue/catalog_spw_teaser1_it.gif b/catalogue/catalog_spw_teaser1_it.gif new file mode 100644 index 00000000..cc6c057a Binary files /dev/null and b/catalogue/catalog_spw_teaser1_it.gif differ diff --git a/catalogue/catalog_spw_teaser2_en.gif b/catalogue/catalog_spw_teaser2_en.gif new file mode 100644 index 00000000..cc6c057a Binary files /dev/null and b/catalogue/catalog_spw_teaser2_en.gif differ diff --git a/catalogue/catalog_sum_teaser1.gif b/catalogue/catalog_sum_teaser1.gif new file mode 100644 index 00000000..39dbb80d Binary files /dev/null and b/catalogue/catalog_sum_teaser1.gif differ diff --git a/catalogue/catalog_sum_teaser1_da.gif b/catalogue/catalog_sum_teaser1_da.gif new file mode 100644 index 00000000..39dbb80d Binary files /dev/null and b/catalogue/catalog_sum_teaser1_da.gif differ diff --git a/catalogue/catalog_sum_teaser1_de.gif b/catalogue/catalog_sum_teaser1_de.gif new file mode 100644 index 00000000..39dbb80d Binary files /dev/null and b/catalogue/catalog_sum_teaser1_de.gif differ diff --git a/catalogue/catalog_sum_teaser1_en.gif b/catalogue/catalog_sum_teaser1_en.gif new file mode 100644 index 00000000..39dbb80d Binary files /dev/null and b/catalogue/catalog_sum_teaser1_en.gif differ diff --git a/catalogue/catalog_sum_teaser1_fr.gif b/catalogue/catalog_sum_teaser1_fr.gif new file mode 100644 index 00000000..39dbb80d Binary files /dev/null and b/catalogue/catalog_sum_teaser1_fr.gif differ diff --git a/catalogue/catalog_sum_teaser1_it.gif b/catalogue/catalog_sum_teaser1_it.gif new file mode 100644 index 00000000..39dbb80d Binary files /dev/null and b/catalogue/catalog_sum_teaser1_it.gif differ diff --git a/catalogue/catalog_sum_teaser1_ja.gif b/catalogue/catalog_sum_teaser1_ja.gif new file mode 100644 index 00000000..39dbb80d Binary files /dev/null and b/catalogue/catalog_sum_teaser1_ja.gif differ diff --git a/catalogue/catalog_sum_teaser1_no.gif b/catalogue/catalog_sum_teaser1_no.gif new file mode 100644 index 00000000..2fc1f24d Binary files /dev/null and b/catalogue/catalog_sum_teaser1_no.gif differ diff --git a/catalogue/catalog_sum_teaser1_sv.gif b/catalogue/catalog_sum_teaser1_sv.gif new file mode 100644 index 00000000..39dbb80d Binary files /dev/null and b/catalogue/catalog_sum_teaser1_sv.gif differ diff --git a/catalogue/catalog_super_saver1_en.gif b/catalogue/catalog_super_saver1_en.gif new file mode 100644 index 00000000..2626330a Binary files /dev/null and b/catalogue/catalog_super_saver1_en.gif differ diff --git a/catalogue/catalog_tables_header_dyn.gif b/catalogue/catalog_tables_header_dyn.gif new file mode 100644 index 00000000..754eed0a Binary files /dev/null and b/catalogue/catalog_tables_header_dyn.gif differ diff --git a/catalogue/catalog_tables_teaser2_001.gif b/catalogue/catalog_tables_teaser2_001.gif new file mode 100644 index 00000000..e247adec Binary files /dev/null and b/catalogue/catalog_tables_teaser2_001.gif differ diff --git a/catalogue/catalog_tag_br.gif b/catalogue/catalog_tag_br.gif new file mode 100644 index 00000000..7f1e1bf3 Binary files /dev/null and b/catalogue/catalog_tag_br.gif differ diff --git a/catalogue/catalog_tag_de.gif b/catalogue/catalog_tag_de.gif new file mode 100644 index 00000000..844ffcae Binary files /dev/null and b/catalogue/catalog_tag_de.gif differ diff --git a/catalogue/catalog_tag_dk.gif b/catalogue/catalog_tag_dk.gif new file mode 100644 index 00000000..8a2ee973 Binary files /dev/null and b/catalogue/catalog_tag_dk.gif differ diff --git a/catalogue/catalog_tag_general_1.gif b/catalogue/catalog_tag_general_1.gif new file mode 100644 index 00000000..94949040 Binary files /dev/null and b/catalogue/catalog_tag_general_1.gif differ diff --git a/catalogue/catalog_tag_general_2.gif b/catalogue/catalog_tag_general_2.gif new file mode 100644 index 00000000..0382f63b Binary files /dev/null and b/catalogue/catalog_tag_general_2.gif differ diff --git a/catalogue/catalog_tag_general_4.gif b/catalogue/catalog_tag_general_4.gif new file mode 100644 index 00000000..c3952ea1 Binary files /dev/null and b/catalogue/catalog_tag_general_4.gif differ diff --git a/catalogue/catalog_tag_it.gif b/catalogue/catalog_tag_it.gif new file mode 100644 index 00000000..8e4dff45 Binary files /dev/null and b/catalogue/catalog_tag_it.gif differ diff --git a/catalogue/catalog_tag_no.gif b/catalogue/catalog_tag_no.gif new file mode 100644 index 00000000..6baf2f3d Binary files /dev/null and b/catalogue/catalog_tag_no.gif differ diff --git a/catalogue/catalog_tag_se.gif b/catalogue/catalog_tag_se.gif new file mode 100644 index 00000000..0dfe9086 Binary files /dev/null and b/catalogue/catalog_tag_se.gif differ diff --git a/catalogue/catalog_teaser_AI1_en.gif b/catalogue/catalog_teaser_AI1_en.gif new file mode 100644 index 00000000..fd910628 Binary files /dev/null and b/catalogue/catalog_teaser_AI1_en.gif differ diff --git a/catalogue/catalog_teaser_MTV.gif b/catalogue/catalog_teaser_MTV.gif new file mode 100644 index 00000000..6ab10608 Binary files /dev/null and b/catalogue/catalog_teaser_MTV.gif differ diff --git a/catalogue/catalog_teaser_albrama.gif b/catalogue/catalog_teaser_albrama.gif new file mode 100644 index 00000000..2021c918 Binary files /dev/null and b/catalogue/catalog_teaser_albrama.gif differ diff --git a/catalogue/catalog_teaser_alpha1.gif b/catalogue/catalog_teaser_alpha1.gif new file mode 100644 index 00000000..a7ed0fd9 Binary files /dev/null and b/catalogue/catalog_teaser_alpha1.gif differ diff --git a/catalogue/catalog_teaser_anna..gif b/catalogue/catalog_teaser_anna..gif new file mode 100644 index 00000000..a4f06ef0 Binary files /dev/null and b/catalogue/catalog_teaser_anna..gif differ diff --git a/catalogue/catalog_teaser_anna.gif b/catalogue/catalog_teaser_anna.gif new file mode 100644 index 00000000..abb78a97 Binary files /dev/null and b/catalogue/catalog_teaser_anna.gif differ diff --git a/catalogue/catalog_teaser_atcg.gif b/catalogue/catalog_teaser_atcg.gif new file mode 100644 index 00000000..8eda7e91 Binary files /dev/null and b/catalogue/catalog_teaser_atcg.gif differ diff --git a/catalogue/catalog_teaser_babybear.gif b/catalogue/catalog_teaser_babybear.gif new file mode 100644 index 00000000..25c4eedc Binary files /dev/null and b/catalogue/catalog_teaser_babybear.gif differ diff --git a/catalogue/catalog_teaser_backtoschool.gif b/catalogue/catalog_teaser_backtoschool.gif new file mode 100644 index 00000000..f41112bd Binary files /dev/null and b/catalogue/catalog_teaser_backtoschool.gif differ diff --git a/catalogue/catalog_teaser_beach_furni.gif b/catalogue/catalog_teaser_beach_furni.gif new file mode 100644 index 00000000..95c93fc7 Binary files /dev/null and b/catalogue/catalog_teaser_beach_furni.gif differ diff --git a/catalogue/catalog_teaser_beds.gif b/catalogue/catalog_teaser_beds.gif new file mode 100644 index 00000000..eaeebb4a Binary files /dev/null and b/catalogue/catalog_teaser_beds.gif differ diff --git a/catalogue/catalog_teaser_bestsellers.gif b/catalogue/catalog_teaser_bestsellers.gif new file mode 100644 index 00000000..65dea264 Binary files /dev/null and b/catalogue/catalog_teaser_bestsellers.gif differ diff --git a/catalogue/catalog_teaser_black_hole.gif b/catalogue/catalog_teaser_black_hole.gif new file mode 100644 index 00000000..fca0c7bf Binary files /dev/null and b/catalogue/catalog_teaser_black_hole.gif differ diff --git a/catalogue/catalog_teaser_bling11.gif b/catalogue/catalog_teaser_bling11.gif new file mode 100644 index 00000000..cebe5afb Binary files /dev/null and b/catalogue/catalog_teaser_bling11.gif differ diff --git a/catalogue/catalog_teaser_cears.gif b/catalogue/catalog_teaser_cears.gif new file mode 100644 index 00000000..97791651 Binary files /dev/null and b/catalogue/catalog_teaser_cears.gif differ diff --git a/catalogue/catalog_teaser_celebrations.gif b/catalogue/catalog_teaser_celebrations.gif new file mode 100644 index 00000000..1081ccc0 Binary files /dev/null and b/catalogue/catalog_teaser_celebrations.gif differ diff --git a/catalogue/catalog_teaser_coco.gif b/catalogue/catalog_teaser_coco.gif new file mode 100644 index 00000000..568cfeae Binary files /dev/null and b/catalogue/catalog_teaser_coco.gif differ diff --git a/catalogue/catalog_teaser_cotie.gif b/catalogue/catalog_teaser_cotie.gif new file mode 100644 index 00000000..a512a172 Binary files /dev/null and b/catalogue/catalog_teaser_cotie.gif differ diff --git a/catalogue/catalog_teaser_cyberpunk.gif b/catalogue/catalog_teaser_cyberpunk.gif new file mode 100644 index 00000000..6148133d Binary files /dev/null and b/catalogue/catalog_teaser_cyberpunk.gif differ diff --git a/catalogue/catalog_teaser_diamonds .gif b/catalogue/catalog_teaser_diamonds .gif new file mode 100644 index 00000000..8464409a Binary files /dev/null and b/catalogue/catalog_teaser_diamonds .gif differ diff --git a/catalogue/catalog_teaser_diamonds.gif b/catalogue/catalog_teaser_diamonds.gif new file mode 100644 index 00000000..305d3ef0 Binary files /dev/null and b/catalogue/catalog_teaser_diamonds.gif differ diff --git a/catalogue/catalog_teaser_figures.gif b/catalogue/catalog_teaser_figures.gif new file mode 100644 index 00000000..0b8e133b Binary files /dev/null and b/catalogue/catalog_teaser_figures.gif differ diff --git a/catalogue/catalog_teaser_fountains.gif b/catalogue/catalog_teaser_fountains.gif new file mode 100644 index 00000000..6988d50b Binary files /dev/null and b/catalogue/catalog_teaser_fountains.gif differ diff --git a/catalogue/catalog_teaser_genxmas.gif b/catalogue/catalog_teaser_genxmas.gif new file mode 100644 index 00000000..3d0cd6b0 Binary files /dev/null and b/catalogue/catalog_teaser_genxmas.gif differ diff --git a/catalogue/catalog_teaser_gnome.gif b/catalogue/catalog_teaser_gnome.gif new file mode 100644 index 00000000..8e8171b9 Binary files /dev/null and b/catalogue/catalog_teaser_gnome.gif differ diff --git a/catalogue/catalog_teaser_hblooza.gif b/catalogue/catalog_teaser_hblooza.gif new file mode 100644 index 00000000..cea4b816 Binary files /dev/null and b/catalogue/catalog_teaser_hblooza.gif differ diff --git a/catalogue/catalog_teaser_horsedyes.gif b/catalogue/catalog_teaser_horsedyes.gif new file mode 100644 index 00000000..e760940d Binary files /dev/null and b/catalogue/catalog_teaser_horsedyes.gif differ diff --git a/catalogue/catalog_teaser_horsehair.gif b/catalogue/catalog_teaser_horsehair.gif new file mode 100644 index 00000000..0d079b48 Binary files /dev/null and b/catalogue/catalog_teaser_horsehair.gif differ diff --git a/catalogue/catalog_teaser_horsejump.gif b/catalogue/catalog_teaser_horsejump.gif new file mode 100644 index 00000000..5b69a474 Binary files /dev/null and b/catalogue/catalog_teaser_horsejump.gif differ diff --git a/catalogue/catalog_teaser_hw15.gif b/catalogue/catalog_teaser_hw15.gif new file mode 100644 index 00000000..313af14d Binary files /dev/null and b/catalogue/catalog_teaser_hw15.gif differ diff --git a/catalogue/catalog_teaser_idol.gif b/catalogue/catalog_teaser_idol.gif new file mode 100644 index 00000000..aa2dc6d3 Binary files /dev/null and b/catalogue/catalog_teaser_idol.gif differ diff --git a/catalogue/catalog_teaser_kitchen.gif b/catalogue/catalog_teaser_kitchen.gif new file mode 100644 index 00000000..ad5090c4 Binary files /dev/null and b/catalogue/catalog_teaser_kitchen.gif differ diff --git a/catalogue/catalog_teaser_lepr.gif b/catalogue/catalog_teaser_lepr.gif new file mode 100644 index 00000000..9c491343 Binary files /dev/null and b/catalogue/catalog_teaser_lepr.gif differ diff --git a/catalogue/catalog_teaser_lightnining.gif b/catalogue/catalog_teaser_lightnining.gif new file mode 100644 index 00000000..6768307a Binary files /dev/null and b/catalogue/catalog_teaser_lightnining.gif differ diff --git a/catalogue/catalog_teaser_logic_wodd.gif b/catalogue/catalog_teaser_logic_wodd.gif new file mode 100644 index 00000000..a30e9d45 Binary files /dev/null and b/catalogue/catalog_teaser_logic_wodd.gif differ diff --git a/catalogue/catalog_teaser_lost_tribe.gif b/catalogue/catalog_teaser_lost_tribe.gif new file mode 100644 index 00000000..55bd22c1 Binary files /dev/null and b/catalogue/catalog_teaser_lost_tribe.gif differ diff --git a/catalogue/catalog_teaser_love.gif b/catalogue/catalog_teaser_love.gif new file mode 100644 index 00000000..ddeaf815 Binary files /dev/null and b/catalogue/catalog_teaser_love.gif differ diff --git a/catalogue/catalog_teaser_loyalty.gif b/catalogue/catalog_teaser_loyalty.gif new file mode 100644 index 00000000..5f658a94 Binary files /dev/null and b/catalogue/catalog_teaser_loyalty.gif differ diff --git a/catalogue/catalog_teaser_mad_scientist.gif b/catalogue/catalog_teaser_mad_scientist.gif new file mode 100644 index 00000000..b726ae24 Binary files /dev/null and b/catalogue/catalog_teaser_mad_scientist.gif differ diff --git a/catalogue/catalog_teaser_mopla_01.gif b/catalogue/catalog_teaser_mopla_01.gif new file mode 100644 index 00000000..d49afd33 Binary files /dev/null and b/catalogue/catalog_teaser_mopla_01.gif differ diff --git a/catalogue/catalog_teaser_new.gif b/catalogue/catalog_teaser_new.gif new file mode 100644 index 00000000..51d54d71 Binary files /dev/null and b/catalogue/catalog_teaser_new.gif differ diff --git a/catalogue/catalog_teaser_olympic16.gif b/catalogue/catalog_teaser_olympic16.gif new file mode 100644 index 00000000..aa4a49c9 Binary files /dev/null and b/catalogue/catalog_teaser_olympic16.gif differ diff --git a/catalogue/catalog_teaser_palooza.gif b/catalogue/catalog_teaser_palooza.gif new file mode 100644 index 00000000..562ec674 Binary files /dev/null and b/catalogue/catalog_teaser_palooza.gif differ diff --git a/catalogue/catalog_teaser_paris.gif b/catalogue/catalog_teaser_paris.gif new file mode 100644 index 00000000..c78bca27 Binary files /dev/null and b/catalogue/catalog_teaser_paris.gif differ diff --git a/catalogue/catalog_teaser_pettoys.gif b/catalogue/catalog_teaser_pettoys.gif new file mode 100644 index 00000000..26d30913 Binary files /dev/null and b/catalogue/catalog_teaser_pettoys.gif differ diff --git a/catalogue/catalog_teaser_picnic.gif b/catalogue/catalog_teaser_picnic.gif new file mode 100644 index 00000000..6285120d Binary files /dev/null and b/catalogue/catalog_teaser_picnic.gif differ diff --git a/catalogue/catalog_teaser_pinata.gif b/catalogue/catalog_teaser_pinata.gif new file mode 100644 index 00000000..5d761f5a Binary files /dev/null and b/catalogue/catalog_teaser_pinata.gif differ diff --git a/catalogue/catalog_teaser_pokemon.gif b/catalogue/catalog_teaser_pokemon.gif new file mode 100644 index 00000000..84f8b90f Binary files /dev/null and b/catalogue/catalog_teaser_pokemon.gif differ diff --git a/catalogue/catalog_teaser_prison.gif b/catalogue/catalog_teaser_prison.gif new file mode 100644 index 00000000..849f65f6 Binary files /dev/null and b/catalogue/catalog_teaser_prison.gif differ diff --git a/catalogue/catalog_teaser_pura.gif b/catalogue/catalog_teaser_pura.gif new file mode 100644 index 00000000..1660cb26 Binary files /dev/null and b/catalogue/catalog_teaser_pura.gif differ diff --git a/catalogue/catalog_teaser_pura.png b/catalogue/catalog_teaser_pura.png new file mode 100644 index 00000000..6b9ff7f6 Binary files /dev/null and b/catalogue/catalog_teaser_pura.png differ diff --git a/catalogue/catalog_teaser_rollerblades.gif b/catalogue/catalog_teaser_rollerblades.gif new file mode 100644 index 00000000..0a7b5842 Binary files /dev/null and b/catalogue/catalog_teaser_rollerblades.gif differ diff --git a/catalogue/catalog_teaser_rollers_ch.gif b/catalogue/catalog_teaser_rollers_ch.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_teaser_rollers_ch.gif differ diff --git a/catalogue/catalog_teaser_rollers_da.gif b/catalogue/catalog_teaser_rollers_da.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_teaser_rollers_da.gif differ diff --git a/catalogue/catalog_teaser_rollers_de.gif b/catalogue/catalog_teaser_rollers_de.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_teaser_rollers_de.gif differ diff --git a/catalogue/catalog_teaser_rollers_en.gif b/catalogue/catalog_teaser_rollers_en.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_teaser_rollers_en.gif differ diff --git a/catalogue/catalog_teaser_rollers_es.gif b/catalogue/catalog_teaser_rollers_es.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_teaser_rollers_es.gif differ diff --git a/catalogue/catalog_teaser_rollers_fi.gif b/catalogue/catalog_teaser_rollers_fi.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_teaser_rollers_fi.gif differ diff --git a/catalogue/catalog_teaser_rollers_fr.gif b/catalogue/catalog_teaser_rollers_fr.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_teaser_rollers_fr.gif differ diff --git a/catalogue/catalog_teaser_rollers_it.gif b/catalogue/catalog_teaser_rollers_it.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_teaser_rollers_it.gif differ diff --git a/catalogue/catalog_teaser_rollers_nl.gif b/catalogue/catalog_teaser_rollers_nl.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_teaser_rollers_nl.gif differ diff --git a/catalogue/catalog_teaser_rollers_no.gif b/catalogue/catalog_teaser_rollers_no.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_teaser_rollers_no.gif differ diff --git a/catalogue/catalog_teaser_rollers_sv.gif b/catalogue/catalog_teaser_rollers_sv.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/catalog_teaser_rollers_sv.gif differ diff --git a/catalogue/catalog_teaser_rugs.gif b/catalogue/catalog_teaser_rugs.gif new file mode 100644 index 00000000..2587919d Binary files /dev/null and b/catalogue/catalog_teaser_rugs.gif differ diff --git a/catalogue/catalog_teaser_skateing.gif b/catalogue/catalog_teaser_skateing.gif new file mode 100644 index 00000000..9e3fe448 Binary files /dev/null and b/catalogue/catalog_teaser_skateing.gif differ diff --git a/catalogue/catalog_teaser_spa.gif b/catalogue/catalog_teaser_spa.gif new file mode 100644 index 00000000..67879d44 Binary files /dev/null and b/catalogue/catalog_teaser_spa.gif differ diff --git a/catalogue/catalog_teaser_steampunk.gif b/catalogue/catalog_teaser_steampunk.gif new file mode 100644 index 00000000..eb83fcea Binary files /dev/null and b/catalogue/catalog_teaser_steampunk.gif differ diff --git a/catalogue/catalog_teaser_stories2.gif b/catalogue/catalog_teaser_stories2.gif new file mode 100644 index 00000000..c1b627b0 Binary files /dev/null and b/catalogue/catalog_teaser_stories2.gif differ diff --git a/catalogue/catalog_teaser_tables.gif b/catalogue/catalog_teaser_tables.gif new file mode 100644 index 00000000..e5036330 Binary files /dev/null and b/catalogue/catalog_teaser_tables.gif differ diff --git a/catalogue/catalog_teaser_teleporters.gif b/catalogue/catalog_teaser_teleporters.gif new file mode 100644 index 00000000..35f972ec Binary files /dev/null and b/catalogue/catalog_teaser_teleporters.gif differ diff --git a/catalogue/catalog_teaser_tents.gif b/catalogue/catalog_teaser_tents.gif new file mode 100644 index 00000000..483fe029 Binary files /dev/null and b/catalogue/catalog_teaser_tents.gif differ diff --git a/catalogue/catalog_teaser_traffic_signs.gif b/catalogue/catalog_teaser_traffic_signs.gif new file mode 100644 index 00000000..ed1768b7 Binary files /dev/null and b/catalogue/catalog_teaser_traffic_signs.gif differ diff --git a/catalogue/catalog_teaser_val12.gif b/catalogue/catalog_teaser_val12.gif new file mode 100644 index 00000000..057cc688 Binary files /dev/null and b/catalogue/catalog_teaser_val12.gif differ diff --git a/catalogue/catalog_teaser_val12_en.gif b/catalogue/catalog_teaser_val12_en.gif new file mode 100644 index 00000000..057cc688 Binary files /dev/null and b/catalogue/catalog_teaser_val12_en.gif differ diff --git a/catalogue/catalog_teaser_valquest.gif b/catalogue/catalog_teaser_valquest.gif new file mode 100644 index 00000000..23d5ae09 Binary files /dev/null and b/catalogue/catalog_teaser_valquest.gif differ diff --git a/catalogue/catalog_teaser_vikings.gif b/catalogue/catalog_teaser_vikings.gif new file mode 100644 index 00000000..83043d2d Binary files /dev/null and b/catalogue/catalog_teaser_vikings.gif differ diff --git a/catalogue/catalog_teaser_wedding.gif b/catalogue/catalog_teaser_wedding.gif new file mode 100644 index 00000000..36d9e8b4 Binary files /dev/null and b/catalogue/catalog_teaser_wedding.gif differ diff --git a/catalogue/catalog_teaser_wildwest.gif b/catalogue/catalog_teaser_wildwest.gif new file mode 100644 index 00000000..3634b100 Binary files /dev/null and b/catalogue/catalog_teaser_wildwest.gif differ diff --git a/catalogue/catalog_teaser_xm10_skate.gif b/catalogue/catalog_teaser_xm10_skate.gif new file mode 100644 index 00000000..c640e68b Binary files /dev/null and b/catalogue/catalog_teaser_xm10_skate.gif differ diff --git a/catalogue/catalog_teaser_xmas2013.gif b/catalogue/catalog_teaser_xmas2013.gif new file mode 100644 index 00000000..0c7d398e Binary files /dev/null and b/catalogue/catalog_teaser_xmas2013.gif differ diff --git a/catalogue/catalog_teaser_year2011.gif b/catalogue/catalog_teaser_year2011.gif new file mode 100644 index 00000000..39e72f45 Binary files /dev/null and b/catalogue/catalog_teaser_year2011.gif differ diff --git a/catalogue/catalog_teleports_header_dyn.gif b/catalogue/catalog_teleports_header_dyn.gif new file mode 100644 index 00000000..1f1f3710 Binary files /dev/null and b/catalogue/catalog_teleports_header_dyn.gif differ diff --git a/catalogue/catalog_teleports_teaser2_001.gif b/catalogue/catalog_teleports_teaser2_001.gif new file mode 100644 index 00000000..c4f5cdb6 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_001.gif differ diff --git a/catalogue/catalog_teleports_teaser2_da.gif b/catalogue/catalog_teleports_teaser2_da.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_da.gif differ diff --git a/catalogue/catalog_teleports_teaser2_de.gif b/catalogue/catalog_teleports_teaser2_de.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_de.gif differ diff --git a/catalogue/catalog_teleports_teaser2_en.gif b/catalogue/catalog_teleports_teaser2_en.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_en.gif differ diff --git a/catalogue/catalog_teleports_teaser2_es.gif b/catalogue/catalog_teleports_teaser2_es.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_es.gif differ diff --git a/catalogue/catalog_teleports_teaser2_fi.gif b/catalogue/catalog_teleports_teaser2_fi.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_fi.gif differ diff --git a/catalogue/catalog_teleports_teaser2_fr.gif b/catalogue/catalog_teleports_teaser2_fr.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_fr.gif differ diff --git a/catalogue/catalog_teleports_teaser2_it.gif b/catalogue/catalog_teleports_teaser2_it.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_it.gif differ diff --git a/catalogue/catalog_teleports_teaser2_ja.gif b/catalogue/catalog_teleports_teaser2_ja.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_ja.gif differ diff --git a/catalogue/catalog_teleports_teaser2_nl.gif b/catalogue/catalog_teleports_teaser2_nl.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_nl.gif differ diff --git a/catalogue/catalog_teleports_teaser2_no.gif b/catalogue/catalog_teleports_teaser2_no.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_no.gif differ diff --git a/catalogue/catalog_teleports_teaser2_pt.gif b/catalogue/catalog_teleports_teaser2_pt.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_pt.gif differ diff --git a/catalogue/catalog_teleports_teaser2_ru.gif b/catalogue/catalog_teleports_teaser2_ru.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_ru.gif differ diff --git a/catalogue/catalog_teleports_teaser2_sv.gif b/catalogue/catalog_teleports_teaser2_sv.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/catalog_teleports_teaser2_sv.gif differ diff --git a/catalogue/catalog_tiki_header1_da.gif b/catalogue/catalog_tiki_header1_da.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_da.gif differ diff --git a/catalogue/catalog_tiki_header1_de.gif b/catalogue/catalog_tiki_header1_de.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_de.gif differ diff --git a/catalogue/catalog_tiki_header1_en.gif b/catalogue/catalog_tiki_header1_en.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_en.gif differ diff --git a/catalogue/catalog_tiki_header1_es.gif b/catalogue/catalog_tiki_header1_es.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_es.gif differ diff --git a/catalogue/catalog_tiki_header1_fi.gif b/catalogue/catalog_tiki_header1_fi.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_fi.gif differ diff --git a/catalogue/catalog_tiki_header1_fr.gif b/catalogue/catalog_tiki_header1_fr.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_fr.gif differ diff --git a/catalogue/catalog_tiki_header1_it.gif b/catalogue/catalog_tiki_header1_it.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_it.gif differ diff --git a/catalogue/catalog_tiki_header1_ja.gif b/catalogue/catalog_tiki_header1_ja.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_ja.gif differ diff --git a/catalogue/catalog_tiki_header1_nl.gif b/catalogue/catalog_tiki_header1_nl.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_nl.gif differ diff --git a/catalogue/catalog_tiki_header1_no.gif b/catalogue/catalog_tiki_header1_no.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_no.gif differ diff --git a/catalogue/catalog_tiki_header1_pt.gif b/catalogue/catalog_tiki_header1_pt.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_pt.gif differ diff --git a/catalogue/catalog_tiki_header1_ru.gif b/catalogue/catalog_tiki_header1_ru.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_ru.gif differ diff --git a/catalogue/catalog_tiki_header1_sv.gif b/catalogue/catalog_tiki_header1_sv.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/catalog_tiki_header1_sv.gif differ diff --git a/catalogue/catalog_tiki_teaser1_da.gif b/catalogue/catalog_tiki_teaser1_da.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_da.gif differ diff --git a/catalogue/catalog_tiki_teaser1_de.gif b/catalogue/catalog_tiki_teaser1_de.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_de.gif differ diff --git a/catalogue/catalog_tiki_teaser1_en.gif b/catalogue/catalog_tiki_teaser1_en.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_en.gif differ diff --git a/catalogue/catalog_tiki_teaser1_es.gif b/catalogue/catalog_tiki_teaser1_es.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_es.gif differ diff --git a/catalogue/catalog_tiki_teaser1_fi.gif b/catalogue/catalog_tiki_teaser1_fi.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_fi.gif differ diff --git a/catalogue/catalog_tiki_teaser1_fr.gif b/catalogue/catalog_tiki_teaser1_fr.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_fr.gif differ diff --git a/catalogue/catalog_tiki_teaser1_it.gif b/catalogue/catalog_tiki_teaser1_it.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_it.gif differ diff --git a/catalogue/catalog_tiki_teaser1_ja.gif b/catalogue/catalog_tiki_teaser1_ja.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_ja.gif differ diff --git a/catalogue/catalog_tiki_teaser1_nl.gif b/catalogue/catalog_tiki_teaser1_nl.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_nl.gif differ diff --git a/catalogue/catalog_tiki_teaser1_no.gif b/catalogue/catalog_tiki_teaser1_no.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_no.gif differ diff --git a/catalogue/catalog_tiki_teaser1_pt.gif b/catalogue/catalog_tiki_teaser1_pt.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_pt.gif differ diff --git a/catalogue/catalog_tiki_teaser1_ru.gif b/catalogue/catalog_tiki_teaser1_ru.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_ru.gif differ diff --git a/catalogue/catalog_tiki_teaser1_sv.gif b/catalogue/catalog_tiki_teaser1_sv.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/catalog_tiki_teaser1_sv.gif differ diff --git a/catalogue/catalog_tribal_header1_nl.gif b/catalogue/catalog_tribal_header1_nl.gif new file mode 100644 index 00000000..666cb076 Binary files /dev/null and b/catalogue/catalog_tribal_header1_nl.gif differ diff --git a/catalogue/catalog_tribal_teaser1_nl.gif b/catalogue/catalog_tribal_teaser1_nl.gif new file mode 100644 index 00000000..e09fd8cd Binary files /dev/null and b/catalogue/catalog_tribal_teaser1_nl.gif differ diff --git a/catalogue/catalog_trophies_headline1.gif b/catalogue/catalog_trophies_headline1.gif new file mode 100644 index 00000000..59ccb9bb Binary files /dev/null and b/catalogue/catalog_trophies_headline1.gif differ diff --git a/catalogue/catalog_trophies_headline1_br.gif b/catalogue/catalog_trophies_headline1_br.gif new file mode 100644 index 00000000..59e4d985 Binary files /dev/null and b/catalogue/catalog_trophies_headline1_br.gif differ diff --git a/catalogue/catalog_trophies_headline1_ca.gif b/catalogue/catalog_trophies_headline1_ca.gif new file mode 100644 index 00000000..59ccb9bb Binary files /dev/null and b/catalogue/catalog_trophies_headline1_ca.gif differ diff --git a/catalogue/catalog_trophies_headline1_ch.gif b/catalogue/catalog_trophies_headline1_ch.gif new file mode 100644 index 00000000..44afdc6e Binary files /dev/null and b/catalogue/catalog_trophies_headline1_ch.gif differ diff --git a/catalogue/catalog_trophies_headline1_cn.gif b/catalogue/catalog_trophies_headline1_cn.gif new file mode 100644 index 00000000..4ca218b1 Binary files /dev/null and b/catalogue/catalog_trophies_headline1_cn.gif differ diff --git a/catalogue/catalog_trophies_headline1_de.gif b/catalogue/catalog_trophies_headline1_de.gif new file mode 100644 index 00000000..44afdc6e Binary files /dev/null and b/catalogue/catalog_trophies_headline1_de.gif differ diff --git a/catalogue/catalog_trophies_headline1_dk.gif b/catalogue/catalog_trophies_headline1_dk.gif new file mode 100644 index 00000000..4d52192a Binary files /dev/null and b/catalogue/catalog_trophies_headline1_dk.gif differ diff --git a/catalogue/catalog_trophies_headline1_en.gif b/catalogue/catalog_trophies_headline1_en.gif new file mode 100644 index 00000000..1d7c7b84 Binary files /dev/null and b/catalogue/catalog_trophies_headline1_en.gif differ diff --git a/catalogue/catalog_trophies_headline1_es.gif b/catalogue/catalog_trophies_headline1_es.gif new file mode 100644 index 00000000..1d7c7b84 Binary files /dev/null and b/catalogue/catalog_trophies_headline1_es.gif differ diff --git a/catalogue/catalog_trophies_headline1_fi.gif b/catalogue/catalog_trophies_headline1_fi.gif new file mode 100644 index 00000000..550e9998 Binary files /dev/null and b/catalogue/catalog_trophies_headline1_fi.gif differ diff --git a/catalogue/catalog_trophies_headline1_fr.gif b/catalogue/catalog_trophies_headline1_fr.gif new file mode 100644 index 00000000..15fddb22 Binary files /dev/null and b/catalogue/catalog_trophies_headline1_fr.gif differ diff --git a/catalogue/catalog_trophies_headline1_it.gif b/catalogue/catalog_trophies_headline1_it.gif new file mode 100644 index 00000000..43bd9f14 Binary files /dev/null and b/catalogue/catalog_trophies_headline1_it.gif differ diff --git a/catalogue/catalog_trophies_headline1_jp.gif b/catalogue/catalog_trophies_headline1_jp.gif new file mode 100644 index 00000000..59ccb9bb Binary files /dev/null and b/catalogue/catalog_trophies_headline1_jp.gif differ diff --git a/catalogue/catalog_trophies_headline1_nl.gif b/catalogue/catalog_trophies_headline1_nl.gif new file mode 100644 index 00000000..be4836d2 Binary files /dev/null and b/catalogue/catalog_trophies_headline1_nl.gif differ diff --git a/catalogue/catalog_trophies_headline1_no.gif b/catalogue/catalog_trophies_headline1_no.gif new file mode 100644 index 00000000..0fa66854 Binary files /dev/null and b/catalogue/catalog_trophies_headline1_no.gif differ diff --git a/catalogue/catalog_trophies_headline1_ru.gif b/catalogue/catalog_trophies_headline1_ru.gif new file mode 100644 index 00000000..46d18151 Binary files /dev/null and b/catalogue/catalog_trophies_headline1_ru.gif differ diff --git a/catalogue/catalog_trophies_headline1_se.gif b/catalogue/catalog_trophies_headline1_se.gif new file mode 100644 index 00000000..4d52192a Binary files /dev/null and b/catalogue/catalog_trophies_headline1_se.gif differ diff --git a/catalogue/catalog_trophies_headline1_sg.gif b/catalogue/catalog_trophies_headline1_sg.gif new file mode 100644 index 00000000..59ccb9bb Binary files /dev/null and b/catalogue/catalog_trophies_headline1_sg.gif differ diff --git a/catalogue/catalog_trophies_headline1_uk.gif b/catalogue/catalog_trophies_headline1_uk.gif new file mode 100644 index 00000000..59ccb9bb Binary files /dev/null and b/catalogue/catalog_trophies_headline1_uk.gif differ diff --git a/catalogue/catalog_trx_header1_da.gif b/catalogue/catalog_trx_header1_da.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_da.gif differ diff --git a/catalogue/catalog_trx_header1_de.gif b/catalogue/catalog_trx_header1_de.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_de.gif differ diff --git a/catalogue/catalog_trx_header1_en.gif b/catalogue/catalog_trx_header1_en.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_en.gif differ diff --git a/catalogue/catalog_trx_header1_es.gif b/catalogue/catalog_trx_header1_es.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_es.gif differ diff --git a/catalogue/catalog_trx_header1_fi.gif b/catalogue/catalog_trx_header1_fi.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_fi.gif differ diff --git a/catalogue/catalog_trx_header1_fr.gif b/catalogue/catalog_trx_header1_fr.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_fr.gif differ diff --git a/catalogue/catalog_trx_header1_it.gif b/catalogue/catalog_trx_header1_it.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_it.gif differ diff --git a/catalogue/catalog_trx_header1_ja.gif b/catalogue/catalog_trx_header1_ja.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_ja.gif differ diff --git a/catalogue/catalog_trx_header1_nl.gif b/catalogue/catalog_trx_header1_nl.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_nl.gif differ diff --git a/catalogue/catalog_trx_header1_no.gif b/catalogue/catalog_trx_header1_no.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_no.gif differ diff --git a/catalogue/catalog_trx_header1_pt.gif b/catalogue/catalog_trx_header1_pt.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_pt.gif differ diff --git a/catalogue/catalog_trx_header1_ru.gif b/catalogue/catalog_trx_header1_ru.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_ru.gif differ diff --git a/catalogue/catalog_trx_header1_sv.gif b/catalogue/catalog_trx_header1_sv.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/catalog_trx_header1_sv.gif differ diff --git a/catalogue/catalog_trx_header2_da.gif b/catalogue/catalog_trx_header2_da.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_da.gif differ diff --git a/catalogue/catalog_trx_header2_de.gif b/catalogue/catalog_trx_header2_de.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_de.gif differ diff --git a/catalogue/catalog_trx_header2_en.gif b/catalogue/catalog_trx_header2_en.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_en.gif differ diff --git a/catalogue/catalog_trx_header2_es.gif b/catalogue/catalog_trx_header2_es.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_es.gif differ diff --git a/catalogue/catalog_trx_header2_fi.gif b/catalogue/catalog_trx_header2_fi.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_fi.gif differ diff --git a/catalogue/catalog_trx_header2_fr.gif b/catalogue/catalog_trx_header2_fr.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_fr.gif differ diff --git a/catalogue/catalog_trx_header2_it.gif b/catalogue/catalog_trx_header2_it.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_it.gif differ diff --git a/catalogue/catalog_trx_header2_ja.gif b/catalogue/catalog_trx_header2_ja.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_ja.gif differ diff --git a/catalogue/catalog_trx_header2_nl.gif b/catalogue/catalog_trx_header2_nl.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_nl.gif differ diff --git a/catalogue/catalog_trx_header2_no.gif b/catalogue/catalog_trx_header2_no.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_no.gif differ diff --git a/catalogue/catalog_trx_header2_pt.gif b/catalogue/catalog_trx_header2_pt.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_pt.gif differ diff --git a/catalogue/catalog_trx_header2_ru.gif b/catalogue/catalog_trx_header2_ru.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_ru.gif differ diff --git a/catalogue/catalog_trx_header2_sv.gif b/catalogue/catalog_trx_header2_sv.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/catalog_trx_header2_sv.gif differ diff --git a/catalogue/catalog_trx_header3_da.gif b/catalogue/catalog_trx_header3_da.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_da.gif differ diff --git a/catalogue/catalog_trx_header3_de.gif b/catalogue/catalog_trx_header3_de.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_de.gif differ diff --git a/catalogue/catalog_trx_header3_en.gif b/catalogue/catalog_trx_header3_en.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_en.gif differ diff --git a/catalogue/catalog_trx_header3_es.gif b/catalogue/catalog_trx_header3_es.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_es.gif differ diff --git a/catalogue/catalog_trx_header3_fi.gif b/catalogue/catalog_trx_header3_fi.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_fi.gif differ diff --git a/catalogue/catalog_trx_header3_fr.gif b/catalogue/catalog_trx_header3_fr.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_fr.gif differ diff --git a/catalogue/catalog_trx_header3_it.gif b/catalogue/catalog_trx_header3_it.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_it.gif differ diff --git a/catalogue/catalog_trx_header3_ja.gif b/catalogue/catalog_trx_header3_ja.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_ja.gif differ diff --git a/catalogue/catalog_trx_header3_nl.gif b/catalogue/catalog_trx_header3_nl.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_nl.gif differ diff --git a/catalogue/catalog_trx_header3_no.gif b/catalogue/catalog_trx_header3_no.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_no.gif differ diff --git a/catalogue/catalog_trx_header3_pt.gif b/catalogue/catalog_trx_header3_pt.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_pt.gif differ diff --git a/catalogue/catalog_trx_header3_ru.gif b/catalogue/catalog_trx_header3_ru.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_ru.gif differ diff --git a/catalogue/catalog_trx_header3_sv.gif b/catalogue/catalog_trx_header3_sv.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/catalog_trx_header3_sv.gif differ diff --git a/catalogue/catalog_trx_header4_da.gif b/catalogue/catalog_trx_header4_da.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_da.gif differ diff --git a/catalogue/catalog_trx_header4_de.gif b/catalogue/catalog_trx_header4_de.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_de.gif differ diff --git a/catalogue/catalog_trx_header4_en.gif b/catalogue/catalog_trx_header4_en.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_en.gif differ diff --git a/catalogue/catalog_trx_header4_es.gif b/catalogue/catalog_trx_header4_es.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_es.gif differ diff --git a/catalogue/catalog_trx_header4_fi.gif b/catalogue/catalog_trx_header4_fi.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_fi.gif differ diff --git a/catalogue/catalog_trx_header4_fr.gif b/catalogue/catalog_trx_header4_fr.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_fr.gif differ diff --git a/catalogue/catalog_trx_header4_it.gif b/catalogue/catalog_trx_header4_it.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_it.gif differ diff --git a/catalogue/catalog_trx_header4_ja.gif b/catalogue/catalog_trx_header4_ja.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_ja.gif differ diff --git a/catalogue/catalog_trx_header4_nl.gif b/catalogue/catalog_trx_header4_nl.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_nl.gif differ diff --git a/catalogue/catalog_trx_header4_no.gif b/catalogue/catalog_trx_header4_no.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_no.gif differ diff --git a/catalogue/catalog_trx_header4_pt.gif b/catalogue/catalog_trx_header4_pt.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_pt.gif differ diff --git a/catalogue/catalog_trx_header4_ru.gif b/catalogue/catalog_trx_header4_ru.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_ru.gif differ diff --git a/catalogue/catalog_trx_header4_sv.gif b/catalogue/catalog_trx_header4_sv.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/catalog_trx_header4_sv.gif differ diff --git a/catalogue/catalog_trx_header5_da.gif b/catalogue/catalog_trx_header5_da.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_da.gif differ diff --git a/catalogue/catalog_trx_header5_de.gif b/catalogue/catalog_trx_header5_de.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_de.gif differ diff --git a/catalogue/catalog_trx_header5_en.gif b/catalogue/catalog_trx_header5_en.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_en.gif differ diff --git a/catalogue/catalog_trx_header5_es.gif b/catalogue/catalog_trx_header5_es.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_es.gif differ diff --git a/catalogue/catalog_trx_header5_fi.gif b/catalogue/catalog_trx_header5_fi.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_fi.gif differ diff --git a/catalogue/catalog_trx_header5_fr.gif b/catalogue/catalog_trx_header5_fr.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_fr.gif differ diff --git a/catalogue/catalog_trx_header5_it.gif b/catalogue/catalog_trx_header5_it.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_it.gif differ diff --git a/catalogue/catalog_trx_header5_ja.gif b/catalogue/catalog_trx_header5_ja.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_ja.gif differ diff --git a/catalogue/catalog_trx_header5_nl.gif b/catalogue/catalog_trx_header5_nl.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_nl.gif differ diff --git a/catalogue/catalog_trx_header5_no.gif b/catalogue/catalog_trx_header5_no.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_no.gif differ diff --git a/catalogue/catalog_trx_header5_pt.gif b/catalogue/catalog_trx_header5_pt.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_pt.gif differ diff --git a/catalogue/catalog_trx_header5_ru.gif b/catalogue/catalog_trx_header5_ru.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_ru.gif differ diff --git a/catalogue/catalog_trx_header5_sv.gif b/catalogue/catalog_trx_header5_sv.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/catalog_trx_header5_sv.gif differ diff --git a/catalogue/catalog_trx_teaser1_da.gif b/catalogue/catalog_trx_teaser1_da.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_da.gif differ diff --git a/catalogue/catalog_trx_teaser1_de.gif b/catalogue/catalog_trx_teaser1_de.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_de.gif differ diff --git a/catalogue/catalog_trx_teaser1_en.gif b/catalogue/catalog_trx_teaser1_en.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_en.gif differ diff --git a/catalogue/catalog_trx_teaser1_es.gif b/catalogue/catalog_trx_teaser1_es.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_es.gif differ diff --git a/catalogue/catalog_trx_teaser1_fi.gif b/catalogue/catalog_trx_teaser1_fi.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_fi.gif differ diff --git a/catalogue/catalog_trx_teaser1_fr.gif b/catalogue/catalog_trx_teaser1_fr.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_fr.gif differ diff --git a/catalogue/catalog_trx_teaser1_it.gif b/catalogue/catalog_trx_teaser1_it.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_it.gif differ diff --git a/catalogue/catalog_trx_teaser1_ja.gif b/catalogue/catalog_trx_teaser1_ja.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_ja.gif differ diff --git a/catalogue/catalog_trx_teaser1_nl.gif b/catalogue/catalog_trx_teaser1_nl.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_nl.gif differ diff --git a/catalogue/catalog_trx_teaser1_no.gif b/catalogue/catalog_trx_teaser1_no.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_no.gif differ diff --git a/catalogue/catalog_trx_teaser1_pt.gif b/catalogue/catalog_trx_teaser1_pt.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_pt.gif differ diff --git a/catalogue/catalog_trx_teaser1_ru.gif b/catalogue/catalog_trx_teaser1_ru.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_ru.gif differ diff --git a/catalogue/catalog_trx_teaser1_sv.gif b/catalogue/catalog_trx_teaser1_sv.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/catalog_trx_teaser1_sv.gif differ diff --git a/catalogue/catalog_trx_teaser2_da.gif b/catalogue/catalog_trx_teaser2_da.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_da.gif differ diff --git a/catalogue/catalog_trx_teaser2_de.gif b/catalogue/catalog_trx_teaser2_de.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_de.gif differ diff --git a/catalogue/catalog_trx_teaser2_en.gif b/catalogue/catalog_trx_teaser2_en.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_en.gif differ diff --git a/catalogue/catalog_trx_teaser2_es.gif b/catalogue/catalog_trx_teaser2_es.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_es.gif differ diff --git a/catalogue/catalog_trx_teaser2_fi.gif b/catalogue/catalog_trx_teaser2_fi.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_fi.gif differ diff --git a/catalogue/catalog_trx_teaser2_fr.gif b/catalogue/catalog_trx_teaser2_fr.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_fr.gif differ diff --git a/catalogue/catalog_trx_teaser2_it.gif b/catalogue/catalog_trx_teaser2_it.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_it.gif differ diff --git a/catalogue/catalog_trx_teaser2_ja.gif b/catalogue/catalog_trx_teaser2_ja.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_ja.gif differ diff --git a/catalogue/catalog_trx_teaser2_nl.gif b/catalogue/catalog_trx_teaser2_nl.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_nl.gif differ diff --git a/catalogue/catalog_trx_teaser2_no.gif b/catalogue/catalog_trx_teaser2_no.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_no.gif differ diff --git a/catalogue/catalog_trx_teaser2_pt.gif b/catalogue/catalog_trx_teaser2_pt.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_pt.gif differ diff --git a/catalogue/catalog_trx_teaser2_ru.gif b/catalogue/catalog_trx_teaser2_ru.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_ru.gif differ diff --git a/catalogue/catalog_trx_teaser2_sv.gif b/catalogue/catalog_trx_teaser2_sv.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/catalog_trx_teaser2_sv.gif differ diff --git a/catalogue/catalog_trx_teaser3_da.gif b/catalogue/catalog_trx_teaser3_da.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_da.gif differ diff --git a/catalogue/catalog_trx_teaser3_de.gif b/catalogue/catalog_trx_teaser3_de.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_de.gif differ diff --git a/catalogue/catalog_trx_teaser3_en.gif b/catalogue/catalog_trx_teaser3_en.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_en.gif differ diff --git a/catalogue/catalog_trx_teaser3_es.gif b/catalogue/catalog_trx_teaser3_es.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_es.gif differ diff --git a/catalogue/catalog_trx_teaser3_fi.gif b/catalogue/catalog_trx_teaser3_fi.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_fi.gif differ diff --git a/catalogue/catalog_trx_teaser3_fr.gif b/catalogue/catalog_trx_teaser3_fr.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_fr.gif differ diff --git a/catalogue/catalog_trx_teaser3_it.gif b/catalogue/catalog_trx_teaser3_it.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_it.gif differ diff --git a/catalogue/catalog_trx_teaser3_ja.gif b/catalogue/catalog_trx_teaser3_ja.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_ja.gif differ diff --git a/catalogue/catalog_trx_teaser3_nl.gif b/catalogue/catalog_trx_teaser3_nl.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_nl.gif differ diff --git a/catalogue/catalog_trx_teaser3_no.gif b/catalogue/catalog_trx_teaser3_no.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_no.gif differ diff --git a/catalogue/catalog_trx_teaser3_pt.gif b/catalogue/catalog_trx_teaser3_pt.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_pt.gif differ diff --git a/catalogue/catalog_trx_teaser3_ru.gif b/catalogue/catalog_trx_teaser3_ru.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_ru.gif differ diff --git a/catalogue/catalog_trx_teaser3_sv.gif b/catalogue/catalog_trx_teaser3_sv.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/catalog_trx_teaser3_sv.gif differ diff --git a/catalogue/catalog_trx_teaser4_da.gif b/catalogue/catalog_trx_teaser4_da.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_da.gif differ diff --git a/catalogue/catalog_trx_teaser4_de.gif b/catalogue/catalog_trx_teaser4_de.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_de.gif differ diff --git a/catalogue/catalog_trx_teaser4_en.gif b/catalogue/catalog_trx_teaser4_en.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_en.gif differ diff --git a/catalogue/catalog_trx_teaser4_es.gif b/catalogue/catalog_trx_teaser4_es.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_es.gif differ diff --git a/catalogue/catalog_trx_teaser4_fi.gif b/catalogue/catalog_trx_teaser4_fi.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_fi.gif differ diff --git a/catalogue/catalog_trx_teaser4_fr.gif b/catalogue/catalog_trx_teaser4_fr.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_fr.gif differ diff --git a/catalogue/catalog_trx_teaser4_it.gif b/catalogue/catalog_trx_teaser4_it.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_it.gif differ diff --git a/catalogue/catalog_trx_teaser4_ja.gif b/catalogue/catalog_trx_teaser4_ja.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_ja.gif differ diff --git a/catalogue/catalog_trx_teaser4_nl.gif b/catalogue/catalog_trx_teaser4_nl.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_nl.gif differ diff --git a/catalogue/catalog_trx_teaser4_no.gif b/catalogue/catalog_trx_teaser4_no.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_no.gif differ diff --git a/catalogue/catalog_trx_teaser4_pt.gif b/catalogue/catalog_trx_teaser4_pt.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_pt.gif differ diff --git a/catalogue/catalog_trx_teaser4_ru.gif b/catalogue/catalog_trx_teaser4_ru.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_ru.gif differ diff --git a/catalogue/catalog_trx_teaser4_sv.gif b/catalogue/catalog_trx_teaser4_sv.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/catalog_trx_teaser4_sv.gif differ diff --git a/catalogue/catalog_trx_teaser5_da.gif b/catalogue/catalog_trx_teaser5_da.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_da.gif differ diff --git a/catalogue/catalog_trx_teaser5_de.gif b/catalogue/catalog_trx_teaser5_de.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_de.gif differ diff --git a/catalogue/catalog_trx_teaser5_en.gif b/catalogue/catalog_trx_teaser5_en.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_en.gif differ diff --git a/catalogue/catalog_trx_teaser5_es.gif b/catalogue/catalog_trx_teaser5_es.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_es.gif differ diff --git a/catalogue/catalog_trx_teaser5_fi.gif b/catalogue/catalog_trx_teaser5_fi.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_fi.gif differ diff --git a/catalogue/catalog_trx_teaser5_fr.gif b/catalogue/catalog_trx_teaser5_fr.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_fr.gif differ diff --git a/catalogue/catalog_trx_teaser5_it.gif b/catalogue/catalog_trx_teaser5_it.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_it.gif differ diff --git a/catalogue/catalog_trx_teaser5_ja.gif b/catalogue/catalog_trx_teaser5_ja.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_ja.gif differ diff --git a/catalogue/catalog_trx_teaser5_nl.gif b/catalogue/catalog_trx_teaser5_nl.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_nl.gif differ diff --git a/catalogue/catalog_trx_teaser5_no.gif b/catalogue/catalog_trx_teaser5_no.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_no.gif differ diff --git a/catalogue/catalog_trx_teaser5_pt.gif b/catalogue/catalog_trx_teaser5_pt.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_pt.gif differ diff --git a/catalogue/catalog_trx_teaser5_ru.gif b/catalogue/catalog_trx_teaser5_ru.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_ru.gif differ diff --git a/catalogue/catalog_trx_teaser5_sv.gif b/catalogue/catalog_trx_teaser5_sv.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/catalog_trx_teaser5_sv.gif differ diff --git a/catalogue/catalog_twilight_header_da.gif b/catalogue/catalog_twilight_header_da.gif new file mode 100644 index 00000000..df8f5a04 Binary files /dev/null and b/catalogue/catalog_twilight_header_da.gif differ diff --git a/catalogue/catalog_twilight_header_de.gif b/catalogue/catalog_twilight_header_de.gif new file mode 100644 index 00000000..ff088955 Binary files /dev/null and b/catalogue/catalog_twilight_header_de.gif differ diff --git a/catalogue/catalog_twilight_header_en.gif b/catalogue/catalog_twilight_header_en.gif new file mode 100644 index 00000000..df8f5a04 Binary files /dev/null and b/catalogue/catalog_twilight_header_en.gif differ diff --git a/catalogue/catalog_twilight_header_es.gif b/catalogue/catalog_twilight_header_es.gif new file mode 100644 index 00000000..e5a8fb70 Binary files /dev/null and b/catalogue/catalog_twilight_header_es.gif differ diff --git a/catalogue/catalog_twilight_header_fi.gif b/catalogue/catalog_twilight_header_fi.gif new file mode 100644 index 00000000..df8f5a04 Binary files /dev/null and b/catalogue/catalog_twilight_header_fi.gif differ diff --git a/catalogue/catalog_twilight_header_fr.gif b/catalogue/catalog_twilight_header_fr.gif new file mode 100644 index 00000000..4b0bf445 Binary files /dev/null and b/catalogue/catalog_twilight_header_fr.gif differ diff --git a/catalogue/catalog_twilight_header_it.gif b/catalogue/catalog_twilight_header_it.gif new file mode 100644 index 00000000..df8f5a04 Binary files /dev/null and b/catalogue/catalog_twilight_header_it.gif differ diff --git a/catalogue/catalog_twilight_header_nl.gif b/catalogue/catalog_twilight_header_nl.gif new file mode 100644 index 00000000..df8f5a04 Binary files /dev/null and b/catalogue/catalog_twilight_header_nl.gif differ diff --git a/catalogue/catalog_twilight_header_no.gif b/catalogue/catalog_twilight_header_no.gif new file mode 100644 index 00000000..df8f5a04 Binary files /dev/null and b/catalogue/catalog_twilight_header_no.gif differ diff --git a/catalogue/catalog_twilight_header_pt.gif b/catalogue/catalog_twilight_header_pt.gif new file mode 100644 index 00000000..2c2ddd9e Binary files /dev/null and b/catalogue/catalog_twilight_header_pt.gif differ diff --git a/catalogue/catalog_twilight_header_sv.gif b/catalogue/catalog_twilight_header_sv.gif new file mode 100644 index 00000000..df8f5a04 Binary files /dev/null and b/catalogue/catalog_twilight_header_sv.gif differ diff --git a/catalogue/catalog_usva_2.gif b/catalogue/catalog_usva_2.gif new file mode 100644 index 00000000..47d83647 Binary files /dev/null and b/catalogue/catalog_usva_2.gif differ diff --git a/catalogue/catalog_usva_picture.gif b/catalogue/catalog_usva_picture.gif new file mode 100644 index 00000000..808305f6 Binary files /dev/null and b/catalogue/catalog_usva_picture.gif differ diff --git a/catalogue/catalog_va2_headline1_da.gif b/catalogue/catalog_va2_headline1_da.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_da.gif differ diff --git a/catalogue/catalog_va2_headline1_de.gif b/catalogue/catalog_va2_headline1_de.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_de.gif differ diff --git a/catalogue/catalog_va2_headline1_en.gif b/catalogue/catalog_va2_headline1_en.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_en.gif differ diff --git a/catalogue/catalog_va2_headline1_es.gif b/catalogue/catalog_va2_headline1_es.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_es.gif differ diff --git a/catalogue/catalog_va2_headline1_fi.gif b/catalogue/catalog_va2_headline1_fi.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_fi.gif differ diff --git a/catalogue/catalog_va2_headline1_fr.gif b/catalogue/catalog_va2_headline1_fr.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_fr.gif differ diff --git a/catalogue/catalog_va2_headline1_it.gif b/catalogue/catalog_va2_headline1_it.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_it.gif differ diff --git a/catalogue/catalog_va2_headline1_ja.gif b/catalogue/catalog_va2_headline1_ja.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_ja.gif differ diff --git a/catalogue/catalog_va2_headline1_nl.gif b/catalogue/catalog_va2_headline1_nl.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_nl.gif differ diff --git a/catalogue/catalog_va2_headline1_no.gif b/catalogue/catalog_va2_headline1_no.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_no.gif differ diff --git a/catalogue/catalog_va2_headline1_pt.gif b/catalogue/catalog_va2_headline1_pt.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_pt.gif differ diff --git a/catalogue/catalog_va2_headline1_ru.gif b/catalogue/catalog_va2_headline1_ru.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_ru.gif differ diff --git a/catalogue/catalog_va2_headline1_sv.gif b/catalogue/catalog_va2_headline1_sv.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/catalog_va2_headline1_sv.gif differ diff --git a/catalogue/catalog_va2_teaser_da.gif b/catalogue/catalog_va2_teaser_da.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_da.gif differ diff --git a/catalogue/catalog_va2_teaser_de.gif b/catalogue/catalog_va2_teaser_de.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_de.gif differ diff --git a/catalogue/catalog_va2_teaser_en.gif b/catalogue/catalog_va2_teaser_en.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_en.gif differ diff --git a/catalogue/catalog_va2_teaser_es.gif b/catalogue/catalog_va2_teaser_es.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_es.gif differ diff --git a/catalogue/catalog_va2_teaser_fi.gif b/catalogue/catalog_va2_teaser_fi.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_fi.gif differ diff --git a/catalogue/catalog_va2_teaser_fr.gif b/catalogue/catalog_va2_teaser_fr.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_fr.gif differ diff --git a/catalogue/catalog_va2_teaser_it.gif b/catalogue/catalog_va2_teaser_it.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_it.gif differ diff --git a/catalogue/catalog_va2_teaser_ja.gif b/catalogue/catalog_va2_teaser_ja.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_ja.gif differ diff --git a/catalogue/catalog_va2_teaser_nl.gif b/catalogue/catalog_va2_teaser_nl.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_nl.gif differ diff --git a/catalogue/catalog_va2_teaser_no.gif b/catalogue/catalog_va2_teaser_no.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_no.gif differ diff --git a/catalogue/catalog_va2_teaser_pt.gif b/catalogue/catalog_va2_teaser_pt.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_pt.gif differ diff --git a/catalogue/catalog_va2_teaser_ru.gif b/catalogue/catalog_va2_teaser_ru.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_ru.gif differ diff --git a/catalogue/catalog_va2_teaser_sv.gif b/catalogue/catalog_va2_teaser_sv.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/catalog_va2_teaser_sv.gif differ diff --git a/catalogue/catalog_val_headline1_da.gif b/catalogue/catalog_val_headline1_da.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_da.gif differ diff --git a/catalogue/catalog_val_headline1_de.gif b/catalogue/catalog_val_headline1_de.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_de.gif differ diff --git a/catalogue/catalog_val_headline1_en.gif b/catalogue/catalog_val_headline1_en.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_en.gif differ diff --git a/catalogue/catalog_val_headline1_es.gif b/catalogue/catalog_val_headline1_es.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_es.gif differ diff --git a/catalogue/catalog_val_headline1_fi.gif b/catalogue/catalog_val_headline1_fi.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_fi.gif differ diff --git a/catalogue/catalog_val_headline1_fr.gif b/catalogue/catalog_val_headline1_fr.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_fr.gif differ diff --git a/catalogue/catalog_val_headline1_it.gif b/catalogue/catalog_val_headline1_it.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_it.gif differ diff --git a/catalogue/catalog_val_headline1_ja.gif b/catalogue/catalog_val_headline1_ja.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_ja.gif differ diff --git a/catalogue/catalog_val_headline1_nl.gif b/catalogue/catalog_val_headline1_nl.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_nl.gif differ diff --git a/catalogue/catalog_val_headline1_no.gif b/catalogue/catalog_val_headline1_no.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_no.gif differ diff --git a/catalogue/catalog_val_headline1_pt.gif b/catalogue/catalog_val_headline1_pt.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_pt.gif differ diff --git a/catalogue/catalog_val_headline1_ru.gif b/catalogue/catalog_val_headline1_ru.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_ru.gif differ diff --git a/catalogue/catalog_val_headline1_sv.gif b/catalogue/catalog_val_headline1_sv.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/catalog_val_headline1_sv.gif differ diff --git a/catalogue/catalog_val_teaser_da.gif b/catalogue/catalog_val_teaser_da.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_da.gif differ diff --git a/catalogue/catalog_val_teaser_de.gif b/catalogue/catalog_val_teaser_de.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_de.gif differ diff --git a/catalogue/catalog_val_teaser_en.gif b/catalogue/catalog_val_teaser_en.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_en.gif differ diff --git a/catalogue/catalog_val_teaser_es.gif b/catalogue/catalog_val_teaser_es.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_es.gif differ diff --git a/catalogue/catalog_val_teaser_fi.gif b/catalogue/catalog_val_teaser_fi.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_fi.gif differ diff --git a/catalogue/catalog_val_teaser_fr.gif b/catalogue/catalog_val_teaser_fr.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_fr.gif differ diff --git a/catalogue/catalog_val_teaser_it.gif b/catalogue/catalog_val_teaser_it.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_it.gif differ diff --git a/catalogue/catalog_val_teaser_ja.gif b/catalogue/catalog_val_teaser_ja.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_ja.gif differ diff --git a/catalogue/catalog_val_teaser_nl.gif b/catalogue/catalog_val_teaser_nl.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_nl.gif differ diff --git a/catalogue/catalog_val_teaser_no.gif b/catalogue/catalog_val_teaser_no.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_no.gif differ diff --git a/catalogue/catalog_val_teaser_pt.gif b/catalogue/catalog_val_teaser_pt.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_pt.gif differ diff --git a/catalogue/catalog_val_teaser_ru.gif b/catalogue/catalog_val_teaser_ru.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_ru.gif differ diff --git a/catalogue/catalog_val_teaser_sv.gif b/catalogue/catalog_val_teaser_sv.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/catalog_val_teaser_sv.gif differ diff --git a/catalogue/catalog_vending_header_dyn.gif b/catalogue/catalog_vending_header_dyn.gif new file mode 100644 index 00000000..6d91b730 Binary files /dev/null and b/catalogue/catalog_vending_header_dyn.gif differ diff --git a/catalogue/catalog_vending_teaser2_001.gif b/catalogue/catalog_vending_teaser2_001.gif new file mode 100644 index 00000000..acaff5da Binary files /dev/null and b/catalogue/catalog_vending_teaser2_001.gif differ diff --git a/catalogue/catalog_vipclub_header.gif b/catalogue/catalog_vipclub_header.gif new file mode 100644 index 00000000..8817b2b5 Binary files /dev/null and b/catalogue/catalog_vipclub_header.gif differ diff --git a/catalogue/catalog_vir_header1_da.gif b/catalogue/catalog_vir_header1_da.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_da.gif differ diff --git a/catalogue/catalog_vir_header1_de.gif b/catalogue/catalog_vir_header1_de.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_de.gif differ diff --git a/catalogue/catalog_vir_header1_en.gif b/catalogue/catalog_vir_header1_en.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_en.gif differ diff --git a/catalogue/catalog_vir_header1_es.gif b/catalogue/catalog_vir_header1_es.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_es.gif differ diff --git a/catalogue/catalog_vir_header1_fi.gif b/catalogue/catalog_vir_header1_fi.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_fi.gif differ diff --git a/catalogue/catalog_vir_header1_fr.gif b/catalogue/catalog_vir_header1_fr.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_fr.gif differ diff --git a/catalogue/catalog_vir_header1_it.gif b/catalogue/catalog_vir_header1_it.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_it.gif differ diff --git a/catalogue/catalog_vir_header1_ja.gif b/catalogue/catalog_vir_header1_ja.gif new file mode 100644 index 00000000..bc530f66 Binary files /dev/null and b/catalogue/catalog_vir_header1_ja.gif differ diff --git a/catalogue/catalog_vir_header1_nl.gif b/catalogue/catalog_vir_header1_nl.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_nl.gif differ diff --git a/catalogue/catalog_vir_header1_no.gif b/catalogue/catalog_vir_header1_no.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_no.gif differ diff --git a/catalogue/catalog_vir_header1_pt.gif b/catalogue/catalog_vir_header1_pt.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_pt.gif differ diff --git a/catalogue/catalog_vir_header1_ru.gif b/catalogue/catalog_vir_header1_ru.gif new file mode 100644 index 00000000..bef5576a Binary files /dev/null and b/catalogue/catalog_vir_header1_ru.gif differ diff --git a/catalogue/catalog_vir_header1_se.gif b/catalogue/catalog_vir_header1_se.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_se.gif differ diff --git a/catalogue/catalog_vir_header1_sv.gif b/catalogue/catalog_vir_header1_sv.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_header1_sv.gif differ diff --git a/catalogue/catalog_vir_header2_ja.gif b/catalogue/catalog_vir_header2_ja.gif new file mode 100644 index 00000000..cf7f5795 Binary files /dev/null and b/catalogue/catalog_vir_header2_ja.gif differ diff --git a/catalogue/catalog_vir_headline1_sv.gif b/catalogue/catalog_vir_headline1_sv.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/catalog_vir_headline1_sv.gif differ diff --git a/catalogue/catalog_vir_teaser_da.gif b/catalogue/catalog_vir_teaser_da.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_da.gif differ diff --git a/catalogue/catalog_vir_teaser_de.gif b/catalogue/catalog_vir_teaser_de.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_de.gif differ diff --git a/catalogue/catalog_vir_teaser_en.gif b/catalogue/catalog_vir_teaser_en.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_en.gif differ diff --git a/catalogue/catalog_vir_teaser_es.gif b/catalogue/catalog_vir_teaser_es.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_es.gif differ diff --git a/catalogue/catalog_vir_teaser_fi.gif b/catalogue/catalog_vir_teaser_fi.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_fi.gif differ diff --git a/catalogue/catalog_vir_teaser_fr.gif b/catalogue/catalog_vir_teaser_fr.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_fr.gif differ diff --git a/catalogue/catalog_vir_teaser_it.gif b/catalogue/catalog_vir_teaser_it.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_it.gif differ diff --git a/catalogue/catalog_vir_teaser_ja.gif b/catalogue/catalog_vir_teaser_ja.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_ja.gif differ diff --git a/catalogue/catalog_vir_teaser_nl.gif b/catalogue/catalog_vir_teaser_nl.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_nl.gif differ diff --git a/catalogue/catalog_vir_teaser_no.gif b/catalogue/catalog_vir_teaser_no.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_no.gif differ diff --git a/catalogue/catalog_vir_teaser_pt.gif b/catalogue/catalog_vir_teaser_pt.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_pt.gif differ diff --git a/catalogue/catalog_vir_teaser_ru.gif b/catalogue/catalog_vir_teaser_ru.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_ru.gif differ diff --git a/catalogue/catalog_vir_teaser_se.gif b/catalogue/catalog_vir_teaser_se.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_se.gif differ diff --git a/catalogue/catalog_vir_teaser_sv.gif b/catalogue/catalog_vir_teaser_sv.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/catalog_vir_teaser_sv.gif differ diff --git a/catalogue/catalog_voodoo_header_en.gif b/catalogue/catalog_voodoo_header_en.gif new file mode 100644 index 00000000..590e9eb5 Binary files /dev/null and b/catalogue/catalog_voodoo_header_en.gif differ diff --git a/catalogue/catalog_voodoo_teaser.gif b/catalogue/catalog_voodoo_teaser.gif new file mode 100644 index 00000000..c9d6443c Binary files /dev/null and b/catalogue/catalog_voodoo_teaser.gif differ diff --git a/catalogue/catalog_walls_header_dyn.gif b/catalogue/catalog_walls_header_dyn.gif new file mode 100644 index 00000000..720a80cb Binary files /dev/null and b/catalogue/catalog_walls_header_dyn.gif differ diff --git a/catalogue/catalog_walls_teaser2_001.gif b/catalogue/catalog_walls_teaser2_001.gif new file mode 100644 index 00000000..7d48b895 Binary files /dev/null and b/catalogue/catalog_walls_teaser2_001.gif differ diff --git a/catalogue/catalog_wired_header1.gif b/catalogue/catalog_wired_header1.gif new file mode 100644 index 00000000..a47ac6e3 Binary files /dev/null and b/catalogue/catalog_wired_header1.gif differ diff --git a/catalogue/catalog_wired_header2_de.gif b/catalogue/catalog_wired_header2_de.gif new file mode 100644 index 00000000..fdcfd4e2 Binary files /dev/null and b/catalogue/catalog_wired_header2_de.gif differ diff --git a/catalogue/catalog_wired_header2_en.gif b/catalogue/catalog_wired_header2_en.gif new file mode 100644 index 00000000..7e004032 Binary files /dev/null and b/catalogue/catalog_wired_header2_en.gif differ diff --git a/catalogue/catalog_wired_header2_es.gif b/catalogue/catalog_wired_header2_es.gif new file mode 100644 index 00000000..80977666 Binary files /dev/null and b/catalogue/catalog_wired_header2_es.gif differ diff --git a/catalogue/catalog_wired_header2_fi.gif b/catalogue/catalog_wired_header2_fi.gif new file mode 100644 index 00000000..48cd2257 Binary files /dev/null and b/catalogue/catalog_wired_header2_fi.gif differ diff --git a/catalogue/catalog_wired_header2_fr.gif b/catalogue/catalog_wired_header2_fr.gif new file mode 100644 index 00000000..af0082fe Binary files /dev/null and b/catalogue/catalog_wired_header2_fr.gif differ diff --git a/catalogue/catalog_wired_header2_it.gif b/catalogue/catalog_wired_header2_it.gif new file mode 100644 index 00000000..ecaa756a Binary files /dev/null and b/catalogue/catalog_wired_header2_it.gif differ diff --git a/catalogue/catalog_wired_header2_nl.gif b/catalogue/catalog_wired_header2_nl.gif new file mode 100644 index 00000000..9e08f95d Binary files /dev/null and b/catalogue/catalog_wired_header2_nl.gif differ diff --git a/catalogue/catalog_wired_header2_pt.gif b/catalogue/catalog_wired_header2_pt.gif new file mode 100644 index 00000000..b84ecf53 Binary files /dev/null and b/catalogue/catalog_wired_header2_pt.gif differ diff --git a/catalogue/catalog_wired_header3_de.gif b/catalogue/catalog_wired_header3_de.gif new file mode 100644 index 00000000..a457514f Binary files /dev/null and b/catalogue/catalog_wired_header3_de.gif differ diff --git a/catalogue/catalog_wired_header3_en.gif b/catalogue/catalog_wired_header3_en.gif new file mode 100644 index 00000000..3519323c Binary files /dev/null and b/catalogue/catalog_wired_header3_en.gif differ diff --git a/catalogue/catalog_wired_header3_es.gif b/catalogue/catalog_wired_header3_es.gif new file mode 100644 index 00000000..9c41cf50 Binary files /dev/null and b/catalogue/catalog_wired_header3_es.gif differ diff --git a/catalogue/catalog_wired_header3_fi.gif b/catalogue/catalog_wired_header3_fi.gif new file mode 100644 index 00000000..81654df2 Binary files /dev/null and b/catalogue/catalog_wired_header3_fi.gif differ diff --git a/catalogue/catalog_wired_header3_fr.gif b/catalogue/catalog_wired_header3_fr.gif new file mode 100644 index 00000000..ac8e6228 Binary files /dev/null and b/catalogue/catalog_wired_header3_fr.gif differ diff --git a/catalogue/catalog_wired_header3_it.gif b/catalogue/catalog_wired_header3_it.gif new file mode 100644 index 00000000..ee14ae4d Binary files /dev/null and b/catalogue/catalog_wired_header3_it.gif differ diff --git a/catalogue/catalog_wired_header3_nl.gif b/catalogue/catalog_wired_header3_nl.gif new file mode 100644 index 00000000..a6aa65e6 Binary files /dev/null and b/catalogue/catalog_wired_header3_nl.gif differ diff --git a/catalogue/catalog_wired_header3_pt.gif b/catalogue/catalog_wired_header3_pt.gif new file mode 100644 index 00000000..8c66557e Binary files /dev/null and b/catalogue/catalog_wired_header3_pt.gif differ diff --git a/catalogue/catalog_wired_header4_de.gif b/catalogue/catalog_wired_header4_de.gif new file mode 100644 index 00000000..72d4ecbc Binary files /dev/null and b/catalogue/catalog_wired_header4_de.gif differ diff --git a/catalogue/catalog_wired_header4_en.gif b/catalogue/catalog_wired_header4_en.gif new file mode 100644 index 00000000..fd5d2901 Binary files /dev/null and b/catalogue/catalog_wired_header4_en.gif differ diff --git a/catalogue/catalog_wired_header4_es.gif b/catalogue/catalog_wired_header4_es.gif new file mode 100644 index 00000000..702d8f72 Binary files /dev/null and b/catalogue/catalog_wired_header4_es.gif differ diff --git a/catalogue/catalog_wired_header4_fi.gif b/catalogue/catalog_wired_header4_fi.gif new file mode 100644 index 00000000..ff85641f Binary files /dev/null and b/catalogue/catalog_wired_header4_fi.gif differ diff --git a/catalogue/catalog_wired_header4_fr.gif b/catalogue/catalog_wired_header4_fr.gif new file mode 100644 index 00000000..a02a588c Binary files /dev/null and b/catalogue/catalog_wired_header4_fr.gif differ diff --git a/catalogue/catalog_wired_header4_it.gif b/catalogue/catalog_wired_header4_it.gif new file mode 100644 index 00000000..8d56fbc4 Binary files /dev/null and b/catalogue/catalog_wired_header4_it.gif differ diff --git a/catalogue/catalog_wired_header4_nl.gif b/catalogue/catalog_wired_header4_nl.gif new file mode 100644 index 00000000..8a119329 Binary files /dev/null and b/catalogue/catalog_wired_header4_nl.gif differ diff --git a/catalogue/catalog_wired_header4_pt.gif b/catalogue/catalog_wired_header4_pt.gif new file mode 100644 index 00000000..ca8c7d76 Binary files /dev/null and b/catalogue/catalog_wired_header4_pt.gif differ diff --git a/catalogue/catalog_wired_header5_de.gif b/catalogue/catalog_wired_header5_de.gif new file mode 100644 index 00000000..5fef7de2 Binary files /dev/null and b/catalogue/catalog_wired_header5_de.gif differ diff --git a/catalogue/catalog_wired_header5_en.gif b/catalogue/catalog_wired_header5_en.gif new file mode 100644 index 00000000..b1646dcd Binary files /dev/null and b/catalogue/catalog_wired_header5_en.gif differ diff --git a/catalogue/catalog_wired_header5_es.gif b/catalogue/catalog_wired_header5_es.gif new file mode 100644 index 00000000..f2a9b69e Binary files /dev/null and b/catalogue/catalog_wired_header5_es.gif differ diff --git a/catalogue/catalog_wired_header5_fi.gif b/catalogue/catalog_wired_header5_fi.gif new file mode 100644 index 00000000..67d6095e Binary files /dev/null and b/catalogue/catalog_wired_header5_fi.gif differ diff --git a/catalogue/catalog_wired_header5_fr.gif b/catalogue/catalog_wired_header5_fr.gif new file mode 100644 index 00000000..38284fb1 Binary files /dev/null and b/catalogue/catalog_wired_header5_fr.gif differ diff --git a/catalogue/catalog_wired_header5_it.gif b/catalogue/catalog_wired_header5_it.gif new file mode 100644 index 00000000..ad7df9f6 Binary files /dev/null and b/catalogue/catalog_wired_header5_it.gif differ diff --git a/catalogue/catalog_wired_header5_nl.gif b/catalogue/catalog_wired_header5_nl.gif new file mode 100644 index 00000000..c35bd0b2 Binary files /dev/null and b/catalogue/catalog_wired_header5_nl.gif differ diff --git a/catalogue/catalog_wired_header5_pt.gif b/catalogue/catalog_wired_header5_pt.gif new file mode 100644 index 00000000..5fef7de2 Binary files /dev/null and b/catalogue/catalog_wired_header5_pt.gif differ diff --git a/catalogue/catalog_wired_header6_de.gif b/catalogue/catalog_wired_header6_de.gif new file mode 100644 index 00000000..545939f6 Binary files /dev/null and b/catalogue/catalog_wired_header6_de.gif differ diff --git a/catalogue/catalog_wired_header6_en.gif b/catalogue/catalog_wired_header6_en.gif new file mode 100644 index 00000000..93741153 Binary files /dev/null and b/catalogue/catalog_wired_header6_en.gif differ diff --git a/catalogue/catalog_wired_header6_es.gif b/catalogue/catalog_wired_header6_es.gif new file mode 100644 index 00000000..556b3f27 Binary files /dev/null and b/catalogue/catalog_wired_header6_es.gif differ diff --git a/catalogue/catalog_wired_header6_fi.gif b/catalogue/catalog_wired_header6_fi.gif new file mode 100644 index 00000000..5d0507f3 Binary files /dev/null and b/catalogue/catalog_wired_header6_fi.gif differ diff --git a/catalogue/catalog_wired_header6_fr.gif b/catalogue/catalog_wired_header6_fr.gif new file mode 100644 index 00000000..2a3626c6 Binary files /dev/null and b/catalogue/catalog_wired_header6_fr.gif differ diff --git a/catalogue/catalog_wired_header6_it.gif b/catalogue/catalog_wired_header6_it.gif new file mode 100644 index 00000000..28743dfc Binary files /dev/null and b/catalogue/catalog_wired_header6_it.gif differ diff --git a/catalogue/catalog_wired_header6_nl.gif b/catalogue/catalog_wired_header6_nl.gif new file mode 100644 index 00000000..fba8c0b6 Binary files /dev/null and b/catalogue/catalog_wired_header6_nl.gif differ diff --git a/catalogue/catalog_wired_header6_pt.gif b/catalogue/catalog_wired_header6_pt.gif new file mode 100644 index 00000000..e961498f Binary files /dev/null and b/catalogue/catalog_wired_header6_pt.gif differ diff --git a/catalogue/catalog_xma_teaser1_da.gif b/catalogue/catalog_xma_teaser1_da.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_da.gif differ diff --git a/catalogue/catalog_xma_teaser1_de.gif b/catalogue/catalog_xma_teaser1_de.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_de.gif differ diff --git a/catalogue/catalog_xma_teaser1_en.gif b/catalogue/catalog_xma_teaser1_en.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_en.gif differ diff --git a/catalogue/catalog_xma_teaser1_es.gif b/catalogue/catalog_xma_teaser1_es.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_es.gif differ diff --git a/catalogue/catalog_xma_teaser1_fi.gif b/catalogue/catalog_xma_teaser1_fi.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_fi.gif differ diff --git a/catalogue/catalog_xma_teaser1_fr.gif b/catalogue/catalog_xma_teaser1_fr.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_fr.gif differ diff --git a/catalogue/catalog_xma_teaser1_it.gif b/catalogue/catalog_xma_teaser1_it.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_it.gif differ diff --git a/catalogue/catalog_xma_teaser1_ja.gif b/catalogue/catalog_xma_teaser1_ja.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_ja.gif differ diff --git a/catalogue/catalog_xma_teaser1_jp.gif b/catalogue/catalog_xma_teaser1_jp.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_jp.gif differ diff --git a/catalogue/catalog_xma_teaser1_nl.gif b/catalogue/catalog_xma_teaser1_nl.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_nl.gif differ diff --git a/catalogue/catalog_xma_teaser1_no.gif b/catalogue/catalog_xma_teaser1_no.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_no.gif differ diff --git a/catalogue/catalog_xma_teaser1_pt.gif b/catalogue/catalog_xma_teaser1_pt.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_pt.gif differ diff --git a/catalogue/catalog_xma_teaser1_ru.gif b/catalogue/catalog_xma_teaser1_ru.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_ru.gif differ diff --git a/catalogue/catalog_xma_teaser1_sv.gif b/catalogue/catalog_xma_teaser1_sv.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/catalog_xma_teaser1_sv.gif differ diff --git a/catalogue/catalog_xma_teaser2_da.gif b/catalogue/catalog_xma_teaser2_da.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_da.gif differ diff --git a/catalogue/catalog_xma_teaser2_de.gif b/catalogue/catalog_xma_teaser2_de.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_de.gif differ diff --git a/catalogue/catalog_xma_teaser2_en.gif b/catalogue/catalog_xma_teaser2_en.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_en.gif differ diff --git a/catalogue/catalog_xma_teaser2_es.gif b/catalogue/catalog_xma_teaser2_es.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_es.gif differ diff --git a/catalogue/catalog_xma_teaser2_fi.gif b/catalogue/catalog_xma_teaser2_fi.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_fi.gif differ diff --git a/catalogue/catalog_xma_teaser2_fr.gif b/catalogue/catalog_xma_teaser2_fr.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_fr.gif differ diff --git a/catalogue/catalog_xma_teaser2_it.gif b/catalogue/catalog_xma_teaser2_it.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_it.gif differ diff --git a/catalogue/catalog_xma_teaser2_ja.gif b/catalogue/catalog_xma_teaser2_ja.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_ja.gif differ diff --git a/catalogue/catalog_xma_teaser2_jp.gif b/catalogue/catalog_xma_teaser2_jp.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_jp.gif differ diff --git a/catalogue/catalog_xma_teaser2_nl.gif b/catalogue/catalog_xma_teaser2_nl.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_nl.gif differ diff --git a/catalogue/catalog_xma_teaser2_no.gif b/catalogue/catalog_xma_teaser2_no.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_no.gif differ diff --git a/catalogue/catalog_xma_teaser2_pt.gif b/catalogue/catalog_xma_teaser2_pt.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_pt.gif differ diff --git a/catalogue/catalog_xma_teaser2_ru.gif b/catalogue/catalog_xma_teaser2_ru.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_ru.gif differ diff --git a/catalogue/catalog_xma_teaser2_sv.gif b/catalogue/catalog_xma_teaser2_sv.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/catalog_xma_teaser2_sv.gif differ diff --git a/catalogue/catalog_xma_teaser3_da.gif b/catalogue/catalog_xma_teaser3_da.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_da.gif differ diff --git a/catalogue/catalog_xma_teaser3_de.gif b/catalogue/catalog_xma_teaser3_de.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_de.gif differ diff --git a/catalogue/catalog_xma_teaser3_en.gif b/catalogue/catalog_xma_teaser3_en.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_en.gif differ diff --git a/catalogue/catalog_xma_teaser3_es.gif b/catalogue/catalog_xma_teaser3_es.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_es.gif differ diff --git a/catalogue/catalog_xma_teaser3_fi.gif b/catalogue/catalog_xma_teaser3_fi.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_fi.gif differ diff --git a/catalogue/catalog_xma_teaser3_fr.gif b/catalogue/catalog_xma_teaser3_fr.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_fr.gif differ diff --git a/catalogue/catalog_xma_teaser3_it.gif b/catalogue/catalog_xma_teaser3_it.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_it.gif differ diff --git a/catalogue/catalog_xma_teaser3_ja.gif b/catalogue/catalog_xma_teaser3_ja.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_ja.gif differ diff --git a/catalogue/catalog_xma_teaser3_jp.gif b/catalogue/catalog_xma_teaser3_jp.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_jp.gif differ diff --git a/catalogue/catalog_xma_teaser3_nl.gif b/catalogue/catalog_xma_teaser3_nl.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_nl.gif differ diff --git a/catalogue/catalog_xma_teaser3_no.gif b/catalogue/catalog_xma_teaser3_no.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_no.gif differ diff --git a/catalogue/catalog_xma_teaser3_pt.gif b/catalogue/catalog_xma_teaser3_pt.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_pt.gif differ diff --git a/catalogue/catalog_xma_teaser3_ru.gif b/catalogue/catalog_xma_teaser3_ru.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_ru.gif differ diff --git a/catalogue/catalog_xma_teaser3_sv.gif b/catalogue/catalog_xma_teaser3_sv.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/catalog_xma_teaser3_sv.gif differ diff --git a/catalogue/catalog_xma_teaser4_da.gif b/catalogue/catalog_xma_teaser4_da.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_da.gif differ diff --git a/catalogue/catalog_xma_teaser4_de.gif b/catalogue/catalog_xma_teaser4_de.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_de.gif differ diff --git a/catalogue/catalog_xma_teaser4_en.gif b/catalogue/catalog_xma_teaser4_en.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_en.gif differ diff --git a/catalogue/catalog_xma_teaser4_es.gif b/catalogue/catalog_xma_teaser4_es.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_es.gif differ diff --git a/catalogue/catalog_xma_teaser4_fi.gif b/catalogue/catalog_xma_teaser4_fi.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_fi.gif differ diff --git a/catalogue/catalog_xma_teaser4_fr.gif b/catalogue/catalog_xma_teaser4_fr.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_fr.gif differ diff --git a/catalogue/catalog_xma_teaser4_it.gif b/catalogue/catalog_xma_teaser4_it.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_it.gif differ diff --git a/catalogue/catalog_xma_teaser4_ja.gif b/catalogue/catalog_xma_teaser4_ja.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_ja.gif differ diff --git a/catalogue/catalog_xma_teaser4_jp.gif b/catalogue/catalog_xma_teaser4_jp.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_jp.gif differ diff --git a/catalogue/catalog_xma_teaser4_nl.gif b/catalogue/catalog_xma_teaser4_nl.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_nl.gif differ diff --git a/catalogue/catalog_xma_teaser4_no.gif b/catalogue/catalog_xma_teaser4_no.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_no.gif differ diff --git a/catalogue/catalog_xma_teaser4_pt.gif b/catalogue/catalog_xma_teaser4_pt.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_pt.gif differ diff --git a/catalogue/catalog_xma_teaser4_ru.gif b/catalogue/catalog_xma_teaser4_ru.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_ru.gif differ diff --git a/catalogue/catalog_xma_teaser4_sv.gif b/catalogue/catalog_xma_teaser4_sv.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/catalog_xma_teaser4_sv.gif differ diff --git a/catalogue/catalog_xmas_headline1.gif b/catalogue/catalog_xmas_headline1.gif new file mode 100644 index 00000000..d67e713f Binary files /dev/null and b/catalogue/catalog_xmas_headline1.gif differ diff --git a/catalogue/catalog_xmas_headline1_br.gif b/catalogue/catalog_xmas_headline1_br.gif new file mode 100644 index 00000000..c4a622d7 Binary files /dev/null and b/catalogue/catalog_xmas_headline1_br.gif differ diff --git a/catalogue/catalog_xmas_headline1_ca.gif b/catalogue/catalog_xmas_headline1_ca.gif new file mode 100644 index 00000000..d67e713f Binary files /dev/null and b/catalogue/catalog_xmas_headline1_ca.gif differ diff --git a/catalogue/catalog_xmas_headline1_ch.gif b/catalogue/catalog_xmas_headline1_ch.gif new file mode 100644 index 00000000..6968471a Binary files /dev/null and b/catalogue/catalog_xmas_headline1_ch.gif differ diff --git a/catalogue/catalog_xmas_headline1_de.gif b/catalogue/catalog_xmas_headline1_de.gif new file mode 100644 index 00000000..6968471a Binary files /dev/null and b/catalogue/catalog_xmas_headline1_de.gif differ diff --git a/catalogue/catalog_xmas_headline1_dk.gif b/catalogue/catalog_xmas_headline1_dk.gif new file mode 100644 index 00000000..7b525764 Binary files /dev/null and b/catalogue/catalog_xmas_headline1_dk.gif differ diff --git a/catalogue/catalog_xmas_headline1_en.gif b/catalogue/catalog_xmas_headline1_en.gif new file mode 100644 index 00000000..98da91f9 Binary files /dev/null and b/catalogue/catalog_xmas_headline1_en.gif differ diff --git a/catalogue/catalog_xmas_headline1_es.gif b/catalogue/catalog_xmas_headline1_es.gif new file mode 100644 index 00000000..98da91f9 Binary files /dev/null and b/catalogue/catalog_xmas_headline1_es.gif differ diff --git a/catalogue/catalog_xmas_headline1_fi.gif b/catalogue/catalog_xmas_headline1_fi.gif new file mode 100644 index 00000000..b38180fb Binary files /dev/null and b/catalogue/catalog_xmas_headline1_fi.gif differ diff --git a/catalogue/catalog_xmas_headline1_fr.gif b/catalogue/catalog_xmas_headline1_fr.gif new file mode 100644 index 00000000..68d7930e Binary files /dev/null and b/catalogue/catalog_xmas_headline1_fr.gif differ diff --git a/catalogue/catalog_xmas_headline1_it.gif b/catalogue/catalog_xmas_headline1_it.gif new file mode 100644 index 00000000..3a8cbdf1 Binary files /dev/null and b/catalogue/catalog_xmas_headline1_it.gif differ diff --git a/catalogue/catalog_xmas_headline1_jp.gif b/catalogue/catalog_xmas_headline1_jp.gif new file mode 100644 index 00000000..65eb9284 Binary files /dev/null and b/catalogue/catalog_xmas_headline1_jp.gif differ diff --git a/catalogue/catalog_xmas_headline1_nl.gif b/catalogue/catalog_xmas_headline1_nl.gif new file mode 100644 index 00000000..893cf875 Binary files /dev/null and b/catalogue/catalog_xmas_headline1_nl.gif differ diff --git a/catalogue/catalog_xmas_headline1_no.gif b/catalogue/catalog_xmas_headline1_no.gif new file mode 100644 index 00000000..7b525764 Binary files /dev/null and b/catalogue/catalog_xmas_headline1_no.gif differ diff --git a/catalogue/catalog_xmas_headline1_ru.gif b/catalogue/catalog_xmas_headline1_ru.gif new file mode 100644 index 00000000..848c2ae1 Binary files /dev/null and b/catalogue/catalog_xmas_headline1_ru.gif differ diff --git a/catalogue/catalog_xmas_headline1_se.gif b/catalogue/catalog_xmas_headline1_se.gif new file mode 100644 index 00000000..7b525764 Binary files /dev/null and b/catalogue/catalog_xmas_headline1_se.gif differ diff --git a/catalogue/catalog_xmas_headline1_sg.gif b/catalogue/catalog_xmas_headline1_sg.gif new file mode 100644 index 00000000..d67e713f Binary files /dev/null and b/catalogue/catalog_xmas_headline1_sg.gif differ diff --git a/catalogue/catalog_xmas_headline1_uk.gif b/catalogue/catalog_xmas_headline1_uk.gif new file mode 100644 index 00000000..d67e713f Binary files /dev/null and b/catalogue/catalog_xmas_headline1_uk.gif differ diff --git a/catalogue/catalog_xmas_headline2_br.gif b/catalogue/catalog_xmas_headline2_br.gif new file mode 100644 index 00000000..27d5ec41 Binary files /dev/null and b/catalogue/catalog_xmas_headline2_br.gif differ diff --git a/catalogue/catalog_xmas_headline2_de.gif b/catalogue/catalog_xmas_headline2_de.gif new file mode 100644 index 00000000..365df0b2 Binary files /dev/null and b/catalogue/catalog_xmas_headline2_de.gif differ diff --git a/catalogue/catalog_xmas_headline2_dk.gif b/catalogue/catalog_xmas_headline2_dk.gif new file mode 100644 index 00000000..e887d662 Binary files /dev/null and b/catalogue/catalog_xmas_headline2_dk.gif differ diff --git a/catalogue/catalog_xmas_headline2_en.gif b/catalogue/catalog_xmas_headline2_en.gif new file mode 100644 index 00000000..99d0e9ab Binary files /dev/null and b/catalogue/catalog_xmas_headline2_en.gif differ diff --git a/catalogue/catalog_xmas_headline2_es.gif b/catalogue/catalog_xmas_headline2_es.gif new file mode 100644 index 00000000..f30e748f Binary files /dev/null and b/catalogue/catalog_xmas_headline2_es.gif differ diff --git a/catalogue/catalog_xmas_headline2_fr.gif b/catalogue/catalog_xmas_headline2_fr.gif new file mode 100644 index 00000000..07b9965c Binary files /dev/null and b/catalogue/catalog_xmas_headline2_fr.gif differ diff --git a/catalogue/catalog_xmas_headline2_it.gif b/catalogue/catalog_xmas_headline2_it.gif new file mode 100644 index 00000000..1bc7cd1b Binary files /dev/null and b/catalogue/catalog_xmas_headline2_it.gif differ diff --git a/catalogue/catalog_xmas_headline2_nl.gif b/catalogue/catalog_xmas_headline2_nl.gif new file mode 100644 index 00000000..ecc52a07 Binary files /dev/null and b/catalogue/catalog_xmas_headline2_nl.gif differ diff --git a/catalogue/catalog_xmas_headline2_se.gif b/catalogue/catalog_xmas_headline2_se.gif new file mode 100644 index 00000000..e887d662 Binary files /dev/null and b/catalogue/catalog_xmas_headline2_se.gif differ diff --git a/catalogue/catalog_xmas_teaser.gif b/catalogue/catalog_xmas_teaser.gif new file mode 100644 index 00000000..0dd37746 Binary files /dev/null and b/catalogue/catalog_xmas_teaser.gif differ diff --git a/catalogue/catalog_zen_headline1_fr.gif b/catalogue/catalog_zen_headline1_fr.gif new file mode 100644 index 00000000..34c43577 Binary files /dev/null and b/catalogue/catalog_zen_headline1_fr.gif differ diff --git a/catalogue/catalogue_header.gif b/catalogue/catalogue_header.gif new file mode 100644 index 00000000..256bc2d5 Binary files /dev/null and b/catalogue/catalogue_header.gif differ diff --git a/catalogue/catalogue_header_castles.gif b/catalogue/catalogue_header_castles.gif new file mode 100644 index 00000000..ae589f90 Binary files /dev/null and b/catalogue/catalogue_header_castles.gif differ diff --git a/catalogue/catalogue_header_front_page.gif b/catalogue/catalogue_header_front_page.gif new file mode 100644 index 00000000..03f4111e Binary files /dev/null and b/catalogue/catalogue_header_front_page.gif differ diff --git a/catalogue/catalogue_header_idol.gif b/catalogue/catalogue_header_idol.gif new file mode 100644 index 00000000..ad697d13 Binary files /dev/null and b/catalogue/catalogue_header_idol.gif differ diff --git a/catalogue/catalogue_teaser_mayan.gif b/catalogue/catalogue_teaser_mayan.gif new file mode 100644 index 00000000..a1d5a91d Binary files /dev/null and b/catalogue/catalogue_teaser_mayan.gif differ diff --git a/catalogue/catalogue_teaser_newfurnixmas15.gif b/catalogue/catalogue_teaser_newfurnixmas15.gif new file mode 100644 index 00000000..9b9fe1cd Binary files /dev/null and b/catalogue/catalogue_teaser_newfurnixmas15.gif differ diff --git a/catalogue/causantes.gif b/catalogue/causantes.gif new file mode 100644 index 00000000..fc4b48b2 Binary files /dev/null and b/catalogue/causantes.gif differ diff --git a/catalogue/causantes1.gif b/catalogue/causantes1.gif new file mode 100644 index 00000000..7e004032 Binary files /dev/null and b/catalogue/causantes1.gif differ diff --git a/catalogue/celestial.gif b/catalogue/celestial.gif new file mode 100644 index 00000000..e0a5d9b4 Binary files /dev/null and b/catalogue/celestial.gif differ diff --git a/catalogue/celestial_header.gif b/catalogue/celestial_header.gif new file mode 100644 index 00000000..43f89c69 Binary files /dev/null and b/catalogue/celestial_header.gif differ diff --git a/catalogue/celestial_teaser.gif b/catalogue/celestial_teaser.gif new file mode 100644 index 00000000..33ff9813 Binary files /dev/null and b/catalogue/celestial_teaser.gif differ diff --git a/catalogue/cheader_Blue_BB.gif b/catalogue/cheader_Blue_BB.gif new file mode 100644 index 00000000..d893d13d Binary files /dev/null and b/catalogue/cheader_Blue_BB.gif differ diff --git a/catalogue/chess_header.gif b/catalogue/chess_header.gif new file mode 100644 index 00000000..98fbfeb5 Binary files /dev/null and b/catalogue/chess_header.gif differ diff --git a/catalogue/chess_teaser.gif b/catalogue/chess_teaser.gif new file mode 100644 index 00000000..fbc44ff6 Binary files /dev/null and b/catalogue/chess_teaser.gif differ diff --git a/catalogue/chessheader.gif b/catalogue/chessheader.gif new file mode 100644 index 00000000..98fbfeb5 Binary files /dev/null and b/catalogue/chessheader.gif differ diff --git a/catalogue/chessteaser.gif b/catalogue/chessteaser.gif new file mode 100644 index 00000000..fbc44ff6 Binary files /dev/null and b/catalogue/chessteaser.gif differ diff --git a/catalogue/childline_desk.gif b/catalogue/childline_desk.gif new file mode 100644 index 00000000..60d973d7 Binary files /dev/null and b/catalogue/childline_desk.gif differ diff --git a/catalogue/childline_rug.gif b/catalogue/childline_rug.gif new file mode 100644 index 00000000..1b56e9ab Binary files /dev/null and b/catalogue/childline_rug.gif differ diff --git a/catalogue/chill_modern20_bundle.gif b/catalogue/chill_modern20_bundle.gif new file mode 100644 index 00000000..83bdbade Binary files /dev/null and b/catalogue/chill_modern20_bundle.gif differ diff --git a/catalogue/chillmodern_teaser.gif b/catalogue/chillmodern_teaser.gif new file mode 100644 index 00000000..c49dd9e8 Binary files /dev/null and b/catalogue/chillmodern_teaser.gif differ diff --git a/catalogue/christmas.gif b/catalogue/christmas.gif new file mode 100644 index 00000000..0f1454f8 Binary files /dev/null and b/catalogue/christmas.gif differ diff --git a/catalogue/christmas2010_teaser.gif b/catalogue/christmas2010_teaser.gif new file mode 100644 index 00000000..bd6b8815 Binary files /dev/null and b/catalogue/christmas2010_teaser.gif differ diff --git a/catalogue/christmas2010_teaser2.gif b/catalogue/christmas2010_teaser2.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/christmas2010_teaser2.gif differ diff --git a/catalogue/christmas2011_teaser.gif b/catalogue/christmas2011_teaser.gif new file mode 100644 index 00000000..4484efdd Binary files /dev/null and b/catalogue/christmas2011_teaser.gif differ diff --git a/catalogue/christmas2011_teaser2.gif b/catalogue/christmas2011_teaser2.gif new file mode 100644 index 00000000..8127632d Binary files /dev/null and b/catalogue/christmas2011_teaser2.gif differ diff --git a/catalogue/christmas2012_castles_header.gif b/catalogue/christmas2012_castles_header.gif new file mode 100644 index 00000000..ae589f90 Binary files /dev/null and b/catalogue/christmas2012_castles_header.gif differ diff --git a/catalogue/christmas2012_castles_teaser.gif b/catalogue/christmas2012_castles_teaser.gif new file mode 100644 index 00000000..23b5e171 Binary files /dev/null and b/catalogue/christmas2012_castles_teaser.gif differ diff --git a/catalogue/christmas2013_header.gif b/catalogue/christmas2013_header.gif new file mode 100644 index 00000000..89afa2b6 Binary files /dev/null and b/catalogue/christmas2013_header.gif differ diff --git a/catalogue/christmas2013_teaser.gif b/catalogue/christmas2013_teaser.gif new file mode 100644 index 00000000..0c7d398e Binary files /dev/null and b/catalogue/christmas2013_teaser.gif differ diff --git a/catalogue/christmas2014_header.gif b/catalogue/christmas2014_header.gif new file mode 100644 index 00000000..9bd24bda Binary files /dev/null and b/catalogue/christmas2014_header.gif differ diff --git a/catalogue/christmas2014_teaser.gif b/catalogue/christmas2014_teaser.gif new file mode 100644 index 00000000..0c279673 Binary files /dev/null and b/catalogue/christmas2014_teaser.gif differ diff --git a/catalogue/christmas2015_header.gif b/catalogue/christmas2015_header.gif new file mode 100644 index 00000000..82d3eab1 Binary files /dev/null and b/catalogue/christmas2015_header.gif differ diff --git a/catalogue/christmas2015_teaser.gif b/catalogue/christmas2015_teaser.gif new file mode 100644 index 00000000..9b9fe1cd Binary files /dev/null and b/catalogue/christmas2015_teaser.gif differ diff --git a/catalogue/christmas2016_teaser.gif b/catalogue/christmas2016_teaser.gif new file mode 100644 index 00000000..537a6693 Binary files /dev/null and b/catalogue/christmas2016_teaser.gif differ diff --git a/catalogue/christmas2016_teaser2.gif b/catalogue/christmas2016_teaser2.gif new file mode 100644 index 00000000..be8c10a7 Binary files /dev/null and b/catalogue/christmas2016_teaser2.gif differ diff --git a/catalogue/christmas2018_teaser.gif b/catalogue/christmas2018_teaser.gif new file mode 100644 index 00000000..537ceb34 Binary files /dev/null and b/catalogue/christmas2018_teaser.gif differ diff --git a/catalogue/christmas_header.gif b/catalogue/christmas_header.gif new file mode 100644 index 00000000..17c5d8e9 Binary files /dev/null and b/catalogue/christmas_header.gif differ diff --git a/catalogue/christmas_header2.gif b/catalogue/christmas_header2.gif new file mode 100644 index 00000000..d67e713f Binary files /dev/null and b/catalogue/christmas_header2.gif differ diff --git a/catalogue/christmas_header3.gif b/catalogue/christmas_header3.gif new file mode 100644 index 00000000..99d0e9ab Binary files /dev/null and b/catalogue/christmas_header3.gif differ diff --git a/catalogue/christmas_teaser.gif b/catalogue/christmas_teaser.gif new file mode 100644 index 00000000..3d0cd6b0 Binary files /dev/null and b/catalogue/christmas_teaser.gif differ diff --git a/catalogue/christmas_teaser2.gif b/catalogue/christmas_teaser2.gif new file mode 100644 index 00000000..d9d6185f Binary files /dev/null and b/catalogue/christmas_teaser2.gif differ diff --git a/catalogue/christmas_teaser3.gif b/catalogue/christmas_teaser3.gif new file mode 100644 index 00000000..ecc3fba0 Binary files /dev/null and b/catalogue/christmas_teaser3.gif differ diff --git a/catalogue/christmas_teaser4.gif b/catalogue/christmas_teaser4.gif new file mode 100644 index 00000000..99728197 Binary files /dev/null and b/catalogue/christmas_teaser4.gif differ diff --git a/catalogue/christmas_teaser5.gif b/catalogue/christmas_teaser5.gif new file mode 100644 index 00000000..f5b4188d Binary files /dev/null and b/catalogue/christmas_teaser5.gif differ diff --git a/catalogue/christmas_teaser6.gif b/catalogue/christmas_teaser6.gif new file mode 100644 index 00000000..de783705 Binary files /dev/null and b/catalogue/christmas_teaser6.gif differ diff --git a/catalogue/christmas_teaser7.gif b/catalogue/christmas_teaser7.gif new file mode 100644 index 00000000..f490edc5 Binary files /dev/null and b/catalogue/christmas_teaser7.gif differ diff --git a/catalogue/christmas_teaser8.gif b/catalogue/christmas_teaser8.gif new file mode 100644 index 00000000..83534de9 Binary files /dev/null and b/catalogue/christmas_teaser8.gif differ diff --git a/catalogue/cindirella.gif b/catalogue/cindirella.gif new file mode 100644 index 00000000..fc074c27 Binary files /dev/null and b/catalogue/cindirella.gif differ diff --git a/catalogue/cine.gif b/catalogue/cine.gif new file mode 100644 index 00000000..a9954e3c Binary files /dev/null and b/catalogue/cine.gif differ diff --git a/catalogue/cine_2011_teaser.gif b/catalogue/cine_2011_teaser.gif new file mode 100644 index 00000000..a9954e3c Binary files /dev/null and b/catalogue/cine_2011_teaser.gif differ diff --git a/catalogue/cine_roombundle_xml.gif b/catalogue/cine_roombundle_xml.gif new file mode 100644 index 00000000..67237dd8 Binary files /dev/null and b/catalogue/cine_roombundle_xml.gif differ diff --git a/catalogue/cinema_catalogheader.gif b/catalogue/cinema_catalogheader.gif new file mode 100644 index 00000000..9d9e5f94 Binary files /dev/null and b/catalogue/cinema_catalogheader.gif differ diff --git a/catalogue/cinema_header.gif b/catalogue/cinema_header.gif new file mode 100644 index 00000000..8398ca00 Binary files /dev/null and b/catalogue/cinema_header.gif differ diff --git a/catalogue/cinema_header2.gif b/catalogue/cinema_header2.gif new file mode 100644 index 00000000..9d9e5f94 Binary files /dev/null and b/catalogue/cinema_header2.gif differ diff --git a/catalogue/cinema_teaser.gif b/catalogue/cinema_teaser.gif new file mode 100644 index 00000000..a9954e3c Binary files /dev/null and b/catalogue/cinema_teaser.gif differ diff --git a/catalogue/cinema_teaser2.gif b/catalogue/cinema_teaser2.gif new file mode 100644 index 00000000..e9b1ea15 Binary files /dev/null and b/catalogue/cinema_teaser2.gif differ diff --git a/catalogue/ck18prizes.gif b/catalogue/ck18prizes.gif new file mode 100644 index 00000000..37a8fd4f Binary files /dev/null and b/catalogue/ck18prizes.gif differ diff --git a/catalogue/clakboard_formula.png b/catalogue/clakboard_formula.png new file mode 100644 index 00000000..f294a63e Binary files /dev/null and b/catalogue/clakboard_formula.png differ diff --git a/catalogue/clases.gif b/catalogue/clases.gif new file mode 100644 index 00000000..99be4ce9 Binary files /dev/null and b/catalogue/clases.gif differ diff --git a/catalogue/classic5_furnis.gif b/catalogue/classic5_furnis.gif new file mode 100644 index 00000000..5edb68aa Binary files /dev/null and b/catalogue/classic5_furnis.gif differ diff --git a/catalogue/classiclounge.gif b/catalogue/classiclounge.gif new file mode 100644 index 00000000..c6cc642a Binary files /dev/null and b/catalogue/classiclounge.gif differ diff --git a/catalogue/classiclounge_teaser.gif b/catalogue/classiclounge_teaser.gif new file mode 100644 index 00000000..c6cc642a Binary files /dev/null and b/catalogue/classiclounge_teaser.gif differ diff --git a/catalogue/classics_header.gif b/catalogue/classics_header.gif new file mode 100644 index 00000000..19d41302 Binary files /dev/null and b/catalogue/classics_header.gif differ diff --git a/catalogue/cloth_teas.gif b/catalogue/cloth_teas.gif new file mode 100644 index 00000000..adbc8896 Binary files /dev/null and b/catalogue/cloth_teas.gif differ diff --git a/catalogue/clothing_army.gif b/catalogue/clothing_army.gif new file mode 100644 index 00000000..27ecc719 Binary files /dev/null and b/catalogue/clothing_army.gif differ diff --git a/catalogue/clothing_butterflydress.gif b/catalogue/clothing_butterflydress.gif new file mode 100644 index 00000000..3c8e5176 Binary files /dev/null and b/catalogue/clothing_butterflydress.gif differ diff --git a/catalogue/clothing_candyland_teaser.gif b/catalogue/clothing_candyland_teaser.gif new file mode 100644 index 00000000..2fdedebf Binary files /dev/null and b/catalogue/clothing_candyland_teaser.gif differ diff --git a/catalogue/clothing_catalog_header.gif b/catalogue/clothing_catalog_header.gif new file mode 100644 index 00000000..44662030 Binary files /dev/null and b/catalogue/clothing_catalog_header.gif differ diff --git a/catalogue/clothing_easter2016.gif b/catalogue/clothing_easter2016.gif new file mode 100644 index 00000000..f874b4ac Binary files /dev/null and b/catalogue/clothing_easter2016.gif differ diff --git a/catalogue/clothing_emojihats.gif b/catalogue/clothing_emojihats.gif new file mode 100644 index 00000000..c8557361 Binary files /dev/null and b/catalogue/clothing_emojihats.gif differ diff --git a/catalogue/clothing_featheredcowl.gif b/catalogue/clothing_featheredcowl.gif new file mode 100644 index 00000000..377a1d9e Binary files /dev/null and b/catalogue/clothing_featheredcowl.gif differ diff --git a/catalogue/clothing_fox_teaser.gif b/catalogue/clothing_fox_teaser.gif new file mode 100644 index 00000000..afbd7ede Binary files /dev/null and b/catalogue/clothing_fox_teaser.gif differ diff --git a/catalogue/clothing_goldaccessories_teaser.gif b/catalogue/clothing_goldaccessories_teaser.gif new file mode 100644 index 00000000..3f631703 Binary files /dev/null and b/catalogue/clothing_goldaccessories_teaser.gif differ diff --git a/catalogue/clothing_header.gif b/catalogue/clothing_header.gif new file mode 100644 index 00000000..44662030 Binary files /dev/null and b/catalogue/clothing_header.gif differ diff --git a/catalogue/clothing_messybangs_teaser.gif b/catalogue/clothing_messybangs_teaser.gif new file mode 100644 index 00000000..d0565a1c Binary files /dev/null and b/catalogue/clothing_messybangs_teaser.gif differ diff --git a/catalogue/clothing_naturecrown_teaser.gif b/catalogue/clothing_naturecrown_teaser.gif new file mode 100644 index 00000000..3dcde17b Binary files /dev/null and b/catalogue/clothing_naturecrown_teaser.gif differ diff --git a/catalogue/clothing_note_teaser.gif b/catalogue/clothing_note_teaser.gif new file mode 100644 index 00000000..adbc8896 Binary files /dev/null and b/catalogue/clothing_note_teaser.gif differ diff --git a/catalogue/clothing_sloth_teaser.gif b/catalogue/clothing_sloth_teaser.gif new file mode 100644 index 00000000..5266b413 Binary files /dev/null and b/catalogue/clothing_sloth_teaser.gif differ diff --git a/catalogue/clothing_teaser.gif b/catalogue/clothing_teaser.gif new file mode 100644 index 00000000..adb40f73 Binary files /dev/null and b/catalogue/clothing_teaser.gif differ diff --git a/catalogue/clothing_weddingoutfit.gif b/catalogue/clothing_weddingoutfit.gif new file mode 100644 index 00000000..9af72590 Binary files /dev/null and b/catalogue/clothing_weddingoutfit.gif differ diff --git a/catalogue/clouds_teaser.gif b/catalogue/clouds_teaser.gif new file mode 100644 index 00000000..233dbbc1 Binary files /dev/null and b/catalogue/clouds_teaser.gif differ diff --git a/catalogue/club.gif b/catalogue/club.gif new file mode 100644 index 00000000..ac67ee66 Binary files /dev/null and b/catalogue/club.gif differ diff --git a/catalogue/club1.gif b/catalogue/club1.gif new file mode 100644 index 00000000..ee14b078 Binary files /dev/null and b/catalogue/club1.gif differ diff --git a/catalogue/club2.gif b/catalogue/club2.gif new file mode 100644 index 00000000..7754cd61 Binary files /dev/null and b/catalogue/club2.gif differ diff --git a/catalogue/club_neg.gif b/catalogue/club_neg.gif new file mode 100644 index 00000000..6350bf7e Binary files /dev/null and b/catalogue/club_neg.gif differ diff --git a/catalogue/club_pos.gif b/catalogue/club_pos.gif new file mode 100644 index 00000000..4081c77d Binary files /dev/null and b/catalogue/club_pos.gif differ diff --git a/catalogue/club_promo_uk.gif b/catalogue/club_promo_uk.gif new file mode 100644 index 00000000..ee14b078 Binary files /dev/null and b/catalogue/club_promo_uk.gif differ diff --git a/catalogue/clubcat_pic.gif b/catalogue/clubcat_pic.gif new file mode 100644 index 00000000..d0f9ac7b Binary files /dev/null and b/catalogue/clubcat_pic.gif differ diff --git a/catalogue/clubcat_pic_en.gif b/catalogue/clubcat_pic_en.gif new file mode 100644 index 00000000..d0f9ac7b Binary files /dev/null and b/catalogue/clubcat_pic_en.gif differ diff --git a/catalogue/cny15_teaser.gif b/catalogue/cny15_teaser.gif new file mode 100644 index 00000000..41e17734 Binary files /dev/null and b/catalogue/cny15_teaser.gif differ diff --git a/catalogue/cny17.gif b/catalogue/cny17.gif new file mode 100644 index 00000000..2b258849 Binary files /dev/null and b/catalogue/cny17.gif differ diff --git a/catalogue/cny17_rooster.gif b/catalogue/cny17_rooster.gif new file mode 100644 index 00000000..58c67496 Binary files /dev/null and b/catalogue/cny17_rooster.gif differ diff --git a/catalogue/cny_header.gif b/catalogue/cny_header.gif new file mode 100644 index 00000000..3c0b8f07 Binary files /dev/null and b/catalogue/cny_header.gif differ diff --git a/catalogue/cny_teaser.gif b/catalogue/cny_teaser.gif new file mode 100644 index 00000000..14633ac8 Binary files /dev/null and b/catalogue/cny_teaser.gif differ diff --git a/catalogue/cocina.gif b/catalogue/cocina.gif new file mode 100644 index 00000000..bd43382a Binary files /dev/null and b/catalogue/cocina.gif differ diff --git a/catalogue/cocina1.gif b/catalogue/cocina1.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/cocina1.gif differ diff --git a/catalogue/coco.gif b/catalogue/coco.gif new file mode 100644 index 00000000..c72d3044 Binary files /dev/null and b/catalogue/coco.gif differ diff --git a/catalogue/coco1.gif b/catalogue/coco1.gif new file mode 100644 index 00000000..dce249ce Binary files /dev/null and b/catalogue/coco1.gif differ diff --git a/catalogue/coco_header.gif b/catalogue/coco_header.gif new file mode 100644 index 00000000..3d33cd5f Binary files /dev/null and b/catalogue/coco_header.gif differ diff --git a/catalogue/coco_teaser.gif b/catalogue/coco_teaser.gif new file mode 100644 index 00000000..9654f8d5 Binary files /dev/null and b/catalogue/coco_teaser.gif differ diff --git a/catalogue/coco_teaser2.gif b/catalogue/coco_teaser2.gif new file mode 100644 index 00000000..6093b3be Binary files /dev/null and b/catalogue/coco_teaser2.gif differ diff --git a/catalogue/coco_teaser_thumb.gif b/catalogue/coco_teaser_thumb.gif new file mode 100644 index 00000000..9654f8d5 Binary files /dev/null and b/catalogue/coco_teaser_thumb.gif differ diff --git a/catalogue/coconew.gif b/catalogue/coconew.gif new file mode 100644 index 00000000..6093b3be Binary files /dev/null and b/catalogue/coconew.gif differ diff --git a/catalogue/coleccionables.gif b/catalogue/coleccionables.gif new file mode 100644 index 00000000..6f90f401 Binary files /dev/null and b/catalogue/coleccionables.gif differ diff --git a/catalogue/collectibles.gif b/catalogue/collectibles.gif new file mode 100644 index 00000000..a118adfd Binary files /dev/null and b/catalogue/collectibles.gif differ diff --git a/catalogue/collectibles_2.gif b/catalogue/collectibles_2.gif new file mode 100644 index 00000000..6f90f401 Binary files /dev/null and b/catalogue/collectibles_2.gif differ diff --git a/catalogue/collectibles_header.gif b/catalogue/collectibles_header.gif new file mode 100644 index 00000000..7cc1ce48 Binary files /dev/null and b/catalogue/collectibles_header.gif differ diff --git a/catalogue/collectibles_header2.gif b/catalogue/collectibles_header2.gif new file mode 100644 index 00000000..bd3cab13 Binary files /dev/null and b/catalogue/collectibles_header2.gif differ diff --git a/catalogue/collectibles_teaser.gif b/catalogue/collectibles_teaser.gif new file mode 100644 index 00000000..b14034a9 Binary files /dev/null and b/catalogue/collectibles_teaser.gif differ diff --git a/catalogue/collectibles_teaser2.gif b/catalogue/collectibles_teaser2.gif new file mode 100644 index 00000000..411845c0 Binary files /dev/null and b/catalogue/collectibles_teaser2.gif differ diff --git a/catalogue/colouredtiles.gif b/catalogue/colouredtiles.gif new file mode 100644 index 00000000..c6a0d6a1 Binary files /dev/null and b/catalogue/colouredtiles.gif differ diff --git a/catalogue/colouredtiles_header.gif b/catalogue/colouredtiles_header.gif new file mode 100644 index 00000000..c6a0d6a1 Binary files /dev/null and b/catalogue/colouredtiles_header.gif differ diff --git a/catalogue/condiciones.gif b/catalogue/condiciones.gif new file mode 100644 index 00000000..702d8f72 Binary files /dev/null and b/catalogue/condiciones.gif differ diff --git a/catalogue/condiciones1.gif b/catalogue/condiciones1.gif new file mode 100644 index 00000000..f0cb414c Binary files /dev/null and b/catalogue/condiciones1.gif differ diff --git a/catalogue/conejo-veloz.gif b/catalogue/conejo-veloz.gif new file mode 100644 index 00000000..e4bfae32 Binary files /dev/null and b/catalogue/conejo-veloz.gif differ diff --git a/catalogue/conejo-veloz1.gif b/catalogue/conejo-veloz1.gif new file mode 100644 index 00000000..212a0c8d Binary files /dev/null and b/catalogue/conejo-veloz1.gif differ diff --git a/catalogue/constructions_header.gif b/catalogue/constructions_header.gif new file mode 100644 index 00000000..7e8c9da3 Binary files /dev/null and b/catalogue/constructions_header.gif differ diff --git a/catalogue/coralking18_gen.gif b/catalogue/coralking18_gen.gif new file mode 100644 index 00000000..1f34cb9b Binary files /dev/null and b/catalogue/coralking18_gen.gif differ diff --git a/catalogue/coralkingdom_teaser.gif b/catalogue/coralkingdom_teaser.gif new file mode 100644 index 00000000..37a8fd4f Binary files /dev/null and b/catalogue/coralkingdom_teaser.gif differ diff --git a/catalogue/coralkingdom_teaser2.gif b/catalogue/coralkingdom_teaser2.gif new file mode 100644 index 00000000..1f34cb9b Binary files /dev/null and b/catalogue/coralkingdom_teaser2.gif differ diff --git a/catalogue/coralkingdom_teaser3.gif b/catalogue/coralkingdom_teaser3.gif new file mode 100644 index 00000000..ae9cb105 Binary files /dev/null and b/catalogue/coralkingdom_teaser3.gif differ diff --git a/catalogue/coralkingdom_teaser4.gif b/catalogue/coralkingdom_teaser4.gif new file mode 100644 index 00000000..3524cb8f Binary files /dev/null and b/catalogue/coralkingdom_teaser4.gif differ diff --git a/catalogue/country.gif b/catalogue/country.gif new file mode 100644 index 00000000..60851277 Binary files /dev/null and b/catalogue/country.gif differ diff --git a/catalogue/country_header.gif b/catalogue/country_header.gif new file mode 100644 index 00000000..60851277 Binary files /dev/null and b/catalogue/country_header.gif differ diff --git a/catalogue/country_header1_br.gif b/catalogue/country_header1_br.gif new file mode 100644 index 00000000..cf77de0c Binary files /dev/null and b/catalogue/country_header1_br.gif differ diff --git a/catalogue/country_header1_br_001.gif b/catalogue/country_header1_br_001.gif new file mode 100644 index 00000000..cf77de0c Binary files /dev/null and b/catalogue/country_header1_br_001.gif differ diff --git a/catalogue/country_header1_ch.gif b/catalogue/country_header1_ch.gif new file mode 100644 index 00000000..78d328ce Binary files /dev/null and b/catalogue/country_header1_ch.gif differ diff --git a/catalogue/country_header1_de.gif b/catalogue/country_header1_de.gif new file mode 100644 index 00000000..78d328ce Binary files /dev/null and b/catalogue/country_header1_de.gif differ diff --git a/catalogue/country_header1_de_001.gif b/catalogue/country_header1_de_001.gif new file mode 100644 index 00000000..78d328ce Binary files /dev/null and b/catalogue/country_header1_de_001.gif differ diff --git a/catalogue/country_header1_dk.gif b/catalogue/country_header1_dk.gif new file mode 100644 index 00000000..b82fea9b Binary files /dev/null and b/catalogue/country_header1_dk.gif differ diff --git a/catalogue/country_header1_dk_001.gif b/catalogue/country_header1_dk_001.gif new file mode 100644 index 00000000..b82fea9b Binary files /dev/null and b/catalogue/country_header1_dk_001.gif differ diff --git a/catalogue/country_header1_en.gif b/catalogue/country_header1_en.gif new file mode 100644 index 00000000..b82fea9b Binary files /dev/null and b/catalogue/country_header1_en.gif differ diff --git a/catalogue/country_header1_en_001.gif b/catalogue/country_header1_en_001.gif new file mode 100644 index 00000000..b82fea9b Binary files /dev/null and b/catalogue/country_header1_en_001.gif differ diff --git a/catalogue/country_header1_en_0011.gif b/catalogue/country_header1_en_0011.gif new file mode 100644 index 00000000..d4bbce77 Binary files /dev/null and b/catalogue/country_header1_en_0011.gif differ diff --git a/catalogue/country_header1_fi.gif b/catalogue/country_header1_fi.gif new file mode 100644 index 00000000..19f87b7a Binary files /dev/null and b/catalogue/country_header1_fi.gif differ diff --git a/catalogue/country_header1_fr.gif b/catalogue/country_header1_fr.gif new file mode 100644 index 00000000..53f0bc59 Binary files /dev/null and b/catalogue/country_header1_fr.gif differ diff --git a/catalogue/country_header1_it.gif b/catalogue/country_header1_it.gif new file mode 100644 index 00000000..b82fea9b Binary files /dev/null and b/catalogue/country_header1_it.gif differ diff --git a/catalogue/country_header1_nl.gif b/catalogue/country_header1_nl.gif new file mode 100644 index 00000000..6846ea43 Binary files /dev/null and b/catalogue/country_header1_nl.gif differ diff --git a/catalogue/country_header1_no.gif b/catalogue/country_header1_no.gif new file mode 100644 index 00000000..a21cbd68 Binary files /dev/null and b/catalogue/country_header1_no.gif differ diff --git a/catalogue/country_header1_se.gif b/catalogue/country_header1_se.gif new file mode 100644 index 00000000..b82fea9b Binary files /dev/null and b/catalogue/country_header1_se.gif differ diff --git a/catalogue/country_teaser.gif b/catalogue/country_teaser.gif new file mode 100644 index 00000000..6447f934 Binary files /dev/null and b/catalogue/country_teaser.gif differ diff --git a/catalogue/country_teaser1.gif b/catalogue/country_teaser1.gif new file mode 100644 index 00000000..09af51db Binary files /dev/null and b/catalogue/country_teaser1.gif differ diff --git a/catalogue/country_teaser11.gif b/catalogue/country_teaser11.gif new file mode 100644 index 00000000..6447f934 Binary files /dev/null and b/catalogue/country_teaser11.gif differ diff --git a/catalogue/country_teaser1_001.gif b/catalogue/country_teaser1_001.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_001.gif differ diff --git a/catalogue/country_teaser1_da.gif b/catalogue/country_teaser1_da.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_da.gif differ diff --git a/catalogue/country_teaser1_de.gif b/catalogue/country_teaser1_de.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_de.gif differ diff --git a/catalogue/country_teaser1_en.gif b/catalogue/country_teaser1_en.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_en.gif differ diff --git a/catalogue/country_teaser1_en_001.gif b/catalogue/country_teaser1_en_001.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_en_001.gif differ diff --git a/catalogue/country_teaser1_en_002.gif b/catalogue/country_teaser1_en_002.gif new file mode 100644 index 00000000..ba8adc2e Binary files /dev/null and b/catalogue/country_teaser1_en_002.gif differ diff --git a/catalogue/country_teaser1_es.gif b/catalogue/country_teaser1_es.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_es.gif differ diff --git a/catalogue/country_teaser1_fi.gif b/catalogue/country_teaser1_fi.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_fi.gif differ diff --git a/catalogue/country_teaser1_fr.gif b/catalogue/country_teaser1_fr.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_fr.gif differ diff --git a/catalogue/country_teaser1_it.gif b/catalogue/country_teaser1_it.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_it.gif differ diff --git a/catalogue/country_teaser1_nl.gif b/catalogue/country_teaser1_nl.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_nl.gif differ diff --git a/catalogue/country_teaser1_no.gif b/catalogue/country_teaser1_no.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_no.gif differ diff --git a/catalogue/country_teaser1_pt.gif b/catalogue/country_teaser1_pt.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_pt.gif differ diff --git a/catalogue/country_teaser1_se.gif b/catalogue/country_teaser1_se.gif new file mode 100644 index 00000000..359c1901 Binary files /dev/null and b/catalogue/country_teaser1_se.gif differ diff --git a/catalogue/cow_pet.gif b/catalogue/cow_pet.gif new file mode 100644 index 00000000..800966d3 Binary files /dev/null and b/catalogue/cow_pet.gif differ diff --git a/catalogue/cow_pet2.gif b/catalogue/cow_pet2.gif new file mode 100644 index 00000000..ff3fe0a1 Binary files /dev/null and b/catalogue/cow_pet2.gif differ diff --git a/catalogue/cpunk15_LTD_spromo.gif b/catalogue/cpunk15_LTD_spromo.gif new file mode 100644 index 00000000..b29b27aa Binary files /dev/null and b/catalogue/cpunk15_LTD_spromo.gif differ diff --git a/catalogue/cr_infopic1.gif b/catalogue/cr_infopic1.gif new file mode 100644 index 00000000..df12241b Binary files /dev/null and b/catalogue/cr_infopic1.gif differ diff --git a/catalogue/cr_infopic2.gif b/catalogue/cr_infopic2.gif new file mode 100644 index 00000000..4c624761 Binary files /dev/null and b/catalogue/cr_infopic2.gif differ diff --git a/catalogue/cr_infopic3.gif b/catalogue/cr_infopic3.gif new file mode 100644 index 00000000..169bb962 Binary files /dev/null and b/catalogue/cr_infopic3.gif differ diff --git a/catalogue/cr_infopic4.gif b/catalogue/cr_infopic4.gif new file mode 100644 index 00000000..d3c9ed0c Binary files /dev/null and b/catalogue/cr_infopic4.gif differ diff --git a/catalogue/crackable_azure_teaser.gif b/catalogue/crackable_azure_teaser.gif new file mode 100644 index 00000000..f5ed3cad Binary files /dev/null and b/catalogue/crackable_azure_teaser.gif differ diff --git a/catalogue/crackable_egg_teaser.gif b/catalogue/crackable_egg_teaser.gif new file mode 100644 index 00000000..b0b27bd3 Binary files /dev/null and b/catalogue/crackable_egg_teaser.gif differ diff --git a/catalogue/crackable_emerald_teaser.gif b/catalogue/crackable_emerald_teaser.gif new file mode 100644 index 00000000..858e398a Binary files /dev/null and b/catalogue/crackable_emerald_teaser.gif differ diff --git a/catalogue/crackable_santorini_teaser.gif b/catalogue/crackable_santorini_teaser.gif new file mode 100644 index 00000000..2af099a5 Binary files /dev/null and b/catalogue/crackable_santorini_teaser.gif differ diff --git a/catalogue/crafting_header.gif b/catalogue/crafting_header.gif new file mode 100644 index 00000000..55dd5bac Binary files /dev/null and b/catalogue/crafting_header.gif differ diff --git a/catalogue/crafting_teaser.gif b/catalogue/crafting_teaser.gif new file mode 100644 index 00000000..571e2b14 Binary files /dev/null and b/catalogue/crafting_teaser.gif differ diff --git a/catalogue/credits_v3_teaser.gif b/catalogue/credits_v3_teaser.gif new file mode 100644 index 00000000..91a005fd Binary files /dev/null and b/catalogue/credits_v3_teaser.gif differ diff --git a/catalogue/ctheader.gif b/catalogue/ctheader.gif new file mode 100644 index 00000000..96d5978f Binary files /dev/null and b/catalogue/ctheader.gif differ diff --git a/catalogue/ctlg_babypet_note.gif b/catalogue/ctlg_babypet_note.gif new file mode 100644 index 00000000..6031a764 Binary files /dev/null and b/catalogue/ctlg_babypet_note.gif differ diff --git a/catalogue/ctlg_bclub_note.gif b/catalogue/ctlg_bclub_note.gif new file mode 100644 index 00000000..06ec0f61 Binary files /dev/null and b/catalogue/ctlg_bclub_note.gif differ diff --git a/catalogue/ctlg_buy_vip_header.gif b/catalogue/ctlg_buy_vip_header.gif new file mode 100644 index 00000000..593bcedd Binary files /dev/null and b/catalogue/ctlg_buy_vip_header.gif differ diff --git a/catalogue/ctlg_ecotron_box.gif b/catalogue/ctlg_ecotron_box.gif new file mode 100644 index 00000000..b116d65b Binary files /dev/null and b/catalogue/ctlg_ecotron_box.gif differ diff --git a/catalogue/ctlg_ecotron_image.gif b/catalogue/ctlg_ecotron_image.gif new file mode 100644 index 00000000..a7f04a99 Binary files /dev/null and b/catalogue/ctlg_ecotron_image.gif differ diff --git a/catalogue/ctlg_ecotron_image_en.gif b/catalogue/ctlg_ecotron_image_en.gif new file mode 100644 index 00000000..a7f04a99 Binary files /dev/null and b/catalogue/ctlg_ecotron_image_en.gif differ diff --git a/catalogue/ctlg_furnimatic_image.gif b/catalogue/ctlg_furnimatic_image.gif new file mode 100644 index 00000000..593b05d8 Binary files /dev/null and b/catalogue/ctlg_furnimatic_image.gif differ diff --git a/catalogue/ctlg_gift_vip_teaser.gif b/catalogue/ctlg_gift_vip_teaser.gif new file mode 100644 index 00000000..6ba27fdb Binary files /dev/null and b/catalogue/ctlg_gift_vip_teaser.gif differ diff --git a/catalogue/ctlg_glass_headline1_de.gif b/catalogue/ctlg_glass_headline1_de.gif new file mode 100644 index 00000000..fc6fa86c Binary files /dev/null and b/catalogue/ctlg_glass_headline1_de.gif differ diff --git a/catalogue/ctlg_glass_headline1_en.gif b/catalogue/ctlg_glass_headline1_en.gif new file mode 100644 index 00000000..150b3228 Binary files /dev/null and b/catalogue/ctlg_glass_headline1_en.gif differ diff --git a/catalogue/ctlg_glass_headline1_es.gif b/catalogue/ctlg_glass_headline1_es.gif new file mode 100644 index 00000000..fa57ea09 Binary files /dev/null and b/catalogue/ctlg_glass_headline1_es.gif differ diff --git a/catalogue/ctlg_glass_headline1_fi.gif b/catalogue/ctlg_glass_headline1_fi.gif new file mode 100644 index 00000000..41db8512 Binary files /dev/null and b/catalogue/ctlg_glass_headline1_fi.gif differ diff --git a/catalogue/ctlg_glass_headline1_fr.gif b/catalogue/ctlg_glass_headline1_fr.gif new file mode 100644 index 00000000..fa57ea09 Binary files /dev/null and b/catalogue/ctlg_glass_headline1_fr.gif differ diff --git a/catalogue/ctlg_glass_headline1_ja.gif b/catalogue/ctlg_glass_headline1_ja.gif new file mode 100644 index 00000000..150b3228 Binary files /dev/null and b/catalogue/ctlg_glass_headline1_ja.gif differ diff --git a/catalogue/ctlg_glass_headline1_se.gif b/catalogue/ctlg_glass_headline1_se.gif new file mode 100644 index 00000000..3aa102d9 Binary files /dev/null and b/catalogue/ctlg_glass_headline1_se.gif differ diff --git a/catalogue/ctlg_glass_teaser1_fr.gif b/catalogue/ctlg_glass_teaser1_fr.gif new file mode 100644 index 00000000..a9af9b03 Binary files /dev/null and b/catalogue/ctlg_glass_teaser1_fr.gif differ diff --git a/catalogue/ctlg_glass_teaser1_ja.gif b/catalogue/ctlg_glass_teaser1_ja.gif new file mode 100644 index 00000000..a9af9b03 Binary files /dev/null and b/catalogue/ctlg_glass_teaser1_ja.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_ch.gif b/catalogue/ctlg_habbowood_headline1_ch.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_ch.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_da.gif b/catalogue/ctlg_habbowood_headline1_da.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_da.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_de.gif b/catalogue/ctlg_habbowood_headline1_de.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_de.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_dk.gif b/catalogue/ctlg_habbowood_headline1_dk.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_dk.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_en.gif b/catalogue/ctlg_habbowood_headline1_en.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_en.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_es.gif b/catalogue/ctlg_habbowood_headline1_es.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_es.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_fi.gif b/catalogue/ctlg_habbowood_headline1_fi.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_fi.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_fr.gif b/catalogue/ctlg_habbowood_headline1_fr.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_fr.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_it.gif b/catalogue/ctlg_habbowood_headline1_it.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_it.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_nl.gif b/catalogue/ctlg_habbowood_headline1_nl.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_nl.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_no.gif b/catalogue/ctlg_habbowood_headline1_no.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_no.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_pt.gif b/catalogue/ctlg_habbowood_headline1_pt.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_pt.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_ru.gif b/catalogue/ctlg_habbowood_headline1_ru.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_ru.gif differ diff --git a/catalogue/ctlg_habbowood_headline1_sv.gif b/catalogue/ctlg_habbowood_headline1_sv.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/ctlg_habbowood_headline1_sv.gif differ diff --git a/catalogue/ctlg_idol_header1.gif b/catalogue/ctlg_idol_header1.gif new file mode 100644 index 00000000..ad697d13 Binary files /dev/null and b/catalogue/ctlg_idol_header1.gif differ diff --git a/catalogue/ctlg_kuurna_en.gif b/catalogue/ctlg_kuurna_en.gif new file mode 100644 index 00000000..20239aa6 Binary files /dev/null and b/catalogue/ctlg_kuurna_en.gif differ diff --git a/catalogue/ctlg_kuurna_es.gif b/catalogue/ctlg_kuurna_es.gif new file mode 100644 index 00000000..719986f3 Binary files /dev/null and b/catalogue/ctlg_kuurna_es.gif differ diff --git a/catalogue/ctlg_kuurna_teaser.gif b/catalogue/ctlg_kuurna_teaser.gif new file mode 100644 index 00000000..060abaf2 Binary files /dev/null and b/catalogue/ctlg_kuurna_teaser.gif differ diff --git a/catalogue/ctlg_laidol_header1.gif b/catalogue/ctlg_laidol_header1.gif new file mode 100644 index 00000000..806fb752 Binary files /dev/null and b/catalogue/ctlg_laidol_header1.gif differ diff --git a/catalogue/ctlg_limited_headline1_en.gif b/catalogue/ctlg_limited_headline1_en.gif new file mode 100644 index 00000000..7dd57167 Binary files /dev/null and b/catalogue/ctlg_limited_headline1_en.gif differ diff --git a/catalogue/ctlg_limited_teaser1.gif b/catalogue/ctlg_limited_teaser1.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/ctlg_limited_teaser1.gif differ diff --git a/catalogue/ctlg_monster_note.gif b/catalogue/ctlg_monster_note.gif new file mode 100644 index 00000000..056df015 Binary files /dev/null and b/catalogue/ctlg_monster_note.gif differ diff --git a/catalogue/ctlg_norare_char1.gif b/catalogue/ctlg_norare_char1.gif new file mode 100644 index 00000000..d59f3b37 Binary files /dev/null and b/catalogue/ctlg_norare_char1.gif differ diff --git a/catalogue/ctlg_pet_note.gif b/catalogue/ctlg_pet_note.gif new file mode 100644 index 00000000..6266e94e Binary files /dev/null and b/catalogue/ctlg_pet_note.gif differ diff --git a/catalogue/ctlg_pet_note_en.gif b/catalogue/ctlg_pet_note_en.gif new file mode 100644 index 00000000..6266e94e Binary files /dev/null and b/catalogue/ctlg_pet_note_en.gif differ diff --git a/catalogue/ctlg_pet_teaser1.gif b/catalogue/ctlg_pet_teaser1.gif new file mode 100644 index 00000000..7ff800e8 Binary files /dev/null and b/catalogue/ctlg_pet_teaser1.gif differ diff --git a/catalogue/ctlg_pet_teaser1_en.gif b/catalogue/ctlg_pet_teaser1_en.gif new file mode 100644 index 00000000..7ff800e8 Binary files /dev/null and b/catalogue/ctlg_pet_teaser1_en.gif differ diff --git a/catalogue/ctlg_pic_A2_tlp_20.gif b/catalogue/ctlg_pic_A2_tlp_20.gif new file mode 100644 index 00000000..d6c7fe7b Binary files /dev/null and b/catalogue/ctlg_pic_A2_tlp_20.gif differ diff --git a/catalogue/ctlg_pic_a0_deal100.gif b/catalogue/ctlg_pic_a0_deal100.gif new file mode 100644 index 00000000..a97e9d0b Binary files /dev/null and b/catalogue/ctlg_pic_a0_deal100.gif differ diff --git a/catalogue/ctlg_pic_a0_raredaffodilrug.gif b/catalogue/ctlg_pic_a0_raredaffodilrug.gif new file mode 100644 index 00000000..9b7466de Binary files /dev/null and b/catalogue/ctlg_pic_a0_raredaffodilrug.gif differ diff --git a/catalogue/ctlg_pic_a2_slp.gif b/catalogue/ctlg_pic_a2_slp.gif new file mode 100644 index 00000000..efcad58d Binary files /dev/null and b/catalogue/ctlg_pic_a2_slp.gif differ diff --git a/catalogue/ctlg_pic_ads_twi_mist.gif b/catalogue/ctlg_pic_ads_twi_mist.gif new file mode 100644 index 00000000..0e6170aa Binary files /dev/null and b/catalogue/ctlg_pic_ads_twi_mist.gif differ diff --git a/catalogue/ctlg_pic_deal01.gif b/catalogue/ctlg_pic_deal01.gif new file mode 100644 index 00000000..0364dac3 Binary files /dev/null and b/catalogue/ctlg_pic_deal01.gif differ diff --git a/catalogue/ctlg_pic_deal02.gif b/catalogue/ctlg_pic_deal02.gif new file mode 100644 index 00000000..6b5b8adc Binary files /dev/null and b/catalogue/ctlg_pic_deal02.gif differ diff --git a/catalogue/ctlg_pic_deal03.gif b/catalogue/ctlg_pic_deal03.gif new file mode 100644 index 00000000..9402fe06 Binary files /dev/null and b/catalogue/ctlg_pic_deal03.gif differ diff --git a/catalogue/ctlg_pic_deal04.gif b/catalogue/ctlg_pic_deal04.gif new file mode 100644 index 00000000..2c64c6ed Binary files /dev/null and b/catalogue/ctlg_pic_deal04.gif differ diff --git a/catalogue/ctlg_pic_deal05.gif b/catalogue/ctlg_pic_deal05.gif new file mode 100644 index 00000000..1f29347d Binary files /dev/null and b/catalogue/ctlg_pic_deal05.gif differ diff --git a/catalogue/ctlg_pic_deal06.gif b/catalogue/ctlg_pic_deal06.gif new file mode 100644 index 00000000..f82f0dd4 Binary files /dev/null and b/catalogue/ctlg_pic_deal06.gif differ diff --git a/catalogue/ctlg_pic_deal07.gif b/catalogue/ctlg_pic_deal07.gif new file mode 100644 index 00000000..d65ace2a Binary files /dev/null and b/catalogue/ctlg_pic_deal07.gif differ diff --git a/catalogue/ctlg_pic_deal08.gif b/catalogue/ctlg_pic_deal08.gif new file mode 100644 index 00000000..63b3e7c0 Binary files /dev/null and b/catalogue/ctlg_pic_deal08.gif differ diff --git a/catalogue/ctlg_pic_deal09.gif b/catalogue/ctlg_pic_deal09.gif new file mode 100644 index 00000000..7e9a899d Binary files /dev/null and b/catalogue/ctlg_pic_deal09.gif differ diff --git a/catalogue/ctlg_pic_deal10.gif b/catalogue/ctlg_pic_deal10.gif new file mode 100644 index 00000000..9d8dbc7a Binary files /dev/null and b/catalogue/ctlg_pic_deal10.gif differ diff --git a/catalogue/ctlg_pic_deal97.gif b/catalogue/ctlg_pic_deal97.gif new file mode 100644 index 00000000..3a9ebb8d Binary files /dev/null and b/catalogue/ctlg_pic_deal97.gif differ diff --git a/catalogue/ctlg_pic_deal98.gif b/catalogue/ctlg_pic_deal98.gif new file mode 100644 index 00000000..fb1d58b7 Binary files /dev/null and b/catalogue/ctlg_pic_deal98.gif differ diff --git a/catalogue/ctlg_pic_deal99.gif b/catalogue/ctlg_pic_deal99.gif new file mode 100644 index 00000000..f4dce7e9 Binary files /dev/null and b/catalogue/ctlg_pic_deal99.gif differ diff --git a/catalogue/ctlg_pic_deal_wired_coopdoor.gif b/catalogue/ctlg_pic_deal_wired_coopdoor.gif new file mode 100644 index 00000000..d33ebac7 Binary files /dev/null and b/catalogue/ctlg_pic_deal_wired_coopdoor.gif differ diff --git a/catalogue/ctlg_pic_deal_wired_dircntrl.gif b/catalogue/ctlg_pic_deal_wired_dircntrl.gif new file mode 100644 index 00000000..54b12dcf Binary files /dev/null and b/catalogue/ctlg_pic_deal_wired_dircntrl.gif differ diff --git a/catalogue/ctlg_pic_deal_wired_flshfires.gif b/catalogue/ctlg_pic_deal_wired_flshfires.gif new file mode 100644 index 00000000..85cc421c Binary files /dev/null and b/catalogue/ctlg_pic_deal_wired_flshfires.gif differ diff --git a/catalogue/ctlg_pic_deal_wired_mvngfurni.gif b/catalogue/ctlg_pic_deal_wired_mvngfurni.gif new file mode 100644 index 00000000..c2f090cc Binary files /dev/null and b/catalogue/ctlg_pic_deal_wired_mvngfurni.gif differ diff --git a/catalogue/ctlg_pic_deal_wired_pswdoor.gif b/catalogue/ctlg_pic_deal_wired_pswdoor.gif new file mode 100644 index 00000000..cba76775 Binary files /dev/null and b/catalogue/ctlg_pic_deal_wired_pswdoor.gif differ diff --git a/catalogue/ctlg_pic_deal_wired_pswtele.gif b/catalogue/ctlg_pic_deal_wired_pswtele.gif new file mode 100644 index 00000000..52068a6c Binary files /dev/null and b/catalogue/ctlg_pic_deal_wired_pswtele.gif differ diff --git a/catalogue/ctlg_pic_deal_wired_rmtdoor.gif b/catalogue/ctlg_pic_deal_wired_rmtdoor.gif new file mode 100644 index 00000000..b6a171cc Binary files /dev/null and b/catalogue/ctlg_pic_deal_wired_rmtdoor.gif differ diff --git a/catalogue/ctlg_pic_deal_wired_swtchdoor.gif b/catalogue/ctlg_pic_deal_wired_swtchdoor.gif new file mode 100644 index 00000000..897f96c6 Binary files /dev/null and b/catalogue/ctlg_pic_deal_wired_swtchdoor.gif differ diff --git a/catalogue/ctlg_pic_deal_wired_wlcmmsg.gif b/catalogue/ctlg_pic_deal_wired_wlcmmsg.gif new file mode 100644 index 00000000..af941390 Binary files /dev/null and b/catalogue/ctlg_pic_deal_wired_wlcmmsg.gif differ diff --git a/catalogue/ctlg_pic_es_xm10.gif b/catalogue/ctlg_pic_es_xm10.gif new file mode 100644 index 00000000..bd6b8815 Binary files /dev/null and b/catalogue/ctlg_pic_es_xm10.gif differ diff --git a/catalogue/ctlg_pic_hc_deal01.gif b/catalogue/ctlg_pic_hc_deal01.gif new file mode 100644 index 00000000..bbfe1acb Binary files /dev/null and b/catalogue/ctlg_pic_hc_deal01.gif differ diff --git a/catalogue/ctlg_pic_hc_deal02.gif b/catalogue/ctlg_pic_hc_deal02.gif new file mode 100644 index 00000000..2329e622 Binary files /dev/null and b/catalogue/ctlg_pic_hc_deal02.gif differ diff --git a/catalogue/ctlg_pic_hc_deal03.gif b/catalogue/ctlg_pic_hc_deal03.gif new file mode 100644 index 00000000..d173fcfa Binary files /dev/null and b/catalogue/ctlg_pic_hc_deal03.gif differ diff --git a/catalogue/ctlg_pic_hween09_ghost.gif b/catalogue/ctlg_pic_hween09_ghost.gif new file mode 100644 index 00000000..36fa069b Binary files /dev/null and b/catalogue/ctlg_pic_hween09_ghost.gif differ diff --git a/catalogue/ctlg_pic_noob_set_1.gif b/catalogue/ctlg_pic_noob_set_1.gif new file mode 100644 index 00000000..7e5ac741 Binary files /dev/null and b/catalogue/ctlg_pic_noob_set_1.gif differ diff --git a/catalogue/ctlg_pic_noob_set_2.gif b/catalogue/ctlg_pic_noob_set_2.gif new file mode 100644 index 00000000..e4c80472 Binary files /dev/null and b/catalogue/ctlg_pic_noob_set_2.gif differ diff --git a/catalogue/ctlg_pic_noob_set_3.gif b/catalogue/ctlg_pic_noob_set_3.gif new file mode 100644 index 00000000..48e63bf1 Binary files /dev/null and b/catalogue/ctlg_pic_noob_set_3.gif differ diff --git a/catalogue/ctlg_pic_noob_set_4.gif b/catalogue/ctlg_pic_noob_set_4.gif new file mode 100644 index 00000000..31900ccb Binary files /dev/null and b/catalogue/ctlg_pic_noob_set_4.gif differ diff --git a/catalogue/ctlg_pic_noob_set_5.gif b/catalogue/ctlg_pic_noob_set_5.gif new file mode 100644 index 00000000..e75f9e07 Binary files /dev/null and b/catalogue/ctlg_pic_noob_set_5.gif differ diff --git a/catalogue/ctlg_pic_noob_set_6.gif b/catalogue/ctlg_pic_noob_set_6.gif new file mode 100644 index 00000000..501ad880 Binary files /dev/null and b/catalogue/ctlg_pic_noob_set_6.gif differ diff --git a/catalogue/ctlg_pic_party_lights.gif b/catalogue/ctlg_pic_party_lights.gif new file mode 100644 index 00000000..e6f0ec7f Binary files /dev/null and b/catalogue/ctlg_pic_party_lights.gif differ diff --git a/catalogue/ctlg_pic_qt_val11_heartlights.gif b/catalogue/ctlg_pic_qt_val11_heartlights.gif new file mode 100644 index 00000000..613ddf51 Binary files /dev/null and b/catalogue/ctlg_pic_qt_val11_heartlights.gif differ diff --git a/catalogue/ctlg_pic_snowflake_december.gif b/catalogue/ctlg_pic_snowflake_december.gif new file mode 100644 index 00000000..d902b27b Binary files /dev/null and b/catalogue/ctlg_pic_snowflake_december.gif differ diff --git a/catalogue/ctlg_pic_snowflake_pilot.gif b/catalogue/ctlg_pic_snowflake_pilot.gif new file mode 100644 index 00000000..7023c978 Binary files /dev/null and b/catalogue/ctlg_pic_snowflake_pilot.gif differ diff --git a/catalogue/ctlg_pic_teaser_wired.gif b/catalogue/ctlg_pic_teaser_wired.gif new file mode 100644 index 00000000..75ce2d31 Binary files /dev/null and b/catalogue/ctlg_pic_teaser_wired.gif differ diff --git a/catalogue/ctlg_pic_wired_conditions.gif b/catalogue/ctlg_pic_wired_conditions.gif new file mode 100644 index 00000000..f0cb414c Binary files /dev/null and b/catalogue/ctlg_pic_wired_conditions.gif differ diff --git a/catalogue/ctlg_pic_wired_deals.gif b/catalogue/ctlg_pic_wired_deals.gif new file mode 100644 index 00000000..cc42201f Binary files /dev/null and b/catalogue/ctlg_pic_wired_deals.gif differ diff --git a/catalogue/ctlg_pic_wired_effects.gif b/catalogue/ctlg_pic_wired_effects.gif new file mode 100644 index 00000000..18f6f320 Binary files /dev/null and b/catalogue/ctlg_pic_wired_effects.gif differ diff --git a/catalogue/ctlg_pic_wired_support_furniture.gif b/catalogue/ctlg_pic_wired_support_furniture.gif new file mode 100644 index 00000000..fbca3de8 Binary files /dev/null and b/catalogue/ctlg_pic_wired_support_furniture.gif differ diff --git a/catalogue/ctlg_pic_wired_triggers.gif b/catalogue/ctlg_pic_wired_triggers.gif new file mode 100644 index 00000000..fc4b48b2 Binary files /dev/null and b/catalogue/ctlg_pic_wired_triggers.gif differ diff --git a/catalogue/ctlg_pic_xmas_snow.gif b/catalogue/ctlg_pic_xmas_snow.gif new file mode 100644 index 00000000..83534de9 Binary files /dev/null and b/catalogue/ctlg_pic_xmas_snow.gif differ diff --git a/catalogue/ctlg_recycler_info.gif b/catalogue/ctlg_recycler_info.gif new file mode 100644 index 00000000..87a7c973 Binary files /dev/null and b/catalogue/ctlg_recycler_info.gif differ diff --git a/catalogue/ctlg_romantique_headline_sv.gif b/catalogue/ctlg_romantique_headline_sv.gif new file mode 100644 index 00000000..c220a8db Binary files /dev/null and b/catalogue/ctlg_romantique_headline_sv.gif differ diff --git a/catalogue/ctlg_romantique_headline_us.gif b/catalogue/ctlg_romantique_headline_us.gif new file mode 100644 index 00000000..c220a8db Binary files /dev/null and b/catalogue/ctlg_romantique_headline_us.gif differ diff --git a/catalogue/ctlg_spe_headline1_sv.gif b/catalogue/ctlg_spe_headline1_sv.gif new file mode 100644 index 00000000..9caef963 Binary files /dev/null and b/catalogue/ctlg_spe_headline1_sv.gif differ diff --git a/catalogue/ctlg_teaser_es.gif b/catalogue/ctlg_teaser_es.gif new file mode 100644 index 00000000..d992ef2b Binary files /dev/null and b/catalogue/ctlg_teaser_es.gif differ diff --git a/catalogue/ctlg_teaser_spider.gif b/catalogue/ctlg_teaser_spider.gif new file mode 100644 index 00000000..fb89d444 Binary files /dev/null and b/catalogue/ctlg_teaser_spider.gif differ diff --git a/catalogue/ctlg_windows_headline1_br.gif b/catalogue/ctlg_windows_headline1_br.gif new file mode 100644 index 00000000..672a59a8 Binary files /dev/null and b/catalogue/ctlg_windows_headline1_br.gif differ diff --git a/catalogue/ctlg_windows_headline1_ch.gif b/catalogue/ctlg_windows_headline1_ch.gif new file mode 100644 index 00000000..91e63e3e Binary files /dev/null and b/catalogue/ctlg_windows_headline1_ch.gif differ diff --git a/catalogue/ctlg_windows_headline1_da.gif b/catalogue/ctlg_windows_headline1_da.gif new file mode 100644 index 00000000..f26e7aa3 Binary files /dev/null and b/catalogue/ctlg_windows_headline1_da.gif differ diff --git a/catalogue/ctlg_windows_headline1_de.gif b/catalogue/ctlg_windows_headline1_de.gif new file mode 100644 index 00000000..91e63e3e Binary files /dev/null and b/catalogue/ctlg_windows_headline1_de.gif differ diff --git a/catalogue/ctlg_windows_headline1_en.gif b/catalogue/ctlg_windows_headline1_en.gif new file mode 100644 index 00000000..d2744e72 Binary files /dev/null and b/catalogue/ctlg_windows_headline1_en.gif differ diff --git a/catalogue/ctlg_windows_headline1_es.gif b/catalogue/ctlg_windows_headline1_es.gif new file mode 100644 index 00000000..51a18653 Binary files /dev/null and b/catalogue/ctlg_windows_headline1_es.gif differ diff --git a/catalogue/ctlg_windows_headline1_fi.gif b/catalogue/ctlg_windows_headline1_fi.gif new file mode 100644 index 00000000..e391bc04 Binary files /dev/null and b/catalogue/ctlg_windows_headline1_fi.gif differ diff --git a/catalogue/ctlg_windows_headline1_fr.gif b/catalogue/ctlg_windows_headline1_fr.gif new file mode 100644 index 00000000..9a8e4958 Binary files /dev/null and b/catalogue/ctlg_windows_headline1_fr.gif differ diff --git a/catalogue/ctlg_windows_headline1_it.gif b/catalogue/ctlg_windows_headline1_it.gif new file mode 100644 index 00000000..3faeb444 Binary files /dev/null and b/catalogue/ctlg_windows_headline1_it.gif differ diff --git a/catalogue/ctlg_windows_headline1_ja.gif b/catalogue/ctlg_windows_headline1_ja.gif new file mode 100644 index 00000000..d2744e72 Binary files /dev/null and b/catalogue/ctlg_windows_headline1_ja.gif differ diff --git a/catalogue/ctlg_windows_headline1_nl.gif b/catalogue/ctlg_windows_headline1_nl.gif new file mode 100644 index 00000000..a876b00e Binary files /dev/null and b/catalogue/ctlg_windows_headline1_nl.gif differ diff --git a/catalogue/ctlg_windows_headline1_no.gif b/catalogue/ctlg_windows_headline1_no.gif new file mode 100644 index 00000000..f26e7aa3 Binary files /dev/null and b/catalogue/ctlg_windows_headline1_no.gif differ diff --git a/catalogue/ctlg_windows_headline1_pt.gif b/catalogue/ctlg_windows_headline1_pt.gif new file mode 100644 index 00000000..672a59a8 Binary files /dev/null and b/catalogue/ctlg_windows_headline1_pt.gif differ diff --git a/catalogue/ctlg_windows_headline1_ru.gif b/catalogue/ctlg_windows_headline1_ru.gif new file mode 100644 index 00000000..40f6b22c Binary files /dev/null and b/catalogue/ctlg_windows_headline1_ru.gif differ diff --git a/catalogue/ctlg_windows_headline1_se.gif b/catalogue/ctlg_windows_headline1_se.gif new file mode 100644 index 00000000..772226de Binary files /dev/null and b/catalogue/ctlg_windows_headline1_se.gif differ diff --git a/catalogue/ctlg_windows_headline1_sv.gif b/catalogue/ctlg_windows_headline1_sv.gif new file mode 100644 index 00000000..772226de Binary files /dev/null and b/catalogue/ctlg_windows_headline1_sv.gif differ diff --git a/catalogue/ctlg_windows_teaser1_br.gif b/catalogue/ctlg_windows_teaser1_br.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_br.gif differ diff --git a/catalogue/ctlg_windows_teaser1_ch.gif b/catalogue/ctlg_windows_teaser1_ch.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_ch.gif differ diff --git a/catalogue/ctlg_windows_teaser1_da.gif b/catalogue/ctlg_windows_teaser1_da.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_da.gif differ diff --git a/catalogue/ctlg_windows_teaser1_de.gif b/catalogue/ctlg_windows_teaser1_de.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_de.gif differ diff --git a/catalogue/ctlg_windows_teaser1_en.gif b/catalogue/ctlg_windows_teaser1_en.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_en.gif differ diff --git a/catalogue/ctlg_windows_teaser1_es.gif b/catalogue/ctlg_windows_teaser1_es.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_es.gif differ diff --git a/catalogue/ctlg_windows_teaser1_fi.gif b/catalogue/ctlg_windows_teaser1_fi.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_fi.gif differ diff --git a/catalogue/ctlg_windows_teaser1_fr.gif b/catalogue/ctlg_windows_teaser1_fr.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_fr.gif differ diff --git a/catalogue/ctlg_windows_teaser1_it.gif b/catalogue/ctlg_windows_teaser1_it.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_it.gif differ diff --git a/catalogue/ctlg_windows_teaser1_ja.gif b/catalogue/ctlg_windows_teaser1_ja.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_ja.gif differ diff --git a/catalogue/ctlg_windows_teaser1_nl.gif b/catalogue/ctlg_windows_teaser1_nl.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_nl.gif differ diff --git a/catalogue/ctlg_windows_teaser1_no.gif b/catalogue/ctlg_windows_teaser1_no.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_no.gif differ diff --git a/catalogue/ctlg_windows_teaser1_pt.gif b/catalogue/ctlg_windows_teaser1_pt.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_pt.gif differ diff --git a/catalogue/ctlg_windows_teaser1_ru.gif b/catalogue/ctlg_windows_teaser1_ru.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_ru.gif differ diff --git a/catalogue/ctlg_windows_teaser1_se.gif b/catalogue/ctlg_windows_teaser1_se.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_se.gif differ diff --git a/catalogue/ctlg_windows_teaser1_sv.gif b/catalogue/ctlg_windows_teaser1_sv.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ctlg_windows_teaser1_sv.gif differ diff --git a/catalogue/cubie.gif b/catalogue/cubie.gif new file mode 100644 index 00000000..fe6a47f4 Binary files /dev/null and b/catalogue/cubie.gif differ diff --git a/catalogue/cubie1.gif b/catalogue/cubie1.gif new file mode 100644 index 00000000..f40a2bb3 Binary files /dev/null and b/catalogue/cubie1.gif differ diff --git a/catalogue/cubie2.gif b/catalogue/cubie2.gif new file mode 100644 index 00000000..6c11b7f1 Binary files /dev/null and b/catalogue/cubie2.gif differ diff --git a/catalogue/cubie_header.gif b/catalogue/cubie_header.gif new file mode 100644 index 00000000..ce165ec7 Binary files /dev/null and b/catalogue/cubie_header.gif differ diff --git a/catalogue/cubie_teaser.gif b/catalogue/cubie_teaser.gif new file mode 100644 index 00000000..f40a2bb3 Binary files /dev/null and b/catalogue/cubie_teaser.gif differ diff --git a/catalogue/cyberpunk_header.gif b/catalogue/cyberpunk_header.gif new file mode 100644 index 00000000..68eabbb8 Binary files /dev/null and b/catalogue/cyberpunk_header.gif differ diff --git a/catalogue/cyberpunk_teaser.gif b/catalogue/cyberpunk_teaser.gif new file mode 100644 index 00000000..6148133d Binary files /dev/null and b/catalogue/cyberpunk_teaser.gif differ diff --git a/catalogue/cyberpunk_teaser2.gif b/catalogue/cyberpunk_teaser2.gif new file mode 100644 index 00000000..195c9782 Binary files /dev/null and b/catalogue/cyberpunk_teaser2.gif differ diff --git a/catalogue/dark_elegant20_bundle.gif b/catalogue/dark_elegant20_bundle.gif new file mode 100644 index 00000000..3cc3058f Binary files /dev/null and b/catalogue/dark_elegant20_bundle.gif differ diff --git a/catalogue/deals_accessories.gif b/catalogue/deals_accessories.gif new file mode 100644 index 00000000..2c64c6ed Binary files /dev/null and b/catalogue/deals_accessories.gif differ diff --git a/catalogue/deals_area.gif b/catalogue/deals_area.gif new file mode 100644 index 00000000..0364dac3 Binary files /dev/null and b/catalogue/deals_area.gif differ diff --git a/catalogue/deals_hc1.gif b/catalogue/deals_hc1.gif new file mode 100644 index 00000000..bbfe1acb Binary files /dev/null and b/catalogue/deals_hc1.gif differ diff --git a/catalogue/deals_hc3.gif b/catalogue/deals_hc3.gif new file mode 100644 index 00000000..2329e622 Binary files /dev/null and b/catalogue/deals_hc3.gif differ diff --git a/catalogue/deals_hc6.gif b/catalogue/deals_hc6.gif new file mode 100644 index 00000000..d173fcfa Binary files /dev/null and b/catalogue/deals_hc6.gif differ diff --git a/catalogue/deals_ice.gif b/catalogue/deals_ice.gif new file mode 100644 index 00000000..6b5b8adc Binary files /dev/null and b/catalogue/deals_ice.gif differ diff --git a/catalogue/deals_lodge.gif b/catalogue/deals_lodge.gif new file mode 100644 index 00000000..f82f0dd4 Binary files /dev/null and b/catalogue/deals_lodge.gif differ diff --git a/catalogue/deals_mode.gif b/catalogue/deals_mode.gif new file mode 100644 index 00000000..9402fe06 Binary files /dev/null and b/catalogue/deals_mode.gif differ diff --git a/catalogue/deals_petfood.gif b/catalogue/deals_petfood.gif new file mode 100644 index 00000000..3a9ebb8d Binary files /dev/null and b/catalogue/deals_petfood.gif differ diff --git a/catalogue/deals_petfood2.gif b/catalogue/deals_petfood2.gif new file mode 100644 index 00000000..fb1d58b7 Binary files /dev/null and b/catalogue/deals_petfood2.gif differ diff --git a/catalogue/deals_petfood3.gif b/catalogue/deals_petfood3.gif new file mode 100644 index 00000000..f4dce7e9 Binary files /dev/null and b/catalogue/deals_petfood3.gif differ diff --git a/catalogue/deals_plants.gif b/catalogue/deals_plants.gif new file mode 100644 index 00000000..7e9a899d Binary files /dev/null and b/catalogue/deals_plants.gif differ diff --git a/catalogue/deals_plants2.gif b/catalogue/deals_plants2.gif new file mode 100644 index 00000000..9d8dbc7a Binary files /dev/null and b/catalogue/deals_plants2.gif differ diff --git a/catalogue/deals_plasto.gif b/catalogue/deals_plasto.gif new file mode 100644 index 00000000..1f29347d Binary files /dev/null and b/catalogue/deals_plasto.gif differ diff --git a/catalogue/deals_plasto2.gif b/catalogue/deals_plasto2.gif new file mode 100644 index 00000000..d65ace2a Binary files /dev/null and b/catalogue/deals_plasto2.gif differ diff --git a/catalogue/deals_rugs.gif b/catalogue/deals_rugs.gif new file mode 100644 index 00000000..63b3e7c0 Binary files /dev/null and b/catalogue/deals_rugs.gif differ diff --git a/catalogue/deals_teaser2.gif b/catalogue/deals_teaser2.gif new file mode 100644 index 00000000..19848197 Binary files /dev/null and b/catalogue/deals_teaser2.gif differ diff --git a/catalogue/deals_teaser5.gif b/catalogue/deals_teaser5.gif new file mode 100644 index 00000000..19848197 Binary files /dev/null and b/catalogue/deals_teaser5.gif differ diff --git a/catalogue/dec16_xmas1_internal.gif b/catalogue/dec16_xmas1_internal.gif new file mode 100644 index 00000000..537a6693 Binary files /dev/null and b/catalogue/dec16_xmas1_internal.gif differ diff --git a/catalogue/decoracion.gif b/catalogue/decoracion.gif new file mode 100644 index 00000000..24ba751a Binary files /dev/null and b/catalogue/decoracion.gif differ diff --git a/catalogue/decoracion1.gif b/catalogue/decoracion1.gif new file mode 100644 index 00000000..c9e65e7f Binary files /dev/null and b/catalogue/decoracion1.gif differ diff --git a/catalogue/decoracionteaser.gif b/catalogue/decoracionteaser.gif new file mode 100644 index 00000000..2d3b5904 Binary files /dev/null and b/catalogue/decoracionteaser.gif differ diff --git a/catalogue/decorations_header.gif b/catalogue/decorations_header.gif new file mode 100644 index 00000000..e7009922 Binary files /dev/null and b/catalogue/decorations_header.gif differ diff --git a/catalogue/decorations_teaser.gif b/catalogue/decorations_teaser.gif new file mode 100644 index 00000000..c9e65e7f Binary files /dev/null and b/catalogue/decorations_teaser.gif differ diff --git a/catalogue/deporte.gif b/catalogue/deporte.gif new file mode 100644 index 00000000..abef82c3 Binary files /dev/null and b/catalogue/deporte.gif differ diff --git a/catalogue/deporte1.gif b/catalogue/deporte1.gif new file mode 100644 index 00000000..1b59e65d Binary files /dev/null and b/catalogue/deporte1.gif differ diff --git a/catalogue/dessert_header.gif b/catalogue/dessert_header.gif new file mode 100644 index 00000000..1163bebd Binary files /dev/null and b/catalogue/dessert_header.gif differ diff --git a/catalogue/dessert_teaser.gif b/catalogue/dessert_teaser.gif new file mode 100644 index 00000000..343460d8 Binary files /dev/null and b/catalogue/dessert_teaser.gif differ diff --git a/catalogue/diamond_info_illustration.gif b/catalogue/diamond_info_illustration.gif new file mode 100644 index 00000000..d082ef4d Binary files /dev/null and b/catalogue/diamond_info_illustration.gif differ diff --git a/catalogue/dimmer.gif b/catalogue/dimmer.gif new file mode 100644 index 00000000..6c120ced Binary files /dev/null and b/catalogue/dimmer.gif differ diff --git a/catalogue/dimmers_header.gif b/catalogue/dimmers_header.gif new file mode 100644 index 00000000..921901c9 Binary files /dev/null and b/catalogue/dimmers_header.gif differ diff --git a/catalogue/dimmers_teaser.gif b/catalogue/dimmers_teaser.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/dimmers_teaser.gif differ diff --git a/catalogue/diner.gif b/catalogue/diner.gif new file mode 100644 index 00000000..25894ee5 Binary files /dev/null and b/catalogue/diner.gif differ diff --git a/catalogue/diner1.gif b/catalogue/diner1.gif new file mode 100644 index 00000000..ba5c0942 Binary files /dev/null and b/catalogue/diner1.gif differ diff --git a/catalogue/diner_header.gif b/catalogue/diner_header.gif new file mode 100644 index 00000000..25894ee5 Binary files /dev/null and b/catalogue/diner_header.gif differ diff --git a/catalogue/diner_teaser.gif b/catalogue/diner_teaser.gif new file mode 100644 index 00000000..f9cab073 Binary files /dev/null and b/catalogue/diner_teaser.gif differ diff --git a/catalogue/dining_area_illustration.gif b/catalogue/dining_area_illustration.gif new file mode 100644 index 00000000..e1b66d05 Binary files /dev/null and b/catalogue/dining_area_illustration.gif differ diff --git a/catalogue/dino_header.gif b/catalogue/dino_header.gif new file mode 100644 index 00000000..6a6da9c3 Binary files /dev/null and b/catalogue/dino_header.gif differ diff --git a/catalogue/dino_nf.gif b/catalogue/dino_nf.gif new file mode 100644 index 00000000..ce561839 Binary files /dev/null and b/catalogue/dino_nf.gif differ diff --git a/catalogue/dino_pets.gif b/catalogue/dino_pets.gif new file mode 100644 index 00000000..7c1ec32a Binary files /dev/null and b/catalogue/dino_pets.gif differ diff --git a/catalogue/dino_teaser.gif b/catalogue/dino_teaser.gif new file mode 100644 index 00000000..127b118e Binary files /dev/null and b/catalogue/dino_teaser.gif differ diff --git a/catalogue/dino_teaser2.gif b/catalogue/dino_teaser2.gif new file mode 100644 index 00000000..ce561839 Binary files /dev/null and b/catalogue/dino_teaser2.gif differ diff --git a/catalogue/dinos_header.gif b/catalogue/dinos_header.gif new file mode 100644 index 00000000..513e1ec5 Binary files /dev/null and b/catalogue/dinos_header.gif differ diff --git a/catalogue/dividers_header.gif b/catalogue/dividers_header.gif new file mode 100644 index 00000000..4532e3cd Binary files /dev/null and b/catalogue/dividers_header.gif differ diff --git a/catalogue/dividers_teaser.gif b/catalogue/dividers_teaser.gif new file mode 100644 index 00000000..46725a93 Binary files /dev/null and b/catalogue/dividers_teaser.gif differ diff --git a/catalogue/divisores.gif b/catalogue/divisores.gif new file mode 100644 index 00000000..131117fd Binary files /dev/null and b/catalogue/divisores.gif differ diff --git a/catalogue/divisores1.gif b/catalogue/divisores1.gif new file mode 100644 index 00000000..46725a93 Binary files /dev/null and b/catalogue/divisores1.gif differ diff --git a/catalogue/divisoresteaser.gif b/catalogue/divisoresteaser.gif new file mode 100644 index 00000000..fe6f09b3 Binary files /dev/null and b/catalogue/divisoresteaser.gif differ diff --git a/catalogue/dj.gif b/catalogue/dj.gif new file mode 100644 index 00000000..7cca60c6 Binary files /dev/null and b/catalogue/dj.gif differ diff --git a/catalogue/djshop.gif b/catalogue/djshop.gif new file mode 100644 index 00000000..3497160a Binary files /dev/null and b/catalogue/djshop.gif differ diff --git a/catalogue/djshop_header.gif b/catalogue/djshop_header.gif new file mode 100644 index 00000000..3497160a Binary files /dev/null and b/catalogue/djshop_header.gif differ diff --git a/catalogue/doors_header.gif b/catalogue/doors_header.gif new file mode 100644 index 00000000..67e83ee9 Binary files /dev/null and b/catalogue/doors_header.gif differ diff --git a/catalogue/doors_teaser.gif b/catalogue/doors_teaser.gif new file mode 100644 index 00000000..c7387801 Binary files /dev/null and b/catalogue/doors_teaser.gif differ diff --git a/catalogue/drago.gif b/catalogue/drago.gif new file mode 100644 index 00000000..a658fe2a Binary files /dev/null and b/catalogue/drago.gif differ diff --git a/catalogue/drago.png b/catalogue/drago.png new file mode 100644 index 00000000..a658fe2a Binary files /dev/null and b/catalogue/drago.png differ diff --git a/catalogue/drago_catalog_header2.gif b/catalogue/drago_catalog_header2.gif new file mode 100644 index 00000000..128cf631 Binary files /dev/null and b/catalogue/drago_catalog_header2.gif differ diff --git a/catalogue/drago_catalog_teaser2.gif b/catalogue/drago_catalog_teaser2.gif new file mode 100644 index 00000000..3a76563a Binary files /dev/null and b/catalogue/drago_catalog_teaser2.gif differ diff --git a/catalogue/drago_header.gif b/catalogue/drago_header.gif new file mode 100644 index 00000000..a658fe2a Binary files /dev/null and b/catalogue/drago_header.gif differ diff --git a/catalogue/drago_header2.gif b/catalogue/drago_header2.gif new file mode 100644 index 00000000..128cf631 Binary files /dev/null and b/catalogue/drago_header2.gif differ diff --git a/catalogue/drago_teaser.gif b/catalogue/drago_teaser.gif new file mode 100644 index 00000000..3a76563a Binary files /dev/null and b/catalogue/drago_teaser.gif differ diff --git a/catalogue/dragon.gif b/catalogue/dragon.gif new file mode 100644 index 00000000..94ffd04e Binary files /dev/null and b/catalogue/dragon.gif differ diff --git a/catalogue/dragon1.gif b/catalogue/dragon1.gif new file mode 100644 index 00000000..94ffd04e Binary files /dev/null and b/catalogue/dragon1.gif differ diff --git a/catalogue/dragon2.gif b/catalogue/dragon2.gif new file mode 100644 index 00000000..3a76563a Binary files /dev/null and b/catalogue/dragon2.gif differ diff --git a/catalogue/dragon3.gif b/catalogue/dragon3.gif new file mode 100644 index 00000000..128cf631 Binary files /dev/null and b/catalogue/dragon3.gif differ diff --git a/catalogue/dragon_promo.png b/catalogue/dragon_promo.png new file mode 100644 index 00000000..27e92d02 Binary files /dev/null and b/catalogue/dragon_promo.png differ diff --git a/catalogue/dragon_teaser2.gif b/catalogue/dragon_teaser2.gif new file mode 100644 index 00000000..d608f924 Binary files /dev/null and b/catalogue/dragon_teaser2.gif differ diff --git a/catalogue/duckets_header.gif b/catalogue/duckets_header.gif new file mode 100644 index 00000000..2df94821 Binary files /dev/null and b/catalogue/duckets_header.gif differ diff --git a/catalogue/duckets_info_illustration.gif b/catalogue/duckets_info_illustration.gif new file mode 100644 index 00000000..b332616e Binary files /dev/null and b/catalogue/duckets_info_illustration.gif differ diff --git a/catalogue/durex.gif b/catalogue/durex.gif new file mode 100644 index 00000000..178edbf2 Binary files /dev/null and b/catalogue/durex.gif differ diff --git a/catalogue/durex1.gif b/catalogue/durex1.gif new file mode 100644 index 00000000..299be4c8 Binary files /dev/null and b/catalogue/durex1.gif differ diff --git a/catalogue/durex_header.gif b/catalogue/durex_header.gif new file mode 100644 index 00000000..178edbf2 Binary files /dev/null and b/catalogue/durex_header.gif differ diff --git a/catalogue/durex_teaser.gif b/catalogue/durex_teaser.gif new file mode 100644 index 00000000..299be4c8 Binary files /dev/null and b/catalogue/durex_teaser.gif differ diff --git a/catalogue/easter.gif b/catalogue/easter.gif new file mode 100644 index 00000000..af6baeec Binary files /dev/null and b/catalogue/easter.gif differ diff --git a/catalogue/easter13_header.gif b/catalogue/easter13_header.gif new file mode 100644 index 00000000..4a1f517f Binary files /dev/null and b/catalogue/easter13_header.gif differ diff --git a/catalogue/easter13_teaser.gif b/catalogue/easter13_teaser.gif new file mode 100644 index 00000000..b5e301d9 Binary files /dev/null and b/catalogue/easter13_teaser.gif differ diff --git a/catalogue/easter14old.gif b/catalogue/easter14old.gif new file mode 100644 index 00000000..fcc0e665 Binary files /dev/null and b/catalogue/easter14old.gif differ diff --git a/catalogue/easter17_header.gif b/catalogue/easter17_header.gif new file mode 100644 index 00000000..9a055958 Binary files /dev/null and b/catalogue/easter17_header.gif differ diff --git a/catalogue/easter18_header.gif b/catalogue/easter18_header.gif new file mode 100644 index 00000000..5d5e1703 Binary files /dev/null and b/catalogue/easter18_header.gif differ diff --git a/catalogue/easter18_teaser.gif b/catalogue/easter18_teaser.gif new file mode 100644 index 00000000..77da3d7d Binary files /dev/null and b/catalogue/easter18_teaser.gif differ diff --git a/catalogue/easter19_bookitems.gif b/catalogue/easter19_bookitems.gif new file mode 100644 index 00000000..8ebb8964 Binary files /dev/null and b/catalogue/easter19_bookitems.gif differ diff --git a/catalogue/easter19_crownrare.gif b/catalogue/easter19_crownrare.gif new file mode 100644 index 00000000..3dcde17b Binary files /dev/null and b/catalogue/easter19_crownrare.gif differ diff --git a/catalogue/easter19_eggcreatures.gif b/catalogue/easter19_eggcreatures.gif new file mode 100644 index 00000000..df493d90 Binary files /dev/null and b/catalogue/easter19_eggcreatures.gif differ diff --git a/catalogue/easter19_foxrare.gif b/catalogue/easter19_foxrare.gif new file mode 100644 index 00000000..afbd7ede Binary files /dev/null and b/catalogue/easter19_foxrare.gif differ diff --git a/catalogue/easter19_new.gif b/catalogue/easter19_new.gif new file mode 100644 index 00000000..97d6a271 Binary files /dev/null and b/catalogue/easter19_new.gif differ diff --git a/catalogue/easter2010_header.gif b/catalogue/easter2010_header.gif new file mode 100644 index 00000000..e7cf9599 Binary files /dev/null and b/catalogue/easter2010_header.gif differ diff --git a/catalogue/easter2010_teaser.gif b/catalogue/easter2010_teaser.gif new file mode 100644 index 00000000..fcc0e665 Binary files /dev/null and b/catalogue/easter2010_teaser.gif differ diff --git a/catalogue/easter2010_teaser2.gif b/catalogue/easter2010_teaser2.gif new file mode 100644 index 00000000..756ba355 Binary files /dev/null and b/catalogue/easter2010_teaser2.gif differ diff --git a/catalogue/easter2013_header.gif b/catalogue/easter2013_header.gif new file mode 100644 index 00000000..4a1f517f Binary files /dev/null and b/catalogue/easter2013_header.gif differ diff --git a/catalogue/easter2013_teaser.gif b/catalogue/easter2013_teaser.gif new file mode 100644 index 00000000..b5e301d9 Binary files /dev/null and b/catalogue/easter2013_teaser.gif differ diff --git a/catalogue/easter2014_header.gif b/catalogue/easter2014_header.gif new file mode 100644 index 00000000..cb66d126 Binary files /dev/null and b/catalogue/easter2014_header.gif differ diff --git a/catalogue/easter2014_teaser.gif b/catalogue/easter2014_teaser.gif new file mode 100644 index 00000000..01716154 Binary files /dev/null and b/catalogue/easter2014_teaser.gif differ diff --git a/catalogue/easter2016_teaser.gif b/catalogue/easter2016_teaser.gif new file mode 100644 index 00000000..c1cc8008 Binary files /dev/null and b/catalogue/easter2016_teaser.gif differ diff --git a/catalogue/easter2017_teaser.gif b/catalogue/easter2017_teaser.gif new file mode 100644 index 00000000..76274109 Binary files /dev/null and b/catalogue/easter2017_teaser.gif differ diff --git a/catalogue/easter2019_crackableprizes_teaser.gif b/catalogue/easter2019_crackableprizes_teaser.gif new file mode 100644 index 00000000..8ebb8964 Binary files /dev/null and b/catalogue/easter2019_crackableprizes_teaser.gif differ diff --git a/catalogue/easter2019_crackablesprizes_teaser.gif b/catalogue/easter2019_crackablesprizes_teaser.gif new file mode 100644 index 00000000..df493d90 Binary files /dev/null and b/catalogue/easter2019_crackablesprizes_teaser.gif differ diff --git a/catalogue/easter2019_teaser.gif b/catalogue/easter2019_teaser.gif new file mode 100644 index 00000000..97d6a271 Binary files /dev/null and b/catalogue/easter2019_teaser.gif differ diff --git a/catalogue/easter20_header.gif b/catalogue/easter20_header.gif new file mode 100644 index 00000000..55875dc3 Binary files /dev/null and b/catalogue/easter20_header.gif differ diff --git a/catalogue/easter_header.gif b/catalogue/easter_header.gif new file mode 100644 index 00000000..9dda45df Binary files /dev/null and b/catalogue/easter_header.gif differ diff --git a/catalogue/easter_teaser.gif b/catalogue/easter_teaser.gif new file mode 100644 index 00000000..398ab5d3 Binary files /dev/null and b/catalogue/easter_teaser.gif differ diff --git a/catalogue/easternew.gif b/catalogue/easternew.gif new file mode 100644 index 00000000..01716154 Binary files /dev/null and b/catalogue/easternew.gif differ diff --git a/catalogue/ecotron.gif b/catalogue/ecotron.gif new file mode 100644 index 00000000..c9ae9b53 Binary files /dev/null and b/catalogue/ecotron.gif differ diff --git a/catalogue/ecotron.png b/catalogue/ecotron.png new file mode 100644 index 00000000..511a4a8a Binary files /dev/null and b/catalogue/ecotron.png differ diff --git a/catalogue/ecotron1.gif b/catalogue/ecotron1.gif new file mode 100644 index 00000000..541fe87e Binary files /dev/null and b/catalogue/ecotron1.gif differ diff --git a/catalogue/ecotron2.gif b/catalogue/ecotron2.gif new file mode 100644 index 00000000..0510cd32 Binary files /dev/null and b/catalogue/ecotron2.gif differ diff --git a/catalogue/ecotron_2.gif b/catalogue/ecotron_2.gif new file mode 100644 index 00000000..541fe87e Binary files /dev/null and b/catalogue/ecotron_2.gif differ diff --git a/catalogue/ecotron_header.gif b/catalogue/ecotron_header.gif new file mode 100644 index 00000000..2e8d5f17 Binary files /dev/null and b/catalogue/ecotron_header.gif differ diff --git a/catalogue/ecotron_header2.gif b/catalogue/ecotron_header2.gif new file mode 100644 index 00000000..1c8fcfff Binary files /dev/null and b/catalogue/ecotron_header2.gif differ diff --git a/catalogue/ecotron_img.gif b/catalogue/ecotron_img.gif new file mode 100644 index 00000000..537bd2b5 Binary files /dev/null and b/catalogue/ecotron_img.gif differ diff --git a/catalogue/edicion-limitada.gif b/catalogue/edicion-limitada.gif new file mode 100644 index 00000000..8f0f4a50 Binary files /dev/null and b/catalogue/edicion-limitada.gif differ diff --git a/catalogue/edicion-limitada1.gif b/catalogue/edicion-limitada1.gif new file mode 100644 index 00000000..e5f18449 Binary files /dev/null and b/catalogue/edicion-limitada1.gif differ diff --git a/catalogue/edicion-limitada2.gif b/catalogue/edicion-limitada2.gif new file mode 100644 index 00000000..9bab9cba Binary files /dev/null and b/catalogue/edicion-limitada2.gif differ diff --git a/catalogue/efectos.gif b/catalogue/efectos.gif new file mode 100644 index 00000000..9c41cf50 Binary files /dev/null and b/catalogue/efectos.gif differ diff --git a/catalogue/efectos1.gif b/catalogue/efectos1.gif new file mode 100644 index 00000000..18f6f320 Binary files /dev/null and b/catalogue/efectos1.gif differ diff --git a/catalogue/egipcio.gif b/catalogue/egipcio.gif new file mode 100644 index 00000000..a64e550d Binary files /dev/null and b/catalogue/egipcio.gif differ diff --git a/catalogue/egipcio1.gif b/catalogue/egipcio1.gif new file mode 100644 index 00000000..b838cca4 Binary files /dev/null and b/catalogue/egipcio1.gif differ diff --git a/catalogue/egipheader.gif b/catalogue/egipheader.gif new file mode 100644 index 00000000..26575a1d Binary files /dev/null and b/catalogue/egipheader.gif differ diff --git a/catalogue/egipteaser.gif b/catalogue/egipteaser.gif new file mode 100644 index 00000000..5ad17335 Binary files /dev/null and b/catalogue/egipteaser.gif differ diff --git a/catalogue/egypt_furni_promos.gif b/catalogue/egypt_furni_promos.gif new file mode 100644 index 00000000..e9430f3e Binary files /dev/null and b/catalogue/egypt_furni_promos.gif differ diff --git a/catalogue/ejecutivo.gif b/catalogue/ejecutivo.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/ejecutivo.gif differ diff --git a/catalogue/ejecutivo1.gif b/catalogue/ejecutivo1.gif new file mode 100644 index 00000000..1ef7440f Binary files /dev/null and b/catalogue/ejecutivo1.gif differ diff --git a/catalogue/elegant_header.gif b/catalogue/elegant_header.gif new file mode 100644 index 00000000..c6c2f809 Binary files /dev/null and b/catalogue/elegant_header.gif differ diff --git a/catalogue/elegant_teaser.gif b/catalogue/elegant_teaser.gif new file mode 100644 index 00000000..6e708641 Binary files /dev/null and b/catalogue/elegant_teaser.gif differ diff --git a/catalogue/escuela.gif b/catalogue/escuela.gif new file mode 100644 index 00000000..03b3cb10 Binary files /dev/null and b/catalogue/escuela.gif differ diff --git a/catalogue/escuela1.gif b/catalogue/escuela1.gif new file mode 100644 index 00000000..24e29e56 Binary files /dev/null and b/catalogue/escuela1.gif differ diff --git a/catalogue/esmerald_rares_wulles.gif b/catalogue/esmerald_rares_wulles.gif new file mode 100644 index 00000000..858e398a Binary files /dev/null and b/catalogue/esmerald_rares_wulles.gif differ diff --git a/catalogue/especial.gif b/catalogue/especial.gif new file mode 100644 index 00000000..19848197 Binary files /dev/null and b/catalogue/especial.gif differ diff --git a/catalogue/eternity_fountain.gif b/catalogue/eternity_fountain.gif new file mode 100644 index 00000000..788cf797 Binary files /dev/null and b/catalogue/eternity_fountain.gif differ diff --git a/catalogue/eventos.gif b/catalogue/eventos.gif new file mode 100644 index 00000000..f80d39bc Binary files /dev/null and b/catalogue/eventos.gif differ diff --git a/catalogue/eventos1.gif b/catalogue/eventos1.gif new file mode 100644 index 00000000..bd58d9b6 Binary files /dev/null and b/catalogue/eventos1.gif differ diff --git a/catalogue/events_confirm_purchase.gif b/catalogue/events_confirm_purchase.gif new file mode 100644 index 00000000..ae557476 Binary files /dev/null and b/catalogue/events_confirm_purchase.gif differ diff --git a/catalogue/events_header.gif b/catalogue/events_header.gif new file mode 100644 index 00000000..29f5a906 Binary files /dev/null and b/catalogue/events_header.gif differ diff --git a/catalogue/events_header2.gif b/catalogue/events_header2.gif new file mode 100644 index 00000000..f80d39bc Binary files /dev/null and b/catalogue/events_header2.gif differ diff --git a/catalogue/events_teaser.gif b/catalogue/events_teaser.gif new file mode 100644 index 00000000..bd58d9b6 Binary files /dev/null and b/catalogue/events_teaser.gif differ diff --git a/catalogue/exchange.gif b/catalogue/exchange.gif new file mode 100644 index 00000000..516b7cdb Binary files /dev/null and b/catalogue/exchange.gif differ diff --git a/catalogue/exchange_header.gif b/catalogue/exchange_header.gif new file mode 100644 index 00000000..ec0b8470 Binary files /dev/null and b/catalogue/exchange_header.gif differ diff --git a/catalogue/exchange_teaser.gif b/catalogue/exchange_teaser.gif new file mode 100644 index 00000000..7992d06a Binary files /dev/null and b/catalogue/exchange_teaser.gif differ diff --git a/catalogue/executive.gif b/catalogue/executive.gif new file mode 100644 index 00000000..99bb9d61 Binary files /dev/null and b/catalogue/executive.gif differ diff --git a/catalogue/executive_header.gif b/catalogue/executive_header.gif new file mode 100644 index 00000000..af0b49d6 Binary files /dev/null and b/catalogue/executive_header.gif differ diff --git a/catalogue/executive_teaser.gif b/catalogue/executive_teaser.gif new file mode 100644 index 00000000..95ea7335 Binary files /dev/null and b/catalogue/executive_teaser.gif differ diff --git a/catalogue/exehc_teaser.gif b/catalogue/exehc_teaser.gif new file mode 100644 index 00000000..98bcaf70 Binary files /dev/null and b/catalogue/exehc_teaser.gif differ diff --git a/catalogue/exoticanimal_teaser.gif b/catalogue/exoticanimal_teaser.gif new file mode 100644 index 00000000..f735cf3b Binary files /dev/null and b/catalogue/exoticanimal_teaser.gif differ diff --git a/catalogue/extra.gif b/catalogue/extra.gif new file mode 100644 index 00000000..9caef963 Binary files /dev/null and b/catalogue/extra.gif differ diff --git a/catalogue/extra1.gif b/catalogue/extra1.gif new file mode 100644 index 00000000..9d33f4b6 Binary files /dev/null and b/catalogue/extra1.gif differ diff --git a/catalogue/extra2.gif b/catalogue/extra2.gif new file mode 100644 index 00000000..c9dbca82 Binary files /dev/null and b/catalogue/extra2.gif differ diff --git a/catalogue/extra_header.gif b/catalogue/extra_header.gif new file mode 100644 index 00000000..9caef963 Binary files /dev/null and b/catalogue/extra_header.gif differ diff --git a/catalogue/extras.gif b/catalogue/extras.gif new file mode 100644 index 00000000..5fef7de2 Binary files /dev/null and b/catalogue/extras.gif differ diff --git a/catalogue/extras1.gif b/catalogue/extras1.gif new file mode 100644 index 00000000..fbca3de8 Binary files /dev/null and b/catalogue/extras1.gif differ diff --git a/catalogue/fairytale_header.gif b/catalogue/fairytale_header.gif new file mode 100644 index 00000000..1abe011d Binary files /dev/null and b/catalogue/fairytale_header.gif differ diff --git a/catalogue/farm-header.gif b/catalogue/farm-header.gif new file mode 100644 index 00000000..bac2e4de Binary files /dev/null and b/catalogue/farm-header.gif differ diff --git a/catalogue/farm_teaser.gif b/catalogue/farm_teaser.gif new file mode 100644 index 00000000..701f1a68 Binary files /dev/null and b/catalogue/farm_teaser.gif differ diff --git a/catalogue/fballroombundle_s_promo.gif b/catalogue/fballroombundle_s_promo.gif new file mode 100644 index 00000000..98ef6960 Binary files /dev/null and b/catalogue/fballroombundle_s_promo.gif differ diff --git a/catalogue/feature_cata/.DS_Store b/catalogue/feature_cata/.DS_Store new file mode 100644 index 00000000..563fe1d5 Binary files /dev/null and b/catalogue/feature_cata/.DS_Store differ diff --git a/catalogue/feature_cata/Maquia-logo.png b/catalogue/feature_cata/Maquia-logo.png new file mode 100644 index 00000000..4fd9e8f5 Binary files /dev/null and b/catalogue/feature_cata/Maquia-logo.png differ diff --git a/catalogue/feature_cata/Thumbs.db b/catalogue/feature_cata/Thumbs.db new file mode 100644 index 00000000..2ef7467a Binary files /dev/null and b/catalogue/feature_cata/Thumbs.db differ diff --git a/catalogue/feature_cata/bc_feature.png b/catalogue/feature_cata/bc_feature.png new file mode 100644 index 00000000..15f1d322 Binary files /dev/null and b/catalogue/feature_cata/bc_feature.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_CNY17.png b/catalogue/feature_cata/feature_cata_hort_CNY17.png new file mode 100644 index 00000000..ae76dcfe Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_CNY17.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_HC_b.png b/catalogue/feature_cata/feature_cata_hort_HC_b.png new file mode 100644 index 00000000..0cc74ccb Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_HC_b.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_HCmar.png b/catalogue/feature_cata/feature_cata_hort_HCmar.png new file mode 100644 index 00000000..9a9387aa Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_HCmar.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_barbundle.png b/catalogue/feature_cata/feature_cata_hort_barbundle.png new file mode 100644 index 00000000..f4d49d0b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_barbundle.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_bun9.png b/catalogue/feature_cata/feature_cata_hort_bun9.png new file mode 100644 index 00000000..04b82aa4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_bun9.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_bundle1.png b/catalogue/feature_cata/feature_cata_hort_bundle1.png new file mode 100644 index 00000000..aebcc138 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_bundle1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_bundle2.png b/catalogue/feature_cata/feature_cata_hort_bundle2.png new file mode 100644 index 00000000..d6ec34f0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_bundle2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_chalettop10.png b/catalogue/feature_cata/feature_cata_hort_chalettop10.png new file mode 100644 index 00000000..6aa1e8c9 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_chalettop10.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_classicbb_bundle.png b/catalogue/feature_cata/feature_cata_hort_classicbb_bundle.png new file mode 100644 index 00000000..aded38ae Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_classicbb_bundle.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_clothes.png b/catalogue/feature_cata/feature_cata_hort_clothes.png new file mode 100644 index 00000000..38bebaf2 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_clothes.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_coralking18_bun1.png b/catalogue/feature_cata/feature_cata_hort_coralking18_bun1.png new file mode 100644 index 00000000..fc780b0f Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_coralking18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_coralkingnewcloth.png b/catalogue/feature_cata/feature_cata_hort_coralkingnewcloth.png new file mode 100644 index 00000000..9d1d075c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_coralkingnewcloth.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_coralkingnewfurni.png b/catalogue/feature_cata/feature_cata_hort_coralkingnewfurni.png new file mode 100644 index 00000000..30dbf56b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_coralkingnewfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_currency.png b/catalogue/feature_cata/feature_cata_hort_currency.png new file mode 100644 index 00000000..2bdb07f0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_currency.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_diapaintings18.png b/catalogue/feature_cata/feature_cata_hort_diapaintings18.png new file mode 100644 index 00000000..b95b3073 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_diapaintings18.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter17new.png b/catalogue/feature_cata/feature_cata_hort_easter17new.png new file mode 100644 index 00000000..7fe7fe26 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter17new.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter17old.png b/catalogue/feature_cata/feature_cata_hort_easter17old.png new file mode 100644 index 00000000..7120864b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter17old.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter18_bigbun.png b/catalogue/feature_cata/feature_cata_hort_easter18_bigbun.png new file mode 100644 index 00000000..d21cdf24 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter18_bigbun.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter18_bonzaifount.png b/catalogue/feature_cata/feature_cata_hort_easter18_bonzaifount.png new file mode 100644 index 00000000..ffd6258b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter18_bonzaifount.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter18_bun1.png b/catalogue/feature_cata/feature_cata_hort_easter18_bun1.png new file mode 100644 index 00000000..6daa8be0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter18_bun2.png b/catalogue/feature_cata/feature_cata_hort_easter18_bun2.png new file mode 100644 index 00000000..b62f467a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter18_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter18_bun3.png b/catalogue/feature_cata/feature_cata_hort_easter18_bun3.png new file mode 100644 index 00000000..249e3ffe Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter18_bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter18_bunhat.png b/catalogue/feature_cata/feature_cata_hort_easter18_bunhat.png new file mode 100644 index 00000000..06d1287d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter18_bunhat.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter18newfurni.png b/catalogue/feature_cata/feature_cata_hort_easter18newfurni.png new file mode 100644 index 00000000..9e49b46d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter18newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter18oldfurni.png b/catalogue/feature_cata/feature_cata_hort_easter18oldfurni.png new file mode 100644 index 00000000..49bb5c62 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter18oldfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter19_bun1.png b/catalogue/feature_cata/feature_cata_hort_easter19_bun1.png new file mode 100644 index 00000000..f78d2186 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter19_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter19_newclothing.png b/catalogue/feature_cata/feature_cata_hort_easter19_newclothing.png new file mode 100644 index 00000000..a2ade232 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter19_newclothing.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter19_newfurni.png b/catalogue/feature_cata/feature_cata_hort_easter19_newfurni.png new file mode 100644 index 00000000..a01f9149 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter19_newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_easter19oldfurni.png b/catalogue/feature_cata/feature_cata_hort_easter19oldfurni.png new file mode 100644 index 00000000..4bdebfac Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_easter19oldfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_eastertop10.png b/catalogue/feature_cata/feature_cata_hort_eastertop10.png new file mode 100644 index 00000000..3414b0c7 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_eastertop10.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_emojihats.png b/catalogue/feature_cata/feature_cata_hort_emojihats.png new file mode 100644 index 00000000..a62526dc Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_emojihats.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_ester17bun1.png b/catalogue/feature_cata/feature_cata_hort_ester17bun1.png new file mode 100644 index 00000000..e1a81efa Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_ester17bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_estr17bunnys.png b/catalogue/feature_cata/feature_cata_hort_estr17bunnys.png new file mode 100644 index 00000000..b3aa7fba Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_estr17bunnys.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_estr17clothing.png b/catalogue/feature_cata/feature_cata_hort_estr17clothing.png new file mode 100644 index 00000000..4909dc43 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_estr17clothing.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_fest19_LTDalpaca.png b/catalogue/feature_cata/feature_cata_hort_fest19_LTDalpaca.png new file mode 100644 index 00000000..6f779755 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_fest19_LTDalpaca.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_fest19_bun1.png b/catalogue/feature_cata/feature_cata_hort_fest19_bun1.png new file mode 100644 index 00000000..42793ad8 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_fest19_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_fest19_bun2.png b/catalogue/feature_cata/feature_cata_hort_fest19_bun2.png new file mode 100644 index 00000000..1bbc7213 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_fest19_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_fest19_cloth.png b/catalogue/feature_cata/feature_cata_hort_fest19_cloth.png new file mode 100644 index 00000000..10e081a7 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_fest19_cloth.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_fest19_crafting.png b/catalogue/feature_cata/feature_cata_hort_fest19_crafting.png new file mode 100644 index 00000000..65f4afee Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_fest19_crafting.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_fest19_newfurni.png b/catalogue/feature_cata/feature_cata_hort_fest19_newfurni.png new file mode 100644 index 00000000..e8f2fd43 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_fest19_newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_gardenbundle.png b/catalogue/feature_cata/feature_cata_hort_gardenbundle.png new file mode 100644 index 00000000..e8770716 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_gardenbundle.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_goldacc2.png b/catalogue/feature_cata/feature_cata_hort_goldacc2.png new file mode 100644 index 00000000..04e0637c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_goldacc2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_goldacc3.png b/catalogue/feature_cata/feature_cata_hort_goldacc3.png new file mode 100644 index 00000000..d6041d78 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_goldacc3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_habbergerbundle.png b/catalogue/feature_cata/feature_cata_hort_habbergerbundle.png new file mode 100644 index 00000000..1ecd55e0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_habbergerbundle.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_habbo20_bun2.png b/catalogue/feature_cata/feature_cata_hort_habbo20_bun2.png new file mode 100644 index 00000000..2e6030eb Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_habbo20_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_hcbcboxes.png b/catalogue/feature_cata/feature_cata_hort_hcbcboxes.png new file mode 100644 index 00000000..7d09b2c8 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_hcbcboxes.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_house18_750goldpig.png b/catalogue/feature_cata/feature_cata_hort_house18_750goldpig.png new file mode 100644 index 00000000..0fe9a9ca Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_house18_750goldpig.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_house18_bun1.png b/catalogue/feature_cata/feature_cata_hort_house18_bun1.png new file mode 100644 index 00000000..2f21c1b2 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_house18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_house18_bun2.png b/catalogue/feature_cata/feature_cata_hort_house18_bun2.png new file mode 100644 index 00000000..b7a6c6e4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_house18_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_house18_bun3.png b/catalogue/feature_cata/feature_cata_hort_house18_bun3.png new file mode 100644 index 00000000..0d4bf2ce Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_house18_bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_house18_bun4.png b/catalogue/feature_cata/feature_cata_hort_house18_bun4.png new file mode 100644 index 00000000..461c049a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_house18_bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_house18_bun5.png b/catalogue/feature_cata/feature_cata_hort_house18_bun5.png new file mode 100644 index 00000000..c5fe8d0a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_house18_bun5.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_house18_bun6.png b/catalogue/feature_cata/feature_cata_hort_house18_bun6.png new file mode 100644 index 00000000..064bd480 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_house18_bun6.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_house18_bun7.png b/catalogue/feature_cata/feature_cata_hort_house18_bun7.png new file mode 100644 index 00000000..6a209b0e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_house18_bun7.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_house18_bun8.png b/catalogue/feature_cata/feature_cata_hort_house18_bun8.png new file mode 100644 index 00000000..f29ae7f8 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_house18_bun8.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_hween16bun1.png b/catalogue/feature_cata/feature_cata_hort_hween16bun1.png new file mode 100644 index 00000000..d7c6b231 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_hween16bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_hween17_bun2.png b/catalogue/feature_cata/feature_cata_hort_hween17_bun2.png new file mode 100644 index 00000000..0d4d3b0f Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_hween17_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_hween17_bun3.png b/catalogue/feature_cata/feature_cata_hort_hween17_bun3.png new file mode 100644 index 00000000..8e25560b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_hween17_bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_hween17_bun4.png b/catalogue/feature_cata/feature_cata_hort_hween17_bun4.png new file mode 100644 index 00000000..22bc33a9 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_hween17_bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_hween17bun1.png b/catalogue/feature_cata/feature_cata_hort_hween17bun1.png new file mode 100644 index 00000000..cdd496d3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_hween17bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_hween17newfurni.png b/catalogue/feature_cata/feature_cata_hort_hween17newfurni.png new file mode 100644 index 00000000..a0861e6b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_hween17newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_hweenfairtop10.png b/catalogue/feature_cata/feature_cata_hort_hweenfairtop10.png new file mode 100644 index 00000000..f694eee3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_hweenfairtop10.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_jan18bun1.png b/catalogue/feature_cata/feature_cata_hort_jan18bun1.png new file mode 100644 index 00000000..23eb80b3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_jan18bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_jan18bun3.png b/catalogue/feature_cata/feature_cata_hort_jan18bun3.png new file mode 100644 index 00000000..076f59f4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_jan18bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_jan18bun5.png b/catalogue/feature_cata/feature_cata_hort_jan18bun5.png new file mode 100644 index 00000000..be33a540 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_jan18bun5.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_japantop10.png b/catalogue/feature_cata/feature_cata_hort_japantop10.png new file mode 100644 index 00000000..09c53d5c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_japantop10.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_lagoonbun.png b/catalogue/feature_cata/feature_cata_hort_lagoonbun.png new file mode 100644 index 00000000..07cf4397 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_lagoonbun.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_lockertop10.png b/catalogue/feature_cata/feature_cata_hort_lockertop10.png new file mode 100644 index 00000000..2a2e4186 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_lockertop10.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_mallbundle1.png b/catalogue/feature_cata/feature_cata_hort_mallbundle1.png new file mode 100644 index 00000000..d667f3d6 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_mallbundle1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_mallbundle2.png b/catalogue/feature_cata/feature_cata_hort_mallbundle2.png new file mode 100644 index 00000000..7ec63973 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_mallbundle2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_mallbundle3.png b/catalogue/feature_cata/feature_cata_hort_mallbundle3.png new file mode 100644 index 00000000..55619841 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_mallbundle3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_mallbundle4.png b/catalogue/feature_cata/feature_cata_hort_mallbundle4.png new file mode 100644 index 00000000..684572c0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_mallbundle4.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_marchband19_cloth.png b/catalogue/feature_cata/feature_cata_hort_marchband19_cloth.png new file mode 100644 index 00000000..6699ae65 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_marchband19_cloth.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_marchband19_newfurni.png b/catalogue/feature_cata/feature_cata_hort_marchband19_newfurni.png new file mode 100644 index 00000000..223847ce Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_marchband19_newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_marchband19_oldfurni.png b/catalogue/feature_cata/feature_cata_hort_marchband19_oldfurni.png new file mode 100644 index 00000000..f3ab8b78 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_marchband19_oldfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_modernapt17.gif b/catalogue/feature_cata/feature_cata_hort_modernapt17.gif new file mode 100644 index 00000000..f58ac98e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_modernapt17.gif differ diff --git a/catalogue/feature_cata/feature_cata_hort_modernapt17.png b/catalogue/feature_cata/feature_cata_hort_modernapt17.png new file mode 100644 index 00000000..37534416 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_modernapt17.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_newfurnihween16.png b/catalogue/feature_cata/feature_cata_hort_newfurnihween16.png new file mode 100644 index 00000000..dbe2ef47 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_newfurnihween16.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_nov18_bun1.png b/catalogue/feature_cata/feature_cata_hort_nov18_bun1.png new file mode 100644 index 00000000..5359ed57 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_nov18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_nov18_bun2.png b/catalogue/feature_cata/feature_cata_hort_nov18_bun2.png new file mode 100644 index 00000000..e9cc2351 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_nov18_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_nov18_hyggeline.png b/catalogue/feature_cata/feature_cata_hort_nov18_hyggeline.png new file mode 100644 index 00000000..bc7d5087 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_nov18_hyggeline.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_nov20_mystery.png b/catalogue/feature_cata/feature_cata_hort_nov20_mystery.png new file mode 100644 index 00000000..df7a3c32 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_nov20_mystery.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_ny18crackable.png b/catalogue/feature_cata/feature_cata_hort_ny18crackable.png new file mode 100644 index 00000000..fc697b8e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_ny18crackable.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_ny19_hats2.png b/catalogue/feature_cata/feature_cata_hort_ny19_hats2.png new file mode 100644 index 00000000..8b9d7441 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_ny19_hats2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_nycomeback.png b/catalogue/feature_cata/feature_cata_hort_nycomeback.png new file mode 100644 index 00000000..dda1eefe Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_nycomeback.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_oldfurnihween16.png b/catalogue/feature_cata/feature_cata_hort_oldfurnihween16.png new file mode 100644 index 00000000..e19e2fc3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_oldfurnihween16.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_oldval.png b/catalogue/feature_cata/feature_cata_hort_oldval.png new file mode 100644 index 00000000..2a8f2c1d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_oldval.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_oly16_r2.png b/catalogue/feature_cata/feature_cata_hort_oly16_r2.png new file mode 100644 index 00000000..6aef0db6 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_oly16_r2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_oly16bundle1.png b/catalogue/feature_cata/feature_cata_hort_oly16bundle1.png new file mode 100644 index 00000000..5e8d7983 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_oly16bundle1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_oly16bundle2.png b/catalogue/feature_cata/feature_cata_hort_oly16bundle2.png new file mode 100644 index 00000000..9cf06b38 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_oly16bundle2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_oly16bundle3.png b/catalogue/feature_cata/feature_cata_hort_oly16bundle3.png new file mode 100644 index 00000000..ea9d6330 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_oly16bundle3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_oly16bundle4.png b/catalogue/feature_cata/feature_cata_hort_oly16bundle4.png new file mode 100644 index 00000000..b7e3320b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_oly16bundle4.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_oly16medalsbundle.png b/catalogue/feature_cata/feature_cata_hort_oly16medalsbundle.png new file mode 100644 index 00000000..3c9c84c9 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_oly16medalsbundle.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_olympic16.png b/catalogue/feature_cata/feature_cata_hort_olympic16.png new file mode 100644 index 00000000..6a12a7db Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_olympic16.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_paloozatop10.png b/catalogue/feature_cata/feature_cata_hort_paloozatop10.png new file mode 100644 index 00000000..becb0d0e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_paloozatop10.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_partyboat16_b.png b/catalogue/feature_cata/feature_cata_hort_partyboat16_b.png new file mode 100644 index 00000000..0076fd87 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_partyboat16_b.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_pets.png b/catalogue/feature_cata/feature_cata_hort_pets.png new file mode 100644 index 00000000..b94ca139 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_pets.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_pride19_rainbowfloat.png b/catalogue/feature_cata/feature_cata_hort_pride19_rainbowfloat.png new file mode 100644 index 00000000..e71f5453 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_pride19_rainbowfloat.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_puraiced16_b.png b/catalogue/feature_cata/feature_cata_hort_puraiced16_b.png new file mode 100644 index 00000000..3dbc0cd3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_puraiced16_b.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_rainbow19_bun1.png b/catalogue/feature_cata/feature_cata_hort_rainbow19_bun1.png new file mode 100644 index 00000000..06491547 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_rainbow19_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_rainbow19_bun2.png b/catalogue/feature_cata/feature_cata_hort_rainbow19_bun2.png new file mode 100644 index 00000000..dc975dee Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_rainbow19_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_rainbow19_newclothes.png b/catalogue/feature_cata/feature_cata_hort_rainbow19_newclothes.png new file mode 100644 index 00000000..88fac01e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_rainbow19_newclothes.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_rainbow19_newfurni.png b/catalogue/feature_cata/feature_cata_hort_rainbow19_newfurni.png new file mode 100644 index 00000000..897069f8 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_rainbow19_newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_santo17_bun1.gif b/catalogue/feature_cata/feature_cata_hort_santo17_bun1.gif new file mode 100644 index 00000000..fff63ef0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_santo17_bun1.gif differ diff --git a/catalogue/feature_cata/feature_cata_hort_santo17_bun1.png b/catalogue/feature_cata/feature_cata_hort_santo17_bun1.png new file mode 100644 index 00000000..fff63ef0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_santo17_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_santo17_bun3.png b/catalogue/feature_cata/feature_cata_hort_santo17_bun3.png new file mode 100644 index 00000000..4cad2dc9 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_santo17_bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_santo17_bun4.png b/catalogue/feature_cata/feature_cata_hort_santo17_bun4.png new file mode 100644 index 00000000..02797cfa Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_santo17_bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_santo17_chest.png b/catalogue/feature_cata/feature_cata_hort_santo17_chest.png new file mode 100644 index 00000000..217582b5 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_santo17_chest.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_santo17_newfurni.png b/catalogue/feature_cata/feature_cata_hort_santo17_newfurni.png new file mode 100644 index 00000000..df5dcf35 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_santo17_newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_scifi17_cypunk.png b/catalogue/feature_cata/feature_cata_hort_scifi17_cypunk.png new file mode 100644 index 00000000..0fd4bb31 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_scifi17_cypunk.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_scifi17bun1.png b/catalogue/feature_cata/feature_cata_hort_scifi17bun1.png new file mode 100644 index 00000000..baaf0c7d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_scifi17bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_scifi17bun2.png b/catalogue/feature_cata/feature_cata_hort_scifi17bun2.png new file mode 100644 index 00000000..95a72672 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_scifi17bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_scifi17bun3.png b/catalogue/feature_cata/feature_cata_hort_scifi17bun3.png new file mode 100644 index 00000000..1056a9c2 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_scifi17bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_scifi17bun4.png b/catalogue/feature_cata/feature_cata_hort_scifi17bun4.png new file mode 100644 index 00000000..4381e230 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_scifi17bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_scifi17bun4a.png b/catalogue/feature_cata/feature_cata_hort_scifi17bun4a.png new file mode 100644 index 00000000..d6d4e44c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_scifi17bun4a.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_scifiold17.png b/catalogue/feature_cata/feature_cata_hort_scifiold17.png new file mode 100644 index 00000000..7e0027ae Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_scifiold17.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_sept18_bun1.png b/catalogue/feature_cata/feature_cata_hort_sept18_bun1.png new file mode 100644 index 00000000..9ee0d8af Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_sept18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_sept18_bun2.png b/catalogue/feature_cata/feature_cata_hort_sept18_bun2.png new file mode 100644 index 00000000..edd49b11 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_sept18_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_smallpooltop10.png b/catalogue/feature_cata/feature_cata_hort_smallpooltop10.png new file mode 100644 index 00000000..6e160f9b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_smallpooltop10.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_starlounge.png b/catalogue/feature_cata/feature_cata_hort_starlounge.png new file mode 100644 index 00000000..1efb961c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_starlounge.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_suncity19_crafting.png b/catalogue/feature_cata/feature_cata_hort_suncity19_crafting.png new file mode 100644 index 00000000..5662dbc7 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_suncity19_crafting.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_suncity19_glassfount.png b/catalogue/feature_cata/feature_cata_hort_suncity19_glassfount.png new file mode 100644 index 00000000..ca837ec9 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_suncity19_glassfount.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_suncity19_newclothes.png b/catalogue/feature_cata/feature_cata_hort_suncity19_newclothes.png new file mode 100644 index 00000000..45b263fb Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_suncity19_newclothes.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_suncity19_newfurni.png b/catalogue/feature_cata/feature_cata_hort_suncity19_newfurni.png new file mode 100644 index 00000000..3d19fa16 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_suncity19_newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_suncity19_oldfurni.png b/catalogue/feature_cata/feature_cata_hort_suncity19_oldfurni.png new file mode 100644 index 00000000..d1ccaa26 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_suncity19_oldfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_tearoom.png b/catalogue/feature_cata/feature_cata_hort_tearoom.png new file mode 100644 index 00000000..14610f50 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_tearoom.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_traintop10.png b/catalogue/feature_cata/feature_cata_hort_traintop10.png new file mode 100644 index 00000000..7d9181af Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_traintop10.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_trophieweek.png b/catalogue/feature_cata/feature_cata_hort_trophieweek.png new file mode 100644 index 00000000..c7a6bc7b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_trophieweek.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_val18CNY.png b/catalogue/feature_cata/feature_cata_hort_val18CNY.png new file mode 100644 index 00000000..5e996936 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_val18CNY.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_val18bun1.png b/catalogue/feature_cata/feature_cata_hort_val18bun1.png new file mode 100644 index 00000000..e8a03736 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_val18bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_val18bun3.png b/catalogue/feature_cata/feature_cata_hort_val18bun3.png new file mode 100644 index 00000000..1def3d5f Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_val18bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_val18new.png b/catalogue/feature_cata/feature_cata_hort_val18new.png new file mode 100644 index 00000000..0c516a5f Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_val18new.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_val18newclothes.png b/catalogue/feature_cata/feature_cata_hort_val18newclothes.png new file mode 100644 index 00000000..412b93d3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_val18newclothes.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16_bun1.png b/catalogue/feature_cata/feature_cata_hort_xmas16_bun1.png new file mode 100644 index 00000000..f8ce5d25 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16_bun2.png b/catalogue/feature_cata/feature_cata_hort_xmas16_bun2.png new file mode 100644 index 00000000..47043d14 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16_bun3.png b/catalogue/feature_cata/feature_cata_hort_xmas16_bun3.png new file mode 100644 index 00000000..7bbfe05c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16_bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16_bun4.png b/catalogue/feature_cata/feature_cata_hort_xmas16_bun4.png new file mode 100644 index 00000000..03d0bbe4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16_bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16_creatures.png b/catalogue/feature_cata/feature_cata_hort_xmas16_creatures.png new file mode 100644 index 00000000..df124b9b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16_creatures.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16clothes.png b/catalogue/feature_cata/feature_cata_hort_xmas16clothes.png new file mode 100644 index 00000000..db45a408 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16clothes.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16new.png b/catalogue/feature_cata/feature_cata_hort_xmas16new.png new file mode 100644 index 00000000..ae5c4965 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16new.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16old.png b/catalogue/feature_cata/feature_cata_hort_xmas16old.png new file mode 100644 index 00000000..9f629794 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16old.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16rare1.png b/catalogue/feature_cata/feature_cata_hort_xmas16rare1.png new file mode 100644 index 00000000..088fbd49 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16rare1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16rare2.png b/catalogue/feature_cata/feature_cata_hort_xmas16rare2.png new file mode 100644 index 00000000..1149d1d4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16rare2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16rare3.png b/catalogue/feature_cata/feature_cata_hort_xmas16rare3.png new file mode 100644 index 00000000..a66c87ea Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16rare3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas16rare4.png b/catalogue/feature_cata/feature_cata_hort_xmas16rare4.png new file mode 100644 index 00000000..5f454af7 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas16rare4.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas17bun1.png b/catalogue/feature_cata/feature_cata_hort_xmas17bun1.png new file mode 100644 index 00000000..b00a1f0e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas17bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas17bun2.png b/catalogue/feature_cata/feature_cata_hort_xmas17bun2.png new file mode 100644 index 00000000..0279c4bf Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas17bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas17bun3.png b/catalogue/feature_cata/feature_cata_hort_xmas17bun3.png new file mode 100644 index 00000000..3bb29808 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas17bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas17bun4.png b/catalogue/feature_cata/feature_cata_hort_xmas17bun4.png new file mode 100644 index 00000000..2b20aba3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas17bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas17bun5.png b/catalogue/feature_cata/feature_cata_hort_xmas17bun5.png new file mode 100644 index 00000000..253b170f Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas17bun5.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas17cloth.png b/catalogue/feature_cata/feature_cata_hort_xmas17cloth.png new file mode 100644 index 00000000..64fa690d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas17cloth.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas17dolls.png b/catalogue/feature_cata/feature_cata_hort_xmas17dolls.png new file mode 100644 index 00000000..576cac0f Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas17dolls.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas17new.png b/catalogue/feature_cata/feature_cata_hort_xmas17new.png new file mode 100644 index 00000000..0471de8a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas17new.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas17old.png b/catalogue/feature_cata/feature_cata_hort_xmas17old.png new file mode 100644 index 00000000..fb13a504 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas17old.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas18_bun1.png b/catalogue/feature_cata/feature_cata_hort_xmas18_bun1.png new file mode 100644 index 00000000..dbae52b4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas18_bun2.png b/catalogue/feature_cata/feature_cata_hort_xmas18_bun2.png new file mode 100644 index 00000000..9ec825a6 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas18_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas19_newcloth.png b/catalogue/feature_cata/feature_cata_hort_xmas19_newcloth.png new file mode 100644 index 00000000..0153bc58 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas19_newcloth.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas19_newfurni.gif.png b/catalogue/feature_cata/feature_cata_hort_xmas19_newfurni.gif.png new file mode 100644 index 00000000..5a3c98e1 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas19_newfurni.gif.png differ diff --git a/catalogue/feature_cata/feature_cata_hort_xmas19_newfurni.png b/catalogue/feature_cata/feature_cata_hort_xmas19_newfurni.png new file mode 100644 index 00000000..5a3c98e1 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_hort_xmas19_newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_HC_b.png b/catalogue/feature_cata/feature_cata_vert_HC_b.png new file mode 100644 index 00000000..4bfd22d0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_HC_b.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_LTDorgan.png b/catalogue/feature_cata/feature_cata_vert_LTDorgan.png new file mode 100644 index 00000000..9e4993f3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_LTDorgan.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_band19_car.png b/catalogue/feature_cata/feature_cata_vert_band19_car.png new file mode 100644 index 00000000..4d8742d6 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_band19_car.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_band19_messbangs.png b/catalogue/feature_cata/feature_cata_vert_band19_messbangs.png new file mode 100644 index 00000000..c1841731 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_band19_messbangs.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_band19_pnkparasol.png b/catalogue/feature_cata/feature_cata_vert_band19_pnkparasol.png new file mode 100644 index 00000000..8e4eb22d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_band19_pnkparasol.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_band19_punkhat.png b/catalogue/feature_cata/feature_cata_vert_band19_punkhat.png new file mode 100644 index 00000000..be45b987 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_band19_punkhat.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_band19_scuffedboots.png b/catalogue/feature_cata/feature_cata_vert_band19_scuffedboots.png new file mode 100644 index 00000000..88a4c9f2 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_band19_scuffedboots.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_band19_twotonehair.png b/catalogue/feature_cata/feature_cata_vert_band19_twotonehair.png new file mode 100644 index 00000000..c5b9253d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_band19_twotonehair.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_barbundle.png b/catalogue/feature_cata/feature_cata_vert_barbundle.png new file mode 100644 index 00000000..38c738cd Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_barbundle.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_boat16.png b/catalogue/feature_cata/feature_cata_vert_boat16.png new file mode 100644 index 00000000..038a92a3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_boat16.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_bun9.png b/catalogue/feature_cata/feature_cata_vert_bun9.png new file mode 100644 index 00000000..8092f311 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_bun9.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_bundle1.png b/catalogue/feature_cata/feature_cata_vert_bundle1.png new file mode 100644 index 00000000..ede3e1b4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_bundle1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_bundle2.png b/catalogue/feature_cata/feature_cata_vert_bundle2.png new file mode 100644 index 00000000..00383c92 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_bundle2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_chalettop10.png b/catalogue/feature_cata/feature_cata_vert_chalettop10.png new file mode 100644 index 00000000..fbcf329d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_chalettop10.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_classicbb_bundle.png b/catalogue/feature_cata/feature_cata_vert_classicbb_bundle.png new file mode 100644 index 00000000..5e78939e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_classicbb_bundle.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_clothes.png b/catalogue/feature_cata/feature_cata_vert_clothes.png new file mode 100644 index 00000000..7c266c55 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_clothes.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_coralking18_bun1.png b/catalogue/feature_cata/feature_cata_vert_coralking18_bun1.png new file mode 100644 index 00000000..c835c55c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_coralking18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_coralkingnewcloth.png b/catalogue/feature_cata/feature_cata_vert_coralkingnewcloth.png new file mode 100644 index 00000000..a301642f Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_coralkingnewcloth.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_currency.png b/catalogue/feature_cata/feature_cata_vert_currency.png new file mode 100644 index 00000000..cb8c0d52 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_currency.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_diapaintings18.png b/catalogue/feature_cata/feature_cata_vert_diapaintings18.png new file mode 100644 index 00000000..6e1dd47e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_diapaintings18.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter17old.png b/catalogue/feature_cata/feature_cata_vert_easter17old.png new file mode 100644 index 00000000..f94a80ea Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter17old.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter18_LTD.png b/catalogue/feature_cata/feature_cata_vert_easter18_LTD.png new file mode 100644 index 00000000..038d6ea1 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter18_LTD.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter18_bigbun.png b/catalogue/feature_cata/feature_cata_vert_easter18_bigbun.png new file mode 100644 index 00000000..734bff23 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter18_bigbun.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter18_bonzaifount.png b/catalogue/feature_cata/feature_cata_vert_easter18_bonzaifount.png new file mode 100644 index 00000000..fb1b1f57 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter18_bonzaifount.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter18_bun1.png b/catalogue/feature_cata/feature_cata_vert_easter18_bun1.png new file mode 100644 index 00000000..df9e5e70 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter18_bun2.png b/catalogue/feature_cata/feature_cata_vert_easter18_bun2.png new file mode 100644 index 00000000..17546a79 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter18_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter18_bun3.png b/catalogue/feature_cata/feature_cata_vert_easter18_bun3.png new file mode 100644 index 00000000..5ad93d55 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter18_bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter18_bun4.png b/catalogue/feature_cata/feature_cata_vert_easter18_bun4.png new file mode 100644 index 00000000..0c6fd2d2 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter18_bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter18_bunhat.png b/catalogue/feature_cata/feature_cata_vert_easter18_bunhat.png new file mode 100644 index 00000000..75810264 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter18_bunhat.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter19_LTDthrone.png b/catalogue/feature_cata/feature_cata_vert_easter19_LTDthrone.png new file mode 100644 index 00000000..113f1806 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter19_LTDthrone.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter19_bookitems.png b/catalogue/feature_cata/feature_cata_vert_easter19_bookitems.png new file mode 100644 index 00000000..1bc83f88 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter19_bookitems.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter19_bun1.png b/catalogue/feature_cata/feature_cata_vert_easter19_bun1.png new file mode 100644 index 00000000..124b7dcb Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter19_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter19_crownrare.png b/catalogue/feature_cata/feature_cata_vert_easter19_crownrare.png new file mode 100644 index 00000000..7315cfb1 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter19_crownrare.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter19_eggcreatures.png b/catalogue/feature_cata/feature_cata_vert_easter19_eggcreatures.png new file mode 100644 index 00000000..6a387322 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter19_eggcreatures.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter19_foxrare.png b/catalogue/feature_cata/feature_cata_vert_easter19_foxrare.png new file mode 100644 index 00000000..a88bef3b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter19_foxrare.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter19_newclothing.png b/catalogue/feature_cata/feature_cata_vert_easter19_newclothing.png new file mode 100644 index 00000000..b7edfe99 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter19_newclothing.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_easter19_newfurni.png b/catalogue/feature_cata/feature_cata_vert_easter19_newfurni.png new file mode 100644 index 00000000..6cbdffdd Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_easter19_newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_eastertop10.png b/catalogue/feature_cata/feature_cata_vert_eastertop10.png new file mode 100644 index 00000000..aa91fdb0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_eastertop10.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_emojihats.png b/catalogue/feature_cata/feature_cata_vert_emojihats.png new file mode 100644 index 00000000..180987c4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_emojihats.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_ester17bun1.png b/catalogue/feature_cata/feature_cata_vert_ester17bun1.png new file mode 100644 index 00000000..0ed9a7fc Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_ester17bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_estr17clothing.png b/catalogue/feature_cata/feature_cata_vert_estr17clothing.png new file mode 100644 index 00000000..6ba64586 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_estr17clothing.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_estr17ltd.png b/catalogue/feature_cata/feature_cata_vert_estr17ltd.png new file mode 100644 index 00000000..9cdf24c7 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_estr17ltd.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_estr17rare1.png b/catalogue/feature_cata/feature_cata_vert_estr17rare1.png new file mode 100644 index 00000000..9a3aebd6 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_estr17rare1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_estr17rare2.png b/catalogue/feature_cata/feature_cata_vert_estr17rare2.png new file mode 100644 index 00000000..d470b5a7 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_estr17rare2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_estr17rare3.png b/catalogue/feature_cata/feature_cata_vert_estr17rare3.png new file mode 100644 index 00000000..fffd7cad Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_estr17rare3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_estr17rare4.png b/catalogue/feature_cata/feature_cata_vert_estr17rare4.png new file mode 100644 index 00000000..0a16a383 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_estr17rare4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_LTDalpaca.png b/catalogue/feature_cata/feature_cata_vert_fest19_LTDalpaca.png new file mode 100644 index 00000000..19aae20d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_LTDalpaca.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_bun1.png b/catalogue/feature_cata/feature_cata_vert_fest19_bun1.png new file mode 100644 index 00000000..d5e1020c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_bun2.png b/catalogue/feature_cata/feature_cata_vert_fest19_bun2.png new file mode 100644 index 00000000..f3ca83d7 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_cloth.png b/catalogue/feature_cata/feature_cata_vert_fest19_cloth.png new file mode 100644 index 00000000..44bbe78d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_cloth.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_crafting.png b/catalogue/feature_cata/feature_cata_vert_fest19_crafting.png new file mode 100644 index 00000000..8982335e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_crafting.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_gemowl.png b/catalogue/feature_cata/feature_cata_vert_fest19_gemowl.png new file mode 100644 index 00000000..bce25ea7 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_gemowl.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_newfurni.png b/catalogue/feature_cata/feature_cata_vert_fest19_newfurni.png new file mode 100644 index 00000000..826b535d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_skull1.png b/catalogue/feature_cata/feature_cata_vert_fest19_skull1.png new file mode 100644 index 00000000..a974b264 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_skull1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_skull2.png b/catalogue/feature_cata/feature_cata_vert_fest19_skull2.png new file mode 100644 index 00000000..ef737968 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_skull2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_skull3.png b/catalogue/feature_cata/feature_cata_vert_fest19_skull3.png new file mode 100644 index 00000000..d9650c0f Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_skull3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_skull4.png b/catalogue/feature_cata/feature_cata_vert_fest19_skull4.png new file mode 100644 index 00000000..a3e484e5 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_skull4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_skull5.png b/catalogue/feature_cata/feature_cata_vert_fest19_skull5.png new file mode 100644 index 00000000..57751f1d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_skull5.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fest19_skull6.png b/catalogue/feature_cata/feature_cata_vert_fest19_skull6.png new file mode 100644 index 00000000..4fd397fd Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fest19_skull6.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_fishtanks.png b/catalogue/feature_cata/feature_cata_vert_fishtanks.png new file mode 100644 index 00000000..c40ba172 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_fishtanks.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_gardenbundle.png b/catalogue/feature_cata/feature_cata_vert_gardenbundle.png new file mode 100644 index 00000000..cd4ae600 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_gardenbundle.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_goldacc2.png b/catalogue/feature_cata/feature_cata_vert_goldacc2.png new file mode 100644 index 00000000..97549195 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_goldacc2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_goldacc3.png b/catalogue/feature_cata/feature_cata_vert_goldacc3.png new file mode 100644 index 00000000..9338a461 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_goldacc3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_graphmarquee.png b/catalogue/feature_cata/feature_cata_vert_graphmarquee.png new file mode 100644 index 00000000..a3cde53b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_graphmarquee.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_habbergersbundle.png b/catalogue/feature_cata/feature_cata_vert_habbergersbundle.png new file mode 100644 index 00000000..53d76d9e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_habbergersbundle.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_habbo20_roselinedball.png b/catalogue/feature_cata/feature_cata_vert_habbo20_roselinedball.png new file mode 100644 index 00000000..ede7485d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_habbo20_roselinedball.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_750goldpig.png b/catalogue/feature_cata/feature_cata_vert_house18_750goldpig.png new file mode 100644 index 00000000..a250c6e2 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_750goldpig.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_bjd.png b/catalogue/feature_cata/feature_cata_vert_house18_bjd.png new file mode 100644 index 00000000..6f3b0a50 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_bjd.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_bun1.png b/catalogue/feature_cata/feature_cata_vert_house18_bun1.png new file mode 100644 index 00000000..24a36131 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_bun2.png b/catalogue/feature_cata/feature_cata_vert_house18_bun2.png new file mode 100644 index 00000000..2290da5a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_bun3.png b/catalogue/feature_cata/feature_cata_vert_house18_bun3.png new file mode 100644 index 00000000..13cee55c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_bun4.png b/catalogue/feature_cata/feature_cata_vert_house18_bun4.png new file mode 100644 index 00000000..ce5acfcf Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_bun5.png b/catalogue/feature_cata/feature_cata_vert_house18_bun5.png new file mode 100644 index 00000000..d5d68382 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_bun5.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_bun6.png b/catalogue/feature_cata/feature_cata_vert_house18_bun6.png new file mode 100644 index 00000000..d6b8a905 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_bun6.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_bun7.png b/catalogue/feature_cata/feature_cata_vert_house18_bun7.png new file mode 100644 index 00000000..8c01f048 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_bun7.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_bun8.png b/catalogue/feature_cata/feature_cata_vert_house18_bun8.png new file mode 100644 index 00000000..44f4c802 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_bun8.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_cauldron.png b/catalogue/feature_cata/feature_cata_vert_house18_cauldron.png new file mode 100644 index 00000000..87ba5982 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_cauldron.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_cocoa.png b/catalogue/feature_cata/feature_cata_vert_house18_cocoa.png new file mode 100644 index 00000000..4eb52a79 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_cocoa.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_grnpillow.png b/catalogue/feature_cata/feature_cata_vert_house18_grnpillow.png new file mode 100644 index 00000000..800a500c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_grnpillow.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_ironmadien.png b/catalogue/feature_cata/feature_cata_vert_house18_ironmadien.png new file mode 100644 index 00000000..51929e58 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_ironmadien.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_navymarquee.png b/catalogue/feature_cata/feature_cata_vert_house18_navymarquee.png new file mode 100644 index 00000000..d459528b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_navymarquee.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_purprocket.png b/catalogue/feature_cata/feature_cata_vert_house18_purprocket.png new file mode 100644 index 00000000..5bacde35 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_purprocket.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_r_globe.png b/catalogue/feature_cata/feature_cata_vert_house18_r_globe.png new file mode 100644 index 00000000..d25466f2 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_r_globe.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_house18_yellrocket.png b/catalogue/feature_cata/feature_cata_vert_house18_yellrocket.png new file mode 100644 index 00000000..d6554297 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_house18_yellrocket.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_hween16bun1.png b/catalogue/feature_cata/feature_cata_vert_hween16bun1.png new file mode 100644 index 00000000..64ed9d4d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_hween16bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_hween17_LTD.png b/catalogue/feature_cata/feature_cata_vert_hween17_LTD.png new file mode 100644 index 00000000..cd8f2d70 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_hween17_LTD.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_hween17_bun2.png b/catalogue/feature_cata/feature_cata_vert_hween17_bun2.png new file mode 100644 index 00000000..63b97509 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_hween17_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_hween17_bun3.png b/catalogue/feature_cata/feature_cata_vert_hween17_bun3.png new file mode 100644 index 00000000..b309fcc8 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_hween17_bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_hween17_bun4.png b/catalogue/feature_cata/feature_cata_vert_hween17_bun4.png new file mode 100644 index 00000000..9e4036d1 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_hween17_bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_hween17_flamekni.png b/catalogue/feature_cata/feature_cata_vert_hween17_flamekni.png new file mode 100644 index 00000000..3bdb90eb Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_hween17_flamekni.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_hween17bun1.png b/catalogue/feature_cata/feature_cata_vert_hween17bun1.png new file mode 100644 index 00000000..6d54f9e2 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_hween17bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_hweenfairtop10.png b/catalogue/feature_cata/feature_cata_vert_hweenfairtop10.png new file mode 100644 index 00000000..fcd3d98b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_hweenfairtop10.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_jan18bun1.png b/catalogue/feature_cata/feature_cata_vert_jan18bun1.png new file mode 100644 index 00000000..770427b9 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_jan18bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_jan18bun3.png b/catalogue/feature_cata/feature_cata_vert_jan18bun3.png new file mode 100644 index 00000000..40aa4fc8 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_jan18bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_jan18bun5.png b/catalogue/feature_cata/feature_cata_vert_jan18bun5.png new file mode 100644 index 00000000..54608f42 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_jan18bun5.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_jan18fountblu.png b/catalogue/feature_cata/feature_cata_vert_jan18fountblu.png new file mode 100644 index 00000000..6cf3428f Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_jan18fountblu.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_jan19_blkdragon.png b/catalogue/feature_cata/feature_cata_vert_jan19_blkdragon.png new file mode 100644 index 00000000..238981ef Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_jan19_blkdragon.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_jan19_blupillow.png b/catalogue/feature_cata/feature_cata_vert_jan19_blupillow.png new file mode 100644 index 00000000..abc2fef7 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_jan19_blupillow.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_jan19_grnicecream.png b/catalogue/feature_cata/feature_cata_vert_jan19_grnicecream.png new file mode 100644 index 00000000..002ef3c6 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_jan19_grnicecream.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_jan19_pnkfan.png b/catalogue/feature_cata/feature_cata_vert_jan19_pnkfan.png new file mode 100644 index 00000000..606b4733 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_jan19_pnkfan.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_jan19_purpicecream.png b/catalogue/feature_cata/feature_cata_vert_jan19_purpicecream.png new file mode 100644 index 00000000..6146bc1b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_jan19_purpicecream.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_jan19_yelicecream.png b/catalogue/feature_cata/feature_cata_vert_jan19_yelicecream.png new file mode 100644 index 00000000..fb5fd33b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_jan19_yelicecream.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_jan19_yelpillar.png b/catalogue/feature_cata/feature_cata_vert_jan19_yelpillar.png new file mode 100644 index 00000000..29aa2387 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_jan19_yelpillar.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_japantop10.png b/catalogue/feature_cata/feature_cata_vert_japantop10.png new file mode 100644 index 00000000..098c877e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_japantop10.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_lagoonbun.png b/catalogue/feature_cata/feature_cata_vert_lagoonbun.png new file mode 100644 index 00000000..1fbb8b6a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_lagoonbun.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_lockertop10.png b/catalogue/feature_cata/feature_cata_vert_lockertop10.png new file mode 100644 index 00000000..2b95c53e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_lockertop10.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_mallbundle1.png b/catalogue/feature_cata/feature_cata_vert_mallbundle1.png new file mode 100644 index 00000000..c85f2dac Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_mallbundle1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_mallbundle2.png b/catalogue/feature_cata/feature_cata_vert_mallbundle2.png new file mode 100644 index 00000000..9e89335f Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_mallbundle2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_mallbundle3.png b/catalogue/feature_cata/feature_cata_vert_mallbundle3.png new file mode 100644 index 00000000..a8c88c36 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_mallbundle3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_mallbundle4.png b/catalogue/feature_cata/feature_cata_vert_mallbundle4.png new file mode 100644 index 00000000..eb2ca7ce Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_mallbundle4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_mallcoff.png b/catalogue/feature_cata/feature_cata_vert_mallcoff.png new file mode 100644 index 00000000..de9cad2a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_mallcoff.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_marchband19_cloth.png b/catalogue/feature_cata/feature_cata_vert_marchband19_cloth.png new file mode 100644 index 00000000..3f67fc4c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_marchband19_cloth.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_modernapt17.png b/catalogue/feature_cata/feature_cata_vert_modernapt17.png new file mode 100644 index 00000000..c8a6ecd4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_modernapt17.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_nov18_antlers.png b/catalogue/feature_cata/feature_cata_vert_nov18_antlers.png new file mode 100644 index 00000000..d7860d0e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_nov18_antlers.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_nov18_bun1.png b/catalogue/feature_cata/feature_cata_vert_nov18_bun1.png new file mode 100644 index 00000000..424f285c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_nov18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_nov18_bun2.png b/catalogue/feature_cata/feature_cata_vert_nov18_bun2.png new file mode 100644 index 00000000..35abc77b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_nov18_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_nov18_diabox2.png b/catalogue/feature_cata/feature_cata_vert_nov18_diabox2.png new file mode 100644 index 00000000..93cfd9ec Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_nov18_diabox2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_nov18_dungarees.png b/catalogue/feature_cata/feature_cata_vert_nov18_dungarees.png new file mode 100644 index 00000000..f07fede1 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_nov18_dungarees.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_nov18_fox.png b/catalogue/feature_cata/feature_cata_vert_nov18_fox.png new file mode 100644 index 00000000..9c150d0a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_nov18_fox.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_ny17crackable.png b/catalogue/feature_cata/feature_cata_vert_ny17crackable.png new file mode 100644 index 00000000..bb30ec62 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_ny17crackable.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_ny18crackable.png b/catalogue/feature_cata/feature_cata_vert_ny18crackable.png new file mode 100644 index 00000000..5b2c94d3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_ny18crackable.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_ny19_hats.png b/catalogue/feature_cata/feature_cata_vert_ny19_hats.png new file mode 100644 index 00000000..52bd1744 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_ny19_hats.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_ny19_hats2.png b/catalogue/feature_cata/feature_cata_vert_ny19_hats2.png new file mode 100644 index 00000000..884e76de Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_ny19_hats2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_oldfurnihween16.png b/catalogue/feature_cata/feature_cata_vert_oldfurnihween16.png new file mode 100644 index 00000000..fa009b54 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_oldfurnihween16.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_oldval.png b/catalogue/feature_cata/feature_cata_vert_oldval.png new file mode 100644 index 00000000..92fd37dc Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_oldval.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_oly16_LTD.png b/catalogue/feature_cata/feature_cata_vert_oly16_LTD.png new file mode 100644 index 00000000..42a891dc Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_oly16_LTD.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_oly16_r2.png b/catalogue/feature_cata/feature_cata_vert_oly16_r2.png new file mode 100644 index 00000000..46a08196 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_oly16_r2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_oly16_r3.png b/catalogue/feature_cata/feature_cata_vert_oly16_r3.png new file mode 100644 index 00000000..83b6b59c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_oly16_r3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_oly16_r4.png b/catalogue/feature_cata/feature_cata_vert_oly16_r4.png new file mode 100644 index 00000000..248445ba Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_oly16_r4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_oly16bundle1.png b/catalogue/feature_cata/feature_cata_vert_oly16bundle1.png new file mode 100644 index 00000000..1f5d6f33 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_oly16bundle1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_oly16bundle2.png b/catalogue/feature_cata/feature_cata_vert_oly16bundle2.png new file mode 100644 index 00000000..82a4b6fc Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_oly16bundle2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_oly16bundle3.png b/catalogue/feature_cata/feature_cata_vert_oly16bundle3.png new file mode 100644 index 00000000..e23896dd Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_oly16bundle3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_oly16bundle4.png b/catalogue/feature_cata/feature_cata_vert_oly16bundle4.png new file mode 100644 index 00000000..bdc7f5a7 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_oly16bundle4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_oly16medalsbundle.png b/catalogue/feature_cata/feature_cata_vert_oly16medalsbundle.png new file mode 100644 index 00000000..308fb0e4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_oly16medalsbundle.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_olympic16.png b/catalogue/feature_cata/feature_cata_vert_olympic16.png new file mode 100644 index 00000000..ed8dabff Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_olympic16.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_paloozatop10.png b/catalogue/feature_cata/feature_cata_vert_paloozatop10.png new file mode 100644 index 00000000..0550ee0c Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_paloozatop10.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_partyboat16_b.png b/catalogue/feature_cata/feature_cata_vert_partyboat16_b.png new file mode 100644 index 00000000..dd2056db Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_partyboat16_b.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_pets.png b/catalogue/feature_cata/feature_cata_vert_pets.png new file mode 100644 index 00000000..c8b3e851 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_pets.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_pinkscifirocket.png b/catalogue/feature_cata/feature_cata_vert_pinkscifirocket.png new file mode 100644 index 00000000..944aa69e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_pinkscifirocket.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_ply16_r1.png b/catalogue/feature_cata/feature_cata_vert_ply16_r1.png new file mode 100644 index 00000000..648bb4fd Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_ply16_r1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_pride19_celestedress.png b/catalogue/feature_cata/feature_cata_vert_pride19_celestedress.png new file mode 100644 index 00000000..f2a743a4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_pride19_celestedress.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_pride19_flamingofloat.png b/catalogue/feature_cata/feature_cata_vert_pride19_flamingofloat.png new file mode 100644 index 00000000..5d7cc942 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_pride19_flamingofloat.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_pride19_parasolLTD.png b/catalogue/feature_cata/feature_cata_vert_pride19_parasolLTD.png new file mode 100644 index 00000000..ed4b4c9a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_pride19_parasolLTD.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_pride19_peacockfloat.png b/catalogue/feature_cata/feature_cata_vert_pride19_peacockfloat.png new file mode 100644 index 00000000..9983a107 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_pride19_peacockfloat.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_pride19_pineapplefloat.png b/catalogue/feature_cata/feature_cata_vert_pride19_pineapplefloat.png new file mode 100644 index 00000000..b1ae4d77 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_pride19_pineapplefloat.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_pride19_rainbowfloat.png b/catalogue/feature_cata/feature_cata_vert_pride19_rainbowfloat.png new file mode 100644 index 00000000..05c328d4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_pride19_rainbowfloat.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_puraiced16_b.png b/catalogue/feature_cata/feature_cata_vert_puraiced16_b.png new file mode 100644 index 00000000..4c41f1df Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_puraiced16_b.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_r_icecreamsil.png b/catalogue/feature_cata/feature_cata_vert_r_icecreamsil.png new file mode 100644 index 00000000..741926a8 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_r_icecreamsil.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_r_screenpnk.png b/catalogue/feature_cata/feature_cata_vert_r_screenpnk.png new file mode 100644 index 00000000..7cdb6a89 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_r_screenpnk.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_r_weddingdress.png b/catalogue/feature_cata/feature_cata_vert_r_weddingdress.png new file mode 100644 index 00000000..6297ca38 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_r_weddingdress.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_rainbow19_bun1.png b/catalogue/feature_cata/feature_cata_vert_rainbow19_bun1.png new file mode 100644 index 00000000..9eae2779 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_rainbow19_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_rainbow19_bun2.png b/catalogue/feature_cata/feature_cata_vert_rainbow19_bun2.png new file mode 100644 index 00000000..5e5b39f0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_rainbow19_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_redpillow.png b/catalogue/feature_cata/feature_cata_vert_redpillow.png new file mode 100644 index 00000000..42629394 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_redpillow.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_roosterball17.png b/catalogue/feature_cata/feature_cata_vert_roosterball17.png new file mode 100644 index 00000000..a1785dde Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_roosterball17.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_santo17_bun1.png b/catalogue/feature_cata/feature_cata_vert_santo17_bun1.png new file mode 100644 index 00000000..0efe743d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_santo17_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_santo17_bun3.png b/catalogue/feature_cata/feature_cata_vert_santo17_bun3.png new file mode 100644 index 00000000..4c31feb6 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_santo17_bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_santo17_bun4.png b/catalogue/feature_cata/feature_cata_vert_santo17_bun4.png new file mode 100644 index 00000000..611e03dd Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_santo17_bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_santo17_chest.png b/catalogue/feature_cata/feature_cata_vert_santo17_chest.png new file mode 100644 index 00000000..ef36ea07 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_santo17_chest.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifi17LTD.png b/catalogue/feature_cata/feature_cata_vert_scifi17LTD.png new file mode 100644 index 00000000..90a27a95 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifi17LTD.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifi17bun1.png b/catalogue/feature_cata/feature_cata_vert_scifi17bun1.png new file mode 100644 index 00000000..c7c95311 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifi17bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifi17bun2.png b/catalogue/feature_cata/feature_cata_vert_scifi17bun2.png new file mode 100644 index 00000000..246ad5e5 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifi17bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifi17bun3.png b/catalogue/feature_cata/feature_cata_vert_scifi17bun3.png new file mode 100644 index 00000000..8737defe Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifi17bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifi17bun4.png b/catalogue/feature_cata/feature_cata_vert_scifi17bun4.png new file mode 100644 index 00000000..8379fd39 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifi17bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifi17bun4a.png b/catalogue/feature_cata/feature_cata_vert_scifi17bun4a.png new file mode 100644 index 00000000..b92dd0fe Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifi17bun4a.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifi17cruiser.png b/catalogue/feature_cata/feature_cata_vert_scifi17cruiser.png new file mode 100644 index 00000000..2d9ef353 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifi17cruiser.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifi17cryobed.png b/catalogue/feature_cata/feature_cata_vert_scifi17cryobed.png new file mode 100644 index 00000000..fbee362a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifi17cryobed.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifi17explorehelm.png b/catalogue/feature_cata/feature_cata_vert_scifi17explorehelm.png new file mode 100644 index 00000000..b1bc04db Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifi17explorehelm.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifi17sentihelm.png b/catalogue/feature_cata/feature_cata_vert_scifi17sentihelm.png new file mode 100644 index 00000000..428b81c0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifi17sentihelm.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifidoorlblue.png b/catalogue/feature_cata/feature_cata_vert_scifidoorlblue.png new file mode 100644 index 00000000..4f27a214 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifidoorlblue.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_scifiold17.png b/catalogue/feature_cata/feature_cata_vert_scifiold17.png new file mode 100644 index 00000000..f6f6896d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_scifiold17.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_sept18_bun1.png b/catalogue/feature_cata/feature_cata_vert_sept18_bun1.png new file mode 100644 index 00000000..c74f0b05 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_sept18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_sept18_bun2.png b/catalogue/feature_cata/feature_cata_vert_sept18_bun2.png new file mode 100644 index 00000000..00e99016 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_sept18_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_smallpooltop10.png b/catalogue/feature_cata/feature_cata_vert_smallpooltop10.png new file mode 100644 index 00000000..be9e9e33 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_smallpooltop10.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_starlounge.png b/catalogue/feature_cata/feature_cata_vert_starlounge.png new file mode 100644 index 00000000..daa601a7 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_starlounge.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_suncity19_butterflydress.png b/catalogue/feature_cata/feature_cata_vert_suncity19_butterflydress.png new file mode 100644 index 00000000..7c70343a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_suncity19_butterflydress.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_suncity19_featheredcowl.png b/catalogue/feature_cata/feature_cata_vert_suncity19_featheredcowl.png new file mode 100644 index 00000000..7e4fc950 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_suncity19_featheredcowl.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_suncity19_glassfount.png b/catalogue/feature_cata/feature_cata_vert_suncity19_glassfount.png new file mode 100644 index 00000000..8b5297f3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_suncity19_glassfount.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_suncity19_newclothes.png b/catalogue/feature_cata/feature_cata_vert_suncity19_newclothes.png new file mode 100644 index 00000000..f32b5cba Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_suncity19_newclothes.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_suncity19_newfurni.png b/catalogue/feature_cata/feature_cata_vert_suncity19_newfurni.png new file mode 100644 index 00000000..3cc99f25 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_suncity19_newfurni.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_tearoom.png b/catalogue/feature_cata/feature_cata_vert_tearoom.png new file mode 100644 index 00000000..9a3613a0 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_tearoom.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_traintop10.png b/catalogue/feature_cata/feature_cata_vert_traintop10.png new file mode 100644 index 00000000..e2871f14 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_traintop10.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_trophieweek.png b/catalogue/feature_cata/feature_cata_vert_trophieweek.png new file mode 100644 index 00000000..67c8ed47 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_trophieweek.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_val18CNY.png b/catalogue/feature_cata/feature_cata_vert_val18CNY.png new file mode 100644 index 00000000..84997772 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_val18CNY.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_val18bun1.png b/catalogue/feature_cata/feature_cata_vert_val18bun1.png new file mode 100644 index 00000000..8bab6e88 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_val18bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_val18bun3.png b/catalogue/feature_cata/feature_cata_vert_val18bun3.png new file mode 100644 index 00000000..32528b40 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_val18bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_val18dogball.png b/catalogue/feature_cata/feature_cata_vert_val18dogball.png new file mode 100644 index 00000000..78fe8700 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_val18dogball.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_val18greypillar.png b/catalogue/feature_cata/feature_cata_vert_val18greypillar.png new file mode 100644 index 00000000..bbd3ecd4 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_val18greypillar.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_val18newclothes.png b/catalogue/feature_cata/feature_cata_vert_val18newclothes.png new file mode 100644 index 00000000..30cfc756 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_val18newclothes.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_val18pnkpillar.png b/catalogue/feature_cata/feature_cata_vert_val18pnkpillar.png new file mode 100644 index 00000000..2574db0e Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_val18pnkpillar.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_val19_puppy.png b/catalogue/feature_cata/feature_cata_vert_val19_puppy.png new file mode 100644 index 00000000..1bb3f498 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_val19_puppy.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16LTD.png b/catalogue/feature_cata/feature_cata_vert_xmas16LTD.png new file mode 100644 index 00000000..1739e09d Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16LTD.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16_bun1.png b/catalogue/feature_cata/feature_cata_vert_xmas16_bun1.png new file mode 100644 index 00000000..c783689b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16_bun2.png b/catalogue/feature_cata/feature_cata_vert_xmas16_bun2.png new file mode 100644 index 00000000..769af958 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16_bun3.png b/catalogue/feature_cata/feature_cata_vert_xmas16_bun3.png new file mode 100644 index 00000000..db95eaf6 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16_bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16_bun4.png b/catalogue/feature_cata/feature_cata_vert_xmas16_bun4.png new file mode 100644 index 00000000..b4c0d760 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16_bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16_creatures.png b/catalogue/feature_cata/feature_cata_vert_xmas16_creatures.png new file mode 100644 index 00000000..a315fbd3 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16_creatures.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16clothes.png b/catalogue/feature_cata/feature_cata_vert_xmas16clothes.png new file mode 100644 index 00000000..d0f15645 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16clothes.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16old.png b/catalogue/feature_cata/feature_cata_vert_xmas16old.png new file mode 100644 index 00000000..60da9721 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16old.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16rare1.png b/catalogue/feature_cata/feature_cata_vert_xmas16rare1.png new file mode 100644 index 00000000..662f3140 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16rare1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16rare2.png b/catalogue/feature_cata/feature_cata_vert_xmas16rare2.png new file mode 100644 index 00000000..3983a76a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16rare2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16rare3.png b/catalogue/feature_cata/feature_cata_vert_xmas16rare3.png new file mode 100644 index 00000000..b590b846 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16rare3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas16rare4.png b/catalogue/feature_cata/feature_cata_vert_xmas16rare4.png new file mode 100644 index 00000000..fd3c041b Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas16rare4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas17bun1.png b/catalogue/feature_cata/feature_cata_vert_xmas17bun1.png new file mode 100644 index 00000000..413d3d41 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas17bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas17bun2.png b/catalogue/feature_cata/feature_cata_vert_xmas17bun2.png new file mode 100644 index 00000000..70a06346 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas17bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas17bun3.png b/catalogue/feature_cata/feature_cata_vert_xmas17bun3.png new file mode 100644 index 00000000..a6dc7551 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas17bun3.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas17bun4.png b/catalogue/feature_cata/feature_cata_vert_xmas17bun4.png new file mode 100644 index 00000000..8d79c27a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas17bun4.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas17bun5.png b/catalogue/feature_cata/feature_cata_vert_xmas17bun5.png new file mode 100644 index 00000000..e38631d5 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas17bun5.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas17carriage.png b/catalogue/feature_cata/feature_cata_vert_xmas17carriage.png new file mode 100644 index 00000000..14d84326 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas17carriage.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas17dolls.png b/catalogue/feature_cata/feature_cata_vert_xmas17dolls.png new file mode 100644 index 00000000..b10a63a9 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas17dolls.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas17feather.png b/catalogue/feature_cata/feature_cata_vert_xmas17feather.png new file mode 100644 index 00000000..d126ddcd Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas17feather.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas17gtophat.png b/catalogue/feature_cata/feature_cata_vert_xmas17gtophat.png new file mode 100644 index 00000000..8794fb77 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas17gtophat.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas17lion.png b/catalogue/feature_cata/feature_cata_vert_xmas17lion.png new file mode 100644 index 00000000..ca7364e8 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas17lion.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas17musicbox.png b/catalogue/feature_cata/feature_cata_vert_xmas17musicbox.png new file mode 100644 index 00000000..b5049179 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas17musicbox.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas18_bun1.png b/catalogue/feature_cata/feature_cata_vert_xmas18_bun1.png new file mode 100644 index 00000000..1e994d62 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas18_bun1.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas18_bun2.png b/catalogue/feature_cata/feature_cata_vert_xmas18_bun2.png new file mode 100644 index 00000000..67e7593a Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas18_bun2.png differ diff --git a/catalogue/feature_cata/feature_cata_vert_xmas19_crackable.png b/catalogue/feature_cata/feature_cata_vert_xmas19_crackable.png new file mode 100644 index 00000000..164b0b90 Binary files /dev/null and b/catalogue/feature_cata/feature_cata_vert_xmas19_crackable.png differ diff --git a/catalogue/feature_cata/plushie_vert.png b/catalogue/feature_cata/plushie_vert.png new file mode 100644 index 00000000..60fe9f13 Binary files /dev/null and b/catalogue/feature_cata/plushie_vert.png differ diff --git a/catalogue/feature_cata_hort_modernapt17.gif b/catalogue/feature_cata_hort_modernapt17.gif new file mode 100644 index 00000000..f58ac98e Binary files /dev/null and b/catalogue/feature_cata_hort_modernapt17.gif differ diff --git a/catalogue/feb15_cny_internal.gif b/catalogue/feb15_cny_internal.gif new file mode 100644 index 00000000..45203b81 Binary files /dev/null and b/catalogue/feb15_cny_internal.gif differ diff --git a/catalogue/feb17_wedding_internal.gif b/catalogue/feb17_wedding_internal.gif new file mode 100644 index 00000000..646e18d8 Binary files /dev/null and b/catalogue/feb17_wedding_internal.gif differ diff --git a/catalogue/feb18_val1_internal.gif b/catalogue/feb18_val1_internal.gif new file mode 100644 index 00000000..935c3643 Binary files /dev/null and b/catalogue/feb18_val1_internal.gif differ diff --git a/catalogue/festival_header.gif b/catalogue/festival_header.gif new file mode 100644 index 00000000..e7912232 Binary files /dev/null and b/catalogue/festival_header.gif differ diff --git a/catalogue/ficcion.gif b/catalogue/ficcion.gif new file mode 100644 index 00000000..eca40872 Binary files /dev/null and b/catalogue/ficcion.gif differ diff --git a/catalogue/ficcion1.gif b/catalogue/ficcion1.gif new file mode 100644 index 00000000..390100c1 Binary files /dev/null and b/catalogue/ficcion1.gif differ diff --git a/catalogue/ficcion2.gif b/catalogue/ficcion2.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/ficcion2.gif differ diff --git a/catalogue/fireworks.gif b/catalogue/fireworks.gif new file mode 100644 index 00000000..1081ccc0 Binary files /dev/null and b/catalogue/fireworks.gif differ diff --git a/catalogue/fireworks_teaser.gif b/catalogue/fireworks_teaser.gif new file mode 100644 index 00000000..1081ccc0 Binary files /dev/null and b/catalogue/fireworks_teaser.gif differ diff --git a/catalogue/fishtank_teaser.gif b/catalogue/fishtank_teaser.gif new file mode 100644 index 00000000..550f6e78 Binary files /dev/null and b/catalogue/fishtank_teaser.gif differ diff --git a/catalogue/flags.gif b/catalogue/flags.gif new file mode 100644 index 00000000..290dedc6 Binary files /dev/null and b/catalogue/flags.gif differ diff --git a/catalogue/flags_header.gif b/catalogue/flags_header.gif new file mode 100644 index 00000000..4a1bec30 Binary files /dev/null and b/catalogue/flags_header.gif differ diff --git a/catalogue/flags_teaser.gif b/catalogue/flags_teaser.gif new file mode 100644 index 00000000..15cccf42 Binary files /dev/null and b/catalogue/flags_teaser.gif differ diff --git a/catalogue/floors_header.gif b/catalogue/floors_header.gif new file mode 100644 index 00000000..ef9f1581 Binary files /dev/null and b/catalogue/floors_header.gif differ diff --git a/catalogue/floors_teaser.gif b/catalogue/floors_teaser.gif new file mode 100644 index 00000000..7e74623f Binary files /dev/null and b/catalogue/floors_teaser.gif differ diff --git a/catalogue/flowe-power.gif b/catalogue/flowe-power.gif new file mode 100644 index 00000000..b4dc8d89 Binary files /dev/null and b/catalogue/flowe-power.gif differ diff --git a/catalogue/flower-power.gif b/catalogue/flower-power.gif new file mode 100644 index 00000000..e7cf9599 Binary files /dev/null and b/catalogue/flower-power.gif differ diff --git a/catalogue/flower-power2.gif b/catalogue/flower-power2.gif new file mode 100644 index 00000000..756ba355 Binary files /dev/null and b/catalogue/flower-power2.gif differ diff --git a/catalogue/flowerpower.gif b/catalogue/flowerpower.gif new file mode 100644 index 00000000..e7cf9599 Binary files /dev/null and b/catalogue/flowerpower.gif differ diff --git a/catalogue/flowerpower_header_en.gif b/catalogue/flowerpower_header_en.gif new file mode 100644 index 00000000..e7cf9599 Binary files /dev/null and b/catalogue/flowerpower_header_en.gif differ diff --git a/catalogue/flowerpower_teaser2.gif b/catalogue/flowerpower_teaser2.gif new file mode 100644 index 00000000..b4dc8d89 Binary files /dev/null and b/catalogue/flowerpower_teaser2.gif differ diff --git a/catalogue/flowerpower_teaser_en.gif b/catalogue/flowerpower_teaser_en.gif new file mode 100644 index 00000000..756ba355 Binary files /dev/null and b/catalogue/flowerpower_teaser_en.gif differ diff --git a/catalogue/fondosteaser.gif b/catalogue/fondosteaser.gif new file mode 100644 index 00000000..233dbbc1 Binary files /dev/null and b/catalogue/fondosteaser.gif differ diff --git a/catalogue/fontanas.gif b/catalogue/fontanas.gif new file mode 100644 index 00000000..6988d50b Binary files /dev/null and b/catalogue/fontanas.gif differ diff --git a/catalogue/football.gif b/catalogue/football.gif new file mode 100644 index 00000000..ff43fbfb Binary files /dev/null and b/catalogue/football.gif differ diff --git a/catalogue/football_header.gif b/catalogue/football_header.gif new file mode 100644 index 00000000..ff43fbfb Binary files /dev/null and b/catalogue/football_header.gif differ diff --git a/catalogue/football_teaser.gif b/catalogue/football_teaser.gif new file mode 100644 index 00000000..b871f0c5 Binary files /dev/null and b/catalogue/football_teaser.gif differ diff --git a/catalogue/football_teaser2.gif b/catalogue/football_teaser2.gif new file mode 100644 index 00000000..290dedc6 Binary files /dev/null and b/catalogue/football_teaser2.gif differ diff --git a/catalogue/football_teaser3.gif b/catalogue/football_teaser3.gif new file mode 100644 index 00000000..1b59e65d Binary files /dev/null and b/catalogue/football_teaser3.gif differ diff --git a/catalogue/football_teaser4.gif b/catalogue/football_teaser4.gif new file mode 100644 index 00000000..fcfa1055 Binary files /dev/null and b/catalogue/football_teaser4.gif differ diff --git a/catalogue/footballtease.gif b/catalogue/footballtease.gif new file mode 100644 index 00000000..fcfa1055 Binary files /dev/null and b/catalogue/footballtease.gif differ diff --git a/catalogue/freeze.gif b/catalogue/freeze.gif new file mode 100644 index 00000000..0da38d3d Binary files /dev/null and b/catalogue/freeze.gif differ diff --git a/catalogue/freeze1.gif b/catalogue/freeze1.gif new file mode 100644 index 00000000..a6946fef Binary files /dev/null and b/catalogue/freeze1.gif differ diff --git a/catalogue/freeze3.gif b/catalogue/freeze3.gif new file mode 100644 index 00000000..bba9cd68 Binary files /dev/null and b/catalogue/freeze3.gif differ diff --git a/catalogue/freeze_header.gif b/catalogue/freeze_header.gif new file mode 100644 index 00000000..9171af0a Binary files /dev/null and b/catalogue/freeze_header.gif differ diff --git a/catalogue/freeze_teaser.gif b/catalogue/freeze_teaser.gif new file mode 100644 index 00000000..a6946fef Binary files /dev/null and b/catalogue/freeze_teaser.gif differ diff --git a/catalogue/freeze_teaser2.gif b/catalogue/freeze_teaser2.gif new file mode 100644 index 00000000..bba9cd68 Binary files /dev/null and b/catalogue/freeze_teaser2.gif differ diff --git a/catalogue/freeze_teaser3.gif b/catalogue/freeze_teaser3.gif new file mode 100644 index 00000000..2b786ff1 Binary files /dev/null and b/catalogue/freeze_teaser3.gif differ diff --git a/catalogue/front_page_border.gif b/catalogue/front_page_border.gif new file mode 100644 index 00000000..f2176b6e Binary files /dev/null and b/catalogue/front_page_border.gif differ diff --git a/catalogue/front_page_border_en.gif b/catalogue/front_page_border_en.gif new file mode 100644 index 00000000..67b23384 Binary files /dev/null and b/catalogue/front_page_border_en.gif differ diff --git a/catalogue/frontpage.gif b/catalogue/frontpage.gif new file mode 100644 index 00000000..0dd8fe40 Binary files /dev/null and b/catalogue/frontpage.gif differ diff --git a/catalogue/frontpage_sms4.gif b/catalogue/frontpage_sms4.gif new file mode 100644 index 00000000..1490fd9c Binary files /dev/null and b/catalogue/frontpage_sms4.gif differ diff --git a/catalogue/frontpage_teaser.gif b/catalogue/frontpage_teaser.gif new file mode 100644 index 00000000..609c2635 Binary files /dev/null and b/catalogue/frontpage_teaser.gif differ diff --git a/catalogue/furni_blackdragon.gif b/catalogue/furni_blackdragon.gif new file mode 100644 index 00000000..94ffd04e Binary files /dev/null and b/catalogue/furni_blackdragon.gif differ diff --git a/catalogue/furni_bling_fish.gif b/catalogue/furni_bling_fish.gif new file mode 100644 index 00000000..ff99ecd5 Binary files /dev/null and b/catalogue/furni_bling_fish.gif differ diff --git a/catalogue/furni_by_item_header.gif b/catalogue/furni_by_item_header.gif new file mode 100644 index 00000000..f38d9931 Binary files /dev/null and b/catalogue/furni_by_item_header.gif differ diff --git a/catalogue/furni_by_item_teaser.gif b/catalogue/furni_by_item_teaser.gif new file mode 100644 index 00000000..34ccc099 Binary files /dev/null and b/catalogue/furni_by_item_teaser.gif differ diff --git a/catalogue/furni_by_line_teaser.gif b/catalogue/furni_by_line_teaser.gif new file mode 100644 index 00000000..1496a907 Binary files /dev/null and b/catalogue/furni_by_line_teaser.gif differ diff --git a/catalogue/furni_childlinedesk.gif b/catalogue/furni_childlinedesk.gif new file mode 100644 index 00000000..60d973d7 Binary files /dev/null and b/catalogue/furni_childlinedesk.gif differ diff --git a/catalogue/furni_childlinerug.gif b/catalogue/furni_childlinerug.gif new file mode 100644 index 00000000..1b56e9ab Binary files /dev/null and b/catalogue/furni_childlinerug.gif differ diff --git a/catalogue/furni_colamachine.gif b/catalogue/furni_colamachine.gif new file mode 100644 index 00000000..8df7e8a2 Binary files /dev/null and b/catalogue/furni_colamachine.gif differ diff --git a/catalogue/furni_daffodilrug.gif b/catalogue/furni_daffodilrug.gif new file mode 100644 index 00000000..9b7466de Binary files /dev/null and b/catalogue/furni_daffodilrug.gif differ diff --git a/catalogue/furni_dolls.gif b/catalogue/furni_dolls.gif new file mode 100644 index 00000000..e22dae24 Binary files /dev/null and b/catalogue/furni_dolls.gif differ diff --git a/catalogue/furni_ecotronprize.gif b/catalogue/furni_ecotronprize.gif new file mode 100644 index 00000000..fdbb3e4d Binary files /dev/null and b/catalogue/furni_ecotronprize.gif differ diff --git a/catalogue/furni_firedragon.gif b/catalogue/furni_firedragon.gif new file mode 100644 index 00000000..99c4fa11 Binary files /dev/null and b/catalogue/furni_firedragon.gif differ diff --git a/catalogue/furni_for_building.gif b/catalogue/furni_for_building.gif new file mode 100644 index 00000000..9201ad33 Binary files /dev/null and b/catalogue/furni_for_building.gif differ diff --git a/catalogue/furni_for_colection.gif b/catalogue/furni_for_colection.gif new file mode 100644 index 00000000..6a9d6713 Binary files /dev/null and b/catalogue/furni_for_colection.gif differ diff --git a/catalogue/furni_for_extern.gif b/catalogue/furni_for_extern.gif new file mode 100644 index 00000000..df651e5b Binary files /dev/null and b/catalogue/furni_for_extern.gif differ diff --git a/catalogue/furni_for_inter.gif b/catalogue/furni_for_inter.gif new file mode 100644 index 00000000..360bf35a Binary files /dev/null and b/catalogue/furni_for_inter.gif differ diff --git a/catalogue/furni_for_staffs.gif b/catalogue/furni_for_staffs.gif new file mode 100644 index 00000000..6b592c29 Binary files /dev/null and b/catalogue/furni_for_staffs.gif differ diff --git a/catalogue/furni_fountains.gif b/catalogue/furni_fountains.gif new file mode 100644 index 00000000..6988d50b Binary files /dev/null and b/catalogue/furni_fountains.gif differ diff --git a/catalogue/furni_hweenghost.gif b/catalogue/furni_hweenghost.gif new file mode 100644 index 00000000..36fa069b Binary files /dev/null and b/catalogue/furni_hweenghost.gif differ diff --git a/catalogue/furni_kuurna_sofa.gif b/catalogue/furni_kuurna_sofa.gif new file mode 100644 index 00000000..763c8dc6 Binary files /dev/null and b/catalogue/furni_kuurna_sofa.gif differ diff --git a/catalogue/furni_kuurnacarpet.gif b/catalogue/furni_kuurnacarpet.gif new file mode 100644 index 00000000..9c874da7 Binary files /dev/null and b/catalogue/furni_kuurnacarpet.gif differ diff --git a/catalogue/furni_lemonadebath.gif b/catalogue/furni_lemonadebath.gif new file mode 100644 index 00000000..c50411ea Binary files /dev/null and b/catalogue/furni_lemonadebath.gif differ diff --git a/catalogue/furni_lograft.gif b/catalogue/furni_lograft.gif new file mode 100644 index 00000000..188eaa2c Binary files /dev/null and b/catalogue/furni_lograft.gif differ diff --git a/catalogue/furni_partylights.gif b/catalogue/furni_partylights.gif new file mode 100644 index 00000000..e6f0ec7f Binary files /dev/null and b/catalogue/furni_partylights.gif differ diff --git a/catalogue/furni_pets_cow2_teaser.gif b/catalogue/furni_pets_cow2_teaser.gif new file mode 100644 index 00000000..ff3fe0a1 Binary files /dev/null and b/catalogue/furni_pets_cow2_teaser.gif differ diff --git a/catalogue/furni_pets_cow_teaser.gif b/catalogue/furni_pets_cow_teaser.gif new file mode 100644 index 00000000..800966d3 Binary files /dev/null and b/catalogue/furni_pets_cow_teaser.gif differ diff --git a/catalogue/furni_prisonwall.gif b/catalogue/furni_prisonwall.gif new file mode 100644 index 00000000..c0b94cc5 Binary files /dev/null and b/catalogue/furni_prisonwall.gif differ diff --git a/catalogue/furni_spafountain.gif b/catalogue/furni_spafountain.gif new file mode 100644 index 00000000..788cf797 Binary files /dev/null and b/catalogue/furni_spafountain.gif differ diff --git a/catalogue/furni_toyhorse.gif b/catalogue/furni_toyhorse.gif new file mode 100644 index 00000000..4ab39e12 Binary files /dev/null and b/catalogue/furni_toyhorse.gif differ diff --git a/catalogue/furni_valentines2011_lights.gif b/catalogue/furni_valentines2011_lights.gif new file mode 100644 index 00000000..613ddf51 Binary files /dev/null and b/catalogue/furni_valentines2011_lights.gif differ diff --git a/catalogue/furni_valentines2014_wheelchair.gif b/catalogue/furni_valentines2014_wheelchair.gif new file mode 100644 index 00000000..316b1d84 Binary files /dev/null and b/catalogue/furni_valentines2014_wheelchair.gif differ diff --git a/catalogue/furni_vikinghut.gif b/catalogue/furni_vikinghut.gif new file mode 100644 index 00000000..a512a172 Binary files /dev/null and b/catalogue/furni_vikinghut.gif differ diff --git a/catalogue/furnibuilding_note_teaser.gif b/catalogue/furnibuilding_note_teaser.gif new file mode 100644 index 00000000..9201ad33 Binary files /dev/null and b/catalogue/furnibuilding_note_teaser.gif differ diff --git a/catalogue/furnibyitem_header.gif b/catalogue/furnibyitem_header.gif new file mode 100644 index 00000000..f38d9931 Binary files /dev/null and b/catalogue/furnibyitem_header.gif differ diff --git a/catalogue/furnibyitem_note_teaser.gif b/catalogue/furnibyitem_note_teaser.gif new file mode 100644 index 00000000..34ccc099 Binary files /dev/null and b/catalogue/furnibyitem_note_teaser.gif differ diff --git a/catalogue/furnibyline_note_teaser.gif b/catalogue/furnibyline_note_teaser.gif new file mode 100644 index 00000000..1496a907 Binary files /dev/null and b/catalogue/furnibyline_note_teaser.gif differ diff --git a/catalogue/furnicollection_note_teaser.gif b/catalogue/furnicollection_note_teaser.gif new file mode 100644 index 00000000..6a9d6713 Binary files /dev/null and b/catalogue/furnicollection_note_teaser.gif differ diff --git a/catalogue/furniheader.gif b/catalogue/furniheader.gif new file mode 100644 index 00000000..f4eba059 Binary files /dev/null and b/catalogue/furniheader.gif differ diff --git a/catalogue/furniinterior_note_teaser.gif b/catalogue/furniinterior_note_teaser.gif new file mode 100644 index 00000000..360bf35a Binary files /dev/null and b/catalogue/furniinterior_note_teaser.gif differ diff --git a/catalogue/furnimatic_header.gif b/catalogue/furnimatic_header.gif new file mode 100644 index 00000000..83326054 Binary files /dev/null and b/catalogue/furnimatic_header.gif differ diff --git a/catalogue/furnimatic_header2.gif b/catalogue/furnimatic_header2.gif new file mode 100644 index 00000000..e01c3758 Binary files /dev/null and b/catalogue/furnimatic_header2.gif differ diff --git a/catalogue/furnimatic_teaser.gif b/catalogue/furnimatic_teaser.gif new file mode 100644 index 00000000..8729e2d0 Binary files /dev/null and b/catalogue/furnimatic_teaser.gif differ diff --git a/catalogue/furnimatic_teaser2.gif b/catalogue/furnimatic_teaser2.gif new file mode 100644 index 00000000..4976e6e5 Binary files /dev/null and b/catalogue/furnimatic_teaser2.gif differ diff --git a/catalogue/furniplants_note_teaser.gif b/catalogue/furniplants_note_teaser.gif new file mode 100644 index 00000000..df651e5b Binary files /dev/null and b/catalogue/furniplants_note_teaser.gif differ diff --git a/catalogue/furniteaser.gif b/catalogue/furniteaser.gif new file mode 100644 index 00000000..4976e6e5 Binary files /dev/null and b/catalogue/furniteaser.gif differ diff --git a/catalogue/futbol.gif b/catalogue/futbol.gif new file mode 100644 index 00000000..b37b5f74 Binary files /dev/null and b/catalogue/futbol.gif differ diff --git a/catalogue/futbol1.gif b/catalogue/futbol1.gif new file mode 100644 index 00000000..0d96d7b7 Binary files /dev/null and b/catalogue/futbol1.gif differ diff --git a/catalogue/futbol3.gif b/catalogue/futbol3.gif new file mode 100644 index 00000000..44b37991 Binary files /dev/null and b/catalogue/futbol3.gif differ diff --git a/catalogue/galeria.gif b/catalogue/galeria.gif new file mode 100644 index 00000000..85df3344 Binary files /dev/null and b/catalogue/galeria.gif differ diff --git a/catalogue/galeria1.gif b/catalogue/galeria1.gif new file mode 100644 index 00000000..935a3727 Binary files /dev/null and b/catalogue/galeria1.gif differ diff --git a/catalogue/gallery.gif b/catalogue/gallery.gif new file mode 100644 index 00000000..9c918144 Binary files /dev/null and b/catalogue/gallery.gif differ diff --git a/catalogue/gallery_header.gif b/catalogue/gallery_header.gif new file mode 100644 index 00000000..c5319732 Binary files /dev/null and b/catalogue/gallery_header.gif differ diff --git a/catalogue/gallery_header2.gif b/catalogue/gallery_header2.gif new file mode 100644 index 00000000..9c918144 Binary files /dev/null and b/catalogue/gallery_header2.gif differ diff --git a/catalogue/gallery_teaser.gif b/catalogue/gallery_teaser.gif new file mode 100644 index 00000000..85df3344 Binary files /dev/null and b/catalogue/gallery_teaser.gif differ diff --git a/catalogue/gallery_teaser2.gif b/catalogue/gallery_teaser2.gif new file mode 100644 index 00000000..85df3344 Binary files /dev/null and b/catalogue/gallery_teaser2.gif differ diff --git a/catalogue/game_room_teaser.gif b/catalogue/game_room_teaser.gif new file mode 100644 index 00000000..0d9b593a Binary files /dev/null and b/catalogue/game_room_teaser.gif differ diff --git a/catalogue/game_shop_header.gif b/catalogue/game_shop_header.gif new file mode 100644 index 00000000..0acd979e Binary files /dev/null and b/catalogue/game_shop_header.gif differ diff --git a/catalogue/game_shop_note_teaser.gif b/catalogue/game_shop_note_teaser.gif new file mode 100644 index 00000000..a35c8e68 Binary files /dev/null and b/catalogue/game_shop_note_teaser.gif differ diff --git a/catalogue/game_shop_teaser.gif b/catalogue/game_shop_teaser.gif new file mode 100644 index 00000000..a35c8e68 Binary files /dev/null and b/catalogue/game_shop_teaser.gif differ diff --git a/catalogue/gamer_header.gif b/catalogue/gamer_header.gif new file mode 100644 index 00000000..49f7b00e Binary files /dev/null and b/catalogue/gamer_header.gif differ diff --git a/catalogue/gamer_teaser.gif b/catalogue/gamer_teaser.gif new file mode 100644 index 00000000..570f431a Binary files /dev/null and b/catalogue/gamer_teaser.gif differ diff --git a/catalogue/garden_catalog_header.gif b/catalogue/garden_catalog_header.gif new file mode 100644 index 00000000..b83ea0d5 Binary files /dev/null and b/catalogue/garden_catalog_header.gif differ diff --git a/catalogue/garden_catalog_teaser.gif b/catalogue/garden_catalog_teaser.gif new file mode 100644 index 00000000..85d00734 Binary files /dev/null and b/catalogue/garden_catalog_teaser.gif differ diff --git a/catalogue/garden_header.gif b/catalogue/garden_header.gif new file mode 100644 index 00000000..b83ea0d5 Binary files /dev/null and b/catalogue/garden_header.gif differ diff --git a/catalogue/garden_teaser.gif b/catalogue/garden_teaser.gif new file mode 100644 index 00000000..85d00734 Binary files /dev/null and b/catalogue/garden_teaser.gif differ diff --git a/catalogue/garden_teaser_de.gif b/catalogue/garden_teaser_de.gif new file mode 100644 index 00000000..64076796 Binary files /dev/null and b/catalogue/garden_teaser_de.gif differ diff --git a/catalogue/generic_deals_teaser.gif b/catalogue/generic_deals_teaser.gif new file mode 100644 index 00000000..fc36fdb3 Binary files /dev/null and b/catalogue/generic_deals_teaser.gif differ diff --git a/catalogue/generic_header.gif b/catalogue/generic_header.gif new file mode 100644 index 00000000..440c1437 Binary files /dev/null and b/catalogue/generic_header.gif differ diff --git a/catalogue/generic_header2.gif b/catalogue/generic_header2.gif new file mode 100644 index 00000000..0dd8fe40 Binary files /dev/null and b/catalogue/generic_header2.gif differ diff --git a/catalogue/generic_teaser.gif b/catalogue/generic_teaser.gif new file mode 100644 index 00000000..1df72eee Binary files /dev/null and b/catalogue/generic_teaser.gif differ diff --git a/catalogue/generic_teaser2.gif b/catalogue/generic_teaser2.gif new file mode 100644 index 00000000..fd910628 Binary files /dev/null and b/catalogue/generic_teaser2.gif differ diff --git a/catalogue/generic_teaser3.gif b/catalogue/generic_teaser3.gif new file mode 100644 index 00000000..f4cd7b72 Binary files /dev/null and b/catalogue/generic_teaser3.gif differ diff --git a/catalogue/ghast.gif b/catalogue/ghast.gif new file mode 100644 index 00000000..ab24931f Binary files /dev/null and b/catalogue/ghast.gif differ diff --git a/catalogue/ghost_header.gif b/catalogue/ghost_header.gif new file mode 100644 index 00000000..7008a020 Binary files /dev/null and b/catalogue/ghost_header.gif differ diff --git a/catalogue/ghost_ship_catalog_bundle_image.gif b/catalogue/ghost_ship_catalog_bundle_image.gif new file mode 100644 index 00000000..fd696d03 Binary files /dev/null and b/catalogue/ghost_ship_catalog_bundle_image.gif differ diff --git a/catalogue/ghost_teaser.gif b/catalogue/ghost_teaser.gif new file mode 100644 index 00000000..67db048e Binary files /dev/null and b/catalogue/ghost_teaser.gif differ diff --git a/catalogue/giftitems_header.gif b/catalogue/giftitems_header.gif new file mode 100644 index 00000000..aacc7c31 Binary files /dev/null and b/catalogue/giftitems_header.gif differ diff --git a/catalogue/gifts_teaser2.gif b/catalogue/gifts_teaser2.gif new file mode 100644 index 00000000..57df7038 Binary files /dev/null and b/catalogue/gifts_teaser2.gif differ diff --git a/catalogue/glass.gif b/catalogue/glass.gif new file mode 100644 index 00000000..4e3af778 Binary files /dev/null and b/catalogue/glass.gif differ diff --git a/catalogue/glass_header.gif b/catalogue/glass_header.gif new file mode 100644 index 00000000..2846bb09 Binary files /dev/null and b/catalogue/glass_header.gif differ diff --git a/catalogue/glass_header2.gif b/catalogue/glass_header2.gif new file mode 100644 index 00000000..4e3af778 Binary files /dev/null and b/catalogue/glass_header2.gif differ diff --git a/catalogue/glass_teaser.gif b/catalogue/glass_teaser.gif new file mode 100644 index 00000000..63b288b8 Binary files /dev/null and b/catalogue/glass_teaser.gif differ diff --git a/catalogue/gnomes_header.gif b/catalogue/gnomes_header.gif new file mode 100644 index 00000000..efa1bc40 Binary files /dev/null and b/catalogue/gnomes_header.gif differ diff --git a/catalogue/gnomes_teaser.gif b/catalogue/gnomes_teaser.gif new file mode 100644 index 00000000..8e8171b9 Binary files /dev/null and b/catalogue/gnomes_teaser.gif differ diff --git a/catalogue/goal_image.png b/catalogue/goal_image.png new file mode 100644 index 00000000..1fd0f61e Binary files /dev/null and b/catalogue/goal_image.png differ diff --git a/catalogue/gold1.gif b/catalogue/gold1.gif new file mode 100644 index 00000000..b4255c78 Binary files /dev/null and b/catalogue/gold1.gif differ diff --git a/catalogue/gold2.gif b/catalogue/gold2.gif new file mode 100644 index 00000000..71fdc495 Binary files /dev/null and b/catalogue/gold2.gif differ diff --git a/catalogue/gondola_header.gif b/catalogue/gondola_header.gif new file mode 100644 index 00000000..b24e4717 Binary files /dev/null and b/catalogue/gondola_header.gif differ diff --git a/catalogue/gondola_teaser.gif b/catalogue/gondola_teaser.gif new file mode 100644 index 00000000..d6b03707 Binary files /dev/null and b/catalogue/gondola_teaser.gif differ diff --git a/catalogue/gothcafe_header.gif b/catalogue/gothcafe_header.gif new file mode 100644 index 00000000..f4febc2c Binary files /dev/null and b/catalogue/gothcafe_header.gif differ diff --git a/catalogue/gothcafe_teaser.gif b/catalogue/gothcafe_teaser.gif new file mode 100644 index 00000000..20740409 Binary files /dev/null and b/catalogue/gothcafe_teaser.gif differ diff --git a/catalogue/gothic.gif b/catalogue/gothic.gif new file mode 100644 index 00000000..f888ccd3 Binary files /dev/null and b/catalogue/gothic.gif differ diff --git a/catalogue/gothic_header.gif b/catalogue/gothic_header.gif new file mode 100644 index 00000000..01f7a5e7 Binary files /dev/null and b/catalogue/gothic_header.gif differ diff --git a/catalogue/gothic_teaser.gif b/catalogue/gothic_teaser.gif new file mode 100644 index 00000000..ab287267 Binary files /dev/null and b/catalogue/gothic_teaser.gif differ diff --git a/catalogue/gothiccafe_header.gif b/catalogue/gothiccafe_header.gif new file mode 100644 index 00000000..058bf945 Binary files /dev/null and b/catalogue/gothiccafe_header.gif differ diff --git a/catalogue/gotico.gif b/catalogue/gotico.gif new file mode 100644 index 00000000..f888ccd3 Binary files /dev/null and b/catalogue/gotico.gif differ diff --git a/catalogue/gotico1.gif b/catalogue/gotico1.gif new file mode 100644 index 00000000..fb89d444 Binary files /dev/null and b/catalogue/gotico1.gif differ diff --git a/catalogue/gotico2.gif b/catalogue/gotico2.gif new file mode 100644 index 00000000..ab287267 Binary files /dev/null and b/catalogue/gotico2.gif differ diff --git a/catalogue/greek_catateaser.gif b/catalogue/greek_catateaser.gif new file mode 100644 index 00000000..044c8ea2 Binary files /dev/null and b/catalogue/greek_catateaser.gif differ diff --git a/catalogue/greek_header.gif b/catalogue/greek_header.gif new file mode 100644 index 00000000..e571c2fe Binary files /dev/null and b/catalogue/greek_header.gif differ diff --git a/catalogue/greek_header2.gif b/catalogue/greek_header2.gif new file mode 100644 index 00000000..023752fc Binary files /dev/null and b/catalogue/greek_header2.gif differ diff --git a/catalogue/greek_teaser.gif b/catalogue/greek_teaser.gif new file mode 100644 index 00000000..044c8ea2 Binary files /dev/null and b/catalogue/greek_teaser.gif differ diff --git a/catalogue/greekheader.gif b/catalogue/greekheader.gif new file mode 100644 index 00000000..023752fc Binary files /dev/null and b/catalogue/greekheader.gif differ diff --git a/catalogue/greel_header.gif b/catalogue/greel_header.gif new file mode 100644 index 00000000..9c4721fc Binary files /dev/null and b/catalogue/greel_header.gif differ diff --git a/catalogue/griego.gif b/catalogue/griego.gif new file mode 100644 index 00000000..0928e9df Binary files /dev/null and b/catalogue/griego.gif differ diff --git a/catalogue/groups_header.gif b/catalogue/groups_header.gif new file mode 100644 index 00000000..a65816a4 Binary files /dev/null and b/catalogue/groups_header.gif differ diff --git a/catalogue/groups_teaser.gif b/catalogue/groups_teaser.gif new file mode 100644 index 00000000..75132e6e Binary files /dev/null and b/catalogue/groups_teaser.gif differ diff --git a/catalogue/groups_teaser2.gif b/catalogue/groups_teaser2.gif new file mode 100644 index 00000000..7c70a110 Binary files /dev/null and b/catalogue/groups_teaser2.gif differ diff --git a/catalogue/grunge.gif b/catalogue/grunge.gif new file mode 100644 index 00000000..747ed3f9 Binary files /dev/null and b/catalogue/grunge.gif differ diff --git a/catalogue/grunge1.gif b/catalogue/grunge1.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/grunge1.gif differ diff --git a/catalogue/grunge_teaser.gif b/catalogue/grunge_teaser.gif new file mode 100644 index 00000000..17ee2137 Binary files /dev/null and b/catalogue/grunge_teaser.gif differ diff --git a/catalogue/grunger_header.gif b/catalogue/grunger_header.gif new file mode 100644 index 00000000..e3699e53 Binary files /dev/null and b/catalogue/grunger_header.gif differ diff --git a/catalogue/grupos.gif b/catalogue/grupos.gif new file mode 100644 index 00000000..f7cd0fa9 Binary files /dev/null and b/catalogue/grupos.gif differ diff --git a/catalogue/guild_forums_teaser.gif b/catalogue/guild_forums_teaser.gif new file mode 100644 index 00000000..11224619 Binary files /dev/null and b/catalogue/guild_forums_teaser.gif differ diff --git a/catalogue/h15_catateaser.gif b/catalogue/h15_catateaser.gif new file mode 100644 index 00000000..d5cd19b5 Binary files /dev/null and b/catalogue/h15_catateaser.gif differ diff --git a/catalogue/hH_alligator_in_hole_1.gif b/catalogue/hH_alligator_in_hole_1.gif new file mode 100644 index 00000000..ac6df3ec Binary files /dev/null and b/catalogue/hH_alligator_in_hole_1.gif differ diff --git a/catalogue/habbergerbundle.gif b/catalogue/habbergerbundle.gif new file mode 100644 index 00000000..692f22dd Binary files /dev/null and b/catalogue/habbergerbundle.gif differ diff --git a/catalogue/habbo-wood.gif b/catalogue/habbo-wood.gif new file mode 100644 index 00000000..5d55d2c0 Binary files /dev/null and b/catalogue/habbo-wood.gif differ diff --git a/catalogue/habbo15_note_teaser.gif b/catalogue/habbo15_note_teaser.gif new file mode 100644 index 00000000..d5cd19b5 Binary files /dev/null and b/catalogue/habbo15_note_teaser.gif differ diff --git a/catalogue/habbo20_roselinedball.gif b/catalogue/habbo20_roselinedball.gif new file mode 100644 index 00000000..69e13bbf Binary files /dev/null and b/catalogue/habbo20_roselinedball.gif differ diff --git a/catalogue/habbo20_slumber.gif b/catalogue/habbo20_slumber.gif new file mode 100644 index 00000000..042f3d90 Binary files /dev/null and b/catalogue/habbo20_slumber.gif differ diff --git a/catalogue/habbo_club_en.gif b/catalogue/habbo_club_en.gif new file mode 100644 index 00000000..73abbd89 Binary files /dev/null and b/catalogue/habbo_club_en.gif differ diff --git a/catalogue/habbochef.gif b/catalogue/habbochef.gif new file mode 100644 index 00000000..d15763cd Binary files /dev/null and b/catalogue/habbochef.gif differ diff --git a/catalogue/habbochef_header.gif b/catalogue/habbochef_header.gif new file mode 100644 index 00000000..d15763cd Binary files /dev/null and b/catalogue/habbochef_header.gif differ diff --git a/catalogue/habbochefteaser.gif b/catalogue/habbochefteaser.gif new file mode 100644 index 00000000..02a902b7 Binary files /dev/null and b/catalogue/habbochefteaser.gif differ diff --git a/catalogue/habboclub.gif b/catalogue/habboclub.gif new file mode 100644 index 00000000..94c31e9c Binary files /dev/null and b/catalogue/habboclub.gif differ diff --git a/catalogue/habboclub_gifts_header.gif b/catalogue/habboclub_gifts_header.gif new file mode 100644 index 00000000..86a96306 Binary files /dev/null and b/catalogue/habboclub_gifts_header.gif differ diff --git a/catalogue/habboclub_header.gif b/catalogue/habboclub_header.gif new file mode 100644 index 00000000..4049491a Binary files /dev/null and b/catalogue/habboclub_header.gif differ diff --git a/catalogue/habboclub_header2.gif b/catalogue/habboclub_header2.gif new file mode 100644 index 00000000..40c81d88 Binary files /dev/null and b/catalogue/habboclub_header2.gif differ diff --git a/catalogue/habboclub_header3.gif b/catalogue/habboclub_header3.gif new file mode 100644 index 00000000..5898610a Binary files /dev/null and b/catalogue/habboclub_header3.gif differ diff --git a/catalogue/habboclub_header4.gif b/catalogue/habboclub_header4.gif new file mode 100644 index 00000000..73abbd89 Binary files /dev/null and b/catalogue/habboclub_header4.gif differ diff --git a/catalogue/habboclub_teaser.gif b/catalogue/habboclub_teaser.gif new file mode 100644 index 00000000..ac67ee66 Binary files /dev/null and b/catalogue/habboclub_teaser.gif differ diff --git a/catalogue/habboclub_teaser2.gif b/catalogue/habboclub_teaser2.gif new file mode 100644 index 00000000..ee14b078 Binary files /dev/null and b/catalogue/habboclub_teaser2.gif differ diff --git a/catalogue/habboclub_teaser3.gif b/catalogue/habboclub_teaser3.gif new file mode 100644 index 00000000..eeb5fb3c Binary files /dev/null and b/catalogue/habboclub_teaser3.gif differ diff --git a/catalogue/habbopalooza_header.gif b/catalogue/habbopalooza_header.gif new file mode 100644 index 00000000..6108e223 Binary files /dev/null and b/catalogue/habbopalooza_header.gif differ diff --git a/catalogue/habbopalooza_header2.gif b/catalogue/habbopalooza_header2.gif new file mode 100644 index 00000000..dae2afbd Binary files /dev/null and b/catalogue/habbopalooza_header2.gif differ diff --git a/catalogue/habbopalooza_teaser.gif b/catalogue/habbopalooza_teaser.gif new file mode 100644 index 00000000..cea4b816 Binary files /dev/null and b/catalogue/habbopalooza_teaser.gif differ diff --git a/catalogue/habbopalooza_teaser2.gif b/catalogue/habbopalooza_teaser2.gif new file mode 100644 index 00000000..562ec674 Binary files /dev/null and b/catalogue/habbopalooza_teaser2.gif differ diff --git a/catalogue/habbos.gif b/catalogue/habbos.gif new file mode 100644 index 00000000..d59f3b37 Binary files /dev/null and b/catalogue/habbos.gif differ diff --git a/catalogue/habbos_2.gif b/catalogue/habbos_2.gif new file mode 100644 index 00000000..1e6ba951 Binary files /dev/null and b/catalogue/habbos_2.gif differ diff --git a/catalogue/habbos_3.gif b/catalogue/habbos_3.gif new file mode 100644 index 00000000..eeb33d42 Binary files /dev/null and b/catalogue/habbos_3.gif differ diff --git a/catalogue/habbos_love.gif b/catalogue/habbos_love.gif new file mode 100644 index 00000000..4b808284 Binary files /dev/null and b/catalogue/habbos_love.gif differ diff --git a/catalogue/habbos_teaser.gif b/catalogue/habbos_teaser.gif new file mode 100644 index 00000000..0b8e133b Binary files /dev/null and b/catalogue/habbos_teaser.gif differ diff --git a/catalogue/habbosonice_header.gif b/catalogue/habbosonice_header.gif new file mode 100644 index 00000000..94949040 Binary files /dev/null and b/catalogue/habbosonice_header.gif differ diff --git a/catalogue/habbostars1.gif b/catalogue/habbostars1.gif new file mode 100644 index 00000000..b21768ae Binary files /dev/null and b/catalogue/habbostars1.gif differ diff --git a/catalogue/habbostars2.gif b/catalogue/habbostars2.gif new file mode 100644 index 00000000..3d337ca6 Binary files /dev/null and b/catalogue/habbostars2.gif differ diff --git a/catalogue/habbostars_header.gif b/catalogue/habbostars_header.gif new file mode 100644 index 00000000..ef2b1d7e Binary files /dev/null and b/catalogue/habbostars_header.gif differ diff --git a/catalogue/habbostars_teaser.gif b/catalogue/habbostars_teaser.gif new file mode 100644 index 00000000..653d26f9 Binary files /dev/null and b/catalogue/habbostars_teaser.gif differ diff --git a/catalogue/habboway_header.gif b/catalogue/habboway_header.gif new file mode 100644 index 00000000..5dd598bc Binary files /dev/null and b/catalogue/habboway_header.gif differ diff --git a/catalogue/habboweenteaser.gif b/catalogue/habboweenteaser.gif new file mode 100644 index 00000000..dcabf537 Binary files /dev/null and b/catalogue/habboweenteaser.gif differ diff --git a/catalogue/habbowood.gif b/catalogue/habbowood.gif new file mode 100644 index 00000000..c17f8cc2 Binary files /dev/null and b/catalogue/habbowood.gif differ diff --git a/catalogue/habbowood_header.gif b/catalogue/habbowood_header.gif new file mode 100644 index 00000000..284f37f6 Binary files /dev/null and b/catalogue/habbowood_header.gif differ diff --git a/catalogue/habbowood_logo.gif b/catalogue/habbowood_logo.gif new file mode 100644 index 00000000..5d55d2c0 Binary files /dev/null and b/catalogue/habbowood_logo.gif differ diff --git a/catalogue/habbowood_teaser.gif b/catalogue/habbowood_teaser.gif new file mode 100644 index 00000000..7307ebfd Binary files /dev/null and b/catalogue/habbowood_teaser.gif differ diff --git a/catalogue/halloween.gif b/catalogue/halloween.gif new file mode 100644 index 00000000..e031684d Binary files /dev/null and b/catalogue/halloween.gif differ diff --git a/catalogue/halloween1.gif b/catalogue/halloween1.gif new file mode 100644 index 00000000..aa595bde Binary files /dev/null and b/catalogue/halloween1.gif differ diff --git a/catalogue/halloween_2.gif b/catalogue/halloween_2.gif new file mode 100644 index 00000000..f3428303 Binary files /dev/null and b/catalogue/halloween_2.gif differ diff --git a/catalogue/haloompa.gif b/catalogue/haloompa.gif new file mode 100644 index 00000000..614a1ef0 Binary files /dev/null and b/catalogue/haloompa.gif differ diff --git a/catalogue/hc-1.gif b/catalogue/hc-1.gif new file mode 100644 index 00000000..bbfe1acb Binary files /dev/null and b/catalogue/hc-1.gif differ diff --git a/catalogue/hc-3.gif b/catalogue/hc-3.gif new file mode 100644 index 00000000..2329e622 Binary files /dev/null and b/catalogue/hc-3.gif differ diff --git a/catalogue/hc-6.gif b/catalogue/hc-6.gif new file mode 100644 index 00000000..d173fcfa Binary files /dev/null and b/catalogue/hc-6.gif differ diff --git a/catalogue/hc.gif b/catalogue/hc.gif new file mode 100644 index 00000000..c710a326 Binary files /dev/null and b/catalogue/hc.gif differ diff --git a/catalogue/hc1.gif b/catalogue/hc1.gif new file mode 100644 index 00000000..d0f9ac7b Binary files /dev/null and b/catalogue/hc1.gif differ diff --git a/catalogue/hc2016.gif b/catalogue/hc2016.gif new file mode 100644 index 00000000..eb00fe8d Binary files /dev/null and b/catalogue/hc2016.gif differ diff --git a/catalogue/hc2_clubtitle.gif b/catalogue/hc2_clubtitle.gif new file mode 100644 index 00000000..94c31e9c Binary files /dev/null and b/catalogue/hc2_clubtitle.gif differ diff --git a/catalogue/hc_bling.gif b/catalogue/hc_bling.gif new file mode 100644 index 00000000..6fc6ae87 Binary files /dev/null and b/catalogue/hc_bling.gif differ diff --git a/catalogue/hc_catalog_teaser.gif b/catalogue/hc_catalog_teaser.gif new file mode 100644 index 00000000..bf2ccbe3 Binary files /dev/null and b/catalogue/hc_catalog_teaser.gif differ diff --git a/catalogue/hc_emoji.gif b/catalogue/hc_emoji.gif new file mode 100644 index 00000000..a3e5d51c Binary files /dev/null and b/catalogue/hc_emoji.gif differ diff --git a/catalogue/hc_masks.gif b/catalogue/hc_masks.gif new file mode 100644 index 00000000..2deb146b Binary files /dev/null and b/catalogue/hc_masks.gif differ diff --git a/catalogue/hc_statue.gif b/catalogue/hc_statue.gif new file mode 100644 index 00000000..74714399 Binary files /dev/null and b/catalogue/hc_statue.gif differ diff --git a/catalogue/hc_teaser.gif b/catalogue/hc_teaser.gif new file mode 100644 index 00000000..25851186 Binary files /dev/null and b/catalogue/hc_teaser.gif differ diff --git a/catalogue/hcalhambra_teaser.gif b/catalogue/hcalhambra_teaser.gif new file mode 100644 index 00000000..52999abd Binary files /dev/null and b/catalogue/hcalhambra_teaser.gif differ diff --git a/catalogue/hcbcboxes.gif b/catalogue/hcbcboxes.gif new file mode 100644 index 00000000..adb12ca7 Binary files /dev/null and b/catalogue/hcbcboxes.gif differ diff --git a/catalogue/hcbcboxes_teaser.gif b/catalogue/hcbcboxes_teaser.gif new file mode 100644 index 00000000..adb12ca7 Binary files /dev/null and b/catalogue/hcbcboxes_teaser.gif differ diff --git a/catalogue/hcbcboxes_teaser2.gif b/catalogue/hcbcboxes_teaser2.gif new file mode 100644 index 00000000..c4d131de Binary files /dev/null and b/catalogue/hcbcboxes_teaser2.gif differ diff --git a/catalogue/hcexec_teaser.gif b/catalogue/hcexec_teaser.gif new file mode 100644 index 00000000..cbf9d70d Binary files /dev/null and b/catalogue/hcexec_teaser.gif differ diff --git a/catalogue/hcvip_teaser.gif b/catalogue/hcvip_teaser.gif new file mode 100644 index 00000000..72f85da9 Binary files /dev/null and b/catalogue/hcvip_teaser.gif differ diff --git a/catalogue/head-shop.gif b/catalogue/head-shop.gif new file mode 100644 index 00000000..d82fec7e Binary files /dev/null and b/catalogue/head-shop.gif differ diff --git a/catalogue/head_shop.gif b/catalogue/head_shop.gif new file mode 100644 index 00000000..d82fec7e Binary files /dev/null and b/catalogue/head_shop.gif differ diff --git a/catalogue/header_mystics.gif b/catalogue/header_mystics.gif new file mode 100644 index 00000000..3d5aaa40 Binary files /dev/null and b/catalogue/header_mystics.gif differ diff --git a/catalogue/header_studio.gif b/catalogue/header_studio.gif new file mode 100644 index 00000000..6f897702 Binary files /dev/null and b/catalogue/header_studio.gif differ diff --git a/catalogue/hello.gif b/catalogue/hello.gif new file mode 100644 index 00000000..790ffcdd Binary files /dev/null and b/catalogue/hello.gif differ diff --git a/catalogue/hello_header.gif b/catalogue/hello_header.gif new file mode 100644 index 00000000..3eec584a Binary files /dev/null and b/catalogue/hello_header.gif differ diff --git a/catalogue/hello_teaser.gif b/catalogue/hello_teaser.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/hello_teaser.gif differ diff --git a/catalogue/hhistory_furni.gif b/catalogue/hhistory_furni.gif new file mode 100644 index 00000000..f5ed3cad Binary files /dev/null and b/catalogue/hhistory_furni.gif differ diff --git a/catalogue/highscore_small_promo.gif b/catalogue/highscore_small_promo.gif new file mode 100644 index 00000000..2a1f273b Binary files /dev/null and b/catalogue/highscore_small_promo.gif differ diff --git a/catalogue/hipad_small_promo.gif b/catalogue/hipad_small_promo.gif new file mode 100644 index 00000000..e422d38b Binary files /dev/null and b/catalogue/hipad_small_promo.gif differ diff --git a/catalogue/home.gif b/catalogue/home.gif new file mode 100644 index 00000000..1d459ddb Binary files /dev/null and b/catalogue/home.gif differ diff --git a/catalogue/horse.gif b/catalogue/horse.gif new file mode 100644 index 00000000..a46f4e0c Binary files /dev/null and b/catalogue/horse.gif differ diff --git a/catalogue/horse_estable.gif b/catalogue/horse_estable.gif new file mode 100644 index 00000000..eab31bef Binary files /dev/null and b/catalogue/horse_estable.gif differ diff --git a/catalogue/horse_header.gif b/catalogue/horse_header.gif new file mode 100644 index 00000000..80f9b16f Binary files /dev/null and b/catalogue/horse_header.gif differ diff --git a/catalogue/horse_teaser.gif b/catalogue/horse_teaser.gif new file mode 100644 index 00000000..63ebbbce Binary files /dev/null and b/catalogue/horse_teaser.gif differ diff --git a/catalogue/horse_teaser2.gif b/catalogue/horse_teaser2.gif new file mode 100644 index 00000000..bf14db76 Binary files /dev/null and b/catalogue/horse_teaser2.gif differ diff --git a/catalogue/horseacc_header.gif b/catalogue/horseacc_header.gif new file mode 100644 index 00000000..6d79e98b Binary files /dev/null and b/catalogue/horseacc_header.gif differ diff --git a/catalogue/horsedyes_header.gif b/catalogue/horsedyes_header.gif new file mode 100644 index 00000000..1625f6b4 Binary files /dev/null and b/catalogue/horsedyes_header.gif differ diff --git a/catalogue/horsedyes_teaser.gif b/catalogue/horsedyes_teaser.gif new file mode 100644 index 00000000..e760940d Binary files /dev/null and b/catalogue/horsedyes_teaser.gif differ diff --git a/catalogue/horsehair_teaser.gif b/catalogue/horsehair_teaser.gif new file mode 100644 index 00000000..0d079b48 Binary files /dev/null and b/catalogue/horsehair_teaser.gif differ diff --git a/catalogue/horsehairstyles_header.gif b/catalogue/horsehairstyles_header.gif new file mode 100644 index 00000000..7e391ba2 Binary files /dev/null and b/catalogue/horsehairstyles_header.gif differ diff --git a/catalogue/horsejump_teaser.gif b/catalogue/horsejump_teaser.gif new file mode 100644 index 00000000..5b69a474 Binary files /dev/null and b/catalogue/horsejump_teaser.gif differ diff --git a/catalogue/horsejumping_header.gif b/catalogue/horsejumping_header.gif new file mode 100644 index 00000000..dc2e303b Binary files /dev/null and b/catalogue/horsejumping_header.gif differ diff --git a/catalogue/horsejumping_header2.gif b/catalogue/horsejumping_header2.gif new file mode 100644 index 00000000..4a274fdf Binary files /dev/null and b/catalogue/horsejumping_header2.gif differ diff --git a/catalogue/horseteaser2.gif b/catalogue/horseteaser2.gif new file mode 100644 index 00000000..bf14db76 Binary files /dev/null and b/catalogue/horseteaser2.gif differ diff --git a/catalogue/hosp_teaser.gif b/catalogue/hosp_teaser.gif new file mode 100644 index 00000000..4fffcf7f Binary files /dev/null and b/catalogue/hosp_teaser.gif differ diff --git a/catalogue/hospital_header.gif b/catalogue/hospital_header.gif new file mode 100644 index 00000000..ca7d1d79 Binary files /dev/null and b/catalogue/hospital_header.gif differ diff --git a/catalogue/hospital_teaser.gif b/catalogue/hospital_teaser.gif new file mode 100644 index 00000000..9b936e7f Binary files /dev/null and b/catalogue/hospital_teaser.gif differ diff --git a/catalogue/hot_toppicks_header.gif b/catalogue/hot_toppicks_header.gif new file mode 100644 index 00000000..a05167e5 Binary files /dev/null and b/catalogue/hot_toppicks_header.gif differ diff --git a/catalogue/hotelhits_catalog_header.gif b/catalogue/hotelhits_catalog_header.gif new file mode 100644 index 00000000..dd36634a Binary files /dev/null and b/catalogue/hotelhits_catalog_header.gif differ diff --git a/catalogue/hotelhits_header.gif b/catalogue/hotelhits_header.gif new file mode 100644 index 00000000..dd36634a Binary files /dev/null and b/catalogue/hotelhits_header.gif differ diff --git a/catalogue/hotelhits_teaser.gif b/catalogue/hotelhits_teaser.gif new file mode 100644 index 00000000..977efd9f Binary files /dev/null and b/catalogue/hotelhits_teaser.gif differ diff --git a/catalogue/hotelview_teaser.gif b/catalogue/hotelview_teaser.gif new file mode 100644 index 00000000..75e9d31a Binary files /dev/null and b/catalogue/hotelview_teaser.gif differ diff --git a/catalogue/house18_bjd.gif b/catalogue/house18_bjd.gif new file mode 100644 index 00000000..e22dae24 Binary files /dev/null and b/catalogue/house18_bjd.gif differ diff --git a/catalogue/hrella.gif b/catalogue/hrella.gif new file mode 100644 index 00000000..6082e755 Binary files /dev/null and b/catalogue/hrella.gif differ diff --git a/catalogue/hween09_teaser.gif b/catalogue/hween09_teaser.gif new file mode 100644 index 00000000..6fdfcca0 Binary files /dev/null and b/catalogue/hween09_teaser.gif differ diff --git a/catalogue/hween12_costumepromo.gif b/catalogue/hween12_costumepromo.gif new file mode 100644 index 00000000..8a970ee5 Binary files /dev/null and b/catalogue/hween12_costumepromo.gif differ diff --git a/catalogue/hween12_header.gif b/catalogue/hween12_header.gif new file mode 100644 index 00000000..5e559ec5 Binary files /dev/null and b/catalogue/hween12_header.gif differ diff --git a/catalogue/hween13_header.gif b/catalogue/hween13_header.gif new file mode 100644 index 00000000..6d99467e Binary files /dev/null and b/catalogue/hween13_header.gif differ diff --git a/catalogue/hween13_roombundle.gif b/catalogue/hween13_roombundle.gif new file mode 100644 index 00000000..182e66b0 Binary files /dev/null and b/catalogue/hween13_roombundle.gif differ diff --git a/catalogue/hween13_teaser.gif b/catalogue/hween13_teaser.gif new file mode 100644 index 00000000..233f975f Binary files /dev/null and b/catalogue/hween13_teaser.gif differ diff --git a/catalogue/hween14_catalog_header.gif b/catalogue/hween14_catalog_header.gif new file mode 100644 index 00000000..47c711da Binary files /dev/null and b/catalogue/hween14_catalog_header.gif differ diff --git a/catalogue/hween14_catalog_teaser.gif b/catalogue/hween14_catalog_teaser.gif new file mode 100644 index 00000000..79318722 Binary files /dev/null and b/catalogue/hween14_catalog_teaser.gif differ diff --git a/catalogue/hween16_header.gif b/catalogue/hween16_header.gif new file mode 100644 index 00000000..76cac0bc Binary files /dev/null and b/catalogue/hween16_header.gif differ diff --git a/catalogue/hween17_header.gif b/catalogue/hween17_header.gif new file mode 100644 index 00000000..23063e35 Binary files /dev/null and b/catalogue/hween17_header.gif differ diff --git a/catalogue/hween19_header.gif b/catalogue/hween19_header.gif new file mode 100644 index 00000000..266c1163 Binary files /dev/null and b/catalogue/hween19_header.gif differ diff --git a/catalogue/hween19_teaser.gif b/catalogue/hween19_teaser.gif new file mode 100644 index 00000000..e0a7d425 Binary files /dev/null and b/catalogue/hween19_teaser.gif differ diff --git a/catalogue/hween2009_teaser.gif b/catalogue/hween2009_teaser.gif new file mode 100644 index 00000000..78c96014 Binary files /dev/null and b/catalogue/hween2009_teaser.gif differ diff --git a/catalogue/hween2012_header.gif b/catalogue/hween2012_header.gif new file mode 100644 index 00000000..5e559ec5 Binary files /dev/null and b/catalogue/hween2012_header.gif differ diff --git a/catalogue/hween2012_teaser.gif b/catalogue/hween2012_teaser.gif new file mode 100644 index 00000000..dcabf537 Binary files /dev/null and b/catalogue/hween2012_teaser.gif differ diff --git a/catalogue/hween2012_teaser2.gif b/catalogue/hween2012_teaser2.gif new file mode 100644 index 00000000..8a970ee5 Binary files /dev/null and b/catalogue/hween2012_teaser2.gif differ diff --git a/catalogue/hween2014_header.gif b/catalogue/hween2014_header.gif new file mode 100644 index 00000000..47c711da Binary files /dev/null and b/catalogue/hween2014_header.gif differ diff --git a/catalogue/hween2014_teaser.gif b/catalogue/hween2014_teaser.gif new file mode 100644 index 00000000..79318722 Binary files /dev/null and b/catalogue/hween2014_teaser.gif differ diff --git a/catalogue/hween2015_header.gif b/catalogue/hween2015_header.gif new file mode 100644 index 00000000..74d20e0c Binary files /dev/null and b/catalogue/hween2015_header.gif differ diff --git a/catalogue/hween2015_teaser.gif b/catalogue/hween2015_teaser.gif new file mode 100644 index 00000000..313af14d Binary files /dev/null and b/catalogue/hween2015_teaser.gif differ diff --git a/catalogue/hween2017_teaser.gif b/catalogue/hween2017_teaser.gif new file mode 100644 index 00000000..5e11f002 Binary files /dev/null and b/catalogue/hween2017_teaser.gif differ diff --git a/catalogue/hween20_header.gif b/catalogue/hween20_header.gif new file mode 100644 index 00000000..116ef8c5 Binary files /dev/null and b/catalogue/hween20_header.gif differ diff --git a/catalogue/hween20_teaser.gif b/catalogue/hween20_teaser.gif new file mode 100644 index 00000000..d6741340 Binary files /dev/null and b/catalogue/hween20_teaser.gif differ diff --git a/catalogue/hween_12_furni.gif b/catalogue/hween_12_furni.gif new file mode 100644 index 00000000..d9e836f6 Binary files /dev/null and b/catalogue/hween_12_furni.gif differ diff --git a/catalogue/hween_header.gif b/catalogue/hween_header.gif new file mode 100644 index 00000000..3cc29f3b Binary files /dev/null and b/catalogue/hween_header.gif differ diff --git a/catalogue/hween_header2.gif b/catalogue/hween_header2.gif new file mode 100644 index 00000000..e031684d Binary files /dev/null and b/catalogue/hween_header2.gif differ diff --git a/catalogue/hween_teaser.gif b/catalogue/hween_teaser.gif new file mode 100644 index 00000000..58695e5c Binary files /dev/null and b/catalogue/hween_teaser.gif differ diff --git a/catalogue/hygge_header.gif b/catalogue/hygge_header.gif new file mode 100644 index 00000000..2d1b868a Binary files /dev/null and b/catalogue/hygge_header.gif differ diff --git a/catalogue/hygge_teaser.gif b/catalogue/hygge_teaser.gif new file mode 100644 index 00000000..2b017b5a Binary files /dev/null and b/catalogue/hygge_teaser.gif differ diff --git a/catalogue/ice_1.gif b/catalogue/ice_1.gif new file mode 100644 index 00000000..6a6addb9 Binary files /dev/null and b/catalogue/ice_1.gif differ diff --git a/catalogue/ice_2.gif b/catalogue/ice_2.gif new file mode 100644 index 00000000..fe7024cd Binary files /dev/null and b/catalogue/ice_2.gif differ diff --git a/catalogue/icecafe_teaser.gif b/catalogue/icecafe_teaser.gif new file mode 100644 index 00000000..5edb68aa Binary files /dev/null and b/catalogue/icecafe_teaser.gif differ diff --git a/catalogue/iced.gif b/catalogue/iced.gif new file mode 100644 index 00000000..5c5d4c68 Binary files /dev/null and b/catalogue/iced.gif differ diff --git a/catalogue/iced1.gif b/catalogue/iced1.gif new file mode 100644 index 00000000..e923d9ca Binary files /dev/null and b/catalogue/iced1.gif differ diff --git a/catalogue/iced15_tease.gif b/catalogue/iced15_tease.gif new file mode 100644 index 00000000..5650cb30 Binary files /dev/null and b/catalogue/iced15_tease.gif differ diff --git a/catalogue/iced_header.gif b/catalogue/iced_header.gif new file mode 100644 index 00000000..78954d51 Binary files /dev/null and b/catalogue/iced_header.gif differ diff --git a/catalogue/iced_teaser.gif b/catalogue/iced_teaser.gif new file mode 100644 index 00000000..e923d9ca Binary files /dev/null and b/catalogue/iced_teaser.gif differ diff --git a/catalogue/icepalace_teaser.gif b/catalogue/icepalace_teaser.gif new file mode 100644 index 00000000..091aa83a Binary files /dev/null and b/catalogue/icepalace_teaser.gif differ diff --git a/catalogue/iceskate.gif b/catalogue/iceskate.gif new file mode 100644 index 00000000..340c2e3c Binary files /dev/null and b/catalogue/iceskate.gif differ diff --git a/catalogue/iceskate_teaser.gif b/catalogue/iceskate_teaser.gif new file mode 100644 index 00000000..c640e68b Binary files /dev/null and b/catalogue/iceskate_teaser.gif differ diff --git a/catalogue/icetag_header.gif b/catalogue/icetag_header.gif new file mode 100644 index 00000000..4b47e474 Binary files /dev/null and b/catalogue/icetag_header.gif differ diff --git a/catalogue/icon_1.png b/catalogue/icon_1.png new file mode 100644 index 00000000..62f6a3bc Binary files /dev/null and b/catalogue/icon_1.png differ diff --git a/catalogue/icon_10.png b/catalogue/icon_10.png new file mode 100644 index 00000000..7d2eadf1 Binary files /dev/null and b/catalogue/icon_10.png differ diff --git a/catalogue/icon_100.png b/catalogue/icon_100.png new file mode 100644 index 00000000..a24c25d5 Binary files /dev/null and b/catalogue/icon_100.png differ diff --git a/catalogue/icon_1000.png b/catalogue/icon_1000.png new file mode 100644 index 00000000..f78e3700 Binary files /dev/null and b/catalogue/icon_1000.png differ diff --git a/catalogue/icon_1001.png b/catalogue/icon_1001.png new file mode 100644 index 00000000..754b4682 Binary files /dev/null and b/catalogue/icon_1001.png differ diff --git a/catalogue/icon_1002.png b/catalogue/icon_1002.png new file mode 100644 index 00000000..327d4398 Binary files /dev/null and b/catalogue/icon_1002.png differ diff --git a/catalogue/icon_1003.png b/catalogue/icon_1003.png new file mode 100644 index 00000000..2fb80458 Binary files /dev/null and b/catalogue/icon_1003.png differ diff --git a/catalogue/icon_1004.png b/catalogue/icon_1004.png new file mode 100644 index 00000000..ebeeb4ea Binary files /dev/null and b/catalogue/icon_1004.png differ diff --git a/catalogue/icon_1005.png b/catalogue/icon_1005.png new file mode 100644 index 00000000..2157f895 Binary files /dev/null and b/catalogue/icon_1005.png differ diff --git a/catalogue/icon_1006.png b/catalogue/icon_1006.png new file mode 100644 index 00000000..2839d463 Binary files /dev/null and b/catalogue/icon_1006.png differ diff --git a/catalogue/icon_1007.png b/catalogue/icon_1007.png new file mode 100644 index 00000000..e86ad680 Binary files /dev/null and b/catalogue/icon_1007.png differ diff --git a/catalogue/icon_1008.png b/catalogue/icon_1008.png new file mode 100644 index 00000000..95b9befe Binary files /dev/null and b/catalogue/icon_1008.png differ diff --git a/catalogue/icon_1009.png b/catalogue/icon_1009.png new file mode 100644 index 00000000..37d84f0d Binary files /dev/null and b/catalogue/icon_1009.png differ diff --git a/catalogue/icon_101.png b/catalogue/icon_101.png new file mode 100644 index 00000000..1be254dd Binary files /dev/null and b/catalogue/icon_101.png differ diff --git a/catalogue/icon_103.png b/catalogue/icon_103.png new file mode 100644 index 00000000..0cae712e Binary files /dev/null and b/catalogue/icon_103.png differ diff --git a/catalogue/icon_104.png b/catalogue/icon_104.png new file mode 100644 index 00000000..6071f35e Binary files /dev/null and b/catalogue/icon_104.png differ diff --git a/catalogue/icon_105.png b/catalogue/icon_105.png new file mode 100644 index 00000000..dfea74b5 Binary files /dev/null and b/catalogue/icon_105.png differ diff --git a/catalogue/icon_106.png b/catalogue/icon_106.png new file mode 100644 index 00000000..a2799a9f Binary files /dev/null and b/catalogue/icon_106.png differ diff --git a/catalogue/icon_107.png b/catalogue/icon_107.png new file mode 100644 index 00000000..7f71ac5e Binary files /dev/null and b/catalogue/icon_107.png differ diff --git a/catalogue/icon_108.png b/catalogue/icon_108.png new file mode 100644 index 00000000..01a00559 Binary files /dev/null and b/catalogue/icon_108.png differ diff --git a/catalogue/icon_109.png b/catalogue/icon_109.png new file mode 100644 index 00000000..83e82d2c Binary files /dev/null and b/catalogue/icon_109.png differ diff --git a/catalogue/icon_11.png b/catalogue/icon_11.png new file mode 100644 index 00000000..52b05e05 Binary files /dev/null and b/catalogue/icon_11.png differ diff --git a/catalogue/icon_110.png b/catalogue/icon_110.png new file mode 100644 index 00000000..0ee38d34 Binary files /dev/null and b/catalogue/icon_110.png differ diff --git a/catalogue/icon_111.png b/catalogue/icon_111.png new file mode 100644 index 00000000..097034fb Binary files /dev/null and b/catalogue/icon_111.png differ diff --git a/catalogue/icon_112.png b/catalogue/icon_112.png new file mode 100644 index 00000000..25dd585b Binary files /dev/null and b/catalogue/icon_112.png differ diff --git a/catalogue/icon_113.png b/catalogue/icon_113.png new file mode 100644 index 00000000..911c20bc Binary files /dev/null and b/catalogue/icon_113.png differ diff --git a/catalogue/icon_114.png b/catalogue/icon_114.png new file mode 100644 index 00000000..cceb9fa4 Binary files /dev/null and b/catalogue/icon_114.png differ diff --git a/catalogue/icon_115.png b/catalogue/icon_115.png new file mode 100644 index 00000000..9457b653 Binary files /dev/null and b/catalogue/icon_115.png differ diff --git a/catalogue/icon_116.png b/catalogue/icon_116.png new file mode 100644 index 00000000..563ccc38 Binary files /dev/null and b/catalogue/icon_116.png differ diff --git a/catalogue/icon_118.png b/catalogue/icon_118.png new file mode 100644 index 00000000..80ad58b4 Binary files /dev/null and b/catalogue/icon_118.png differ diff --git a/catalogue/icon_12.png b/catalogue/icon_12.png new file mode 100644 index 00000000..2388ff45 Binary files /dev/null and b/catalogue/icon_12.png differ diff --git a/catalogue/icon_120.png b/catalogue/icon_120.png new file mode 100644 index 00000000..23a3a694 Binary files /dev/null and b/catalogue/icon_120.png differ diff --git a/catalogue/icon_121.png b/catalogue/icon_121.png new file mode 100644 index 00000000..d326a962 Binary files /dev/null and b/catalogue/icon_121.png differ diff --git a/catalogue/icon_122.png b/catalogue/icon_122.png new file mode 100644 index 00000000..f617ef3b Binary files /dev/null and b/catalogue/icon_122.png differ diff --git a/catalogue/icon_123.png b/catalogue/icon_123.png new file mode 100644 index 00000000..b051a4b8 Binary files /dev/null and b/catalogue/icon_123.png differ diff --git a/catalogue/icon_124.png b/catalogue/icon_124.png new file mode 100644 index 00000000..dcf145bb Binary files /dev/null and b/catalogue/icon_124.png differ diff --git a/catalogue/icon_125.png b/catalogue/icon_125.png new file mode 100644 index 00000000..b066f71d Binary files /dev/null and b/catalogue/icon_125.png differ diff --git a/catalogue/icon_126.png b/catalogue/icon_126.png new file mode 100644 index 00000000..e820d88e Binary files /dev/null and b/catalogue/icon_126.png differ diff --git a/catalogue/icon_127.png b/catalogue/icon_127.png new file mode 100644 index 00000000..5071f239 Binary files /dev/null and b/catalogue/icon_127.png differ diff --git a/catalogue/icon_128.png b/catalogue/icon_128.png new file mode 100644 index 00000000..00b41d1f Binary files /dev/null and b/catalogue/icon_128.png differ diff --git a/catalogue/icon_129.png b/catalogue/icon_129.png new file mode 100644 index 00000000..99826992 Binary files /dev/null and b/catalogue/icon_129.png differ diff --git a/catalogue/icon_13.png b/catalogue/icon_13.png new file mode 100644 index 00000000..68f214eb Binary files /dev/null and b/catalogue/icon_13.png differ diff --git a/catalogue/icon_130.png b/catalogue/icon_130.png new file mode 100644 index 00000000..3be0612a Binary files /dev/null and b/catalogue/icon_130.png differ diff --git a/catalogue/icon_131.png b/catalogue/icon_131.png new file mode 100644 index 00000000..6772b262 Binary files /dev/null and b/catalogue/icon_131.png differ diff --git a/catalogue/icon_132.png b/catalogue/icon_132.png new file mode 100644 index 00000000..56d3ba60 Binary files /dev/null and b/catalogue/icon_132.png differ diff --git a/catalogue/icon_133.png b/catalogue/icon_133.png new file mode 100644 index 00000000..f43fe776 Binary files /dev/null and b/catalogue/icon_133.png differ diff --git a/catalogue/icon_134.png b/catalogue/icon_134.png new file mode 100644 index 00000000..ec73dde9 Binary files /dev/null and b/catalogue/icon_134.png differ diff --git a/catalogue/icon_135.png b/catalogue/icon_135.png new file mode 100644 index 00000000..e2d7c6b9 Binary files /dev/null and b/catalogue/icon_135.png differ diff --git a/catalogue/icon_136.png b/catalogue/icon_136.png new file mode 100644 index 00000000..b7d53207 Binary files /dev/null and b/catalogue/icon_136.png differ diff --git a/catalogue/icon_137.png b/catalogue/icon_137.png new file mode 100644 index 00000000..3090840f Binary files /dev/null and b/catalogue/icon_137.png differ diff --git a/catalogue/icon_139.png b/catalogue/icon_139.png new file mode 100644 index 00000000..d599b355 Binary files /dev/null and b/catalogue/icon_139.png differ diff --git a/catalogue/icon_14.png b/catalogue/icon_14.png new file mode 100644 index 00000000..09b66a63 Binary files /dev/null and b/catalogue/icon_14.png differ diff --git a/catalogue/icon_140.png b/catalogue/icon_140.png new file mode 100644 index 00000000..96da4a68 Binary files /dev/null and b/catalogue/icon_140.png differ diff --git a/catalogue/icon_141.png b/catalogue/icon_141.png new file mode 100644 index 00000000..4913ec38 Binary files /dev/null and b/catalogue/icon_141.png differ diff --git a/catalogue/icon_142.png b/catalogue/icon_142.png new file mode 100644 index 00000000..44119d96 Binary files /dev/null and b/catalogue/icon_142.png differ diff --git a/catalogue/icon_143.png b/catalogue/icon_143.png new file mode 100644 index 00000000..ca054b36 Binary files /dev/null and b/catalogue/icon_143.png differ diff --git a/catalogue/icon_144.png b/catalogue/icon_144.png new file mode 100644 index 00000000..27ff6945 Binary files /dev/null and b/catalogue/icon_144.png differ diff --git a/catalogue/icon_145.png b/catalogue/icon_145.png new file mode 100644 index 00000000..4df36111 Binary files /dev/null and b/catalogue/icon_145.png differ diff --git a/catalogue/icon_146.png b/catalogue/icon_146.png new file mode 100644 index 00000000..e0d643a7 Binary files /dev/null and b/catalogue/icon_146.png differ diff --git a/catalogue/icon_147.png b/catalogue/icon_147.png new file mode 100644 index 00000000..75102f5f Binary files /dev/null and b/catalogue/icon_147.png differ diff --git a/catalogue/icon_148.png b/catalogue/icon_148.png new file mode 100644 index 00000000..e2b6e86c Binary files /dev/null and b/catalogue/icon_148.png differ diff --git a/catalogue/icon_149.png b/catalogue/icon_149.png new file mode 100644 index 00000000..41ec0ab4 Binary files /dev/null and b/catalogue/icon_149.png differ diff --git a/catalogue/icon_15.png b/catalogue/icon_15.png new file mode 100644 index 00000000..a4a432a7 Binary files /dev/null and b/catalogue/icon_15.png differ diff --git a/catalogue/icon_150.png b/catalogue/icon_150.png new file mode 100644 index 00000000..3af8bdc8 Binary files /dev/null and b/catalogue/icon_150.png differ diff --git a/catalogue/icon_151.png b/catalogue/icon_151.png new file mode 100644 index 00000000..96e16c9c Binary files /dev/null and b/catalogue/icon_151.png differ diff --git a/catalogue/icon_153.png b/catalogue/icon_153.png new file mode 100644 index 00000000..4de81837 Binary files /dev/null and b/catalogue/icon_153.png differ diff --git a/catalogue/icon_154.png b/catalogue/icon_154.png new file mode 100644 index 00000000..2c4ae9db Binary files /dev/null and b/catalogue/icon_154.png differ diff --git a/catalogue/icon_155.png b/catalogue/icon_155.png new file mode 100644 index 00000000..027dc52f Binary files /dev/null and b/catalogue/icon_155.png differ diff --git a/catalogue/icon_156.png b/catalogue/icon_156.png new file mode 100644 index 00000000..4835a320 Binary files /dev/null and b/catalogue/icon_156.png differ diff --git a/catalogue/icon_157.png b/catalogue/icon_157.png new file mode 100644 index 00000000..4a22036b Binary files /dev/null and b/catalogue/icon_157.png differ diff --git a/catalogue/icon_158.png b/catalogue/icon_158.png new file mode 100644 index 00000000..e9a5b7cf Binary files /dev/null and b/catalogue/icon_158.png differ diff --git a/catalogue/icon_159.png b/catalogue/icon_159.png new file mode 100644 index 00000000..c108a402 Binary files /dev/null and b/catalogue/icon_159.png differ diff --git a/catalogue/icon_16.png b/catalogue/icon_16.png new file mode 100644 index 00000000..df16a8f3 Binary files /dev/null and b/catalogue/icon_16.png differ diff --git a/catalogue/icon_160.png b/catalogue/icon_160.png new file mode 100644 index 00000000..3fa7a8f4 Binary files /dev/null and b/catalogue/icon_160.png differ diff --git a/catalogue/icon_161.png b/catalogue/icon_161.png new file mode 100644 index 00000000..fd904cf1 Binary files /dev/null and b/catalogue/icon_161.png differ diff --git a/catalogue/icon_162.png b/catalogue/icon_162.png new file mode 100644 index 00000000..d3bd892d Binary files /dev/null and b/catalogue/icon_162.png differ diff --git a/catalogue/icon_163.png b/catalogue/icon_163.png new file mode 100644 index 00000000..c88cce22 Binary files /dev/null and b/catalogue/icon_163.png differ diff --git a/catalogue/icon_164.png b/catalogue/icon_164.png new file mode 100644 index 00000000..40775410 Binary files /dev/null and b/catalogue/icon_164.png differ diff --git a/catalogue/icon_165.png b/catalogue/icon_165.png new file mode 100644 index 00000000..b38e8b37 Binary files /dev/null and b/catalogue/icon_165.png differ diff --git a/catalogue/icon_166.png b/catalogue/icon_166.png new file mode 100644 index 00000000..2775389e Binary files /dev/null and b/catalogue/icon_166.png differ diff --git a/catalogue/icon_167.png b/catalogue/icon_167.png new file mode 100644 index 00000000..9cc8e1ac Binary files /dev/null and b/catalogue/icon_167.png differ diff --git a/catalogue/icon_168.png b/catalogue/icon_168.png new file mode 100644 index 00000000..7069e0f4 Binary files /dev/null and b/catalogue/icon_168.png differ diff --git a/catalogue/icon_169.png b/catalogue/icon_169.png new file mode 100644 index 00000000..2836f810 Binary files /dev/null and b/catalogue/icon_169.png differ diff --git a/catalogue/icon_17.png b/catalogue/icon_17.png new file mode 100644 index 00000000..f3e3beca Binary files /dev/null and b/catalogue/icon_17.png differ diff --git a/catalogue/icon_170.png b/catalogue/icon_170.png new file mode 100644 index 00000000..d8823dd7 Binary files /dev/null and b/catalogue/icon_170.png differ diff --git a/catalogue/icon_171.png b/catalogue/icon_171.png new file mode 100644 index 00000000..e59b3511 Binary files /dev/null and b/catalogue/icon_171.png differ diff --git a/catalogue/icon_172.png b/catalogue/icon_172.png new file mode 100644 index 00000000..dc4b5b25 Binary files /dev/null and b/catalogue/icon_172.png differ diff --git a/catalogue/icon_173.png b/catalogue/icon_173.png new file mode 100644 index 00000000..2a44a5c3 Binary files /dev/null and b/catalogue/icon_173.png differ diff --git a/catalogue/icon_174.png b/catalogue/icon_174.png new file mode 100644 index 00000000..b61ee8b6 Binary files /dev/null and b/catalogue/icon_174.png differ diff --git a/catalogue/icon_175.png b/catalogue/icon_175.png new file mode 100644 index 00000000..abfac3e2 Binary files /dev/null and b/catalogue/icon_175.png differ diff --git a/catalogue/icon_176.png b/catalogue/icon_176.png new file mode 100644 index 00000000..ed5bbe2c Binary files /dev/null and b/catalogue/icon_176.png differ diff --git a/catalogue/icon_177.png b/catalogue/icon_177.png new file mode 100644 index 00000000..7dad3b07 Binary files /dev/null and b/catalogue/icon_177.png differ diff --git a/catalogue/icon_178.png b/catalogue/icon_178.png new file mode 100644 index 00000000..826067bd Binary files /dev/null and b/catalogue/icon_178.png differ diff --git a/catalogue/icon_179.png b/catalogue/icon_179.png new file mode 100644 index 00000000..d125d617 Binary files /dev/null and b/catalogue/icon_179.png differ diff --git a/catalogue/icon_18.png b/catalogue/icon_18.png new file mode 100644 index 00000000..cf392384 Binary files /dev/null and b/catalogue/icon_18.png differ diff --git a/catalogue/icon_180.png b/catalogue/icon_180.png new file mode 100644 index 00000000..79944e58 Binary files /dev/null and b/catalogue/icon_180.png differ diff --git a/catalogue/icon_181.png b/catalogue/icon_181.png new file mode 100644 index 00000000..deabcadb Binary files /dev/null and b/catalogue/icon_181.png differ diff --git a/catalogue/icon_182.png b/catalogue/icon_182.png new file mode 100644 index 00000000..13ebfa67 Binary files /dev/null and b/catalogue/icon_182.png differ diff --git a/catalogue/icon_183.png b/catalogue/icon_183.png new file mode 100644 index 00000000..16fec77c Binary files /dev/null and b/catalogue/icon_183.png differ diff --git a/catalogue/icon_184.png b/catalogue/icon_184.png new file mode 100644 index 00000000..9c008245 Binary files /dev/null and b/catalogue/icon_184.png differ diff --git a/catalogue/icon_185.png b/catalogue/icon_185.png new file mode 100644 index 00000000..f89008c8 Binary files /dev/null and b/catalogue/icon_185.png differ diff --git a/catalogue/icon_186.png b/catalogue/icon_186.png new file mode 100644 index 00000000..99c941aa Binary files /dev/null and b/catalogue/icon_186.png differ diff --git a/catalogue/icon_187.png b/catalogue/icon_187.png new file mode 100644 index 00000000..ca3fa80a Binary files /dev/null and b/catalogue/icon_187.png differ diff --git a/catalogue/icon_188.png b/catalogue/icon_188.png new file mode 100644 index 00000000..75c2de29 Binary files /dev/null and b/catalogue/icon_188.png differ diff --git a/catalogue/icon_189.png b/catalogue/icon_189.png new file mode 100644 index 00000000..f662f41a Binary files /dev/null and b/catalogue/icon_189.png differ diff --git a/catalogue/icon_19.png b/catalogue/icon_19.png new file mode 100644 index 00000000..3db33d70 Binary files /dev/null and b/catalogue/icon_19.png differ diff --git a/catalogue/icon_190.png b/catalogue/icon_190.png new file mode 100644 index 00000000..c74b3eee Binary files /dev/null and b/catalogue/icon_190.png differ diff --git a/catalogue/icon_191.png b/catalogue/icon_191.png new file mode 100644 index 00000000..574c2e64 Binary files /dev/null and b/catalogue/icon_191.png differ diff --git a/catalogue/icon_192.png b/catalogue/icon_192.png new file mode 100644 index 00000000..4e477c4e Binary files /dev/null and b/catalogue/icon_192.png differ diff --git a/catalogue/icon_193.png b/catalogue/icon_193.png new file mode 100644 index 00000000..26a4ce87 Binary files /dev/null and b/catalogue/icon_193.png differ diff --git a/catalogue/icon_194.png b/catalogue/icon_194.png new file mode 100644 index 00000000..59529c15 Binary files /dev/null and b/catalogue/icon_194.png differ diff --git a/catalogue/icon_195.png b/catalogue/icon_195.png new file mode 100644 index 00000000..a446c4c9 Binary files /dev/null and b/catalogue/icon_195.png differ diff --git a/catalogue/icon_196.png b/catalogue/icon_196.png new file mode 100644 index 00000000..c65e0a19 Binary files /dev/null and b/catalogue/icon_196.png differ diff --git a/catalogue/icon_197.png b/catalogue/icon_197.png new file mode 100644 index 00000000..5d4ab2f6 Binary files /dev/null and b/catalogue/icon_197.png differ diff --git a/catalogue/icon_198.png b/catalogue/icon_198.png new file mode 100644 index 00000000..93342ac9 Binary files /dev/null and b/catalogue/icon_198.png differ diff --git a/catalogue/icon_199.png b/catalogue/icon_199.png new file mode 100644 index 00000000..cbd46d68 Binary files /dev/null and b/catalogue/icon_199.png differ diff --git a/catalogue/icon_2.png b/catalogue/icon_2.png new file mode 100644 index 00000000..c31a839a Binary files /dev/null and b/catalogue/icon_2.png differ diff --git a/catalogue/icon_20.png b/catalogue/icon_20.png new file mode 100644 index 00000000..7efdc2c2 Binary files /dev/null and b/catalogue/icon_20.png differ diff --git a/catalogue/icon_200.png b/catalogue/icon_200.png new file mode 100644 index 00000000..8c4e2226 Binary files /dev/null and b/catalogue/icon_200.png differ diff --git a/catalogue/icon_201.png b/catalogue/icon_201.png new file mode 100644 index 00000000..83447751 Binary files /dev/null and b/catalogue/icon_201.png differ diff --git a/catalogue/icon_202.png b/catalogue/icon_202.png new file mode 100644 index 00000000..ae1a3d9b Binary files /dev/null and b/catalogue/icon_202.png differ diff --git a/catalogue/icon_203.png b/catalogue/icon_203.png new file mode 100644 index 00000000..99464d60 Binary files /dev/null and b/catalogue/icon_203.png differ diff --git a/catalogue/icon_204.png b/catalogue/icon_204.png new file mode 100644 index 00000000..9fd3a90d Binary files /dev/null and b/catalogue/icon_204.png differ diff --git a/catalogue/icon_205.png b/catalogue/icon_205.png new file mode 100644 index 00000000..475471ac Binary files /dev/null and b/catalogue/icon_205.png differ diff --git a/catalogue/icon_206.png b/catalogue/icon_206.png new file mode 100644 index 00000000..feea5286 Binary files /dev/null and b/catalogue/icon_206.png differ diff --git a/catalogue/icon_207.png b/catalogue/icon_207.png new file mode 100644 index 00000000..eb6c0381 Binary files /dev/null and b/catalogue/icon_207.png differ diff --git a/catalogue/icon_208.png b/catalogue/icon_208.png new file mode 100644 index 00000000..dffdbbc6 Binary files /dev/null and b/catalogue/icon_208.png differ diff --git a/catalogue/icon_209.png b/catalogue/icon_209.png new file mode 100644 index 00000000..d35cfef7 Binary files /dev/null and b/catalogue/icon_209.png differ diff --git a/catalogue/icon_21.png b/catalogue/icon_21.png new file mode 100644 index 00000000..c1558f3b Binary files /dev/null and b/catalogue/icon_21.png differ diff --git a/catalogue/icon_210.png b/catalogue/icon_210.png new file mode 100644 index 00000000..bf591b54 Binary files /dev/null and b/catalogue/icon_210.png differ diff --git a/catalogue/icon_211.png b/catalogue/icon_211.png new file mode 100644 index 00000000..c0342c60 Binary files /dev/null and b/catalogue/icon_211.png differ diff --git a/catalogue/icon_212.png b/catalogue/icon_212.png new file mode 100644 index 00000000..0fce8d03 Binary files /dev/null and b/catalogue/icon_212.png differ diff --git a/catalogue/icon_213.png b/catalogue/icon_213.png new file mode 100644 index 00000000..b86882b6 Binary files /dev/null and b/catalogue/icon_213.png differ diff --git a/catalogue/icon_214.png b/catalogue/icon_214.png new file mode 100644 index 00000000..d50afc91 Binary files /dev/null and b/catalogue/icon_214.png differ diff --git a/catalogue/icon_215.png b/catalogue/icon_215.png new file mode 100644 index 00000000..f2b03bcf Binary files /dev/null and b/catalogue/icon_215.png differ diff --git a/catalogue/icon_216.png b/catalogue/icon_216.png new file mode 100644 index 00000000..848b8d7d Binary files /dev/null and b/catalogue/icon_216.png differ diff --git a/catalogue/icon_217.png b/catalogue/icon_217.png new file mode 100644 index 00000000..47d8effb Binary files /dev/null and b/catalogue/icon_217.png differ diff --git a/catalogue/icon_218.png b/catalogue/icon_218.png new file mode 100644 index 00000000..dcff6b05 Binary files /dev/null and b/catalogue/icon_218.png differ diff --git a/catalogue/icon_219.png b/catalogue/icon_219.png new file mode 100644 index 00000000..45141d34 Binary files /dev/null and b/catalogue/icon_219.png differ diff --git a/catalogue/icon_22.png b/catalogue/icon_22.png new file mode 100644 index 00000000..2a3ae7a2 Binary files /dev/null and b/catalogue/icon_22.png differ diff --git a/catalogue/icon_220.png b/catalogue/icon_220.png new file mode 100644 index 00000000..6ee96058 Binary files /dev/null and b/catalogue/icon_220.png differ diff --git a/catalogue/icon_221.png b/catalogue/icon_221.png new file mode 100644 index 00000000..69938098 Binary files /dev/null and b/catalogue/icon_221.png differ diff --git a/catalogue/icon_222.png b/catalogue/icon_222.png new file mode 100644 index 00000000..85242194 Binary files /dev/null and b/catalogue/icon_222.png differ diff --git a/catalogue/icon_223.png b/catalogue/icon_223.png new file mode 100644 index 00000000..5b603a54 Binary files /dev/null and b/catalogue/icon_223.png differ diff --git a/catalogue/icon_224.png b/catalogue/icon_224.png new file mode 100644 index 00000000..39fededb Binary files /dev/null and b/catalogue/icon_224.png differ diff --git a/catalogue/icon_225.png b/catalogue/icon_225.png new file mode 100644 index 00000000..ef4add99 Binary files /dev/null and b/catalogue/icon_225.png differ diff --git a/catalogue/icon_226.png b/catalogue/icon_226.png new file mode 100644 index 00000000..c18dbc7f Binary files /dev/null and b/catalogue/icon_226.png differ diff --git a/catalogue/icon_227.png b/catalogue/icon_227.png new file mode 100644 index 00000000..3b03df2d Binary files /dev/null and b/catalogue/icon_227.png differ diff --git a/catalogue/icon_228.png b/catalogue/icon_228.png new file mode 100644 index 00000000..b4819bcd Binary files /dev/null and b/catalogue/icon_228.png differ diff --git a/catalogue/icon_229.png b/catalogue/icon_229.png new file mode 100644 index 00000000..bb3e2d11 Binary files /dev/null and b/catalogue/icon_229.png differ diff --git a/catalogue/icon_23.png b/catalogue/icon_23.png new file mode 100644 index 00000000..51a3cb4d Binary files /dev/null and b/catalogue/icon_23.png differ diff --git a/catalogue/icon_230.png b/catalogue/icon_230.png new file mode 100644 index 00000000..93b6e670 Binary files /dev/null and b/catalogue/icon_230.png differ diff --git a/catalogue/icon_231.png b/catalogue/icon_231.png new file mode 100644 index 00000000..c644f8f1 Binary files /dev/null and b/catalogue/icon_231.png differ diff --git a/catalogue/icon_232.png b/catalogue/icon_232.png new file mode 100644 index 00000000..a2980eb3 Binary files /dev/null and b/catalogue/icon_232.png differ diff --git a/catalogue/icon_233.png b/catalogue/icon_233.png new file mode 100644 index 00000000..92e5076b Binary files /dev/null and b/catalogue/icon_233.png differ diff --git a/catalogue/icon_234.png b/catalogue/icon_234.png new file mode 100644 index 00000000..61549f56 Binary files /dev/null and b/catalogue/icon_234.png differ diff --git a/catalogue/icon_235.png b/catalogue/icon_235.png new file mode 100644 index 00000000..b14fda4e Binary files /dev/null and b/catalogue/icon_235.png differ diff --git a/catalogue/icon_236.png b/catalogue/icon_236.png new file mode 100644 index 00000000..165ef956 Binary files /dev/null and b/catalogue/icon_236.png differ diff --git a/catalogue/icon_237.png b/catalogue/icon_237.png new file mode 100644 index 00000000..4a4a5062 Binary files /dev/null and b/catalogue/icon_237.png differ diff --git a/catalogue/icon_238.png b/catalogue/icon_238.png new file mode 100644 index 00000000..2dd946e6 Binary files /dev/null and b/catalogue/icon_238.png differ diff --git a/catalogue/icon_239.png b/catalogue/icon_239.png new file mode 100644 index 00000000..a079d523 Binary files /dev/null and b/catalogue/icon_239.png differ diff --git a/catalogue/icon_24.png b/catalogue/icon_24.png new file mode 100644 index 00000000..82bdb864 Binary files /dev/null and b/catalogue/icon_24.png differ diff --git a/catalogue/icon_240.png b/catalogue/icon_240.png new file mode 100644 index 00000000..aa5ba176 Binary files /dev/null and b/catalogue/icon_240.png differ diff --git a/catalogue/icon_241.png b/catalogue/icon_241.png new file mode 100644 index 00000000..cd1f9f33 Binary files /dev/null and b/catalogue/icon_241.png differ diff --git a/catalogue/icon_242.png b/catalogue/icon_242.png new file mode 100644 index 00000000..da9de97a Binary files /dev/null and b/catalogue/icon_242.png differ diff --git a/catalogue/icon_243.png b/catalogue/icon_243.png new file mode 100644 index 00000000..4511ced3 Binary files /dev/null and b/catalogue/icon_243.png differ diff --git a/catalogue/icon_244.png b/catalogue/icon_244.png new file mode 100644 index 00000000..cabf68fc Binary files /dev/null and b/catalogue/icon_244.png differ diff --git a/catalogue/icon_245.png b/catalogue/icon_245.png new file mode 100644 index 00000000..6edbdd96 Binary files /dev/null and b/catalogue/icon_245.png differ diff --git a/catalogue/icon_246.png b/catalogue/icon_246.png new file mode 100644 index 00000000..606ed653 Binary files /dev/null and b/catalogue/icon_246.png differ diff --git a/catalogue/icon_247.png b/catalogue/icon_247.png new file mode 100644 index 00000000..785c374e Binary files /dev/null and b/catalogue/icon_247.png differ diff --git a/catalogue/icon_248.png b/catalogue/icon_248.png new file mode 100644 index 00000000..7c5eba7a Binary files /dev/null and b/catalogue/icon_248.png differ diff --git a/catalogue/icon_249.png b/catalogue/icon_249.png new file mode 100644 index 00000000..c610e86c Binary files /dev/null and b/catalogue/icon_249.png differ diff --git a/catalogue/icon_25.png b/catalogue/icon_25.png new file mode 100644 index 00000000..4662dc61 Binary files /dev/null and b/catalogue/icon_25.png differ diff --git a/catalogue/icon_250.png b/catalogue/icon_250.png new file mode 100644 index 00000000..4e743572 Binary files /dev/null and b/catalogue/icon_250.png differ diff --git a/catalogue/icon_251.png b/catalogue/icon_251.png new file mode 100644 index 00000000..8943919a Binary files /dev/null and b/catalogue/icon_251.png differ diff --git a/catalogue/icon_252.png b/catalogue/icon_252.png new file mode 100644 index 00000000..2431d5b1 Binary files /dev/null and b/catalogue/icon_252.png differ diff --git a/catalogue/icon_253.png b/catalogue/icon_253.png new file mode 100644 index 00000000..1116b38d Binary files /dev/null and b/catalogue/icon_253.png differ diff --git a/catalogue/icon_254.png b/catalogue/icon_254.png new file mode 100644 index 00000000..e1f87a09 Binary files /dev/null and b/catalogue/icon_254.png differ diff --git a/catalogue/icon_255.png b/catalogue/icon_255.png new file mode 100644 index 00000000..5cae1f06 Binary files /dev/null and b/catalogue/icon_255.png differ diff --git a/catalogue/icon_256.png b/catalogue/icon_256.png new file mode 100644 index 00000000..c99ce51d Binary files /dev/null and b/catalogue/icon_256.png differ diff --git a/catalogue/icon_257.png b/catalogue/icon_257.png new file mode 100644 index 00000000..b5948e1a Binary files /dev/null and b/catalogue/icon_257.png differ diff --git a/catalogue/icon_258.png b/catalogue/icon_258.png new file mode 100644 index 00000000..087e89d4 Binary files /dev/null and b/catalogue/icon_258.png differ diff --git a/catalogue/icon_259.png b/catalogue/icon_259.png new file mode 100644 index 00000000..bf8379d0 Binary files /dev/null and b/catalogue/icon_259.png differ diff --git a/catalogue/icon_26.png b/catalogue/icon_26.png new file mode 100644 index 00000000..627c0175 Binary files /dev/null and b/catalogue/icon_26.png differ diff --git a/catalogue/icon_260.png b/catalogue/icon_260.png new file mode 100644 index 00000000..8d92a0b4 Binary files /dev/null and b/catalogue/icon_260.png differ diff --git a/catalogue/icon_261.png b/catalogue/icon_261.png new file mode 100644 index 00000000..ca744706 Binary files /dev/null and b/catalogue/icon_261.png differ diff --git a/catalogue/icon_262.png b/catalogue/icon_262.png new file mode 100644 index 00000000..cacbe403 Binary files /dev/null and b/catalogue/icon_262.png differ diff --git a/catalogue/icon_263.png b/catalogue/icon_263.png new file mode 100644 index 00000000..5abb84a3 Binary files /dev/null and b/catalogue/icon_263.png differ diff --git a/catalogue/icon_264.png b/catalogue/icon_264.png new file mode 100644 index 00000000..65492414 Binary files /dev/null and b/catalogue/icon_264.png differ diff --git a/catalogue/icon_265.png b/catalogue/icon_265.png new file mode 100644 index 00000000..5c29a48e Binary files /dev/null and b/catalogue/icon_265.png differ diff --git a/catalogue/icon_266.png b/catalogue/icon_266.png new file mode 100644 index 00000000..cfb27519 Binary files /dev/null and b/catalogue/icon_266.png differ diff --git a/catalogue/icon_267.png b/catalogue/icon_267.png new file mode 100644 index 00000000..5dec3282 Binary files /dev/null and b/catalogue/icon_267.png differ diff --git a/catalogue/icon_268.png b/catalogue/icon_268.png new file mode 100644 index 00000000..a0360dc4 Binary files /dev/null and b/catalogue/icon_268.png differ diff --git a/catalogue/icon_269.png b/catalogue/icon_269.png new file mode 100644 index 00000000..1c56bfdd Binary files /dev/null and b/catalogue/icon_269.png differ diff --git a/catalogue/icon_27.png b/catalogue/icon_27.png new file mode 100644 index 00000000..41b123ab Binary files /dev/null and b/catalogue/icon_27.png differ diff --git a/catalogue/icon_270.png b/catalogue/icon_270.png new file mode 100644 index 00000000..6fae5154 Binary files /dev/null and b/catalogue/icon_270.png differ diff --git a/catalogue/icon_271.png b/catalogue/icon_271.png new file mode 100644 index 00000000..e0ba1a75 Binary files /dev/null and b/catalogue/icon_271.png differ diff --git a/catalogue/icon_272.png b/catalogue/icon_272.png new file mode 100644 index 00000000..0e9ab59d Binary files /dev/null and b/catalogue/icon_272.png differ diff --git a/catalogue/icon_273.png b/catalogue/icon_273.png new file mode 100644 index 00000000..cb5364fb Binary files /dev/null and b/catalogue/icon_273.png differ diff --git a/catalogue/icon_274.png b/catalogue/icon_274.png new file mode 100644 index 00000000..8637c607 Binary files /dev/null and b/catalogue/icon_274.png differ diff --git a/catalogue/icon_275.png b/catalogue/icon_275.png new file mode 100644 index 00000000..7d4ed1f1 Binary files /dev/null and b/catalogue/icon_275.png differ diff --git a/catalogue/icon_276.png b/catalogue/icon_276.png new file mode 100644 index 00000000..4bc58c1a Binary files /dev/null and b/catalogue/icon_276.png differ diff --git a/catalogue/icon_277.png b/catalogue/icon_277.png new file mode 100644 index 00000000..d7b70dbd Binary files /dev/null and b/catalogue/icon_277.png differ diff --git a/catalogue/icon_278.png b/catalogue/icon_278.png new file mode 100644 index 00000000..74667154 Binary files /dev/null and b/catalogue/icon_278.png differ diff --git a/catalogue/icon_279.png b/catalogue/icon_279.png new file mode 100644 index 00000000..cab2c04f Binary files /dev/null and b/catalogue/icon_279.png differ diff --git a/catalogue/icon_28.png b/catalogue/icon_28.png new file mode 100644 index 00000000..527a1c43 Binary files /dev/null and b/catalogue/icon_28.png differ diff --git a/catalogue/icon_280.png b/catalogue/icon_280.png new file mode 100644 index 00000000..3e81a0ff Binary files /dev/null and b/catalogue/icon_280.png differ diff --git a/catalogue/icon_281.png b/catalogue/icon_281.png new file mode 100644 index 00000000..16799f1f Binary files /dev/null and b/catalogue/icon_281.png differ diff --git a/catalogue/icon_282.png b/catalogue/icon_282.png new file mode 100644 index 00000000..4e355f79 Binary files /dev/null and b/catalogue/icon_282.png differ diff --git a/catalogue/icon_283.png b/catalogue/icon_283.png new file mode 100644 index 00000000..3eda2e6c Binary files /dev/null and b/catalogue/icon_283.png differ diff --git a/catalogue/icon_284.png b/catalogue/icon_284.png new file mode 100644 index 00000000..f263b451 Binary files /dev/null and b/catalogue/icon_284.png differ diff --git a/catalogue/icon_285.png b/catalogue/icon_285.png new file mode 100644 index 00000000..88f2cff1 Binary files /dev/null and b/catalogue/icon_285.png differ diff --git a/catalogue/icon_286.png b/catalogue/icon_286.png new file mode 100644 index 00000000..023560bf Binary files /dev/null and b/catalogue/icon_286.png differ diff --git a/catalogue/icon_287.png b/catalogue/icon_287.png new file mode 100644 index 00000000..72893ef0 Binary files /dev/null and b/catalogue/icon_287.png differ diff --git a/catalogue/icon_288.png b/catalogue/icon_288.png new file mode 100644 index 00000000..3d2a5a12 Binary files /dev/null and b/catalogue/icon_288.png differ diff --git a/catalogue/icon_289.png b/catalogue/icon_289.png new file mode 100644 index 00000000..283f89ec Binary files /dev/null and b/catalogue/icon_289.png differ diff --git a/catalogue/icon_29.png b/catalogue/icon_29.png new file mode 100644 index 00000000..8f648230 Binary files /dev/null and b/catalogue/icon_29.png differ diff --git a/catalogue/icon_290.png b/catalogue/icon_290.png new file mode 100644 index 00000000..0f8bba0b Binary files /dev/null and b/catalogue/icon_290.png differ diff --git a/catalogue/icon_291.png b/catalogue/icon_291.png new file mode 100644 index 00000000..7f049b6b Binary files /dev/null and b/catalogue/icon_291.png differ diff --git a/catalogue/icon_292.png b/catalogue/icon_292.png new file mode 100644 index 00000000..54497639 Binary files /dev/null and b/catalogue/icon_292.png differ diff --git a/catalogue/icon_293.png b/catalogue/icon_293.png new file mode 100644 index 00000000..26f2dd1f Binary files /dev/null and b/catalogue/icon_293.png differ diff --git a/catalogue/icon_294.png b/catalogue/icon_294.png new file mode 100644 index 00000000..77330f13 Binary files /dev/null and b/catalogue/icon_294.png differ diff --git a/catalogue/icon_295.png b/catalogue/icon_295.png new file mode 100644 index 00000000..bc912baf Binary files /dev/null and b/catalogue/icon_295.png differ diff --git a/catalogue/icon_3.png b/catalogue/icon_3.png new file mode 100644 index 00000000..e32dfe0d Binary files /dev/null and b/catalogue/icon_3.png differ diff --git a/catalogue/icon_30.png b/catalogue/icon_30.png new file mode 100644 index 00000000..59e39b5b Binary files /dev/null and b/catalogue/icon_30.png differ diff --git a/catalogue/icon_31.png b/catalogue/icon_31.png new file mode 100644 index 00000000..8f0d9c82 Binary files /dev/null and b/catalogue/icon_31.png differ diff --git a/catalogue/icon_32.png b/catalogue/icon_32.png new file mode 100644 index 00000000..03bcef2b Binary files /dev/null and b/catalogue/icon_32.png differ diff --git a/catalogue/icon_33.png b/catalogue/icon_33.png new file mode 100644 index 00000000..44749298 Binary files /dev/null and b/catalogue/icon_33.png differ diff --git a/catalogue/icon_34.png b/catalogue/icon_34.png new file mode 100644 index 00000000..8db5427b Binary files /dev/null and b/catalogue/icon_34.png differ diff --git a/catalogue/icon_35.png b/catalogue/icon_35.png new file mode 100644 index 00000000..67a1c04c Binary files /dev/null and b/catalogue/icon_35.png differ diff --git a/catalogue/icon_36.png b/catalogue/icon_36.png new file mode 100644 index 00000000..98e0e8ef Binary files /dev/null and b/catalogue/icon_36.png differ diff --git a/catalogue/icon_37.png b/catalogue/icon_37.png new file mode 100644 index 00000000..75d3f0ab Binary files /dev/null and b/catalogue/icon_37.png differ diff --git a/catalogue/icon_38.png b/catalogue/icon_38.png new file mode 100644 index 00000000..5cdc3225 Binary files /dev/null and b/catalogue/icon_38.png differ diff --git a/catalogue/icon_39.png b/catalogue/icon_39.png new file mode 100644 index 00000000..c106f00c Binary files /dev/null and b/catalogue/icon_39.png differ diff --git a/catalogue/icon_4.png b/catalogue/icon_4.png new file mode 100644 index 00000000..0e656ec0 Binary files /dev/null and b/catalogue/icon_4.png differ diff --git a/catalogue/icon_40.png b/catalogue/icon_40.png new file mode 100644 index 00000000..6f7c8792 Binary files /dev/null and b/catalogue/icon_40.png differ diff --git a/catalogue/icon_41.png b/catalogue/icon_41.png new file mode 100644 index 00000000..7464c8e7 Binary files /dev/null and b/catalogue/icon_41.png differ diff --git a/catalogue/icon_42.png b/catalogue/icon_42.png new file mode 100644 index 00000000..60b336ec Binary files /dev/null and b/catalogue/icon_42.png differ diff --git a/catalogue/icon_43.png b/catalogue/icon_43.png new file mode 100644 index 00000000..e4e437b0 Binary files /dev/null and b/catalogue/icon_43.png differ diff --git a/catalogue/icon_44.png b/catalogue/icon_44.png new file mode 100644 index 00000000..166b1b55 Binary files /dev/null and b/catalogue/icon_44.png differ diff --git a/catalogue/icon_45.png b/catalogue/icon_45.png new file mode 100644 index 00000000..b43e33a6 Binary files /dev/null and b/catalogue/icon_45.png differ diff --git a/catalogue/icon_46.png b/catalogue/icon_46.png new file mode 100644 index 00000000..6bb464a5 Binary files /dev/null and b/catalogue/icon_46.png differ diff --git a/catalogue/icon_47.png b/catalogue/icon_47.png new file mode 100644 index 00000000..15e57c98 Binary files /dev/null and b/catalogue/icon_47.png differ diff --git a/catalogue/icon_48.png b/catalogue/icon_48.png new file mode 100644 index 00000000..93b91b64 Binary files /dev/null and b/catalogue/icon_48.png differ diff --git a/catalogue/icon_49.png b/catalogue/icon_49.png new file mode 100644 index 00000000..6e71cf21 Binary files /dev/null and b/catalogue/icon_49.png differ diff --git a/catalogue/icon_5.png b/catalogue/icon_5.png new file mode 100644 index 00000000..3e8f54d2 Binary files /dev/null and b/catalogue/icon_5.png differ diff --git a/catalogue/icon_50.png b/catalogue/icon_50.png new file mode 100644 index 00000000..0a963ba4 Binary files /dev/null and b/catalogue/icon_50.png differ diff --git a/catalogue/icon_500.png b/catalogue/icon_500.png new file mode 100644 index 00000000..ec75d000 Binary files /dev/null and b/catalogue/icon_500.png differ diff --git a/catalogue/icon_501.png b/catalogue/icon_501.png new file mode 100644 index 00000000..38634385 Binary files /dev/null and b/catalogue/icon_501.png differ diff --git a/catalogue/icon_502.png b/catalogue/icon_502.png new file mode 100644 index 00000000..039f7abb Binary files /dev/null and b/catalogue/icon_502.png differ diff --git a/catalogue/icon_503.png b/catalogue/icon_503.png new file mode 100644 index 00000000..38cec483 Binary files /dev/null and b/catalogue/icon_503.png differ diff --git a/catalogue/icon_504.png b/catalogue/icon_504.png new file mode 100644 index 00000000..91cd8d50 Binary files /dev/null and b/catalogue/icon_504.png differ diff --git a/catalogue/icon_505.png b/catalogue/icon_505.png new file mode 100644 index 00000000..127bb251 Binary files /dev/null and b/catalogue/icon_505.png differ diff --git a/catalogue/icon_51.png b/catalogue/icon_51.png new file mode 100644 index 00000000..8e89caf6 Binary files /dev/null and b/catalogue/icon_51.png differ diff --git a/catalogue/icon_52.png b/catalogue/icon_52.png new file mode 100644 index 00000000..04084c6e Binary files /dev/null and b/catalogue/icon_52.png differ diff --git a/catalogue/icon_53.png b/catalogue/icon_53.png new file mode 100644 index 00000000..1fd50a56 Binary files /dev/null and b/catalogue/icon_53.png differ diff --git a/catalogue/icon_54.png b/catalogue/icon_54.png new file mode 100644 index 00000000..3cfed56c Binary files /dev/null and b/catalogue/icon_54.png differ diff --git a/catalogue/icon_55.png b/catalogue/icon_55.png new file mode 100644 index 00000000..d95c4eed Binary files /dev/null and b/catalogue/icon_55.png differ diff --git a/catalogue/icon_56.png b/catalogue/icon_56.png new file mode 100644 index 00000000..ae613edf Binary files /dev/null and b/catalogue/icon_56.png differ diff --git a/catalogue/icon_57.png b/catalogue/icon_57.png new file mode 100644 index 00000000..d3b94154 Binary files /dev/null and b/catalogue/icon_57.png differ diff --git a/catalogue/icon_58.png b/catalogue/icon_58.png new file mode 100644 index 00000000..dc6427ea Binary files /dev/null and b/catalogue/icon_58.png differ diff --git a/catalogue/icon_59.png b/catalogue/icon_59.png new file mode 100644 index 00000000..99dc9a33 Binary files /dev/null and b/catalogue/icon_59.png differ diff --git a/catalogue/icon_6.png b/catalogue/icon_6.png new file mode 100644 index 00000000..0259dc69 Binary files /dev/null and b/catalogue/icon_6.png differ diff --git a/catalogue/icon_60.png b/catalogue/icon_60.png new file mode 100644 index 00000000..3f30654d Binary files /dev/null and b/catalogue/icon_60.png differ diff --git a/catalogue/icon_61.png b/catalogue/icon_61.png new file mode 100644 index 00000000..1af4c814 Binary files /dev/null and b/catalogue/icon_61.png differ diff --git a/catalogue/icon_62.png b/catalogue/icon_62.png new file mode 100644 index 00000000..c25e468e Binary files /dev/null and b/catalogue/icon_62.png differ diff --git a/catalogue/icon_63.png b/catalogue/icon_63.png new file mode 100644 index 00000000..83c5170a Binary files /dev/null and b/catalogue/icon_63.png differ diff --git a/catalogue/icon_64.png b/catalogue/icon_64.png new file mode 100644 index 00000000..3fd41a91 Binary files /dev/null and b/catalogue/icon_64.png differ diff --git a/catalogue/icon_65.png b/catalogue/icon_65.png new file mode 100644 index 00000000..643f4efe Binary files /dev/null and b/catalogue/icon_65.png differ diff --git a/catalogue/icon_66.png b/catalogue/icon_66.png new file mode 100644 index 00000000..32c2fc9d Binary files /dev/null and b/catalogue/icon_66.png differ diff --git a/catalogue/icon_67.png b/catalogue/icon_67.png new file mode 100644 index 00000000..3ceb1af9 Binary files /dev/null and b/catalogue/icon_67.png differ diff --git a/catalogue/icon_68.png b/catalogue/icon_68.png new file mode 100644 index 00000000..e638de84 Binary files /dev/null and b/catalogue/icon_68.png differ diff --git a/catalogue/icon_69.png b/catalogue/icon_69.png new file mode 100644 index 00000000..5b64b2aa Binary files /dev/null and b/catalogue/icon_69.png differ diff --git a/catalogue/icon_7.png b/catalogue/icon_7.png new file mode 100644 index 00000000..114dcb30 Binary files /dev/null and b/catalogue/icon_7.png differ diff --git a/catalogue/icon_70.png b/catalogue/icon_70.png new file mode 100644 index 00000000..b2372edb Binary files /dev/null and b/catalogue/icon_70.png differ diff --git a/catalogue/icon_71.png b/catalogue/icon_71.png new file mode 100644 index 00000000..24619c87 Binary files /dev/null and b/catalogue/icon_71.png differ diff --git a/catalogue/icon_72.png b/catalogue/icon_72.png new file mode 100644 index 00000000..15cd999d Binary files /dev/null and b/catalogue/icon_72.png differ diff --git a/catalogue/icon_73.png b/catalogue/icon_73.png new file mode 100644 index 00000000..81663109 Binary files /dev/null and b/catalogue/icon_73.png differ diff --git a/catalogue/icon_74.png b/catalogue/icon_74.png new file mode 100644 index 00000000..3b1fc123 Binary files /dev/null and b/catalogue/icon_74.png differ diff --git a/catalogue/icon_75.png b/catalogue/icon_75.png new file mode 100644 index 00000000..6e0c051f Binary files /dev/null and b/catalogue/icon_75.png differ diff --git a/catalogue/icon_76.png b/catalogue/icon_76.png new file mode 100644 index 00000000..353d8497 Binary files /dev/null and b/catalogue/icon_76.png differ diff --git a/catalogue/icon_77.png b/catalogue/icon_77.png new file mode 100644 index 00000000..4dca704e Binary files /dev/null and b/catalogue/icon_77.png differ diff --git a/catalogue/icon_78.png b/catalogue/icon_78.png new file mode 100644 index 00000000..4561986e Binary files /dev/null and b/catalogue/icon_78.png differ diff --git a/catalogue/icon_79.png b/catalogue/icon_79.png new file mode 100644 index 00000000..c70886d7 Binary files /dev/null and b/catalogue/icon_79.png differ diff --git a/catalogue/icon_8.png b/catalogue/icon_8.png new file mode 100644 index 00000000..6d056f3a Binary files /dev/null and b/catalogue/icon_8.png differ diff --git a/catalogue/icon_80.png b/catalogue/icon_80.png new file mode 100644 index 00000000..5429bbab Binary files /dev/null and b/catalogue/icon_80.png differ diff --git a/catalogue/icon_81.png b/catalogue/icon_81.png new file mode 100644 index 00000000..c2fbe8ef Binary files /dev/null and b/catalogue/icon_81.png differ diff --git a/catalogue/icon_82.png b/catalogue/icon_82.png new file mode 100644 index 00000000..3bd5d11f Binary files /dev/null and b/catalogue/icon_82.png differ diff --git a/catalogue/icon_83.png b/catalogue/icon_83.png new file mode 100644 index 00000000..8c3e1ce2 Binary files /dev/null and b/catalogue/icon_83.png differ diff --git a/catalogue/icon_84.png b/catalogue/icon_84.png new file mode 100644 index 00000000..a0f6e1b0 Binary files /dev/null and b/catalogue/icon_84.png differ diff --git a/catalogue/icon_85.png b/catalogue/icon_85.png new file mode 100644 index 00000000..a446d836 Binary files /dev/null and b/catalogue/icon_85.png differ diff --git a/catalogue/icon_86.png b/catalogue/icon_86.png new file mode 100644 index 00000000..959fb46b Binary files /dev/null and b/catalogue/icon_86.png differ diff --git a/catalogue/icon_87.png b/catalogue/icon_87.png new file mode 100644 index 00000000..3e5cdcad Binary files /dev/null and b/catalogue/icon_87.png differ diff --git a/catalogue/icon_88.png b/catalogue/icon_88.png new file mode 100644 index 00000000..be9bbf87 Binary files /dev/null and b/catalogue/icon_88.png differ diff --git a/catalogue/icon_89.png b/catalogue/icon_89.png new file mode 100644 index 00000000..b8c8a79d Binary files /dev/null and b/catalogue/icon_89.png differ diff --git a/catalogue/icon_9.png b/catalogue/icon_9.png new file mode 100644 index 00000000..faa72d15 Binary files /dev/null and b/catalogue/icon_9.png differ diff --git a/catalogue/icon_90.png b/catalogue/icon_90.png new file mode 100644 index 00000000..85f61272 Binary files /dev/null and b/catalogue/icon_90.png differ diff --git a/catalogue/icon_91.png b/catalogue/icon_91.png new file mode 100644 index 00000000..4de4b5ab Binary files /dev/null and b/catalogue/icon_91.png differ diff --git a/catalogue/icon_92.png b/catalogue/icon_92.png new file mode 100644 index 00000000..d6730b46 Binary files /dev/null and b/catalogue/icon_92.png differ diff --git a/catalogue/icon_93.png b/catalogue/icon_93.png new file mode 100644 index 00000000..735e3fa3 Binary files /dev/null and b/catalogue/icon_93.png differ diff --git a/catalogue/icon_94.png b/catalogue/icon_94.png new file mode 100644 index 00000000..0910ca4d Binary files /dev/null and b/catalogue/icon_94.png differ diff --git a/catalogue/icon_95.png b/catalogue/icon_95.png new file mode 100644 index 00000000..27acbac1 Binary files /dev/null and b/catalogue/icon_95.png differ diff --git a/catalogue/icon_96.png b/catalogue/icon_96.png new file mode 100644 index 00000000..2e23a0ae Binary files /dev/null and b/catalogue/icon_96.png differ diff --git a/catalogue/icon_97.png b/catalogue/icon_97.png new file mode 100644 index 00000000..7e955480 Binary files /dev/null and b/catalogue/icon_97.png differ diff --git a/catalogue/icon_98.png b/catalogue/icon_98.png new file mode 100644 index 00000000..28ad0934 Binary files /dev/null and b/catalogue/icon_98.png differ diff --git a/catalogue/icon_99.png b/catalogue/icon_99.png new file mode 100644 index 00000000..9e198782 Binary files /dev/null and b/catalogue/icon_99.png differ diff --git a/catalogue/idol.gif b/catalogue/idol.gif new file mode 100644 index 00000000..ad697d13 Binary files /dev/null and b/catalogue/idol.gif differ diff --git a/catalogue/igor_mad_scientist_header.gif b/catalogue/igor_mad_scientist_header.gif new file mode 100644 index 00000000..a974978b Binary files /dev/null and b/catalogue/igor_mad_scientist_header.gif differ diff --git a/catalogue/igor_madscientist_teaser.gif b/catalogue/igor_madscientist_teaser.gif new file mode 100644 index 00000000..b726ae24 Binary files /dev/null and b/catalogue/igor_madscientist_teaser.gif differ diff --git a/catalogue/indian_header.gif b/catalogue/indian_header.gif new file mode 100644 index 00000000..8ab8de80 Binary files /dev/null and b/catalogue/indian_header.gif differ diff --git a/catalogue/indian_teaser.gif b/catalogue/indian_teaser.gif new file mode 100644 index 00000000..4e3cc844 Binary files /dev/null and b/catalogue/indian_teaser.gif differ diff --git a/catalogue/inflatable_chairs_cata_header.gif b/catalogue/inflatable_chairs_cata_header.gif new file mode 100644 index 00000000..01cb5426 Binary files /dev/null and b/catalogue/inflatable_chairs_cata_header.gif differ diff --git a/catalogue/inflatable_chairs_header.gif b/catalogue/inflatable_chairs_header.gif new file mode 100644 index 00000000..01cb5426 Binary files /dev/null and b/catalogue/inflatable_chairs_header.gif differ diff --git a/catalogue/inflatable_chairs_teaser.gif b/catalogue/inflatable_chairs_teaser.gif new file mode 100644 index 00000000..77e5e3ea Binary files /dev/null and b/catalogue/inflatable_chairs_teaser.gif differ diff --git a/catalogue/inflateable_chairs_teaser.gif b/catalogue/inflateable_chairs_teaser.gif new file mode 100644 index 00000000..77e5e3ea Binary files /dev/null and b/catalogue/inflateable_chairs_teaser.gif differ diff --git a/catalogue/info-mascotas.gif b/catalogue/info-mascotas.gif new file mode 100644 index 00000000..6266e94e Binary files /dev/null and b/catalogue/info-mascotas.gif differ diff --git a/catalogue/info_loyalty_bottom.gif b/catalogue/info_loyalty_bottom.gif new file mode 100644 index 00000000..aef34940 Binary files /dev/null and b/catalogue/info_loyalty_bottom.gif differ diff --git a/catalogue/info_loyalty_main.png b/catalogue/info_loyalty_main.png new file mode 100644 index 00000000..f9a71cca Binary files /dev/null and b/catalogue/info_loyalty_main.png differ diff --git a/catalogue/infobus_header.gif b/catalogue/infobus_header.gif new file mode 100644 index 00000000..9dac1f82 Binary files /dev/null and b/catalogue/infobus_header.gif differ diff --git a/catalogue/informacion.gif b/catalogue/informacion.gif new file mode 100644 index 00000000..1e6ba951 Binary files /dev/null and b/catalogue/informacion.gif differ diff --git a/catalogue/jan18_classic11_internal.gif b/catalogue/jan18_classic11_internal.gif new file mode 100644 index 00000000..cee4c039 Binary files /dev/null and b/catalogue/jan18_classic11_internal.gif differ diff --git a/catalogue/japan.gif b/catalogue/japan.gif new file mode 100644 index 00000000..d75f2706 Binary files /dev/null and b/catalogue/japan.gif differ diff --git a/catalogue/japan_2.gif b/catalogue/japan_2.gif new file mode 100644 index 00000000..c99719d3 Binary files /dev/null and b/catalogue/japan_2.gif differ diff --git a/catalogue/japan_3.gif b/catalogue/japan_3.gif new file mode 100644 index 00000000..1de94751 Binary files /dev/null and b/catalogue/japan_3.gif differ diff --git a/catalogue/japan_header.gif b/catalogue/japan_header.gif new file mode 100644 index 00000000..f1a4ae08 Binary files /dev/null and b/catalogue/japan_header.gif differ diff --git a/catalogue/japan_header2.gif b/catalogue/japan_header2.gif new file mode 100644 index 00000000..fc549d07 Binary files /dev/null and b/catalogue/japan_header2.gif differ diff --git a/catalogue/japan_header3.gif b/catalogue/japan_header3.gif new file mode 100644 index 00000000..1de94751 Binary files /dev/null and b/catalogue/japan_header3.gif differ diff --git a/catalogue/japan_header_br.gif b/catalogue/japan_header_br.gif new file mode 100644 index 00000000..c8d59813 Binary files /dev/null and b/catalogue/japan_header_br.gif differ diff --git a/catalogue/japan_header_cn.gif b/catalogue/japan_header_cn.gif new file mode 100644 index 00000000..528c978e Binary files /dev/null and b/catalogue/japan_header_cn.gif differ diff --git a/catalogue/japan_header_de_se_no.gif b/catalogue/japan_header_de_se_no.gif new file mode 100644 index 00000000..2e95439f Binary files /dev/null and b/catalogue/japan_header_de_se_no.gif differ diff --git a/catalogue/japan_header_dk.gif b/catalogue/japan_header_dk.gif new file mode 100644 index 00000000..d57bec06 Binary files /dev/null and b/catalogue/japan_header_dk.gif differ diff --git a/catalogue/japan_header_en.gif b/catalogue/japan_header_en.gif new file mode 100644 index 00000000..c5fd920e Binary files /dev/null and b/catalogue/japan_header_en.gif differ diff --git a/catalogue/japan_header_es.gif b/catalogue/japan_header_es.gif new file mode 100644 index 00000000..c5fd920e Binary files /dev/null and b/catalogue/japan_header_es.gif differ diff --git a/catalogue/japan_header_fi_ch.gif b/catalogue/japan_header_fi_ch.gif new file mode 100644 index 00000000..a775fb85 Binary files /dev/null and b/catalogue/japan_header_fi_ch.gif differ diff --git a/catalogue/japan_header_fr.gif b/catalogue/japan_header_fr.gif new file mode 100644 index 00000000..34c43577 Binary files /dev/null and b/catalogue/japan_header_fr.gif differ diff --git a/catalogue/japan_header_it.gif b/catalogue/japan_header_it.gif new file mode 100644 index 00000000..495fc53b Binary files /dev/null and b/catalogue/japan_header_it.gif differ diff --git a/catalogue/japan_header_jp.gif b/catalogue/japan_header_jp.gif new file mode 100644 index 00000000..e5b227b3 Binary files /dev/null and b/catalogue/japan_header_jp.gif differ diff --git a/catalogue/japan_header_nl.gif b/catalogue/japan_header_nl.gif new file mode 100644 index 00000000..d5fdc937 Binary files /dev/null and b/catalogue/japan_header_nl.gif differ diff --git a/catalogue/japan_header_ru.gif b/catalogue/japan_header_ru.gif new file mode 100644 index 00000000..c47f5d8a Binary files /dev/null and b/catalogue/japan_header_ru.gif differ diff --git a/catalogue/japan_teaser.gif b/catalogue/japan_teaser.gif new file mode 100644 index 00000000..1928ae71 Binary files /dev/null and b/catalogue/japan_teaser.gif differ diff --git a/catalogue/japan_teaser2.gif b/catalogue/japan_teaser2.gif new file mode 100644 index 00000000..6c530b55 Binary files /dev/null and b/catalogue/japan_teaser2.gif differ diff --git a/catalogue/japon.gif b/catalogue/japon.gif new file mode 100644 index 00000000..1928ae71 Binary files /dev/null and b/catalogue/japon.gif differ diff --git a/catalogue/japon1.gif b/catalogue/japon1.gif new file mode 100644 index 00000000..1de94751 Binary files /dev/null and b/catalogue/japon1.gif differ diff --git a/catalogue/japon2.gif b/catalogue/japon2.gif new file mode 100644 index 00000000..c99719d3 Binary files /dev/null and b/catalogue/japon2.gif differ diff --git a/catalogue/jetset_cashcomp2.gif b/catalogue/jetset_cashcomp2.gif new file mode 100644 index 00000000..0fda2696 Binary files /dev/null and b/catalogue/jetset_cashcomp2.gif differ diff --git a/catalogue/jetset_header.gif b/catalogue/jetset_header.gif new file mode 100644 index 00000000..fbb3eff5 Binary files /dev/null and b/catalogue/jetset_header.gif differ diff --git a/catalogue/jetset_header2.gif b/catalogue/jetset_header2.gif new file mode 100644 index 00000000..fd13f7de Binary files /dev/null and b/catalogue/jetset_header2.gif differ diff --git a/catalogue/jetset_teaser.gif b/catalogue/jetset_teaser.gif new file mode 100644 index 00000000..0fda2696 Binary files /dev/null and b/catalogue/jetset_teaser.gif differ diff --git a/catalogue/jetset_teaser2.gif b/catalogue/jetset_teaser2.gif new file mode 100644 index 00000000..1e3fbd32 Binary files /dev/null and b/catalogue/jetset_teaser2.gif differ diff --git a/catalogue/jetset_teaser3.gif b/catalogue/jetset_teaser3.gif new file mode 100644 index 00000000..eb6c4f6c Binary files /dev/null and b/catalogue/jetset_teaser3.gif differ diff --git a/catalogue/jetset_teaser4.gif b/catalogue/jetset_teaser4.gif new file mode 100644 index 00000000..b36284c5 Binary files /dev/null and b/catalogue/jetset_teaser4.gif differ diff --git a/catalogue/jetset_yachtcomp.gif b/catalogue/jetset_yachtcomp.gif new file mode 100644 index 00000000..1e3fbd32 Binary files /dev/null and b/catalogue/jetset_yachtcomp.gif differ diff --git a/catalogue/jetsetheader.gif b/catalogue/jetsetheader.gif new file mode 100644 index 00000000..8e450245 Binary files /dev/null and b/catalogue/jetsetheader.gif differ diff --git a/catalogue/jetsetteaser.gif b/catalogue/jetsetteaser.gif new file mode 100644 index 00000000..eb6c4f6c Binary files /dev/null and b/catalogue/jetsetteaser.gif differ diff --git a/catalogue/js_header.gif b/catalogue/js_header.gif new file mode 100644 index 00000000..7aab5ebf Binary files /dev/null and b/catalogue/js_header.gif differ diff --git a/catalogue/jul14_lostcity_internal.gif b/catalogue/jul14_lostcity_internal.gif new file mode 100644 index 00000000..e800a97d Binary files /dev/null and b/catalogue/jul14_lostcity_internal.gif differ diff --git a/catalogue/jul16_partyboat1_internal.gif b/catalogue/jul16_partyboat1_internal.gif new file mode 100644 index 00000000..b36284c5 Binary files /dev/null and b/catalogue/jul16_partyboat1_internal.gif differ diff --git a/catalogue/jun14_mansion_internal.gif b/catalogue/jun14_mansion_internal.gif new file mode 100644 index 00000000..1cfcf027 Binary files /dev/null and b/catalogue/jun14_mansion_internal.gif differ diff --git a/catalogue/jun16_jungle1_internal.gif b/catalogue/jun16_jungle1_internal.gif new file mode 100644 index 00000000..078573f8 Binary files /dev/null and b/catalogue/jun16_jungle1_internal.gif differ diff --git a/catalogue/jun16_jungle3_internal.gif b/catalogue/jun16_jungle3_internal.gif new file mode 100644 index 00000000..d0f60011 Binary files /dev/null and b/catalogue/jun16_jungle3_internal.gif differ diff --git a/catalogue/jun16_jungle4_internal.gif b/catalogue/jun16_jungle4_internal.gif new file mode 100644 index 00000000..82a0348e Binary files /dev/null and b/catalogue/jun16_jungle4_internal.gif differ diff --git a/catalogue/jun18_coral1_internal.gif b/catalogue/jun18_coral1_internal.gif new file mode 100644 index 00000000..ae9cb105 Binary files /dev/null and b/catalogue/jun18_coral1_internal.gif differ diff --git a/catalogue/jun18_coral2_internal.gif b/catalogue/jun18_coral2_internal.gif new file mode 100644 index 00000000..3524cb8f Binary files /dev/null and b/catalogue/jun18_coral2_internal.gif differ diff --git a/catalogue/jun18_coral3_internal.gif b/catalogue/jun18_coral3_internal.gif new file mode 100644 index 00000000..fcf15311 Binary files /dev/null and b/catalogue/jun18_coral3_internal.gif differ diff --git a/catalogue/jun18_coral4_internal.gif b/catalogue/jun18_coral4_internal.gif new file mode 100644 index 00000000..6318fe69 Binary files /dev/null and b/catalogue/jun18_coral4_internal.gif differ diff --git a/catalogue/jungla.gif b/catalogue/jungla.gif new file mode 100644 index 00000000..014ec6f4 Binary files /dev/null and b/catalogue/jungla.gif differ diff --git a/catalogue/junglecrafting.gif b/catalogue/junglecrafting.gif new file mode 100644 index 00000000..c76d48e2 Binary files /dev/null and b/catalogue/junglecrafting.gif differ diff --git a/catalogue/junglenewfurni.gif b/catalogue/junglenewfurni.gif new file mode 100644 index 00000000..03bed6dc Binary files /dev/null and b/catalogue/junglenewfurni.gif differ diff --git a/catalogue/jurassic15_catalog_header.gif b/catalogue/jurassic15_catalog_header.gif new file mode 100644 index 00000000..513e1ec5 Binary files /dev/null and b/catalogue/jurassic15_catalog_header.gif differ diff --git a/catalogue/katalogi_ikoni_accessories.png b/catalogue/katalogi_ikoni_accessories.png new file mode 100644 index 00000000..73beb29b Binary files /dev/null and b/catalogue/katalogi_ikoni_accessories.png differ diff --git a/catalogue/katalogi_ikoni_alhambra.png b/catalogue/katalogi_ikoni_alhambra.png new file mode 100644 index 00000000..929c92a2 Binary files /dev/null and b/catalogue/katalogi_ikoni_alhambra.png differ diff --git a/catalogue/katalogi_ikoni_arctic.png b/catalogue/katalogi_ikoni_arctic.png new file mode 100644 index 00000000..83aed360 Binary files /dev/null and b/catalogue/katalogi_ikoni_arctic.png differ diff --git a/catalogue/katalogi_ikoni_area.png b/catalogue/katalogi_ikoni_area.png new file mode 100644 index 00000000..69d0eb93 Binary files /dev/null and b/catalogue/katalogi_ikoni_area.png differ diff --git a/catalogue/katalogi_ikoni_asian.png b/catalogue/katalogi_ikoni_asian.png new file mode 100644 index 00000000..56f656a4 Binary files /dev/null and b/catalogue/katalogi_ikoni_asian.png differ diff --git a/catalogue/katalogi_ikoni_auto_set.png b/catalogue/katalogi_ikoni_auto_set.png new file mode 100644 index 00000000..fbaa1fa7 Binary files /dev/null and b/catalogue/katalogi_ikoni_auto_set.png differ diff --git a/catalogue/katalogi_ikoni_bathroom.png b/catalogue/katalogi_ikoni_bathroom.png new file mode 100644 index 00000000..f4cdc2c5 Binary files /dev/null and b/catalogue/katalogi_ikoni_bathroom.png differ diff --git a/catalogue/katalogi_ikoni_bensalem.png b/catalogue/katalogi_ikoni_bensalem.png new file mode 100644 index 00000000..a52e40fa Binary files /dev/null and b/catalogue/katalogi_ikoni_bensalem.png differ diff --git a/catalogue/katalogi_ikoni_candy.png b/catalogue/katalogi_ikoni_candy.png new file mode 100644 index 00000000..76bcf148 Binary files /dev/null and b/catalogue/katalogi_ikoni_candy.png differ diff --git a/catalogue/katalogi_ikoni_cat.png b/catalogue/katalogi_ikoni_cat.png new file mode 100644 index 00000000..19c627a7 Binary files /dev/null and b/catalogue/katalogi_ikoni_cat.png differ diff --git a/catalogue/katalogi_ikoni_country.png b/catalogue/katalogi_ikoni_country.png new file mode 100644 index 00000000..86323cfb Binary files /dev/null and b/catalogue/katalogi_ikoni_country.png differ diff --git a/catalogue/katalogi_ikoni_credits.gif b/catalogue/katalogi_ikoni_credits.gif new file mode 100644 index 00000000..70d1b4a1 Binary files /dev/null and b/catalogue/katalogi_ikoni_credits.gif differ diff --git a/catalogue/katalogi_ikoni_croc.png b/catalogue/katalogi_ikoni_croc.png new file mode 100644 index 00000000..0e9ee870 Binary files /dev/null and b/catalogue/katalogi_ikoni_croc.png differ diff --git a/catalogue/katalogi_ikoni_dimmer.png b/catalogue/katalogi_ikoni_dimmer.png new file mode 100644 index 00000000..f9278889 Binary files /dev/null and b/catalogue/katalogi_ikoni_dimmer.png differ diff --git a/catalogue/katalogi_ikoni_dog.png b/catalogue/katalogi_ikoni_dog.png new file mode 100644 index 00000000..4d3dcc92 Binary files /dev/null and b/catalogue/katalogi_ikoni_dog.png differ diff --git a/catalogue/katalogi_ikoni_easter.png b/catalogue/katalogi_ikoni_easter.png new file mode 100644 index 00000000..4bff1f8b Binary files /dev/null and b/catalogue/katalogi_ikoni_easter.png differ diff --git a/catalogue/katalogi_ikoni_ecotron.png b/catalogue/katalogi_ikoni_ecotron.png new file mode 100644 index 00000000..44a1de8f Binary files /dev/null and b/catalogue/katalogi_ikoni_ecotron.png differ diff --git a/catalogue/katalogi_ikoni_exe.png b/catalogue/katalogi_ikoni_exe.png new file mode 100644 index 00000000..d8d94e96 Binary files /dev/null and b/catalogue/katalogi_ikoni_exe.png differ diff --git a/catalogue/katalogi_ikoni_extras.png b/catalogue/katalogi_ikoni_extras.png new file mode 100644 index 00000000..3541e328 Binary files /dev/null and b/catalogue/katalogi_ikoni_extras.png differ diff --git a/catalogue/katalogi_ikoni_furni.gif b/catalogue/katalogi_ikoni_furni.gif new file mode 100644 index 00000000..16d6e711 Binary files /dev/null and b/catalogue/katalogi_ikoni_furni.gif differ diff --git a/catalogue/katalogi_ikoni_glass.png b/catalogue/katalogi_ikoni_glass.png new file mode 100644 index 00000000..362af5c2 Binary files /dev/null and b/catalogue/katalogi_ikoni_glass.png differ diff --git a/catalogue/katalogi_ikoni_gothic.png b/catalogue/katalogi_ikoni_gothic.png new file mode 100644 index 00000000..0a4cb653 Binary files /dev/null and b/catalogue/katalogi_ikoni_gothic.png differ diff --git a/catalogue/katalogi_ikoni_greek.png b/catalogue/katalogi_ikoni_greek.png new file mode 100644 index 00000000..7f4e2b1b Binary files /dev/null and b/catalogue/katalogi_ikoni_greek.png differ diff --git a/catalogue/katalogi_ikoni_grunge.png b/catalogue/katalogi_ikoni_grunge.png new file mode 100644 index 00000000..bd14c685 Binary files /dev/null and b/catalogue/katalogi_ikoni_grunge.png differ diff --git a/catalogue/katalogi_ikoni_habbowood.png b/catalogue/katalogi_ikoni_habbowood.png new file mode 100644 index 00000000..7b4870c1 Binary files /dev/null and b/catalogue/katalogi_ikoni_habbowood.png differ diff --git a/catalogue/katalogi_ikoni_halloween.png b/catalogue/katalogi_ikoni_halloween.png new file mode 100644 index 00000000..4b2a4186 Binary files /dev/null and b/catalogue/katalogi_ikoni_halloween.png differ diff --git a/catalogue/katalogi_ikoni_hc.gif b/catalogue/katalogi_ikoni_hc.gif new file mode 100644 index 00000000..90f2c3bc Binary files /dev/null and b/catalogue/katalogi_ikoni_hc.gif differ diff --git a/catalogue/katalogi_ikoni_hello_furni.png b/catalogue/katalogi_ikoni_hello_furni.png new file mode 100644 index 00000000..c2d94b03 Binary files /dev/null and b/catalogue/katalogi_ikoni_hello_furni.png differ diff --git a/catalogue/katalogi_ikoni_japanese.png b/catalogue/katalogi_ikoni_japanese.png new file mode 100644 index 00000000..059cc4cb Binary files /dev/null and b/catalogue/katalogi_ikoni_japanese.png differ diff --git a/catalogue/katalogi_ikoni_lodge.png b/catalogue/katalogi_ikoni_lodge.png new file mode 100644 index 00000000..ba2a24b1 Binary files /dev/null and b/catalogue/katalogi_ikoni_lodge.png differ diff --git a/catalogue/katalogi_ikoni_losttribe.png b/catalogue/katalogi_ikoni_losttribe.png new file mode 100644 index 00000000..474df674 Binary files /dev/null and b/catalogue/katalogi_ikoni_losttribe.png differ diff --git a/catalogue/katalogi_ikoni_mode.png b/catalogue/katalogi_ikoni_mode.png new file mode 100644 index 00000000..2a56a074 Binary files /dev/null and b/catalogue/katalogi_ikoni_mode.png differ diff --git a/catalogue/katalogi_ikoni_mood_light.png b/catalogue/katalogi_ikoni_mood_light.png new file mode 100644 index 00000000..632036a9 Binary files /dev/null and b/catalogue/katalogi_ikoni_mood_light.png differ diff --git a/catalogue/katalogi_ikoni_neon.png b/catalogue/katalogi_ikoni_neon.png new file mode 100644 index 00000000..af435136 Binary files /dev/null and b/catalogue/katalogi_ikoni_neon.png differ diff --git a/catalogue/katalogi_ikoni_new.png b/catalogue/katalogi_ikoni_new.png new file mode 100644 index 00000000..6bf37d06 Binary files /dev/null and b/catalogue/katalogi_ikoni_new.png differ diff --git a/catalogue/katalogi_ikoni_pet_accessories.png b/catalogue/katalogi_ikoni_pet_accessories.png new file mode 100644 index 00000000..f52bc0e7 Binary files /dev/null and b/catalogue/katalogi_ikoni_pet_accessories.png differ diff --git a/catalogue/katalogi_ikoni_pets.gif b/catalogue/katalogi_ikoni_pets.gif new file mode 100644 index 00000000..e7d85f9c Binary files /dev/null and b/catalogue/katalogi_ikoni_pets.gif differ diff --git a/catalogue/katalogi_ikoni_pixel_discount.png b/catalogue/katalogi_ikoni_pixel_discount.png new file mode 100644 index 00000000..8c20108a Binary files /dev/null and b/catalogue/katalogi_ikoni_pixel_discount.png differ diff --git a/catalogue/katalogi_ikoni_pixels.gif b/catalogue/katalogi_ikoni_pixels.gif new file mode 100644 index 00000000..2fc5e2c9 Binary files /dev/null and b/catalogue/katalogi_ikoni_pixels.gif differ diff --git a/catalogue/katalogi_ikoni_plants.gif b/catalogue/katalogi_ikoni_plants.gif new file mode 100644 index 00000000..916596ff Binary files /dev/null and b/catalogue/katalogi_ikoni_plants.gif differ diff --git a/catalogue/katalogi_ikoni_plants_001.png b/catalogue/katalogi_ikoni_plants_001.png new file mode 100644 index 00000000..77bff0e4 Binary files /dev/null and b/catalogue/katalogi_ikoni_plants_001.png differ diff --git a/catalogue/katalogi_ikoni_plastic.png b/catalogue/katalogi_ikoni_plastic.png new file mode 100644 index 00000000..04b92bfa Binary files /dev/null and b/catalogue/katalogi_ikoni_plastic.png differ diff --git a/catalogue/katalogi_ikoni_posters_flags.png b/catalogue/katalogi_ikoni_posters_flags.png new file mode 100644 index 00000000..7a5e4d33 Binary files /dev/null and b/catalogue/katalogi_ikoni_posters_flags.png differ diff --git a/catalogue/katalogi_ikoni_pura.png b/catalogue/katalogi_ikoni_pura.png new file mode 100644 index 00000000..18172af3 Binary files /dev/null and b/catalogue/katalogi_ikoni_pura.png differ diff --git a/catalogue/katalogi_ikoni_purse.gif b/catalogue/katalogi_ikoni_purse.gif new file mode 100644 index 00000000..c93f73b9 Binary files /dev/null and b/catalogue/katalogi_ikoni_purse.gif differ diff --git a/catalogue/katalogi_ikoni_recycler.gif b/catalogue/katalogi_ikoni_recycler.gif new file mode 100644 index 00000000..173f2790 Binary files /dev/null and b/catalogue/katalogi_ikoni_recycler.gif differ diff --git a/catalogue/katalogi_ikoni_relax.png b/catalogue/katalogi_ikoni_relax.png new file mode 100644 index 00000000..423b5767 Binary files /dev/null and b/catalogue/katalogi_ikoni_relax.png differ diff --git a/catalogue/katalogi_ikoni_romantique.png b/catalogue/katalogi_ikoni_romantique.png new file mode 100644 index 00000000..bb9ccfa7 Binary files /dev/null and b/catalogue/katalogi_ikoni_romantique.png differ diff --git a/catalogue/katalogi_ikoni_room_effects.png b/catalogue/katalogi_ikoni_room_effects.png new file mode 100644 index 00000000..dbf35c83 Binary files /dev/null and b/catalogue/katalogi_ikoni_room_effects.png differ diff --git a/catalogue/katalogi_ikoni_rugs.png b/catalogue/katalogi_ikoni_rugs.png new file mode 100644 index 00000000..13330045 Binary files /dev/null and b/catalogue/katalogi_ikoni_rugs.png differ diff --git a/catalogue/katalogi_ikoni_scifi.png b/catalogue/katalogi_ikoni_scifi.png new file mode 100644 index 00000000..70f8039c Binary files /dev/null and b/catalogue/katalogi_ikoni_scifi.png differ diff --git a/catalogue/katalogi_ikoni_shalimar.png b/catalogue/katalogi_ikoni_shalimar.png new file mode 100644 index 00000000..b7f55b13 Binary files /dev/null and b/catalogue/katalogi_ikoni_shalimar.png differ diff --git a/catalogue/katalogi_ikoni_spaces.png b/catalogue/katalogi_ikoni_spaces.png new file mode 100644 index 00000000..3b5dfa65 Binary files /dev/null and b/catalogue/katalogi_ikoni_spaces.png differ diff --git a/catalogue/katalogi_ikoni_special_discounts.gif b/catalogue/katalogi_ikoni_special_discounts.gif new file mode 100644 index 00000000..1447525f Binary files /dev/null and b/catalogue/katalogi_ikoni_special_discounts.gif differ diff --git a/catalogue/katalogi_ikoni_special_offers.gif b/catalogue/katalogi_ikoni_special_offers.gif new file mode 100644 index 00000000..0df9063b Binary files /dev/null and b/catalogue/katalogi_ikoni_special_offers.gif differ diff --git a/catalogue/katalogi_ikoni_sports.png b/catalogue/katalogi_ikoni_sports.png new file mode 100644 index 00000000..ed0c65cd Binary files /dev/null and b/catalogue/katalogi_ikoni_sports.png differ diff --git a/catalogue/katalogi_ikoni_summer.png b/catalogue/katalogi_ikoni_summer.png new file mode 100644 index 00000000..1a238a81 Binary files /dev/null and b/catalogue/katalogi_ikoni_summer.png differ diff --git a/catalogue/katalogi_ikoni_teleports.png b/catalogue/katalogi_ikoni_teleports.png new file mode 100644 index 00000000..22dccb09 Binary files /dev/null and b/catalogue/katalogi_ikoni_teleports.png differ diff --git a/catalogue/katalogi_ikoni_tiki.png b/catalogue/katalogi_ikoni_tiki.png new file mode 100644 index 00000000..ed74d79e Binary files /dev/null and b/catalogue/katalogi_ikoni_tiki.png differ diff --git a/catalogue/katalogi_ikoni_trax.gif b/catalogue/katalogi_ikoni_trax.gif new file mode 100644 index 00000000..1ca708f9 Binary files /dev/null and b/catalogue/katalogi_ikoni_trax.gif differ diff --git a/catalogue/katalogi_ikoni_trophies.png b/catalogue/katalogi_ikoni_trophies.png new file mode 100644 index 00000000..498333cb Binary files /dev/null and b/catalogue/katalogi_ikoni_trophies.png differ diff --git a/catalogue/katalogi_ikoni_user_effects.png b/catalogue/katalogi_ikoni_user_effects.png new file mode 100644 index 00000000..b9e55459 Binary files /dev/null and b/catalogue/katalogi_ikoni_user_effects.png differ diff --git a/catalogue/katalogi_ikoni_valentines.png b/catalogue/katalogi_ikoni_valentines.png new file mode 100644 index 00000000..f2652e9d Binary files /dev/null and b/catalogue/katalogi_ikoni_valentines.png differ diff --git a/catalogue/katalogi_ikoni_windows.png b/catalogue/katalogi_ikoni_windows.png new file mode 100644 index 00000000..f5a095b2 Binary files /dev/null and b/catalogue/katalogi_ikoni_windows.png differ diff --git a/catalogue/katalogi_ikoni_xmas.png b/catalogue/katalogi_ikoni_xmas.png new file mode 100644 index 00000000..2af8d2ef Binary files /dev/null and b/catalogue/katalogi_ikoni_xmas.png differ diff --git a/catalogue/kenya_furni_promo.gif b/catalogue/kenya_furni_promo.gif new file mode 100644 index 00000000..817e8185 Binary files /dev/null and b/catalogue/kenya_furni_promo.gif differ diff --git a/catalogue/kitchen.gif b/catalogue/kitchen.gif new file mode 100644 index 00000000..ef6286aa Binary files /dev/null and b/catalogue/kitchen.gif differ diff --git a/catalogue/kitchen_header.gif b/catalogue/kitchen_header.gif new file mode 100644 index 00000000..892a024c Binary files /dev/null and b/catalogue/kitchen_header.gif differ diff --git a/catalogue/kitchen_header2.gif b/catalogue/kitchen_header2.gif new file mode 100644 index 00000000..ef6286aa Binary files /dev/null and b/catalogue/kitchen_header2.gif differ diff --git a/catalogue/kitchen_header_ch.gif b/catalogue/kitchen_header_ch.gif new file mode 100644 index 00000000..99b5ef4b Binary files /dev/null and b/catalogue/kitchen_header_ch.gif differ diff --git a/catalogue/kitchen_header_de.gif b/catalogue/kitchen_header_de.gif new file mode 100644 index 00000000..d3490fa5 Binary files /dev/null and b/catalogue/kitchen_header_de.gif differ diff --git a/catalogue/kitchen_header_dk.gif b/catalogue/kitchen_header_dk.gif new file mode 100644 index 00000000..3ddc7887 Binary files /dev/null and b/catalogue/kitchen_header_dk.gif differ diff --git a/catalogue/kitchen_header_en.gif b/catalogue/kitchen_header_en.gif new file mode 100644 index 00000000..28366795 Binary files /dev/null and b/catalogue/kitchen_header_en.gif differ diff --git a/catalogue/kitchen_header_es.gif b/catalogue/kitchen_header_es.gif new file mode 100644 index 00000000..bd43382a Binary files /dev/null and b/catalogue/kitchen_header_es.gif differ diff --git a/catalogue/kitchen_header_fi.gif b/catalogue/kitchen_header_fi.gif new file mode 100644 index 00000000..1147ca33 Binary files /dev/null and b/catalogue/kitchen_header_fi.gif differ diff --git a/catalogue/kitchen_header_fr.gif b/catalogue/kitchen_header_fr.gif new file mode 100644 index 00000000..1ccdf29b Binary files /dev/null and b/catalogue/kitchen_header_fr.gif differ diff --git a/catalogue/kitchen_header_it.gif b/catalogue/kitchen_header_it.gif new file mode 100644 index 00000000..86aef28a Binary files /dev/null and b/catalogue/kitchen_header_it.gif differ diff --git a/catalogue/kitchen_header_nl.gif b/catalogue/kitchen_header_nl.gif new file mode 100644 index 00000000..4d82d688 Binary files /dev/null and b/catalogue/kitchen_header_nl.gif differ diff --git a/catalogue/kitchen_header_no.gif b/catalogue/kitchen_header_no.gif new file mode 100644 index 00000000..6e2ff6a7 Binary files /dev/null and b/catalogue/kitchen_header_no.gif differ diff --git a/catalogue/kitchen_header_pt.gif b/catalogue/kitchen_header_pt.gif new file mode 100644 index 00000000..9a84837e Binary files /dev/null and b/catalogue/kitchen_header_pt.gif differ diff --git a/catalogue/kitchen_header_sv.gif b/catalogue/kitchen_header_sv.gif new file mode 100644 index 00000000..7d8fca6d Binary files /dev/null and b/catalogue/kitchen_header_sv.gif differ diff --git a/catalogue/kitchen_teaser.gif b/catalogue/kitchen_teaser.gif new file mode 100644 index 00000000..ad5090c4 Binary files /dev/null and b/catalogue/kitchen_teaser.gif differ diff --git a/catalogue/kitchen_teaser5.gif b/catalogue/kitchen_teaser5.gif new file mode 100644 index 00000000..d01e70b1 Binary files /dev/null and b/catalogue/kitchen_teaser5.gif differ diff --git a/catalogue/kitchen_teaser_ch.gif b/catalogue/kitchen_teaser_ch.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/kitchen_teaser_ch.gif differ diff --git a/catalogue/kitchen_teaser_da.gif b/catalogue/kitchen_teaser_da.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/kitchen_teaser_da.gif differ diff --git a/catalogue/kitchen_teaser_de.gif b/catalogue/kitchen_teaser_de.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/kitchen_teaser_de.gif differ diff --git a/catalogue/kitchen_teaser_en.gif b/catalogue/kitchen_teaser_en.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/kitchen_teaser_en.gif differ diff --git a/catalogue/kitchen_teaser_es.gif b/catalogue/kitchen_teaser_es.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/kitchen_teaser_es.gif differ diff --git a/catalogue/kitchen_teaser_fi.gif b/catalogue/kitchen_teaser_fi.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/kitchen_teaser_fi.gif differ diff --git a/catalogue/kitchen_teaser_fr.gif b/catalogue/kitchen_teaser_fr.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/kitchen_teaser_fr.gif differ diff --git a/catalogue/kitchen_teaser_it.gif b/catalogue/kitchen_teaser_it.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/kitchen_teaser_it.gif differ diff --git a/catalogue/kitchen_teaser_nl.gif b/catalogue/kitchen_teaser_nl.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/kitchen_teaser_nl.gif differ diff --git a/catalogue/kitchen_teaser_no.gif b/catalogue/kitchen_teaser_no.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/kitchen_teaser_no.gif differ diff --git a/catalogue/kitchen_teaser_pt.gif b/catalogue/kitchen_teaser_pt.gif new file mode 100644 index 00000000..d83d8480 Binary files /dev/null and b/catalogue/kitchen_teaser_pt.gif differ diff --git a/catalogue/kuurna.gif b/catalogue/kuurna.gif new file mode 100644 index 00000000..bee8d3d0 Binary files /dev/null and b/catalogue/kuurna.gif differ diff --git a/catalogue/kuurna1.gif b/catalogue/kuurna1.gif new file mode 100644 index 00000000..d7be8985 Binary files /dev/null and b/catalogue/kuurna1.gif differ diff --git a/catalogue/kuurna2.gif b/catalogue/kuurna2.gif new file mode 100644 index 00000000..9c874da7 Binary files /dev/null and b/catalogue/kuurna2.gif differ diff --git a/catalogue/kuurna3.gif b/catalogue/kuurna3.gif new file mode 100644 index 00000000..eb81ab05 Binary files /dev/null and b/catalogue/kuurna3.gif differ diff --git a/catalogue/kuurna_chair.gif b/catalogue/kuurna_chair.gif new file mode 100644 index 00000000..763c8dc6 Binary files /dev/null and b/catalogue/kuurna_chair.gif differ diff --git a/catalogue/kuurna_header.gif b/catalogue/kuurna_header.gif new file mode 100644 index 00000000..48d46964 Binary files /dev/null and b/catalogue/kuurna_header.gif differ diff --git a/catalogue/kuurna_header2.gif b/catalogue/kuurna_header2.gif new file mode 100644 index 00000000..bee8d3d0 Binary files /dev/null and b/catalogue/kuurna_header2.gif differ diff --git a/catalogue/kuurna_teaser.gif b/catalogue/kuurna_teaser.gif new file mode 100644 index 00000000..060abaf2 Binary files /dev/null and b/catalogue/kuurna_teaser.gif differ diff --git a/catalogue/kuurna_teaser2.gif b/catalogue/kuurna_teaser2.gif new file mode 100644 index 00000000..eb81ab05 Binary files /dev/null and b/catalogue/kuurna_teaser2.gif differ diff --git a/catalogue/kuurnaads.gif b/catalogue/kuurnaads.gif new file mode 100644 index 00000000..eb81ab05 Binary files /dev/null and b/catalogue/kuurnaads.gif differ diff --git a/catalogue/laboratory_header.gif b/catalogue/laboratory_header.gif new file mode 100644 index 00000000..a7de2411 Binary files /dev/null and b/catalogue/laboratory_header.gif differ diff --git a/catalogue/laboratory_teaser.gif b/catalogue/laboratory_teaser.gif new file mode 100644 index 00000000..6ed79a37 Binary files /dev/null and b/catalogue/laboratory_teaser.gif differ diff --git a/catalogue/lai.gif b/catalogue/lai.gif new file mode 100644 index 00000000..806fb752 Binary files /dev/null and b/catalogue/lai.gif differ diff --git a/catalogue/lamparas.gif b/catalogue/lamparas.gif new file mode 100644 index 00000000..559bd5af Binary files /dev/null and b/catalogue/lamparas.gif differ diff --git a/catalogue/lamparas1.gif b/catalogue/lamparas1.gif new file mode 100644 index 00000000..3711f6ab Binary files /dev/null and b/catalogue/lamparas1.gif differ diff --git a/catalogue/lamparasteaser.gif b/catalogue/lamparasteaser.gif new file mode 100644 index 00000000..b018d21b Binary files /dev/null and b/catalogue/lamparasteaser.gif differ diff --git a/catalogue/laundry_header.gif b/catalogue/laundry_header.gif new file mode 100644 index 00000000..9afe9362 Binary files /dev/null and b/catalogue/laundry_header.gif differ diff --git a/catalogue/laundry_teaser.gif b/catalogue/laundry_teaser.gif new file mode 100644 index 00000000..0468b9b3 Binary files /dev/null and b/catalogue/laundry_teaser.gif differ diff --git a/catalogue/leprechaun_teaser.gif b/catalogue/leprechaun_teaser.gif new file mode 100644 index 00000000..9c491343 Binary files /dev/null and b/catalogue/leprechaun_teaser.gif differ diff --git a/catalogue/library_teaser.gif b/catalogue/library_teaser.gif new file mode 100644 index 00000000..9a3ec3a0 Binary files /dev/null and b/catalogue/library_teaser.gif differ diff --git a/catalogue/lighting_header.gif b/catalogue/lighting_header.gif new file mode 100644 index 00000000..53763e70 Binary files /dev/null and b/catalogue/lighting_header.gif differ diff --git a/catalogue/lighting_teaser2.gif b/catalogue/lighting_teaser2.gif new file mode 100644 index 00000000..2812f39f Binary files /dev/null and b/catalogue/lighting_teaser2.gif differ diff --git a/catalogue/limited.gif b/catalogue/limited.gif new file mode 100644 index 00000000..76438be7 Binary files /dev/null and b/catalogue/limited.gif differ diff --git a/catalogue/limited_header.gif b/catalogue/limited_header.gif new file mode 100644 index 00000000..cd809c95 Binary files /dev/null and b/catalogue/limited_header.gif differ diff --git a/catalogue/limited_header2.gif b/catalogue/limited_header2.gif new file mode 100644 index 00000000..b7a41110 Binary files /dev/null and b/catalogue/limited_header2.gif differ diff --git a/catalogue/limited_sold_promo.gif b/catalogue/limited_sold_promo.gif new file mode 100644 index 00000000..c7a218cb Binary files /dev/null and b/catalogue/limited_sold_promo.gif differ diff --git a/catalogue/limited_teaser.gif b/catalogue/limited_teaser.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/limited_teaser.gif differ diff --git a/catalogue/limitedsold_header.gif b/catalogue/limitedsold_header.gif new file mode 100644 index 00000000..7155e551 Binary files /dev/null and b/catalogue/limitedsold_header.gif differ diff --git a/catalogue/limitedsold_teaser.gif b/catalogue/limitedsold_teaser.gif new file mode 100644 index 00000000..c7a218cb Binary files /dev/null and b/catalogue/limitedsold_teaser.gif differ diff --git a/catalogue/limo_teaser.gif b/catalogue/limo_teaser.gif new file mode 100644 index 00000000..97d7aabf Binary files /dev/null and b/catalogue/limo_teaser.gif differ diff --git a/catalogue/lodge.gif b/catalogue/lodge.gif new file mode 100644 index 00000000..74d76db9 Binary files /dev/null and b/catalogue/lodge.gif differ diff --git a/catalogue/lodge_header.gif b/catalogue/lodge_header.gif new file mode 100644 index 00000000..882bd0a2 Binary files /dev/null and b/catalogue/lodge_header.gif differ diff --git a/catalogue/lodge_teaser.gif b/catalogue/lodge_teaser.gif new file mode 100644 index 00000000..82b8576a Binary files /dev/null and b/catalogue/lodge_teaser.gif differ diff --git a/catalogue/logcabin_header.gif b/catalogue/logcabin_header.gif new file mode 100644 index 00000000..b6e5d726 Binary files /dev/null and b/catalogue/logcabin_header.gif differ diff --git a/catalogue/logcabin_teaser.gif b/catalogue/logcabin_teaser.gif new file mode 100644 index 00000000..4bdd69db Binary files /dev/null and b/catalogue/logcabin_teaser.gif differ diff --git a/catalogue/look_feel.gif b/catalogue/look_feel.gif new file mode 100644 index 00000000..6a7a2192 Binary files /dev/null and b/catalogue/look_feel.gif differ diff --git a/catalogue/look_feel_text.gif b/catalogue/look_feel_text.gif new file mode 100644 index 00000000..08d0b4b5 Binary files /dev/null and b/catalogue/look_feel_text.gif differ diff --git a/catalogue/lookfeel_header.gif b/catalogue/lookfeel_header.gif new file mode 100644 index 00000000..6a7a2192 Binary files /dev/null and b/catalogue/lookfeel_header.gif differ diff --git a/catalogue/lookfeel_text_header.gif b/catalogue/lookfeel_text_header.gif new file mode 100644 index 00000000..08d0b4b5 Binary files /dev/null and b/catalogue/lookfeel_text_header.gif differ diff --git a/catalogue/lostmonkey_headline.gif b/catalogue/lostmonkey_headline.gif new file mode 100644 index 00000000..94c28e19 Binary files /dev/null and b/catalogue/lostmonkey_headline.gif differ diff --git a/catalogue/lostmonkey_teaser.gif b/catalogue/lostmonkey_teaser.gif new file mode 100644 index 00000000..2111c5a2 Binary files /dev/null and b/catalogue/lostmonkey_teaser.gif differ diff --git a/catalogue/lostmonkey_teaser2.gif b/catalogue/lostmonkey_teaser2.gif new file mode 100644 index 00000000..b53de8bc Binary files /dev/null and b/catalogue/lostmonkey_teaser2.gif differ diff --git a/catalogue/losttribe.gif b/catalogue/losttribe.gif new file mode 100644 index 00000000..c8a9fb3a Binary files /dev/null and b/catalogue/losttribe.gif differ diff --git a/catalogue/losttribe_header.gif b/catalogue/losttribe_header.gif new file mode 100644 index 00000000..55bd22c1 Binary files /dev/null and b/catalogue/losttribe_header.gif differ diff --git a/catalogue/losttribe_teaser.gif b/catalogue/losttribe_teaser.gif new file mode 100644 index 00000000..ed7895fb Binary files /dev/null and b/catalogue/losttribe_teaser.gif differ diff --git a/catalogue/losttribe_teaser2.gif b/catalogue/losttribe_teaser2.gif new file mode 100644 index 00000000..1a036dd3 Binary files /dev/null and b/catalogue/losttribe_teaser2.gif differ diff --git a/catalogue/love.gif b/catalogue/love.gif new file mode 100644 index 00000000..9df692a0 Binary files /dev/null and b/catalogue/love.gif differ diff --git a/catalogue/love_header.gif b/catalogue/love_header.gif new file mode 100644 index 00000000..b1658895 Binary files /dev/null and b/catalogue/love_header.gif differ diff --git a/catalogue/lovelock_s_promo.gif b/catalogue/lovelock_s_promo.gif new file mode 100644 index 00000000..ed1795fa Binary files /dev/null and b/catalogue/lovelock_s_promo.gif differ diff --git a/catalogue/loyalty_info_illustration.gif b/catalogue/loyalty_info_illustration.gif new file mode 100644 index 00000000..9b82629a Binary files /dev/null and b/catalogue/loyalty_info_illustration.gif differ diff --git a/catalogue/lsd_10_0_prev.gif b/catalogue/lsd_10_0_prev.gif new file mode 100644 index 00000000..97af2b52 Binary files /dev/null and b/catalogue/lsd_10_0_prev.gif differ diff --git a/catalogue/lsd_1_0_prev.gif b/catalogue/lsd_1_0_prev.gif new file mode 100644 index 00000000..9139bcd7 Binary files /dev/null and b/catalogue/lsd_1_0_prev.gif differ diff --git a/catalogue/lsd_2_0_prev.gif b/catalogue/lsd_2_0_prev.gif new file mode 100644 index 00000000..909716aa Binary files /dev/null and b/catalogue/lsd_2_0_prev.gif differ diff --git a/catalogue/lsd_3_0_prev.gif b/catalogue/lsd_3_0_prev.gif new file mode 100644 index 00000000..5f46605a Binary files /dev/null and b/catalogue/lsd_3_0_prev.gif differ diff --git a/catalogue/lsd_4_0_prev.gif b/catalogue/lsd_4_0_prev.gif new file mode 100644 index 00000000..c714bdd4 Binary files /dev/null and b/catalogue/lsd_4_0_prev.gif differ diff --git a/catalogue/lsd_5_0_prev.gif b/catalogue/lsd_5_0_prev.gif new file mode 100644 index 00000000..4c3cef3c Binary files /dev/null and b/catalogue/lsd_5_0_prev.gif differ diff --git a/catalogue/lsd_6_0_prev.gif b/catalogue/lsd_6_0_prev.gif new file mode 100644 index 00000000..1b70192f Binary files /dev/null and b/catalogue/lsd_6_0_prev.gif differ diff --git a/catalogue/lsd_7_0_prev.gif b/catalogue/lsd_7_0_prev.gif new file mode 100644 index 00000000..78d1cdf1 Binary files /dev/null and b/catalogue/lsd_7_0_prev.gif differ diff --git a/catalogue/lsd_8_0_prev.gif b/catalogue/lsd_8_0_prev.gif new file mode 100644 index 00000000..5e9ba228 Binary files /dev/null and b/catalogue/lsd_8_0_prev.gif differ diff --git a/catalogue/lsd_9_0_prev.gif b/catalogue/lsd_9_0_prev.gif new file mode 100644 index 00000000..04806db1 Binary files /dev/null and b/catalogue/lsd_9_0_prev.gif differ diff --git a/catalogue/lsd_bg_1_prev.gif b/catalogue/lsd_bg_1_prev.gif new file mode 100644 index 00000000..bffd8365 Binary files /dev/null and b/catalogue/lsd_bg_1_prev.gif differ diff --git a/catalogue/lsd_bg_2_prev.gif b/catalogue/lsd_bg_2_prev.gif new file mode 100644 index 00000000..8bb77245 Binary files /dev/null and b/catalogue/lsd_bg_2_prev.gif differ diff --git a/catalogue/lsd_bg_3_prev.gif b/catalogue/lsd_bg_3_prev.gif new file mode 100644 index 00000000..3c12f0ae Binary files /dev/null and b/catalogue/lsd_bg_3_prev.gif differ diff --git a/catalogue/lsd_bg_4_prev.gif b/catalogue/lsd_bg_4_prev.gif new file mode 100644 index 00000000..a66e37fa Binary files /dev/null and b/catalogue/lsd_bg_4_prev.gif differ diff --git a/catalogue/lsd_bg_5_prev.gif b/catalogue/lsd_bg_5_prev.gif new file mode 100644 index 00000000..65e137e5 Binary files /dev/null and b/catalogue/lsd_bg_5_prev.gif differ diff --git a/catalogue/lsd_bg_6_prev.gif b/catalogue/lsd_bg_6_prev.gif new file mode 100644 index 00000000..5b5d7274 Binary files /dev/null and b/catalogue/lsd_bg_6_prev.gif differ diff --git a/catalogue/ltd_teaser.gif b/catalogue/ltd_teaser.gif new file mode 100644 index 00000000..30701a9c Binary files /dev/null and b/catalogue/ltd_teaser.gif differ diff --git a/catalogue/ltd_teaser2.gif b/catalogue/ltd_teaser2.gif new file mode 100644 index 00000000..f5bd384a Binary files /dev/null and b/catalogue/ltd_teaser2.gif differ diff --git a/catalogue/ltdheader.gif b/catalogue/ltdheader.gif new file mode 100644 index 00000000..f8ffa446 Binary files /dev/null and b/catalogue/ltdheader.gif differ diff --git a/catalogue/ltdteaser.gif b/catalogue/ltdteaser.gif new file mode 100644 index 00000000..f5bd384a Binary files /dev/null and b/catalogue/ltdteaser.gif differ diff --git a/catalogue/luces.gif b/catalogue/luces.gif new file mode 100644 index 00000000..1dbeff07 Binary files /dev/null and b/catalogue/luces.gif differ diff --git a/catalogue/luces1.gif b/catalogue/luces1.gif new file mode 100644 index 00000000..2605c669 Binary files /dev/null and b/catalogue/luces1.gif differ diff --git a/catalogue/mad-money.gif b/catalogue/mad-money.gif new file mode 100644 index 00000000..1fad2b6c Binary files /dev/null and b/catalogue/mad-money.gif differ diff --git a/catalogue/mad-money2.gif b/catalogue/mad-money2.gif new file mode 100644 index 00000000..c50411ea Binary files /dev/null and b/catalogue/mad-money2.gif differ diff --git a/catalogue/madmoney_header.gif b/catalogue/madmoney_header.gif new file mode 100644 index 00000000..b00000f7 Binary files /dev/null and b/catalogue/madmoney_header.gif differ diff --git a/catalogue/madmoney_header2.gif b/catalogue/madmoney_header2.gif new file mode 100644 index 00000000..1fad2b6c Binary files /dev/null and b/catalogue/madmoney_header2.gif differ diff --git a/catalogue/madmoney_supersaver_teaser.gif b/catalogue/madmoney_supersaver_teaser.gif new file mode 100644 index 00000000..d943c2ab Binary files /dev/null and b/catalogue/madmoney_supersaver_teaser.gif differ diff --git a/catalogue/madmoney_teaser.gif b/catalogue/madmoney_teaser.gif new file mode 100644 index 00000000..fd3993a6 Binary files /dev/null and b/catalogue/madmoney_teaser.gif differ diff --git a/catalogue/madmoneyheader.gif b/catalogue/madmoneyheader.gif new file mode 100644 index 00000000..1fad2b6c Binary files /dev/null and b/catalogue/madmoneyheader.gif differ diff --git a/catalogue/mall85.png b/catalogue/mall85.png new file mode 100644 index 00000000..2fada9f0 Binary files /dev/null and b/catalogue/mall85.png differ diff --git a/catalogue/mall_header.gif b/catalogue/mall_header.gif new file mode 100644 index 00000000..99be9b9d Binary files /dev/null and b/catalogue/mall_header.gif differ diff --git a/catalogue/mall_header.png b/catalogue/mall_header.png new file mode 100644 index 00000000..2fada9f0 Binary files /dev/null and b/catalogue/mall_header.png differ diff --git a/catalogue/mall_teaser.gif b/catalogue/mall_teaser.gif new file mode 100644 index 00000000..f7a76627 Binary files /dev/null and b/catalogue/mall_teaser.gif differ diff --git a/catalogue/manera-zhabbo.gif b/catalogue/manera-zhabbo.gif new file mode 100644 index 00000000..9ad61ead Binary files /dev/null and b/catalogue/manera-zhabbo.gif differ diff --git a/catalogue/manera-zhabbo1.gif b/catalogue/manera-zhabbo1.gif new file mode 100644 index 00000000..5dd598bc Binary files /dev/null and b/catalogue/manera-zhabbo1.gif differ diff --git a/catalogue/maniheader.gif b/catalogue/maniheader.gif new file mode 100644 index 00000000..777416f2 Binary files /dev/null and b/catalogue/maniheader.gif differ diff --git a/catalogue/maniqui.gif b/catalogue/maniqui.gif new file mode 100644 index 00000000..93ea13f4 Binary files /dev/null and b/catalogue/maniqui.gif differ diff --git a/catalogue/maniquis.gif b/catalogue/maniquis.gif new file mode 100644 index 00000000..881501e1 Binary files /dev/null and b/catalogue/maniquis.gif differ diff --git a/catalogue/maniteaser.gif b/catalogue/maniteaser.gif new file mode 100644 index 00000000..4d79baeb Binary files /dev/null and b/catalogue/maniteaser.gif differ diff --git a/catalogue/mannequin_teaser.gif b/catalogue/mannequin_teaser.gif new file mode 100644 index 00000000..4d79baeb Binary files /dev/null and b/catalogue/mannequin_teaser.gif differ diff --git a/catalogue/maquinas.gif b/catalogue/maquinas.gif new file mode 100644 index 00000000..688e5971 Binary files /dev/null and b/catalogue/maquinas.gif differ diff --git a/catalogue/maquinasteaser.gif b/catalogue/maquinasteaser.gif new file mode 100644 index 00000000..791f0dd2 Binary files /dev/null and b/catalogue/maquinasteaser.gif differ diff --git a/catalogue/mar.gif b/catalogue/mar.gif new file mode 100644 index 00000000..c0542841 Binary files /dev/null and b/catalogue/mar.gif differ diff --git a/catalogue/mar1.gif b/catalogue/mar1.gif new file mode 100644 index 00000000..5c44dce7 Binary files /dev/null and b/catalogue/mar1.gif differ diff --git a/catalogue/march19_new.gif b/catalogue/march19_new.gif new file mode 100644 index 00000000..f8dc4ce6 Binary files /dev/null and b/catalogue/march19_new.gif differ diff --git a/catalogue/mario2.gif b/catalogue/mario2.gif new file mode 100644 index 00000000..8d1c25cd Binary files /dev/null and b/catalogue/mario2.gif differ diff --git a/catalogue/marketplace.gif b/catalogue/marketplace.gif new file mode 100644 index 00000000..51cbff8f Binary files /dev/null and b/catalogue/marketplace.gif differ diff --git a/catalogue/marketplace_2.gif b/catalogue/marketplace_2.gif new file mode 100644 index 00000000..203ec8f8 Binary files /dev/null and b/catalogue/marketplace_2.gif differ diff --git a/catalogue/marketplace_header.gif b/catalogue/marketplace_header.gif new file mode 100644 index 00000000..fa334185 Binary files /dev/null and b/catalogue/marketplace_header.gif differ diff --git a/catalogue/marketplace_header2.gif b/catalogue/marketplace_header2.gif new file mode 100644 index 00000000..203ec8f8 Binary files /dev/null and b/catalogue/marketplace_header2.gif differ diff --git a/catalogue/marketplace_note_teaser.gif b/catalogue/marketplace_note_teaser.gif new file mode 100644 index 00000000..fe54def3 Binary files /dev/null and b/catalogue/marketplace_note_teaser.gif differ diff --git a/catalogue/mascotas.gif b/catalogue/mascotas.gif new file mode 100644 index 00000000..4ba1d383 Binary files /dev/null and b/catalogue/mascotas.gif differ diff --git a/catalogue/mascotas1.gif b/catalogue/mascotas1.gif new file mode 100644 index 00000000..e4186766 Binary files /dev/null and b/catalogue/mascotas1.gif differ diff --git a/catalogue/mascotas2.gif b/catalogue/mascotas2.gif new file mode 100644 index 00000000..7ff800e8 Binary files /dev/null and b/catalogue/mascotas2.gif differ diff --git a/catalogue/mascotas3.gif b/catalogue/mascotas3.gif new file mode 100644 index 00000000..6266e94e Binary files /dev/null and b/catalogue/mascotas3.gif differ diff --git a/catalogue/mask_header.gif b/catalogue/mask_header.gif new file mode 100644 index 00000000..058eb3b6 Binary files /dev/null and b/catalogue/mask_header.gif differ diff --git a/catalogue/may18_house1_internal.gif b/catalogue/may18_house1_internal.gif new file mode 100644 index 00000000..0468b9b3 Binary files /dev/null and b/catalogue/may18_house1_internal.gif differ diff --git a/catalogue/may18_house2_internal.gif b/catalogue/may18_house2_internal.gif new file mode 100644 index 00000000..570f431a Binary files /dev/null and b/catalogue/may18_house2_internal.gif differ diff --git a/catalogue/may18_pet1_internal.gif b/catalogue/may18_pet1_internal.gif new file mode 100644 index 00000000..e34ae69c Binary files /dev/null and b/catalogue/may18_pet1_internal.gif differ diff --git a/catalogue/may18_pet2_internal.gif b/catalogue/may18_pet2_internal.gif new file mode 100644 index 00000000..148ec765 Binary files /dev/null and b/catalogue/may18_pet2_internal.gif differ diff --git a/catalogue/may18_pet3_internal.gif b/catalogue/may18_pet3_internal.gif new file mode 100644 index 00000000..f3ced488 Binary files /dev/null and b/catalogue/may18_pet3_internal.gif differ diff --git a/catalogue/may18_pet4_internal.gif b/catalogue/may18_pet4_internal.gif new file mode 100644 index 00000000..41797441 Binary files /dev/null and b/catalogue/may18_pet4_internal.gif differ diff --git a/catalogue/may18_pet5_internal.gif b/catalogue/may18_pet5_internal.gif new file mode 100644 index 00000000..253cdc78 Binary files /dev/null and b/catalogue/may18_pet5_internal.gif differ diff --git a/catalogue/may19_pet1_internal.gif b/catalogue/may19_pet1_internal.gif new file mode 100644 index 00000000..320d1bc3 Binary files /dev/null and b/catalogue/may19_pet1_internal.gif differ diff --git a/catalogue/may19_pet2_internal.gif b/catalogue/may19_pet2_internal.gif new file mode 100644 index 00000000..0669c427 Binary files /dev/null and b/catalogue/may19_pet2_internal.gif differ diff --git a/catalogue/may19_pet3_internal.gif b/catalogue/may19_pet3_internal.gif new file mode 100644 index 00000000..05d6fcee Binary files /dev/null and b/catalogue/may19_pet3_internal.gif differ diff --git a/catalogue/may19_pet4_internal.gif b/catalogue/may19_pet4_internal.gif new file mode 100644 index 00000000..5b9330c9 Binary files /dev/null and b/catalogue/may19_pet4_internal.gif differ diff --git a/catalogue/may19_pet5_internal.gif b/catalogue/may19_pet5_internal.gif new file mode 100644 index 00000000..a82fbf8b Binary files /dev/null and b/catalogue/may19_pet5_internal.gif differ diff --git a/catalogue/may20_pet1_internal.gif b/catalogue/may20_pet1_internal.gif new file mode 100644 index 00000000..01dbbbeb Binary files /dev/null and b/catalogue/may20_pet1_internal.gif differ diff --git a/catalogue/may20_pet2_internal.gif b/catalogue/may20_pet2_internal.gif new file mode 100644 index 00000000..bfb7f122 Binary files /dev/null and b/catalogue/may20_pet2_internal.gif differ diff --git a/catalogue/may20_pet3_internal.gif b/catalogue/may20_pet3_internal.gif new file mode 100644 index 00000000..1fabc3a5 Binary files /dev/null and b/catalogue/may20_pet3_internal.gif differ diff --git a/catalogue/may20_pet4_internal.gif b/catalogue/may20_pet4_internal.gif new file mode 100644 index 00000000..94bfc8dc Binary files /dev/null and b/catalogue/may20_pet4_internal.gif differ diff --git a/catalogue/may20_pet5_internal.gif b/catalogue/may20_pet5_internal.gif new file mode 100644 index 00000000..c89fbcbe Binary files /dev/null and b/catalogue/may20_pet5_internal.gif differ diff --git a/catalogue/mayan_header.gif b/catalogue/mayan_header.gif new file mode 100644 index 00000000..a093bf74 Binary files /dev/null and b/catalogue/mayan_header.gif differ diff --git a/catalogue/mayan_header2.gif b/catalogue/mayan_header2.gif new file mode 100644 index 00000000..39a3dcd3 Binary files /dev/null and b/catalogue/mayan_header2.gif differ diff --git a/catalogue/mayan_teaser.gif b/catalogue/mayan_teaser.gif new file mode 100644 index 00000000..c8e23303 Binary files /dev/null and b/catalogue/mayan_teaser.gif differ diff --git a/catalogue/mayan_teaser2.gif b/catalogue/mayan_teaser2.gif new file mode 100644 index 00000000..96c2ffd8 Binary files /dev/null and b/catalogue/mayan_teaser2.gif differ diff --git a/catalogue/mayanheader.gif b/catalogue/mayanheader.gif new file mode 100644 index 00000000..f34bd1c8 Binary files /dev/null and b/catalogue/mayanheader.gif differ diff --git a/catalogue/mayanheader2.gif b/catalogue/mayanheader2.gif new file mode 100644 index 00000000..39a3dcd3 Binary files /dev/null and b/catalogue/mayanheader2.gif differ diff --git a/catalogue/mayanteaser.gif b/catalogue/mayanteaser.gif new file mode 100644 index 00000000..96c2ffd8 Binary files /dev/null and b/catalogue/mayanteaser.gif differ diff --git a/catalogue/memorial.gif b/catalogue/memorial.gif new file mode 100644 index 00000000..622c0260 Binary files /dev/null and b/catalogue/memorial.gif differ diff --git a/catalogue/mercadillo1.gif b/catalogue/mercadillo1.gif new file mode 100644 index 00000000..51cbff8f Binary files /dev/null and b/catalogue/mercadillo1.gif differ diff --git a/catalogue/mercadillo2.gif b/catalogue/mercadillo2.gif new file mode 100644 index 00000000..203ec8f8 Binary files /dev/null and b/catalogue/mercadillo2.gif differ diff --git a/catalogue/mesa.gif b/catalogue/mesa.gif new file mode 100644 index 00000000..e247adec Binary files /dev/null and b/catalogue/mesa.gif differ diff --git a/catalogue/mesa1.gif b/catalogue/mesa1.gif new file mode 100644 index 00000000..e8cef882 Binary files /dev/null and b/catalogue/mesa1.gif differ diff --git a/catalogue/mesas.gif b/catalogue/mesas.gif new file mode 100644 index 00000000..219ecd69 Binary files /dev/null and b/catalogue/mesas.gif differ diff --git a/catalogue/mesas.png b/catalogue/mesas.png new file mode 100644 index 00000000..edc83a75 Binary files /dev/null and b/catalogue/mesas.png differ diff --git a/catalogue/mesasteaser.gif b/catalogue/mesasteaser.gif new file mode 100644 index 00000000..74e46795 Binary files /dev/null and b/catalogue/mesasteaser.gif differ diff --git a/catalogue/mm_lamp.png b/catalogue/mm_lamp.png new file mode 100644 index 00000000..314aeb78 Binary files /dev/null and b/catalogue/mm_lamp.png differ diff --git a/catalogue/mm_lemon_drink.png b/catalogue/mm_lemon_drink.png new file mode 100644 index 00000000..84a4d941 Binary files /dev/null and b/catalogue/mm_lemon_drink.png differ diff --git a/catalogue/modcatalogue_header.gif b/catalogue/modcatalogue_header.gif new file mode 100644 index 00000000..e6da1276 Binary files /dev/null and b/catalogue/modcatalogue_header.gif differ diff --git a/catalogue/mode.gif b/catalogue/mode.gif new file mode 100644 index 00000000..8853f3d6 Binary files /dev/null and b/catalogue/mode.gif differ diff --git a/catalogue/mode1.gif b/catalogue/mode1.gif new file mode 100644 index 00000000..9402fe06 Binary files /dev/null and b/catalogue/mode1.gif differ diff --git a/catalogue/mode_header.gif b/catalogue/mode_header.gif new file mode 100644 index 00000000..fab0346f Binary files /dev/null and b/catalogue/mode_header.gif differ diff --git a/catalogue/mode_teaser.gif b/catalogue/mode_teaser.gif new file mode 100644 index 00000000..509ef739 Binary files /dev/null and b/catalogue/mode_teaser.gif differ diff --git a/catalogue/mode_teaser2.gif b/catalogue/mode_teaser2.gif new file mode 100644 index 00000000..9402fe06 Binary files /dev/null and b/catalogue/mode_teaser2.gif differ diff --git a/catalogue/modern_header.gif b/catalogue/modern_header.gif new file mode 100644 index 00000000..b777c617 Binary files /dev/null and b/catalogue/modern_header.gif differ diff --git a/catalogue/modern_teaser.gif b/catalogue/modern_teaser.gif new file mode 100644 index 00000000..0368f6b3 Binary files /dev/null and b/catalogue/modern_teaser.gif differ diff --git a/catalogue/monkey.gif b/catalogue/monkey.gif new file mode 100644 index 00000000..831b40e1 Binary files /dev/null and b/catalogue/monkey.gif differ diff --git a/catalogue/monkey_catalogue_teaser.gif b/catalogue/monkey_catalogue_teaser.gif new file mode 100644 index 00000000..922d3fa8 Binary files /dev/null and b/catalogue/monkey_catalogue_teaser.gif differ diff --git a/catalogue/monsterplant_header.gif b/catalogue/monsterplant_header.gif new file mode 100644 index 00000000..aa39a9e4 Binary files /dev/null and b/catalogue/monsterplant_header.gif differ diff --git a/catalogue/monsterplant_header2.gif b/catalogue/monsterplant_header2.gif new file mode 100644 index 00000000..90af63c2 Binary files /dev/null and b/catalogue/monsterplant_header2.gif differ diff --git a/catalogue/monsterplant_teaser.gif b/catalogue/monsterplant_teaser.gif new file mode 100644 index 00000000..53d55cec Binary files /dev/null and b/catalogue/monsterplant_teaser.gif differ diff --git a/catalogue/monsterplants_note_teaser.gif b/catalogue/monsterplants_note_teaser.gif new file mode 100644 index 00000000..056df015 Binary files /dev/null and b/catalogue/monsterplants_note_teaser.gif differ diff --git a/catalogue/monsterplants_teaser.gif b/catalogue/monsterplants_teaser.gif new file mode 100644 index 00000000..d49afd33 Binary files /dev/null and b/catalogue/monsterplants_teaser.gif differ diff --git a/catalogue/monsterplantspray_teaser.gif b/catalogue/monsterplantspray_teaser.gif new file mode 100644 index 00000000..f71374cd Binary files /dev/null and b/catalogue/monsterplantspray_teaser.gif differ diff --git a/catalogue/monsterplantsprays_header.gif b/catalogue/monsterplantsprays_header.gif new file mode 100644 index 00000000..8c1fdffc Binary files /dev/null and b/catalogue/monsterplantsprays_header.gif differ diff --git a/catalogue/moodlight.gif b/catalogue/moodlight.gif new file mode 100644 index 00000000..6c120ced Binary files /dev/null and b/catalogue/moodlight.gif differ diff --git a/catalogue/mosterplant.gif b/catalogue/mosterplant.gif new file mode 100644 index 00000000..7945fea4 Binary files /dev/null and b/catalogue/mosterplant.gif differ diff --git a/catalogue/mosterplant2.gif b/catalogue/mosterplant2.gif new file mode 100644 index 00000000..2a5be171 Binary files /dev/null and b/catalogue/mosterplant2.gif differ diff --git a/catalogue/movie_catalog_teaser.gif b/catalogue/movie_catalog_teaser.gif new file mode 100644 index 00000000..1ff402d9 Binary files /dev/null and b/catalogue/movie_catalog_teaser.gif differ diff --git a/catalogue/mtv_header.gif b/catalogue/mtv_header.gif new file mode 100644 index 00000000..8ff2a6d2 Binary files /dev/null and b/catalogue/mtv_header.gif differ diff --git a/catalogue/mtv_teaser.gif b/catalogue/mtv_teaser.gif new file mode 100644 index 00000000..6ab10608 Binary files /dev/null and b/catalogue/mtv_teaser.gif differ diff --git a/catalogue/mush_teaser.gif b/catalogue/mush_teaser.gif new file mode 100644 index 00000000..cada1fe2 Binary files /dev/null and b/catalogue/mush_teaser.gif differ diff --git a/catalogue/mushroomfurni_header.gif b/catalogue/mushroomfurni_header.gif new file mode 100644 index 00000000..b3bb84e8 Binary files /dev/null and b/catalogue/mushroomfurni_header.gif differ diff --git a/catalogue/mushroomfurni_teaser.gif b/catalogue/mushroomfurni_teaser.gif new file mode 100644 index 00000000..3a0ad8fc Binary files /dev/null and b/catalogue/mushroomfurni_teaser.gif differ diff --git a/catalogue/mushroomheader.gif b/catalogue/mushroomheader.gif new file mode 100644 index 00000000..b3bb84e8 Binary files /dev/null and b/catalogue/mushroomheader.gif differ diff --git a/catalogue/mushroomteaser.gif b/catalogue/mushroomteaser.gif new file mode 100644 index 00000000..3a0ad8fc Binary files /dev/null and b/catalogue/mushroomteaser.gif differ diff --git a/catalogue/music_header.gif b/catalogue/music_header.gif new file mode 100644 index 00000000..c56fc447 Binary files /dev/null and b/catalogue/music_header.gif differ diff --git a/catalogue/music_teaser.gif b/catalogue/music_teaser.gif new file mode 100644 index 00000000..ddeadfed Binary files /dev/null and b/catalogue/music_teaser.gif differ diff --git a/catalogue/mystery_teaser.gif b/catalogue/mystery_teaser.gif new file mode 100644 index 00000000..383531d6 Binary files /dev/null and b/catalogue/mystery_teaser.gif differ diff --git a/catalogue/mystics_header.gif b/catalogue/mystics_header.gif new file mode 100644 index 00000000..3d5aaa40 Binary files /dev/null and b/catalogue/mystics_header.gif differ diff --git a/catalogue/mystics_teaser.gif b/catalogue/mystics_teaser.gif new file mode 100644 index 00000000..9f48151c Binary files /dev/null and b/catalogue/mystics_teaser.gif differ diff --git a/catalogue/na_animals_teaser.gif b/catalogue/na_animals_teaser.gif new file mode 100644 index 00000000..3328ae62 Binary files /dev/null and b/catalogue/na_animals_teaser.gif differ diff --git a/catalogue/naruto.gif b/catalogue/naruto.gif new file mode 100644 index 00000000..47a931e8 Binary files /dev/null and b/catalogue/naruto.gif differ diff --git a/catalogue/navidad-2011.gif b/catalogue/navidad-2011.gif new file mode 100644 index 00000000..8127632d Binary files /dev/null and b/catalogue/navidad-2011.gif differ diff --git a/catalogue/navidad.gif b/catalogue/navidad.gif new file mode 100644 index 00000000..bd6b8815 Binary files /dev/null and b/catalogue/navidad.gif differ diff --git a/catalogue/navidad2009-1.gif b/catalogue/navidad2009-1.gif new file mode 100644 index 00000000..0f1454f8 Binary files /dev/null and b/catalogue/navidad2009-1.gif differ diff --git a/catalogue/navidad2009.gif b/catalogue/navidad2009.gif new file mode 100644 index 00000000..51d54d71 Binary files /dev/null and b/catalogue/navidad2009.gif differ diff --git a/catalogue/navidad2010-1.gif b/catalogue/navidad2010-1.gif new file mode 100644 index 00000000..d902b27b Binary files /dev/null and b/catalogue/navidad2010-1.gif differ diff --git a/catalogue/navidad2010.gif b/catalogue/navidad2010.gif new file mode 100644 index 00000000..cb62180b Binary files /dev/null and b/catalogue/navidad2010.gif differ diff --git a/catalogue/navidad2012.gif b/catalogue/navidad2012.gif new file mode 100644 index 00000000..1081ccc0 Binary files /dev/null and b/catalogue/navidad2012.gif differ diff --git a/catalogue/navidad20121.gif b/catalogue/navidad20121.gif new file mode 100644 index 00000000..848c2ae1 Binary files /dev/null and b/catalogue/navidad20121.gif differ diff --git a/catalogue/navidad_2011.gif b/catalogue/navidad_2011.gif new file mode 100644 index 00000000..b7cd082d Binary files /dev/null and b/catalogue/navidad_2011.gif differ diff --git a/catalogue/neon.gif b/catalogue/neon.gif new file mode 100644 index 00000000..fdf2b594 Binary files /dev/null and b/catalogue/neon.gif differ diff --git a/catalogue/neon1.gif b/catalogue/neon1.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/neon1.gif differ diff --git a/catalogue/neon_header.gif b/catalogue/neon_header.gif new file mode 100644 index 00000000..6ad2f2be Binary files /dev/null and b/catalogue/neon_header.gif differ diff --git a/catalogue/neon_teaser.gif b/catalogue/neon_teaser.gif new file mode 100644 index 00000000..937983c3 Binary files /dev/null and b/catalogue/neon_teaser.gif differ diff --git a/catalogue/neonpunk_header.gif b/catalogue/neonpunk_header.gif new file mode 100644 index 00000000..9f6f8575 Binary files /dev/null and b/catalogue/neonpunk_header.gif differ diff --git a/catalogue/neonpunk_teaser.gif b/catalogue/neonpunk_teaser.gif new file mode 100644 index 00000000..5f492891 Binary files /dev/null and b/catalogue/neonpunk_teaser.gif differ diff --git a/catalogue/new_toppicks_header.gif b/catalogue/new_toppicks_header.gif new file mode 100644 index 00000000..d7586d40 Binary files /dev/null and b/catalogue/new_toppicks_header.gif differ diff --git a/catalogue/new_toppicks_teaser.gif b/catalogue/new_toppicks_teaser.gif new file mode 100644 index 00000000..51d54d71 Binary files /dev/null and b/catalogue/new_toppicks_teaser.gif differ diff --git a/catalogue/newafrica.gif b/catalogue/newafrica.gif new file mode 100644 index 00000000..b2b95077 Binary files /dev/null and b/catalogue/newafrica.gif differ diff --git a/catalogue/newchristmasheader.gif b/catalogue/newchristmasheader.gif new file mode 100644 index 00000000..ecbe22c4 Binary files /dev/null and b/catalogue/newchristmasheader.gif differ diff --git a/catalogue/newchristmasteaser.gif b/catalogue/newchristmasteaser.gif new file mode 100644 index 00000000..a5f62b45 Binary files /dev/null and b/catalogue/newchristmasteaser.gif differ diff --git a/catalogue/newclothingeaster16.gif b/catalogue/newclothingeaster16.gif new file mode 100644 index 00000000..f874b4ac Binary files /dev/null and b/catalogue/newclothingeaster16.gif differ diff --git a/catalogue/neweaster17.gif b/catalogue/neweaster17.gif new file mode 100644 index 00000000..76274109 Binary files /dev/null and b/catalogue/neweaster17.gif differ diff --git a/catalogue/news_kuurna_mat.gif b/catalogue/news_kuurna_mat.gif new file mode 100644 index 00000000..9c874da7 Binary files /dev/null and b/catalogue/news_kuurna_mat.gif differ diff --git a/catalogue/newyears.gif b/catalogue/newyears.gif new file mode 100644 index 00000000..cc706a8f Binary files /dev/null and b/catalogue/newyears.gif differ diff --git a/catalogue/newyears2011_header.gif b/catalogue/newyears2011_header.gif new file mode 100644 index 00000000..c5329ac3 Binary files /dev/null and b/catalogue/newyears2011_header.gif differ diff --git a/catalogue/newyears2012_header.gif b/catalogue/newyears2012_header.gif new file mode 100644 index 00000000..7cea2085 Binary files /dev/null and b/catalogue/newyears2012_header.gif differ diff --git a/catalogue/newyears2015_header.gif b/catalogue/newyears2015_header.gif new file mode 100644 index 00000000..eb4bd37f Binary files /dev/null and b/catalogue/newyears2015_header.gif differ diff --git a/catalogue/newyears2015_teaser.gif b/catalogue/newyears2015_teaser.gif new file mode 100644 index 00000000..de79c37d Binary files /dev/null and b/catalogue/newyears2015_teaser.gif differ diff --git a/catalogue/newyears2016_hats.gif b/catalogue/newyears2016_hats.gif new file mode 100644 index 00000000..58f65ec0 Binary files /dev/null and b/catalogue/newyears2016_hats.gif differ diff --git a/catalogue/newyears2017_hats.gif b/catalogue/newyears2017_hats.gif new file mode 100644 index 00000000..7dbf4879 Binary files /dev/null and b/catalogue/newyears2017_hats.gif differ diff --git a/catalogue/newyears_chinese_header.gif b/catalogue/newyears_chinese_header.gif new file mode 100644 index 00000000..3c0b8f07 Binary files /dev/null and b/catalogue/newyears_chinese_header.gif differ diff --git a/catalogue/newyears_chinese_teaser1.gif b/catalogue/newyears_chinese_teaser1.gif new file mode 100644 index 00000000..a2ab8e24 Binary files /dev/null and b/catalogue/newyears_chinese_teaser1.gif differ diff --git a/catalogue/newyears_chinese_teaser2.gif b/catalogue/newyears_chinese_teaser2.gif new file mode 100644 index 00000000..41e17734 Binary files /dev/null and b/catalogue/newyears_chinese_teaser2.gif differ diff --git a/catalogue/newyears_chinese_teaser3.gif b/catalogue/newyears_chinese_teaser3.gif new file mode 100644 index 00000000..2b258849 Binary files /dev/null and b/catalogue/newyears_chinese_teaser3.gif differ diff --git a/catalogue/newyears_chinese_teaser4.gif b/catalogue/newyears_chinese_teaser4.gif new file mode 100644 index 00000000..45203b81 Binary files /dev/null and b/catalogue/newyears_chinese_teaser4.gif differ diff --git a/catalogue/newyears_header.gif b/catalogue/newyears_header.gif new file mode 100644 index 00000000..cc706a8f Binary files /dev/null and b/catalogue/newyears_header.gif differ diff --git a/catalogue/newyears_teaser.gif b/catalogue/newyears_teaser.gif new file mode 100644 index 00000000..dca11f2f Binary files /dev/null and b/catalogue/newyears_teaser.gif differ diff --git a/catalogue/niko_header.gif b/catalogue/niko_header.gif new file mode 100644 index 00000000..84dcb462 Binary files /dev/null and b/catalogue/niko_header.gif differ diff --git a/catalogue/niko_teaser.gif b/catalogue/niko_teaser.gif new file mode 100644 index 00000000..564408eb Binary files /dev/null and b/catalogue/niko_teaser.gif differ diff --git a/catalogue/ninja.gif b/catalogue/ninja.gif new file mode 100644 index 00000000..d75f2706 Binary files /dev/null and b/catalogue/ninja.gif differ diff --git a/catalogue/ninja1.gif b/catalogue/ninja1.gif new file mode 100644 index 00000000..1928ae71 Binary files /dev/null and b/catalogue/ninja1.gif differ diff --git a/catalogue/noob_bundle_furni.gif b/catalogue/noob_bundle_furni.gif new file mode 100644 index 00000000..bb651540 Binary files /dev/null and b/catalogue/noob_bundle_furni.gif differ diff --git a/catalogue/normales.gif b/catalogue/normales.gif new file mode 100644 index 00000000..bb676e2c Binary files /dev/null and b/catalogue/normales.gif differ diff --git a/catalogue/notas-corazon.gif b/catalogue/notas-corazon.gif new file mode 100644 index 00000000..efcad58d Binary files /dev/null and b/catalogue/notas-corazon.gif differ diff --git a/catalogue/notas.gif b/catalogue/notas.gif new file mode 100644 index 00000000..d6c7fe7b Binary files /dev/null and b/catalogue/notas.gif differ diff --git a/catalogue/nov15_kitchen3_internal.gif b/catalogue/nov15_kitchen3_internal.gif new file mode 100644 index 00000000..594c46ea Binary files /dev/null and b/catalogue/nov15_kitchen3_internal.gif differ diff --git a/catalogue/nov18_hyggeline.gif b/catalogue/nov18_hyggeline.gif new file mode 100644 index 00000000..2b017b5a Binary files /dev/null and b/catalogue/nov18_hyggeline.gif differ diff --git a/catalogue/ny_comeback.gif b/catalogue/ny_comeback.gif new file mode 100644 index 00000000..dca11f2f Binary files /dev/null and b/catalogue/ny_comeback.gif differ diff --git a/catalogue/nyan-cat.gif b/catalogue/nyan-cat.gif new file mode 100644 index 00000000..dff4b86b Binary files /dev/null and b/catalogue/nyan-cat.gif differ diff --git a/catalogue/objetos.gif b/catalogue/objetos.gif new file mode 100644 index 00000000..0a2425b4 Binary files /dev/null and b/catalogue/objetos.gif differ diff --git a/catalogue/ofertas.gif b/catalogue/ofertas.gif new file mode 100644 index 00000000..37db2f53 Binary files /dev/null and b/catalogue/ofertas.gif differ diff --git a/catalogue/old_cypunk.gif b/catalogue/old_cypunk.gif new file mode 100644 index 00000000..195c9782 Binary files /dev/null and b/catalogue/old_cypunk.gif differ diff --git a/catalogue/oldeaster17.gif b/catalogue/oldeaster17.gif new file mode 100644 index 00000000..ee1a2078 Binary files /dev/null and b/catalogue/oldeaster17.gif differ diff --git a/catalogue/oldrares_header.gif b/catalogue/oldrares_header.gif new file mode 100644 index 00000000..771e7870 Binary files /dev/null and b/catalogue/oldrares_header.gif differ diff --git a/catalogue/olimpicos2012.gif b/catalogue/olimpicos2012.gif new file mode 100644 index 00000000..a9cd35eb Binary files /dev/null and b/catalogue/olimpicos2012.gif differ diff --git a/catalogue/olimpicos20121.gif b/catalogue/olimpicos20121.gif new file mode 100644 index 00000000..a417d222 Binary files /dev/null and b/catalogue/olimpicos20121.gif differ diff --git a/catalogue/olympics_header.gif b/catalogue/olympics_header.gif new file mode 100644 index 00000000..932f9cec Binary files /dev/null and b/catalogue/olympics_header.gif differ diff --git a/catalogue/olympics_header2.gif b/catalogue/olympics_header2.gif new file mode 100644 index 00000000..a9cd35eb Binary files /dev/null and b/catalogue/olympics_header2.gif differ diff --git a/catalogue/olympics_header3.gif b/catalogue/olympics_header3.gif new file mode 100644 index 00000000..2a70755c Binary files /dev/null and b/catalogue/olympics_header3.gif differ diff --git a/catalogue/olympics_teaser.gif b/catalogue/olympics_teaser.gif new file mode 100644 index 00000000..aa4a49c9 Binary files /dev/null and b/catalogue/olympics_teaser.gif differ diff --git a/catalogue/olympics_teaser2.gif b/catalogue/olympics_teaser2.gif new file mode 100644 index 00000000..a417d222 Binary files /dev/null and b/catalogue/olympics_teaser2.gif differ diff --git a/catalogue/olympics_teaser3.gif b/catalogue/olympics_teaser3.gif new file mode 100644 index 00000000..7f14a19c Binary files /dev/null and b/catalogue/olympics_teaser3.gif differ diff --git a/catalogue/olympics_teaser4.gif b/catalogue/olympics_teaser4.gif new file mode 100644 index 00000000..aa4a49c9 Binary files /dev/null and b/catalogue/olympics_teaser4.gif differ diff --git a/catalogue/olympicsheader.gif b/catalogue/olympicsheader.gif new file mode 100644 index 00000000..2a70755c Binary files /dev/null and b/catalogue/olympicsheader.gif differ diff --git a/catalogue/olympicsteaser.gif b/catalogue/olympicsteaser.gif new file mode 100644 index 00000000..7f14a19c Binary files /dev/null and b/catalogue/olympicsteaser.gif differ diff --git a/catalogue/oneway_header.gif b/catalogue/oneway_header.gif new file mode 100644 index 00000000..3e23d1b2 Binary files /dev/null and b/catalogue/oneway_header.gif differ diff --git a/catalogue/oneway_teaser.gif b/catalogue/oneway_teaser.gif new file mode 100644 index 00000000..089789c5 Binary files /dev/null and b/catalogue/oneway_teaser.gif differ diff --git a/catalogue/organo_cata_header.gif b/catalogue/organo_cata_header.gif new file mode 100644 index 00000000..69b21813 Binary files /dev/null and b/catalogue/organo_cata_header.gif differ diff --git a/catalogue/organo_header.gif b/catalogue/organo_header.gif new file mode 100644 index 00000000..69b21813 Binary files /dev/null and b/catalogue/organo_header.gif differ diff --git a/catalogue/organo_teaser.gif b/catalogue/organo_teaser.gif new file mode 100644 index 00000000..779678eb Binary files /dev/null and b/catalogue/organo_teaser.gif differ diff --git a/catalogue/orgie_header.gif b/catalogue/orgie_header.gif new file mode 100644 index 00000000..c5dce3ae Binary files /dev/null and b/catalogue/orgie_header.gif differ diff --git a/catalogue/orgierange.gif b/catalogue/orgierange.gif new file mode 100644 index 00000000..c5dce3ae Binary files /dev/null and b/catalogue/orgierange.gif differ diff --git a/catalogue/other_1.gif b/catalogue/other_1.gif new file mode 100644 index 00000000..1d459ddb Binary files /dev/null and b/catalogue/other_1.gif differ diff --git a/catalogue/other_alligatorinhole.gif b/catalogue/other_alligatorinhole.gif new file mode 100644 index 00000000..ac6df3ec Binary files /dev/null and b/catalogue/other_alligatorinhole.gif differ diff --git a/catalogue/palooza_2014_catalog_header.gif b/catalogue/palooza_2014_catalog_header.gif new file mode 100644 index 00000000..dae2afbd Binary files /dev/null and b/catalogue/palooza_2014_catalog_header.gif differ diff --git a/catalogue/palooza_header.gif b/catalogue/palooza_header.gif new file mode 100644 index 00000000..8ab8411a Binary files /dev/null and b/catalogue/palooza_header.gif differ diff --git a/catalogue/palooza_teaser.gif b/catalogue/palooza_teaser.gif new file mode 100644 index 00000000..cea4b816 Binary files /dev/null and b/catalogue/palooza_teaser.gif differ diff --git a/catalogue/paredes.gif b/catalogue/paredes.gif new file mode 100644 index 00000000..d2cdfd09 Binary files /dev/null and b/catalogue/paredes.gif differ diff --git a/catalogue/paredes1.gif b/catalogue/paredes1.gif new file mode 100644 index 00000000..7d48b895 Binary files /dev/null and b/catalogue/paredes1.gif differ diff --git a/catalogue/paredesteaser.gif b/catalogue/paredesteaser.gif new file mode 100644 index 00000000..6512ba4e Binary files /dev/null and b/catalogue/paredesteaser.gif differ diff --git a/catalogue/paris_header.gif b/catalogue/paris_header.gif new file mode 100644 index 00000000..9a9c1936 Binary files /dev/null and b/catalogue/paris_header.gif differ diff --git a/catalogue/paris_teaser.gif b/catalogue/paris_teaser.gif new file mode 100644 index 00000000..d9328f37 Binary files /dev/null and b/catalogue/paris_teaser.gif differ diff --git a/catalogue/pascua.gif b/catalogue/pascua.gif new file mode 100644 index 00000000..398ab5d3 Binary files /dev/null and b/catalogue/pascua.gif differ diff --git a/catalogue/pascua1.gif b/catalogue/pascua1.gif new file mode 100644 index 00000000..e4bfae32 Binary files /dev/null and b/catalogue/pascua1.gif differ diff --git a/catalogue/pastel_header.gif b/catalogue/pastel_header.gif new file mode 100644 index 00000000..8c153de5 Binary files /dev/null and b/catalogue/pastel_header.gif differ diff --git a/catalogue/pastel_teaser.gif b/catalogue/pastel_teaser.gif new file mode 100644 index 00000000..e6fd6f3a Binary files /dev/null and b/catalogue/pastel_teaser.gif differ diff --git a/catalogue/patinaje.gif b/catalogue/patinaje.gif new file mode 100644 index 00000000..06f51615 Binary files /dev/null and b/catalogue/patinaje.gif differ diff --git a/catalogue/patinaje1.gif b/catalogue/patinaje1.gif new file mode 100644 index 00000000..ed508f41 Binary files /dev/null and b/catalogue/patinaje1.gif differ diff --git a/catalogue/patinaje2.gif b/catalogue/patinaje2.gif new file mode 100644 index 00000000..340c2e3c Binary files /dev/null and b/catalogue/patinaje2.gif differ diff --git a/catalogue/patinaje3.gif b/catalogue/patinaje3.gif new file mode 100644 index 00000000..fe7024cd Binary files /dev/null and b/catalogue/patinaje3.gif differ diff --git a/catalogue/permbath_catateaser.gif b/catalogue/permbath_catateaser.gif new file mode 100644 index 00000000..9af57a42 Binary files /dev/null and b/catalogue/permbath_catateaser.gif differ diff --git a/catalogue/permeffects_teaser.gif b/catalogue/permeffects_teaser.gif new file mode 100644 index 00000000..778f8bba Binary files /dev/null and b/catalogue/permeffects_teaser.gif differ diff --git a/catalogue/petaccessories_header.gif b/catalogue/petaccessories_header.gif new file mode 100644 index 00000000..e9e5c373 Binary files /dev/null and b/catalogue/petaccessories_header.gif differ diff --git a/catalogue/petaccessories_header2.gif b/catalogue/petaccessories_header2.gif new file mode 100644 index 00000000..9bb94590 Binary files /dev/null and b/catalogue/petaccessories_header2.gif differ diff --git a/catalogue/petfood_header.gif b/catalogue/petfood_header.gif new file mode 100644 index 00000000..890f8ca2 Binary files /dev/null and b/catalogue/petfood_header.gif differ diff --git a/catalogue/pets.gif b/catalogue/pets.gif new file mode 100644 index 00000000..4ba1d383 Binary files /dev/null and b/catalogue/pets.gif differ diff --git a/catalogue/pets_2.gif b/catalogue/pets_2.gif new file mode 100644 index 00000000..9bb94590 Binary files /dev/null and b/catalogue/pets_2.gif differ diff --git a/catalogue/pets_bear_teaser.gif b/catalogue/pets_bear_teaser.gif new file mode 100644 index 00000000..348c1c96 Binary files /dev/null and b/catalogue/pets_bear_teaser.gif differ diff --git a/catalogue/pets_blackbunny_teaser.gif b/catalogue/pets_blackbunny_teaser.gif new file mode 100644 index 00000000..885cb223 Binary files /dev/null and b/catalogue/pets_blackbunny_teaser.gif differ diff --git a/catalogue/pets_brownbunny_teaser.gif b/catalogue/pets_brownbunny_teaser.gif new file mode 100644 index 00000000..2a29e91f Binary files /dev/null and b/catalogue/pets_brownbunny_teaser.gif differ diff --git a/catalogue/pets_gnome2.gif b/catalogue/pets_gnome2.gif new file mode 100644 index 00000000..a8ac6de4 Binary files /dev/null and b/catalogue/pets_gnome2.gif differ diff --git a/catalogue/pets_haloompa.gif b/catalogue/pets_haloompa.gif new file mode 100644 index 00000000..614a1ef0 Binary files /dev/null and b/catalogue/pets_haloompa.gif differ diff --git a/catalogue/pets_header.gif b/catalogue/pets_header.gif new file mode 100644 index 00000000..4ba1d383 Binary files /dev/null and b/catalogue/pets_header.gif differ diff --git a/catalogue/pets_header2.gif b/catalogue/pets_header2.gif new file mode 100644 index 00000000..69b129a3 Binary files /dev/null and b/catalogue/pets_header2.gif differ diff --git a/catalogue/pets_horse.gif b/catalogue/pets_horse.gif new file mode 100644 index 00000000..a46f4e0c Binary files /dev/null and b/catalogue/pets_horse.gif differ diff --git a/catalogue/pets_monkey_teaser.gif b/catalogue/pets_monkey_teaser.gif new file mode 100644 index 00000000..922d3fa8 Binary files /dev/null and b/catalogue/pets_monkey_teaser.gif differ diff --git a/catalogue/pets_note_teaser.gif b/catalogue/pets_note_teaser.gif new file mode 100644 index 00000000..6266e94e Binary files /dev/null and b/catalogue/pets_note_teaser.gif differ diff --git a/catalogue/pets_pigeon.gif b/catalogue/pets_pigeon.gif new file mode 100644 index 00000000..9ad61ead Binary files /dev/null and b/catalogue/pets_pigeon.gif differ diff --git a/catalogue/pets_pinkbunny_teaser.gif b/catalogue/pets_pinkbunny_teaser.gif new file mode 100644 index 00000000..74517ca4 Binary files /dev/null and b/catalogue/pets_pinkbunny_teaser.gif differ diff --git a/catalogue/pets_spider_teaser.gif b/catalogue/pets_spider_teaser.gif new file mode 100644 index 00000000..fb89d444 Binary files /dev/null and b/catalogue/pets_spider_teaser.gif differ diff --git a/catalogue/pets_teaser.gif b/catalogue/pets_teaser.gif new file mode 100644 index 00000000..7ff800e8 Binary files /dev/null and b/catalogue/pets_teaser.gif differ diff --git a/catalogue/pettoys_teaser.gif b/catalogue/pettoys_teaser.gif new file mode 100644 index 00000000..26d30913 Binary files /dev/null and b/catalogue/pettoys_teaser.gif differ diff --git a/catalogue/picnic.gif b/catalogue/picnic.gif new file mode 100644 index 00000000..09d1edb7 Binary files /dev/null and b/catalogue/picnic.gif differ diff --git a/catalogue/picnic3.gif b/catalogue/picnic3.gif new file mode 100644 index 00000000..fa9adfdd Binary files /dev/null and b/catalogue/picnic3.gif differ diff --git a/catalogue/picnic_header.gif b/catalogue/picnic_header.gif new file mode 100644 index 00000000..09d1edb7 Binary files /dev/null and b/catalogue/picnic_header.gif differ diff --git a/catalogue/picnic_teaser.gif b/catalogue/picnic_teaser.gif new file mode 100644 index 00000000..382a0d59 Binary files /dev/null and b/catalogue/picnic_teaser.gif differ diff --git a/catalogue/picnic_teaser2.gif b/catalogue/picnic_teaser2.gif new file mode 100644 index 00000000..b204391f Binary files /dev/null and b/catalogue/picnic_teaser2.gif differ diff --git a/catalogue/picnic_teaser_thumb.gif b/catalogue/picnic_teaser_thumb.gif new file mode 100644 index 00000000..382a0d59 Binary files /dev/null and b/catalogue/picnic_teaser_thumb.gif differ diff --git a/catalogue/picnicteaser.gif b/catalogue/picnicteaser.gif new file mode 100644 index 00000000..b204391f Binary files /dev/null and b/catalogue/picnicteaser.gif differ diff --git a/catalogue/pinatas_header.gif b/catalogue/pinatas_header.gif new file mode 100644 index 00000000..365b9196 Binary files /dev/null and b/catalogue/pinatas_header.gif differ diff --git a/catalogue/pinatas_teaser.gif b/catalogue/pinatas_teaser.gif new file mode 100644 index 00000000..5d761f5a Binary files /dev/null and b/catalogue/pinatas_teaser.gif differ diff --git a/catalogue/pink_bunny_promo.gif b/catalogue/pink_bunny_promo.gif new file mode 100644 index 00000000..74517ca4 Binary files /dev/null and b/catalogue/pink_bunny_promo.gif differ diff --git a/catalogue/pirate_bundle.gif b/catalogue/pirate_bundle.gif new file mode 100644 index 00000000..738b2416 Binary files /dev/null and b/catalogue/pirate_bundle.gif differ diff --git a/catalogue/pirate_ghostshipandbadge.gif b/catalogue/pirate_ghostshipandbadge.gif new file mode 100644 index 00000000..a87a0fcd Binary files /dev/null and b/catalogue/pirate_ghostshipandbadge.gif differ diff --git a/catalogue/pirates_header.gif b/catalogue/pirates_header.gif new file mode 100644 index 00000000..b53d4ce8 Binary files /dev/null and b/catalogue/pirates_header.gif differ diff --git a/catalogue/pirates_teaser.gif b/catalogue/pirates_teaser.gif new file mode 100644 index 00000000..8c84092c Binary files /dev/null and b/catalogue/pirates_teaser.gif differ diff --git a/catalogue/pision1.gif b/catalogue/pision1.gif new file mode 100644 index 00000000..c0b94cc5 Binary files /dev/null and b/catalogue/pision1.gif differ diff --git a/catalogue/pixel-amarillo-claro.gif b/catalogue/pixel-amarillo-claro.gif new file mode 100644 index 00000000..7e5ac741 Binary files /dev/null and b/catalogue/pixel-amarillo-claro.gif differ diff --git a/catalogue/pixel-amarillo.gif b/catalogue/pixel-amarillo.gif new file mode 100644 index 00000000..501ad880 Binary files /dev/null and b/catalogue/pixel-amarillo.gif differ diff --git a/catalogue/pixel-azul-oscuro.gif b/catalogue/pixel-azul-oscuro.gif new file mode 100644 index 00000000..e4c80472 Binary files /dev/null and b/catalogue/pixel-azul-oscuro.gif differ diff --git a/catalogue/pixel-azul.gif b/catalogue/pixel-azul.gif new file mode 100644 index 00000000..31900ccb Binary files /dev/null and b/catalogue/pixel-azul.gif differ diff --git a/catalogue/pixel-cafe.gif b/catalogue/pixel-cafe.gif new file mode 100644 index 00000000..48e63bf1 Binary files /dev/null and b/catalogue/pixel-cafe.gif differ diff --git a/catalogue/pixel-carro.gif b/catalogue/pixel-carro.gif new file mode 100644 index 00000000..9db446ef Binary files /dev/null and b/catalogue/pixel-carro.gif differ diff --git a/catalogue/pixel-carro1.gif b/catalogue/pixel-carro1.gif new file mode 100644 index 00000000..39281f4f Binary files /dev/null and b/catalogue/pixel-carro1.gif differ diff --git a/catalogue/pixel-rosa.gif b/catalogue/pixel-rosa.gif new file mode 100644 index 00000000..e75f9e07 Binary files /dev/null and b/catalogue/pixel-rosa.gif differ diff --git a/catalogue/pixel.gif b/catalogue/pixel.gif new file mode 100644 index 00000000..a54c2234 Binary files /dev/null and b/catalogue/pixel.gif differ diff --git a/catalogue/pixel1.gif b/catalogue/pixel1.gif new file mode 100644 index 00000000..7d7b50c6 Binary files /dev/null and b/catalogue/pixel1.gif differ diff --git a/catalogue/pixel2.gif b/catalogue/pixel2.gif new file mode 100644 index 00000000..b96ddc27 Binary files /dev/null and b/catalogue/pixel2.gif differ diff --git a/catalogue/pixel3.gif b/catalogue/pixel3.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/pixel3.gif differ diff --git a/catalogue/pixel_discounts_header.gif b/catalogue/pixel_discounts_header.gif new file mode 100644 index 00000000..7d7b50c6 Binary files /dev/null and b/catalogue/pixel_discounts_header.gif differ diff --git a/catalogue/pixel_exchange.gif b/catalogue/pixel_exchange.gif new file mode 100644 index 00000000..ae99005b Binary files /dev/null and b/catalogue/pixel_exchange.gif differ diff --git a/catalogue/pixel_rentals_header.gif b/catalogue/pixel_rentals_header.gif new file mode 100644 index 00000000..b96ddc27 Binary files /dev/null and b/catalogue/pixel_rentals_header.gif differ diff --git a/catalogue/pixel_specialfx_header.gif b/catalogue/pixel_specialfx_header.gif new file mode 100644 index 00000000..a54c2234 Binary files /dev/null and b/catalogue/pixel_specialfx_header.gif differ diff --git a/catalogue/pixel_teaser.gif b/catalogue/pixel_teaser.gif new file mode 100644 index 00000000..9441161f Binary files /dev/null and b/catalogue/pixel_teaser.gif differ diff --git a/catalogue/pixel_teaser2.gif b/catalogue/pixel_teaser2.gif new file mode 100644 index 00000000..3eb6a349 Binary files /dev/null and b/catalogue/pixel_teaser2.gif differ diff --git a/catalogue/pixel_teaser3.gif b/catalogue/pixel_teaser3.gif new file mode 100644 index 00000000..83bff8a7 Binary files /dev/null and b/catalogue/pixel_teaser3.gif differ diff --git a/catalogue/pixel_teaser4.gif b/catalogue/pixel_teaser4.gif new file mode 100644 index 00000000..9c45e8fe Binary files /dev/null and b/catalogue/pixel_teaser4.gif differ diff --git a/catalogue/pixeldeals.gif b/catalogue/pixeldeals.gif new file mode 100644 index 00000000..7d7b50c6 Binary files /dev/null and b/catalogue/pixeldeals.gif differ diff --git a/catalogue/pixels_header.gif b/catalogue/pixels_header.gif new file mode 100644 index 00000000..ae99005b Binary files /dev/null and b/catalogue/pixels_header.gif differ diff --git a/catalogue/plantas.gif b/catalogue/plantas.gif new file mode 100644 index 00000000..eab8a15b Binary files /dev/null and b/catalogue/plantas.gif differ diff --git a/catalogue/plantas1.gif b/catalogue/plantas1.gif new file mode 100644 index 00000000..7e9a899d Binary files /dev/null and b/catalogue/plantas1.gif differ diff --git a/catalogue/plantas2.gif b/catalogue/plantas2.gif new file mode 100644 index 00000000..9d8dbc7a Binary files /dev/null and b/catalogue/plantas2.gif differ diff --git a/catalogue/plantas3.gif b/catalogue/plantas3.gif new file mode 100644 index 00000000..209e7c6f Binary files /dev/null and b/catalogue/plantas3.gif differ diff --git a/catalogue/plantaspecial.gif b/catalogue/plantaspecial.gif new file mode 100644 index 00000000..7ce1b41a Binary files /dev/null and b/catalogue/plantaspecial.gif differ diff --git a/catalogue/plants.gif b/catalogue/plants.gif new file mode 100644 index 00000000..eab8a15b Binary files /dev/null and b/catalogue/plants.gif differ diff --git a/catalogue/plants_header.gif b/catalogue/plants_header.gif new file mode 100644 index 00000000..bca6ddf8 Binary files /dev/null and b/catalogue/plants_header.gif differ diff --git a/catalogue/plants_teaser.gif b/catalogue/plants_teaser.gif new file mode 100644 index 00000000..209e7c6f Binary files /dev/null and b/catalogue/plants_teaser.gif differ diff --git a/catalogue/plastic.gif b/catalogue/plastic.gif new file mode 100644 index 00000000..ad809874 Binary files /dev/null and b/catalogue/plastic.gif differ diff --git a/catalogue/plastic_header.gif b/catalogue/plastic_header.gif new file mode 100644 index 00000000..06ee6d52 Binary files /dev/null and b/catalogue/plastic_header.gif differ diff --git a/catalogue/plastic_pasic_promo_1.gif b/catalogue/plastic_pasic_promo_1.gif new file mode 100644 index 00000000..28766f76 Binary files /dev/null and b/catalogue/plastic_pasic_promo_1.gif differ diff --git a/catalogue/plastic_teaser.gif b/catalogue/plastic_teaser.gif new file mode 100644 index 00000000..28766f76 Binary files /dev/null and b/catalogue/plastic_teaser.gif differ diff --git a/catalogue/plastic_teaser2.gif b/catalogue/plastic_teaser2.gif new file mode 100644 index 00000000..d65ace2a Binary files /dev/null and b/catalogue/plastic_teaser2.gif differ diff --git a/catalogue/plastic_teaser3.gif b/catalogue/plastic_teaser3.gif new file mode 100644 index 00000000..1f29347d Binary files /dev/null and b/catalogue/plastic_teaser3.gif differ diff --git a/catalogue/plastico.gif b/catalogue/plastico.gif new file mode 100644 index 00000000..ad809874 Binary files /dev/null and b/catalogue/plastico.gif differ diff --git a/catalogue/plastico1.gif b/catalogue/plastico1.gif new file mode 100644 index 00000000..d65ace2a Binary files /dev/null and b/catalogue/plastico1.gif differ diff --git a/catalogue/plastico2.gif b/catalogue/plastico2.gif new file mode 100644 index 00000000..1f29347d Binary files /dev/null and b/catalogue/plastico2.gif differ diff --git a/catalogue/platino.gif b/catalogue/platino.gif new file mode 100644 index 00000000..4c9ab7f9 Binary files /dev/null and b/catalogue/platino.gif differ diff --git a/catalogue/playa.gif b/catalogue/playa.gif new file mode 100644 index 00000000..c43b7b36 Binary files /dev/null and b/catalogue/playa.gif differ diff --git a/catalogue/plushie1_teaser.gif b/catalogue/plushie1_teaser.gif new file mode 100644 index 00000000..78989b89 Binary files /dev/null and b/catalogue/plushie1_teaser.gif differ diff --git a/catalogue/plushie_teaser.gif b/catalogue/plushie_teaser.gif new file mode 100644 index 00000000..e20a2fc3 Binary files /dev/null and b/catalogue/plushie_teaser.gif differ diff --git a/catalogue/pngs/CCS.png b/catalogue/pngs/CCS.png new file mode 100644 index 00000000..2fada9f0 Binary files /dev/null and b/catalogue/pngs/CCS.png differ diff --git a/catalogue/pngs/bc_instr_1.png b/catalogue/pngs/bc_instr_1.png new file mode 100644 index 00000000..547ff604 Binary files /dev/null and b/catalogue/pngs/bc_instr_1.png differ diff --git a/catalogue/pngs/bundle_palooza_teaser.png b/catalogue/pngs/bundle_palooza_teaser.png new file mode 100644 index 00000000..1622bf02 Binary files /dev/null and b/catalogue/pngs/bundle_palooza_teaser.png differ diff --git a/catalogue/pngs/camp_promo2_hlmpc12.png b/catalogue/pngs/camp_promo2_hlmpc12.png new file mode 100644 index 00000000..692dc4a2 Binary files /dev/null and b/catalogue/pngs/camp_promo2_hlmpc12.png differ diff --git a/catalogue/pngs/catalog_gothic_headline1_uk.png b/catalogue/pngs/catalog_gothic_headline1_uk.png new file mode 100644 index 00000000..7f68e591 Binary files /dev/null and b/catalogue/pngs/catalog_gothic_headline1_uk.png differ diff --git a/catalogue/pngs/catalog_gru_headline1_br.png b/catalogue/pngs/catalog_gru_headline1_br.png new file mode 100644 index 00000000..9a3c86fb Binary files /dev/null and b/catalogue/pngs/catalog_gru_headline1_br.png differ diff --git a/catalogue/pngs/catalog_gru_headline1_pt.png b/catalogue/pngs/catalog_gru_headline1_pt.png new file mode 100644 index 00000000..9a3c86fb Binary files /dev/null and b/catalogue/pngs/catalog_gru_headline1_pt.png differ diff --git a/catalogue/pngs/catalog_header_VIP.png b/catalogue/pngs/catalog_header_VIP.png new file mode 100644 index 00000000..d21a6b6d Binary files /dev/null and b/catalogue/pngs/catalog_header_VIP.png differ diff --git a/catalogue/pngs/catalog_header_horse.png b/catalogue/pngs/catalog_header_horse.png new file mode 100644 index 00000000..7341d8c0 Binary files /dev/null and b/catalogue/pngs/catalog_header_horse.png differ diff --git a/catalogue/pngs/catalog_header_limited.png b/catalogue/pngs/catalog_header_limited.png new file mode 100644 index 00000000..01429ba5 Binary files /dev/null and b/catalogue/pngs/catalog_header_limited.png differ diff --git a/catalogue/pngs/catalog_header_pura.png b/catalogue/pngs/catalog_header_pura.png new file mode 100644 index 00000000..621886d4 Binary files /dev/null and b/catalogue/pngs/catalog_header_pura.png differ diff --git a/catalogue/pngs/catalog_small_promo_organic_bundle.png b/catalogue/pngs/catalog_small_promo_organic_bundle.png new file mode 100644 index 00000000..66184b41 Binary files /dev/null and b/catalogue/pngs/catalog_small_promo_organic_bundle.png differ diff --git a/catalogue/pngs/catalog_teaser_pura.png b/catalogue/pngs/catalog_teaser_pura.png new file mode 100644 index 00000000..6b9ff7f6 Binary files /dev/null and b/catalogue/pngs/catalog_teaser_pura.png differ diff --git a/catalogue/pngs/clakboard_formula.png b/catalogue/pngs/clakboard_formula.png new file mode 100644 index 00000000..f294a63e Binary files /dev/null and b/catalogue/pngs/clakboard_formula.png differ diff --git a/catalogue/pngs/crackable_azurecrackable.png b/catalogue/pngs/crackable_azurecrackable.png new file mode 100644 index 00000000..e63eb261 Binary files /dev/null and b/catalogue/pngs/crackable_azurecrackable.png differ diff --git a/catalogue/pngs/drago.png b/catalogue/pngs/drago.png new file mode 100644 index 00000000..a658fe2a Binary files /dev/null and b/catalogue/pngs/drago.png differ diff --git a/catalogue/pngs/dragon_promo.png b/catalogue/pngs/dragon_promo.png new file mode 100644 index 00000000..27e92d02 Binary files /dev/null and b/catalogue/pngs/dragon_promo.png differ diff --git a/catalogue/pngs/ecotron.png b/catalogue/pngs/ecotron.png new file mode 100644 index 00000000..511a4a8a Binary files /dev/null and b/catalogue/pngs/ecotron.png differ diff --git a/catalogue/pngs/furni_lemonade.png b/catalogue/pngs/furni_lemonade.png new file mode 100644 index 00000000..84a4d941 Binary files /dev/null and b/catalogue/pngs/furni_lemonade.png differ diff --git a/catalogue/pngs/furni_mmlamp.png b/catalogue/pngs/furni_mmlamp.png new file mode 100644 index 00000000..314aeb78 Binary files /dev/null and b/catalogue/pngs/furni_mmlamp.png differ diff --git a/catalogue/pngs/furni_prizetrophy_skate.png b/catalogue/pngs/furni_prizetrophy_skate.png new file mode 100644 index 00000000..06614ec6 Binary files /dev/null and b/catalogue/pngs/furni_prizetrophy_skate.png differ diff --git a/catalogue/pngs/furni_rail.png b/catalogue/pngs/furni_rail.png new file mode 100644 index 00000000..3d701647 Binary files /dev/null and b/catalogue/pngs/furni_rail.png differ diff --git a/catalogue/pngs/furni_ramp.png b/catalogue/pngs/furni_ramp.png new file mode 100644 index 00000000..29bf67d5 Binary files /dev/null and b/catalogue/pngs/furni_ramp.png differ diff --git a/catalogue/pngs/furni_small_prizetrophy_skate.png b/catalogue/pngs/furni_small_prizetrophy_skate.png new file mode 100644 index 00000000..e4c1b2c5 Binary files /dev/null and b/catalogue/pngs/furni_small_prizetrophy_skate.png differ diff --git a/catalogue/pngs/furni_small_rail.png b/catalogue/pngs/furni_small_rail.png new file mode 100644 index 00000000..adde4be3 Binary files /dev/null and b/catalogue/pngs/furni_small_rail.png differ diff --git a/catalogue/pngs/furni_small_ramp.png b/catalogue/pngs/furni_small_ramp.png new file mode 100644 index 00000000..c5809b75 Binary files /dev/null and b/catalogue/pngs/furni_small_ramp.png differ diff --git a/catalogue/pngs/tribu.png b/catalogue/pngs/tribu.png new file mode 100644 index 00000000..d878d2f6 Binary files /dev/null and b/catalogue/pngs/tribu.png differ diff --git a/catalogue/pngs/tribu2.png b/catalogue/pngs/tribu2.png new file mode 100644 index 00000000..63e32d42 Binary files /dev/null and b/catalogue/pngs/tribu2.png differ diff --git a/catalogue/pngs/trofeo-patinaje.png b/catalogue/pngs/trofeo-patinaje.png new file mode 100644 index 00000000..06614ec6 Binary files /dev/null and b/catalogue/pngs/trofeo-patinaje.png differ diff --git a/catalogue/pngs/val14_lamp.png b/catalogue/pngs/val14_lamp.png new file mode 100644 index 00000000..117228b0 Binary files /dev/null and b/catalogue/pngs/val14_lamp.png differ diff --git a/catalogue/pngs/val14_lovelock3.png b/catalogue/pngs/val14_lovelock3.png new file mode 100644 index 00000000..2f6c0d86 Binary files /dev/null and b/catalogue/pngs/val14_lovelock3.png differ diff --git a/catalogue/pngs/verano2.png b/catalogue/pngs/verano2.png new file mode 100644 index 00000000..9ec4d379 Binary files /dev/null and b/catalogue/pngs/verano2.png differ diff --git a/catalogue/pngs/vip_extend_tsr.png b/catalogue/pngs/vip_extend_tsr.png new file mode 100644 index 00000000..8a7bd6b9 Binary files /dev/null and b/catalogue/pngs/vip_extend_tsr.png differ diff --git a/catalogue/pod.gif b/catalogue/pod.gif new file mode 100644 index 00000000..2c64c6ed Binary files /dev/null and b/catalogue/pod.gif differ diff --git a/catalogue/presentheader.gif b/catalogue/presentheader.gif new file mode 100644 index 00000000..8895886b Binary files /dev/null and b/catalogue/presentheader.gif differ diff --git a/catalogue/presents.gif b/catalogue/presents.gif new file mode 100644 index 00000000..1990e443 Binary files /dev/null and b/catalogue/presents.gif differ diff --git a/catalogue/presents_header.gif b/catalogue/presents_header.gif new file mode 100644 index 00000000..590ecb91 Binary files /dev/null and b/catalogue/presents_header.gif differ diff --git a/catalogue/presents_header2.gif b/catalogue/presents_header2.gif new file mode 100644 index 00000000..8895886b Binary files /dev/null and b/catalogue/presents_header2.gif differ diff --git a/catalogue/presents_teaser.gif b/catalogue/presents_teaser.gif new file mode 100644 index 00000000..46635334 Binary files /dev/null and b/catalogue/presents_teaser.gif differ diff --git a/catalogue/presents_teaser2.gif b/catalogue/presents_teaser2.gif new file mode 100644 index 00000000..97992dc6 Binary files /dev/null and b/catalogue/presents_teaser2.gif differ diff --git a/catalogue/presentteaser.gif b/catalogue/presentteaser.gif new file mode 100644 index 00000000..97992dc6 Binary files /dev/null and b/catalogue/presentteaser.gif differ diff --git a/catalogue/previewhcn.gif b/catalogue/previewhcn.gif new file mode 100644 index 00000000..1f7e565b Binary files /dev/null and b/catalogue/previewhcn.gif differ diff --git a/catalogue/pride19_rainbowfloat.gif b/catalogue/pride19_rainbowfloat.gif new file mode 100644 index 00000000..eb9ef1ef Binary files /dev/null and b/catalogue/pride19_rainbowfloat.gif differ diff --git a/catalogue/pride_header.gif b/catalogue/pride_header.gif new file mode 100644 index 00000000..da174621 Binary files /dev/null and b/catalogue/pride_header.gif differ diff --git a/catalogue/pride_teaser.gif b/catalogue/pride_teaser.gif new file mode 100644 index 00000000..6a63873b Binary files /dev/null and b/catalogue/pride_teaser.gif differ diff --git a/catalogue/primavera.gif b/catalogue/primavera.gif new file mode 100644 index 00000000..d4bbce77 Binary files /dev/null and b/catalogue/primavera.gif differ diff --git a/catalogue/primavera1.gif b/catalogue/primavera1.gif new file mode 100644 index 00000000..6447f934 Binary files /dev/null and b/catalogue/primavera1.gif differ diff --git a/catalogue/prison_header.gif b/catalogue/prison_header.gif new file mode 100644 index 00000000..e236c818 Binary files /dev/null and b/catalogue/prison_header.gif differ diff --git a/catalogue/prison_header2.gif b/catalogue/prison_header2.gif new file mode 100644 index 00000000..050112e7 Binary files /dev/null and b/catalogue/prison_header2.gif differ diff --git a/catalogue/prison_teaser.gif b/catalogue/prison_teaser.gif new file mode 100644 index 00000000..849f65f6 Binary files /dev/null and b/catalogue/prison_teaser.gif differ diff --git a/catalogue/prison_teaser2.gif b/catalogue/prison_teaser2.gif new file mode 100644 index 00000000..4320e817 Binary files /dev/null and b/catalogue/prison_teaser2.gif differ diff --git a/catalogue/prisonheader.gif b/catalogue/prisonheader.gif new file mode 100644 index 00000000..050112e7 Binary files /dev/null and b/catalogue/prisonheader.gif differ diff --git a/catalogue/prisonteaser.gif b/catalogue/prisonteaser.gif new file mode 100644 index 00000000..4320e817 Binary files /dev/null and b/catalogue/prisonteaser.gif differ diff --git a/catalogue/prizetrophy_skate.png b/catalogue/prizetrophy_skate.png new file mode 100644 index 00000000..06614ec6 Binary files /dev/null and b/catalogue/prizetrophy_skate.png differ diff --git a/catalogue/prom_teaser.gif b/catalogue/prom_teaser.gif new file mode 100644 index 00000000..7a730b2a Binary files /dev/null and b/catalogue/prom_teaser.gif differ diff --git a/catalogue/promo_header.gif b/catalogue/promo_header.gif new file mode 100644 index 00000000..ce59c171 Binary files /dev/null and b/catalogue/promo_header.gif differ diff --git a/catalogue/promo_small_polar_bear.gif b/catalogue/promo_small_polar_bear.gif new file mode 100644 index 00000000..348c1c96 Binary files /dev/null and b/catalogue/promo_small_polar_bear.gif differ diff --git a/catalogue/promo_supersaver.gif b/catalogue/promo_supersaver.gif new file mode 100644 index 00000000..d943c2ab Binary files /dev/null and b/catalogue/promo_supersaver.gif differ diff --git a/catalogue/promotional_header.gif b/catalogue/promotional_header.gif new file mode 100644 index 00000000..77c8b2cd Binary files /dev/null and b/catalogue/promotional_header.gif differ diff --git a/catalogue/pura.gif b/catalogue/pura.gif new file mode 100644 index 00000000..7bd3ba9f Binary files /dev/null and b/catalogue/pura.gif differ diff --git a/catalogue/pura1.gif b/catalogue/pura1.gif new file mode 100644 index 00000000..49ff9949 Binary files /dev/null and b/catalogue/pura1.gif differ diff --git a/catalogue/pura_header.gif b/catalogue/pura_header.gif new file mode 100644 index 00000000..a6b18a71 Binary files /dev/null and b/catalogue/pura_header.gif differ diff --git a/catalogue/pura_header2.gif b/catalogue/pura_header2.gif new file mode 100644 index 00000000..7a7c790f Binary files /dev/null and b/catalogue/pura_header2.gif differ diff --git a/catalogue/pura_header3.gif b/catalogue/pura_header3.gif new file mode 100644 index 00000000..7bd3ba9f Binary files /dev/null and b/catalogue/pura_header3.gif differ diff --git a/catalogue/pura_header4.gif b/catalogue/pura_header4.gif new file mode 100644 index 00000000..e76e00a0 Binary files /dev/null and b/catalogue/pura_header4.gif differ diff --git a/catalogue/pura_teaser.gif b/catalogue/pura_teaser.gif new file mode 100644 index 00000000..49ff9949 Binary files /dev/null and b/catalogue/pura_teaser.gif differ diff --git a/catalogue/puraheader.gif b/catalogue/puraheader.gif new file mode 100644 index 00000000..e76e00a0 Binary files /dev/null and b/catalogue/puraheader.gif differ diff --git a/catalogue/purple_catalog_image.gif b/catalogue/purple_catalog_image.gif new file mode 100644 index 00000000..b6dcbdff Binary files /dev/null and b/catalogue/purple_catalog_image.gif differ diff --git a/catalogue/purple_love headline.gif b/catalogue/purple_love headline.gif new file mode 100644 index 00000000..0ef9fcac Binary files /dev/null and b/catalogue/purple_love headline.gif differ diff --git a/catalogue/purpura1.gif b/catalogue/purpura1.gif new file mode 100644 index 00000000..ad03dcfe Binary files /dev/null and b/catalogue/purpura1.gif differ diff --git a/catalogue/purpuras.gif b/catalogue/purpuras.gif new file mode 100644 index 00000000..0ef9fcac Binary files /dev/null and b/catalogue/purpuras.gif differ diff --git a/catalogue/purse_big.gif b/catalogue/purse_big.gif new file mode 100644 index 00000000..a746644c Binary files /dev/null and b/catalogue/purse_big.gif differ diff --git a/catalogue/purse_icon.gif b/catalogue/purse_icon.gif new file mode 100644 index 00000000..bcaa24ac Binary files /dev/null and b/catalogue/purse_icon.gif differ diff --git a/catalogue/puzzle.gif b/catalogue/puzzle.gif new file mode 100644 index 00000000..a6241d41 Binary files /dev/null and b/catalogue/puzzle.gif differ diff --git a/catalogue/puzzle1.gif b/catalogue/puzzle1.gif new file mode 100644 index 00000000..c6e19580 Binary files /dev/null and b/catalogue/puzzle1.gif differ diff --git a/catalogue/puzzlebox_header.gif b/catalogue/puzzlebox_header.gif new file mode 100644 index 00000000..c6e19580 Binary files /dev/null and b/catalogue/puzzlebox_header.gif differ diff --git a/catalogue/puzzlebox_headline1.gif b/catalogue/puzzlebox_headline1.gif new file mode 100644 index 00000000..c6e19580 Binary files /dev/null and b/catalogue/puzzlebox_headline1.gif differ diff --git a/catalogue/puzzlebox_teaser.gif b/catalogue/puzzlebox_teaser.gif new file mode 100644 index 00000000..a6241d41 Binary files /dev/null and b/catalogue/puzzlebox_teaser.gif differ diff --git a/catalogue/puzzlebox_teaser1.gif b/catalogue/puzzlebox_teaser1.gif new file mode 100644 index 00000000..a6241d41 Binary files /dev/null and b/catalogue/puzzlebox_teaser1.gif differ diff --git a/catalogue/px_infopic1.gif b/catalogue/px_infopic1.gif new file mode 100644 index 00000000..7245961a Binary files /dev/null and b/catalogue/px_infopic1.gif differ diff --git a/catalogue/px_infopic2.gif b/catalogue/px_infopic2.gif new file mode 100644 index 00000000..5966c408 Binary files /dev/null and b/catalogue/px_infopic2.gif differ diff --git a/catalogue/px_infopic3.gif b/catalogue/px_infopic3.gif new file mode 100644 index 00000000..56bc3eeb Binary files /dev/null and b/catalogue/px_infopic3.gif differ diff --git a/catalogue/px_infopic4.gif b/catalogue/px_infopic4.gif new file mode 100644 index 00000000..1e6ba951 Binary files /dev/null and b/catalogue/px_infopic4.gif differ diff --git a/catalogue/quest_teaser_monsterplants.gif b/catalogue/quest_teaser_monsterplants.gif new file mode 100644 index 00000000..53d55cec Binary files /dev/null and b/catalogue/quest_teaser_monsterplants.gif differ diff --git a/catalogue/r_weddingset.gif b/catalogue/r_weddingset.gif new file mode 100644 index 00000000..9af72590 Binary files /dev/null and b/catalogue/r_weddingset.gif differ diff --git a/catalogue/rainyday_header.gif b/catalogue/rainyday_header.gif new file mode 100644 index 00000000..95b4db0b Binary files /dev/null and b/catalogue/rainyday_header.gif differ diff --git a/catalogue/rare1.gif b/catalogue/rare1.gif new file mode 100644 index 00000000..76438be7 Binary files /dev/null and b/catalogue/rare1.gif differ diff --git a/catalogue/rare2.gif b/catalogue/rare2.gif new file mode 100644 index 00000000..a97e9d0b Binary files /dev/null and b/catalogue/rare2.gif differ diff --git a/catalogue/rare_cheerleader.gif b/catalogue/rare_cheerleader.gif new file mode 100644 index 00000000..86d5efcf Binary files /dev/null and b/catalogue/rare_cheerleader.gif differ diff --git a/catalogue/rare_gym_maniac.gif b/catalogue/rare_gym_maniac.gif new file mode 100644 index 00000000..ec30fb92 Binary files /dev/null and b/catalogue/rare_gym_maniac.gif differ diff --git a/catalogue/rare_smoothie.gif b/catalogue/rare_smoothie.gif new file mode 100644 index 00000000..b5391c87 Binary files /dev/null and b/catalogue/rare_smoothie.gif differ diff --git a/catalogue/rare_vending.gif b/catalogue/rare_vending.gif new file mode 100644 index 00000000..a79b16c5 Binary files /dev/null and b/catalogue/rare_vending.gif differ diff --git a/catalogue/rares.gif b/catalogue/rares.gif new file mode 100644 index 00000000..56541472 Binary files /dev/null and b/catalogue/rares.gif differ diff --git a/catalogue/rares1.gif b/catalogue/rares1.gif new file mode 100644 index 00000000..85a42269 Binary files /dev/null and b/catalogue/rares1.gif differ diff --git a/catalogue/rares_clothing_easter17_chicken.gif b/catalogue/rares_clothing_easter17_chicken.gif new file mode 100644 index 00000000..06e24ef4 Binary files /dev/null and b/catalogue/rares_clothing_easter17_chicken.gif differ diff --git a/catalogue/rares_clothing_easter17_cowhat.gif b/catalogue/rares_clothing_easter17_cowhat.gif new file mode 100644 index 00000000..338e5146 Binary files /dev/null and b/catalogue/rares_clothing_easter17_cowhat.gif differ diff --git a/catalogue/rares_clothing_easter17_horsehat.gif b/catalogue/rares_clothing_easter17_horsehat.gif new file mode 100644 index 00000000..052fa6d9 Binary files /dev/null and b/catalogue/rares_clothing_easter17_horsehat.gif differ diff --git a/catalogue/rares_clothing_xmas16_cat.gif b/catalogue/rares_clothing_xmas16_cat.gif new file mode 100644 index 00000000..9f466567 Binary files /dev/null and b/catalogue/rares_clothing_xmas16_cat.gif differ diff --git a/catalogue/rares_clothing_xmas16_tiara.gif b/catalogue/rares_clothing_xmas16_tiara.gif new file mode 100644 index 00000000..d3ec5bdb Binary files /dev/null and b/catalogue/rares_clothing_xmas16_tiara.gif differ diff --git a/catalogue/rares_cpunk_teaser.gif b/catalogue/rares_cpunk_teaser.gif new file mode 100644 index 00000000..b29b27aa Binary files /dev/null and b/catalogue/rares_cpunk_teaser.gif differ diff --git a/catalogue/rares_easter17.gif b/catalogue/rares_easter17.gif new file mode 100644 index 00000000..c58971d0 Binary files /dev/null and b/catalogue/rares_easter17.gif differ diff --git a/catalogue/rares_easter17cutout.gif b/catalogue/rares_easter17cutout.gif new file mode 100644 index 00000000..8cb1d69a Binary files /dev/null and b/catalogue/rares_easter17cutout.gif differ diff --git a/catalogue/rares_gymmaniac.gif b/catalogue/rares_gymmaniac.gif new file mode 100644 index 00000000..ec30fb92 Binary files /dev/null and b/catalogue/rares_gymmaniac.gif differ diff --git a/catalogue/rares_header.gif b/catalogue/rares_header.gif new file mode 100644 index 00000000..333e99fa Binary files /dev/null and b/catalogue/rares_header.gif differ diff --git a/catalogue/rares_header2.gif b/catalogue/rares_header2.gif new file mode 100644 index 00000000..333e99fa Binary files /dev/null and b/catalogue/rares_header2.gif differ diff --git a/catalogue/rares_junglepulley.gif b/catalogue/rares_junglepulley.gif new file mode 100644 index 00000000..a5447c01 Binary files /dev/null and b/catalogue/rares_junglepulley.gif differ diff --git a/catalogue/rares_olympics_cheerleader.gif b/catalogue/rares_olympics_cheerleader.gif new file mode 100644 index 00000000..86d5efcf Binary files /dev/null and b/catalogue/rares_olympics_cheerleader.gif differ diff --git a/catalogue/rares_pirates_kraken_teaser.gif b/catalogue/rares_pirates_kraken_teaser.gif new file mode 100644 index 00000000..2368cdef Binary files /dev/null and b/catalogue/rares_pirates_kraken_teaser.gif differ diff --git a/catalogue/rares_pirates_nav_teaser.gif b/catalogue/rares_pirates_nav_teaser.gif new file mode 100644 index 00000000..ffa4db64 Binary files /dev/null and b/catalogue/rares_pirates_nav_teaser.gif differ diff --git a/catalogue/rares_pirates_poisedon_teaser.gif b/catalogue/rares_pirates_poisedon_teaser.gif new file mode 100644 index 00000000..94669a7a Binary files /dev/null and b/catalogue/rares_pirates_poisedon_teaser.gif differ diff --git a/catalogue/rares_pitcherplant.gif b/catalogue/rares_pitcherplant.gif new file mode 100644 index 00000000..2065a10a Binary files /dev/null and b/catalogue/rares_pitcherplant.gif differ diff --git a/catalogue/rares_pride_rainbowfloat.gif b/catalogue/rares_pride_rainbowfloat.gif new file mode 100644 index 00000000..eb9ef1ef Binary files /dev/null and b/catalogue/rares_pride_rainbowfloat.gif differ diff --git a/catalogue/rares_roosterballoon.gif b/catalogue/rares_roosterballoon.gif new file mode 100644 index 00000000..58c67496 Binary files /dev/null and b/catalogue/rares_roosterballoon.gif differ diff --git a/catalogue/rares_schoolrares.gif b/catalogue/rares_schoolrares.gif new file mode 100644 index 00000000..2ff860e8 Binary files /dev/null and b/catalogue/rares_schoolrares.gif differ diff --git a/catalogue/rares_scifibed.gif b/catalogue/rares_scifibed.gif new file mode 100644 index 00000000..eb5bd8ab Binary files /dev/null and b/catalogue/rares_scifibed.gif differ diff --git a/catalogue/rares_scificruiser.gif b/catalogue/rares_scificruiser.gif new file mode 100644 index 00000000..9082053a Binary files /dev/null and b/catalogue/rares_scificruiser.gif differ diff --git a/catalogue/rares_smoothie.gif b/catalogue/rares_smoothie.gif new file mode 100644 index 00000000..b5391c87 Binary files /dev/null and b/catalogue/rares_smoothie.gif differ diff --git a/catalogue/rares_suncity_fountain.gif b/catalogue/rares_suncity_fountain.gif new file mode 100644 index 00000000..d0c59ab5 Binary files /dev/null and b/catalogue/rares_suncity_fountain.gif differ diff --git a/catalogue/rares_teaser.gif b/catalogue/rares_teaser.gif new file mode 100644 index 00000000..1f3b4993 Binary files /dev/null and b/catalogue/rares_teaser.gif differ diff --git a/catalogue/rares_teaser2.gif b/catalogue/rares_teaser2.gif new file mode 100644 index 00000000..a8dd2ee9 Binary files /dev/null and b/catalogue/rares_teaser2.gif differ diff --git a/catalogue/rares_valentines2019puppy.gif b/catalogue/rares_valentines2019puppy.gif new file mode 100644 index 00000000..6785660c Binary files /dev/null and b/catalogue/rares_valentines2019puppy.gif differ diff --git a/catalogue/rares_valentines_teaser.gif b/catalogue/rares_valentines_teaser.gif new file mode 100644 index 00000000..d82a68e2 Binary files /dev/null and b/catalogue/rares_valentines_teaser.gif differ diff --git a/catalogue/rares_vendingmachine.gif b/catalogue/rares_vendingmachine.gif new file mode 100644 index 00000000..a79b16c5 Binary files /dev/null and b/catalogue/rares_vendingmachine.gif differ diff --git a/catalogue/rares_venusdehabbo.gif b/catalogue/rares_venusdehabbo.gif new file mode 100644 index 00000000..97ec4884 Binary files /dev/null and b/catalogue/rares_venusdehabbo.gif differ diff --git a/catalogue/rares_xmas16_ltdthrone.gif b/catalogue/rares_xmas16_ltdthrone.gif new file mode 100644 index 00000000..76c0530a Binary files /dev/null and b/catalogue/rares_xmas16_ltdthrone.gif differ diff --git a/catalogue/rares_xmas16_owl.gif b/catalogue/rares_xmas16_owl.gif new file mode 100644 index 00000000..3a2bffbe Binary files /dev/null and b/catalogue/rares_xmas16_owl.gif differ diff --git a/catalogue/rares_zenfountain.gif b/catalogue/rares_zenfountain.gif new file mode 100644 index 00000000..bc174919 Binary files /dev/null and b/catalogue/rares_zenfountain.gif differ diff --git a/catalogue/raresemanal.gif b/catalogue/raresemanal.gif new file mode 100644 index 00000000..70dcfffe Binary files /dev/null and b/catalogue/raresemanal.gif differ diff --git a/catalogue/raresteaser.gif b/catalogue/raresteaser.gif new file mode 100644 index 00000000..a8dd2ee9 Binary files /dev/null and b/catalogue/raresteaser.gif differ diff --git a/catalogue/rbow19_gen.gif b/catalogue/rbow19_gen.gif new file mode 100644 index 00000000..6a63873b Binary files /dev/null and b/catalogue/rbow19_gen.gif differ diff --git a/catalogue/recicle.gif b/catalogue/recicle.gif new file mode 100644 index 00000000..87a7c973 Binary files /dev/null and b/catalogue/recicle.gif differ diff --git a/catalogue/regalos.gif b/catalogue/regalos.gif new file mode 100644 index 00000000..360234bb Binary files /dev/null and b/catalogue/regalos.gif differ diff --git a/catalogue/regalos1.gif b/catalogue/regalos1.gif new file mode 100644 index 00000000..ae3892b7 Binary files /dev/null and b/catalogue/regalos1.gif differ diff --git a/catalogue/regalos3.gif b/catalogue/regalos3.gif new file mode 100644 index 00000000..13a7766d Binary files /dev/null and b/catalogue/regalos3.gif differ diff --git a/catalogue/rela_header2_pt.gif b/catalogue/rela_header2_pt.gif new file mode 100644 index 00000000..07116771 Binary files /dev/null and b/catalogue/rela_header2_pt.gif differ diff --git a/catalogue/rela_header_da.gif b/catalogue/rela_header_da.gif new file mode 100644 index 00000000..877e373d Binary files /dev/null and b/catalogue/rela_header_da.gif differ diff --git a/catalogue/rela_header_en.gif b/catalogue/rela_header_en.gif new file mode 100644 index 00000000..f42b24f2 Binary files /dev/null and b/catalogue/rela_header_en.gif differ diff --git a/catalogue/rela_header_es.gif b/catalogue/rela_header_es.gif new file mode 100644 index 00000000..f42b24f2 Binary files /dev/null and b/catalogue/rela_header_es.gif differ diff --git a/catalogue/rela_header_fi.gif b/catalogue/rela_header_fi.gif new file mode 100644 index 00000000..f42b24f2 Binary files /dev/null and b/catalogue/rela_header_fi.gif differ diff --git a/catalogue/rela_header_fr.gif b/catalogue/rela_header_fr.gif new file mode 100644 index 00000000..f42b24f2 Binary files /dev/null and b/catalogue/rela_header_fr.gif differ diff --git a/catalogue/rela_header_it.gif b/catalogue/rela_header_it.gif new file mode 100644 index 00000000..f42b24f2 Binary files /dev/null and b/catalogue/rela_header_it.gif differ diff --git a/catalogue/rela_header_nl.gif b/catalogue/rela_header_nl.gif new file mode 100644 index 00000000..8aa12024 Binary files /dev/null and b/catalogue/rela_header_nl.gif differ diff --git a/catalogue/rela_header_no.gif b/catalogue/rela_header_no.gif new file mode 100644 index 00000000..f02b9beb Binary files /dev/null and b/catalogue/rela_header_no.gif differ diff --git a/catalogue/rela_header_pt.gif b/catalogue/rela_header_pt.gif new file mode 100644 index 00000000..07116771 Binary files /dev/null and b/catalogue/rela_header_pt.gif differ diff --git a/catalogue/rela_header_se.gif b/catalogue/rela_header_se.gif new file mode 100644 index 00000000..76c074b6 Binary files /dev/null and b/catalogue/rela_header_se.gif differ diff --git a/catalogue/rela_teaser_da.gif b/catalogue/rela_teaser_da.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/rela_teaser_da.gif differ diff --git a/catalogue/rela_teaser_en.gif b/catalogue/rela_teaser_en.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/rela_teaser_en.gif differ diff --git a/catalogue/rela_teaser_es.gif b/catalogue/rela_teaser_es.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/rela_teaser_es.gif differ diff --git a/catalogue/rela_teaser_fi.gif b/catalogue/rela_teaser_fi.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/rela_teaser_fi.gif differ diff --git a/catalogue/rela_teaser_fr.gif b/catalogue/rela_teaser_fr.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/rela_teaser_fr.gif differ diff --git a/catalogue/rela_teaser_it.gif b/catalogue/rela_teaser_it.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/rela_teaser_it.gif differ diff --git a/catalogue/rela_teaser_nl.gif b/catalogue/rela_teaser_nl.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/rela_teaser_nl.gif differ diff --git a/catalogue/rela_teaser_no.gif b/catalogue/rela_teaser_no.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/rela_teaser_no.gif differ diff --git a/catalogue/rela_teaser_pt.gif b/catalogue/rela_teaser_pt.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/rela_teaser_pt.gif differ diff --git a/catalogue/rela_teaser_se.gif b/catalogue/rela_teaser_se.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/rela_teaser_se.gif differ diff --git a/catalogue/relax.gif b/catalogue/relax.gif new file mode 100644 index 00000000..71762ab5 Binary files /dev/null and b/catalogue/relax.gif differ diff --git a/catalogue/relax1.gif b/catalogue/relax1.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/relax1.gif differ diff --git a/catalogue/relax_header.gif b/catalogue/relax_header.gif new file mode 100644 index 00000000..b57e2d4d Binary files /dev/null and b/catalogue/relax_header.gif differ diff --git a/catalogue/relax_header2.gif b/catalogue/relax_header2.gif new file mode 100644 index 00000000..71762ab5 Binary files /dev/null and b/catalogue/relax_header2.gif differ diff --git a/catalogue/relax_teaser.gif b/catalogue/relax_teaser.gif new file mode 100644 index 00000000..1e2fc89f Binary files /dev/null and b/catalogue/relax_teaser.gif differ diff --git a/catalogue/rent_header.gif b/catalogue/rent_header.gif new file mode 100644 index 00000000..8df20b07 Binary files /dev/null and b/catalogue/rent_header.gif differ diff --git a/catalogue/rentables_rulepic1.gif b/catalogue/rentables_rulepic1.gif new file mode 100644 index 00000000..98cfe491 Binary files /dev/null and b/catalogue/rentables_rulepic1.gif differ diff --git a/catalogue/rentables_rulepic2.gif b/catalogue/rentables_rulepic2.gif new file mode 100644 index 00000000..06ec7fc9 Binary files /dev/null and b/catalogue/rentables_rulepic2.gif differ diff --git a/catalogue/rentables_rulepic3.gif b/catalogue/rentables_rulepic3.gif new file mode 100644 index 00000000..2aebe21e Binary files /dev/null and b/catalogue/rentables_rulepic3.gif differ diff --git a/catalogue/rentables_rulepic4.gif b/catalogue/rentables_rulepic4.gif new file mode 100644 index 00000000..048a9c60 Binary files /dev/null and b/catalogue/rentables_rulepic4.gif differ diff --git a/catalogue/rentables_rulepic5.gif b/catalogue/rentables_rulepic5.gif new file mode 100644 index 00000000..a51f6095 Binary files /dev/null and b/catalogue/rentables_rulepic5.gif differ diff --git a/catalogue/rental10.gif b/catalogue/rental10.gif new file mode 100644 index 00000000..b96ddc27 Binary files /dev/null and b/catalogue/rental10.gif differ diff --git a/catalogue/restaurant_header.gif b/catalogue/restaurant_header.gif new file mode 100644 index 00000000..328269d3 Binary files /dev/null and b/catalogue/restaurant_header.gif differ diff --git a/catalogue/rodillos.gif b/catalogue/rodillos.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/rodillos.gif differ diff --git a/catalogue/rodillos1.gif b/catalogue/rodillos1.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/rodillos1.gif differ diff --git a/catalogue/rollers.gif b/catalogue/rollers.gif new file mode 100644 index 00000000..106006bc Binary files /dev/null and b/catalogue/rollers.gif differ diff --git a/catalogue/rollers_cn.gif b/catalogue/rollers_cn.gif new file mode 100644 index 00000000..42ad33c7 Binary files /dev/null and b/catalogue/rollers_cn.gif differ diff --git a/catalogue/rollers_header.gif b/catalogue/rollers_header.gif new file mode 100644 index 00000000..82403a1e Binary files /dev/null and b/catalogue/rollers_header.gif differ diff --git a/catalogue/rollers_header2.gif b/catalogue/rollers_header2.gif new file mode 100644 index 00000000..106006bc Binary files /dev/null and b/catalogue/rollers_header2.gif differ diff --git a/catalogue/rollers_new_teaser.gif b/catalogue/rollers_new_teaser.gif new file mode 100644 index 00000000..5fe978f5 Binary files /dev/null and b/catalogue/rollers_new_teaser.gif differ diff --git a/catalogue/rollers_teaser.gif b/catalogue/rollers_teaser.gif new file mode 100644 index 00000000..8ada3873 Binary files /dev/null and b/catalogue/rollers_teaser.gif differ diff --git a/catalogue/rollerskates_header.gif b/catalogue/rollerskates_header.gif new file mode 100644 index 00000000..e0143cd5 Binary files /dev/null and b/catalogue/rollerskates_header.gif differ diff --git a/catalogue/rollerskates_header2.gif b/catalogue/rollerskates_header2.gif new file mode 100644 index 00000000..54871537 Binary files /dev/null and b/catalogue/rollerskates_header2.gif differ diff --git a/catalogue/rollerskates_teaser.gif b/catalogue/rollerskates_teaser.gif new file mode 100644 index 00000000..0a7b5842 Binary files /dev/null and b/catalogue/rollerskates_teaser.gif differ diff --git a/catalogue/rollertease.gif b/catalogue/rollertease.gif new file mode 100644 index 00000000..ed508f41 Binary files /dev/null and b/catalogue/rollertease.gif differ diff --git a/catalogue/romantico.gif b/catalogue/romantico.gif new file mode 100644 index 00000000..4f3a1b36 Binary files /dev/null and b/catalogue/romantico.gif differ diff --git a/catalogue/romantico1.gif b/catalogue/romantico1.gif new file mode 100644 index 00000000..70af84c0 Binary files /dev/null and b/catalogue/romantico1.gif differ diff --git a/catalogue/romantique.gif b/catalogue/romantique.gif new file mode 100644 index 00000000..4f3a1b36 Binary files /dev/null and b/catalogue/romantique.gif differ diff --git a/catalogue/romantique_header.gif b/catalogue/romantique_header.gif new file mode 100644 index 00000000..c220a8db Binary files /dev/null and b/catalogue/romantique_header.gif differ diff --git a/catalogue/romantique_teaser.gif b/catalogue/romantique_teaser.gif new file mode 100644 index 00000000..32e823bf Binary files /dev/null and b/catalogue/romantique_teaser.gif differ diff --git a/catalogue/room_decorating_icon.gif b/catalogue/room_decorating_icon.gif new file mode 100644 index 00000000..be9f3571 Binary files /dev/null and b/catalogue/room_decorating_icon.gif differ diff --git a/catalogue/roombundles_header.gif b/catalogue/roombundles_header.gif new file mode 100644 index 00000000..aa4d2dcc Binary files /dev/null and b/catalogue/roombundles_header.gif differ diff --git a/catalogue/rosas.gif b/catalogue/rosas.gif new file mode 100644 index 00000000..8a6a47e4 Binary files /dev/null and b/catalogue/rosas.gif differ diff --git a/catalogue/roses.gif b/catalogue/roses.gif new file mode 100644 index 00000000..8a6a47e4 Binary files /dev/null and b/catalogue/roses.gif differ diff --git a/catalogue/roses_header.gif b/catalogue/roses_header.gif new file mode 100644 index 00000000..8a6a47e4 Binary files /dev/null and b/catalogue/roses_header.gif differ diff --git a/catalogue/rugs.gif b/catalogue/rugs.gif new file mode 100644 index 00000000..60027e99 Binary files /dev/null and b/catalogue/rugs.gif differ diff --git a/catalogue/rugs_header.gif b/catalogue/rugs_header.gif new file mode 100644 index 00000000..0a23310d Binary files /dev/null and b/catalogue/rugs_header.gif differ diff --git a/catalogue/rugs_teaser.gif b/catalogue/rugs_teaser.gif new file mode 100644 index 00000000..8385852b Binary files /dev/null and b/catalogue/rugs_teaser.gif differ diff --git a/catalogue/rugs_teaser2.gif b/catalogue/rugs_teaser2.gif new file mode 100644 index 00000000..7e74623f Binary files /dev/null and b/catalogue/rugs_teaser2.gif differ diff --git a/catalogue/ruletheschool_header.gif b/catalogue/ruletheschool_header.gif new file mode 100644 index 00000000..a075da07 Binary files /dev/null and b/catalogue/ruletheschool_header.gif differ diff --git a/catalogue/ruletheschool_header.png b/catalogue/ruletheschool_header.png new file mode 100644 index 00000000..4e959733 Binary files /dev/null and b/catalogue/ruletheschool_header.png differ diff --git a/catalogue/runway.gif b/catalogue/runway.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway.gif differ diff --git a/catalogue/runway1.gif b/catalogue/runway1.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway1.gif differ diff --git a/catalogue/runway_header.gif b/catalogue/runway_header.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header.gif differ diff --git a/catalogue/runway_header_da.gif b/catalogue/runway_header_da.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header_da.gif differ diff --git a/catalogue/runway_header_de.gif b/catalogue/runway_header_de.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header_de.gif differ diff --git a/catalogue/runway_header_en.gif b/catalogue/runway_header_en.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header_en.gif differ diff --git a/catalogue/runway_header_es.gif b/catalogue/runway_header_es.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header_es.gif differ diff --git a/catalogue/runway_header_fi.gif b/catalogue/runway_header_fi.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header_fi.gif differ diff --git a/catalogue/runway_header_fr.gif b/catalogue/runway_header_fr.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header_fr.gif differ diff --git a/catalogue/runway_header_it.gif b/catalogue/runway_header_it.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header_it.gif differ diff --git a/catalogue/runway_header_nl.gif b/catalogue/runway_header_nl.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header_nl.gif differ diff --git a/catalogue/runway_header_no.gif b/catalogue/runway_header_no.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header_no.gif differ diff --git a/catalogue/runway_header_pt.gif b/catalogue/runway_header_pt.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header_pt.gif differ diff --git a/catalogue/runway_header_sv.gif b/catalogue/runway_header_sv.gif new file mode 100644 index 00000000..a88bb942 Binary files /dev/null and b/catalogue/runway_header_sv.gif differ diff --git a/catalogue/runway_teaser.gif b/catalogue/runway_teaser.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway_teaser.gif differ diff --git a/catalogue/runway_teaser_da.gif b/catalogue/runway_teaser_da.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway_teaser_da.gif differ diff --git a/catalogue/runway_teaser_de.gif b/catalogue/runway_teaser_de.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway_teaser_de.gif differ diff --git a/catalogue/runway_teaser_en.gif b/catalogue/runway_teaser_en.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway_teaser_en.gif differ diff --git a/catalogue/runway_teaser_es.gif b/catalogue/runway_teaser_es.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway_teaser_es.gif differ diff --git a/catalogue/runway_teaser_fi.gif b/catalogue/runway_teaser_fi.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway_teaser_fi.gif differ diff --git a/catalogue/runway_teaser_fr.gif b/catalogue/runway_teaser_fr.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway_teaser_fr.gif differ diff --git a/catalogue/runway_teaser_nl.gif b/catalogue/runway_teaser_nl.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway_teaser_nl.gif differ diff --git a/catalogue/runway_teaser_no.gif b/catalogue/runway_teaser_no.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway_teaser_no.gif differ diff --git a/catalogue/runway_teaser_pt.gif b/catalogue/runway_teaser_pt.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway_teaser_pt.gif differ diff --git a/catalogue/runway_teaser_sv.gif b/catalogue/runway_teaser_sv.gif new file mode 100644 index 00000000..d0a67130 Binary files /dev/null and b/catalogue/runway_teaser_sv.gif differ diff --git a/catalogue/rustico.gif b/catalogue/rustico.gif new file mode 100644 index 00000000..f82f0dd4 Binary files /dev/null and b/catalogue/rustico.gif differ diff --git a/catalogue/rustico1.gif b/catalogue/rustico1.gif new file mode 100644 index 00000000..3f6b4d93 Binary files /dev/null and b/catalogue/rustico1.gif differ diff --git a/catalogue/sabana.gif b/catalogue/sabana.gif new file mode 100644 index 00000000..0a9aa684 Binary files /dev/null and b/catalogue/sabana.gif differ diff --git a/catalogue/sabanteaser.gif b/catalogue/sabanteaser.gif new file mode 100644 index 00000000..de040e80 Binary files /dev/null and b/catalogue/sabanteaser.gif differ diff --git a/catalogue/saltar.gif b/catalogue/saltar.gif new file mode 100644 index 00000000..e69de29b diff --git a/catalogue/saltar.png b/catalogue/saltar.png new file mode 100644 index 00000000..10aeb15a Binary files /dev/null and b/catalogue/saltar.png differ diff --git a/catalogue/santo17_chest.gif b/catalogue/santo17_chest.gif new file mode 100644 index 00000000..2af099a5 Binary files /dev/null and b/catalogue/santo17_chest.gif differ diff --git a/catalogue/santorini_header.gif b/catalogue/santorini_header.gif new file mode 100644 index 00000000..a7069b47 Binary files /dev/null and b/catalogue/santorini_header.gif differ diff --git a/catalogue/santorini_teaser.gif b/catalogue/santorini_teaser.gif new file mode 100644 index 00000000..9d7d0db6 Binary files /dev/null and b/catalogue/santorini_teaser.gif differ diff --git a/catalogue/savannah_teaser.gif b/catalogue/savannah_teaser.gif new file mode 100644 index 00000000..82516088 Binary files /dev/null and b/catalogue/savannah_teaser.gif differ diff --git a/catalogue/sb_rail.png b/catalogue/sb_rail.png new file mode 100644 index 00000000..3d701647 Binary files /dev/null and b/catalogue/sb_rail.png differ diff --git a/catalogue/sb_ramp.png b/catalogue/sb_ramp.png new file mode 100644 index 00000000..29bf67d5 Binary files /dev/null and b/catalogue/sb_ramp.png differ diff --git a/catalogue/school.gif b/catalogue/school.gif new file mode 100644 index 00000000..b776ee1a Binary files /dev/null and b/catalogue/school.gif differ diff --git a/catalogue/school_article_teaser.gif b/catalogue/school_article_teaser.gif new file mode 100644 index 00000000..24e29e56 Binary files /dev/null and b/catalogue/school_article_teaser.gif differ diff --git a/catalogue/school_header.gif b/catalogue/school_header.gif new file mode 100644 index 00000000..4a663c98 Binary files /dev/null and b/catalogue/school_header.gif differ diff --git a/catalogue/school_header2.gif b/catalogue/school_header2.gif new file mode 100644 index 00000000..04c09743 Binary files /dev/null and b/catalogue/school_header2.gif differ diff --git a/catalogue/school_header3.gif b/catalogue/school_header3.gif new file mode 100644 index 00000000..a075da07 Binary files /dev/null and b/catalogue/school_header3.gif differ diff --git a/catalogue/school_teaser.gif b/catalogue/school_teaser.gif new file mode 100644 index 00000000..4c3c7459 Binary files /dev/null and b/catalogue/school_teaser.gif differ diff --git a/catalogue/school_teaser2.gif b/catalogue/school_teaser2.gif new file mode 100644 index 00000000..f41112bd Binary files /dev/null and b/catalogue/school_teaser2.gif differ diff --git a/catalogue/scifi17cruiser.gif b/catalogue/scifi17cruiser.gif new file mode 100644 index 00000000..9082053a Binary files /dev/null and b/catalogue/scifi17cruiser.gif differ diff --git a/catalogue/scifi17cryobed.gif b/catalogue/scifi17cryobed.gif new file mode 100644 index 00000000..eb5bd8ab Binary files /dev/null and b/catalogue/scifi17cryobed.gif differ diff --git a/catalogue/scifi_header.gif b/catalogue/scifi_header.gif new file mode 100644 index 00000000..f3a68a81 Binary files /dev/null and b/catalogue/scifi_header.gif differ diff --git a/catalogue/scifi_teaser.gif b/catalogue/scifi_teaser.gif new file mode 100644 index 00000000..390100c1 Binary files /dev/null and b/catalogue/scifi_teaser.gif differ diff --git a/catalogue/scifi_teaser2.gif b/catalogue/scifi_teaser2.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/scifi_teaser2.gif differ diff --git a/catalogue/seating_header.gif b/catalogue/seating_header.gif new file mode 100644 index 00000000..1bcaeade Binary files /dev/null and b/catalogue/seating_header.gif differ diff --git a/catalogue/seating_teaser.gif b/catalogue/seating_teaser.gif new file mode 100644 index 00000000..4eccab53 Binary files /dev/null and b/catalogue/seating_teaser.gif differ diff --git a/catalogue/secciones.gif b/catalogue/secciones.gif new file mode 100644 index 00000000..deee3aeb Binary files /dev/null and b/catalogue/secciones.gif differ diff --git a/catalogue/select_furni2.gif b/catalogue/select_furni2.gif new file mode 100644 index 00000000..d768e057 Binary files /dev/null and b/catalogue/select_furni2.gif differ diff --git a/catalogue/semillasheader.gif b/catalogue/semillasheader.gif new file mode 100644 index 00000000..40c9d413 Binary files /dev/null and b/catalogue/semillasheader.gif differ diff --git a/catalogue/semillasteaser.gif b/catalogue/semillasteaser.gif new file mode 100644 index 00000000..fb4d670b Binary files /dev/null and b/catalogue/semillasteaser.gif differ diff --git a/catalogue/sep14_professor_internal.gif b/catalogue/sep14_professor_internal.gif new file mode 100644 index 00000000..47aba0f2 Binary files /dev/null and b/catalogue/sep14_professor_internal.gif differ diff --git a/catalogue/sep18_classic13_internal.gif b/catalogue/sep18_classic13_internal.gif new file mode 100644 index 00000000..be62ef03 Binary files /dev/null and b/catalogue/sep18_classic13_internal.gif differ diff --git a/catalogue/sep18_classic14_internal.gif b/catalogue/sep18_classic14_internal.gif new file mode 100644 index 00000000..1a32deed Binary files /dev/null and b/catalogue/sep18_classic14_internal.gif differ diff --git a/catalogue/sept18_zenfount.gif b/catalogue/sept18_zenfount.gif new file mode 100644 index 00000000..bc174919 Binary files /dev/null and b/catalogue/sept18_zenfount.gif differ diff --git a/catalogue/sf_header2_de.gif b/catalogue/sf_header2_de.gif new file mode 100644 index 00000000..d0a636ae Binary files /dev/null and b/catalogue/sf_header2_de.gif differ diff --git a/catalogue/sf_header2_es.gif b/catalogue/sf_header2_es.gif new file mode 100644 index 00000000..eca40872 Binary files /dev/null and b/catalogue/sf_header2_es.gif differ diff --git a/catalogue/sf_header_da.gif b/catalogue/sf_header_da.gif new file mode 100644 index 00000000..f3a68a81 Binary files /dev/null and b/catalogue/sf_header_da.gif differ diff --git a/catalogue/sf_header_de.gif b/catalogue/sf_header_de.gif new file mode 100644 index 00000000..d0a636ae Binary files /dev/null and b/catalogue/sf_header_de.gif differ diff --git a/catalogue/sf_header_en.gif b/catalogue/sf_header_en.gif new file mode 100644 index 00000000..f3a68a81 Binary files /dev/null and b/catalogue/sf_header_en.gif differ diff --git a/catalogue/sf_header_es.gif b/catalogue/sf_header_es.gif new file mode 100644 index 00000000..eca40872 Binary files /dev/null and b/catalogue/sf_header_es.gif differ diff --git a/catalogue/sf_header_fi.gif b/catalogue/sf_header_fi.gif new file mode 100644 index 00000000..f3a68a81 Binary files /dev/null and b/catalogue/sf_header_fi.gif differ diff --git a/catalogue/sf_header_fr.gif b/catalogue/sf_header_fr.gif new file mode 100644 index 00000000..f3a68a81 Binary files /dev/null and b/catalogue/sf_header_fr.gif differ diff --git a/catalogue/sf_header_it.gif b/catalogue/sf_header_it.gif new file mode 100644 index 00000000..f3a68a81 Binary files /dev/null and b/catalogue/sf_header_it.gif differ diff --git a/catalogue/sf_header_nl.gif b/catalogue/sf_header_nl.gif new file mode 100644 index 00000000..f3a68a81 Binary files /dev/null and b/catalogue/sf_header_nl.gif differ diff --git a/catalogue/sf_header_no.gif b/catalogue/sf_header_no.gif new file mode 100644 index 00000000..f3a68a81 Binary files /dev/null and b/catalogue/sf_header_no.gif differ diff --git a/catalogue/sf_header_pt.gif b/catalogue/sf_header_pt.gif new file mode 100644 index 00000000..f3a68a81 Binary files /dev/null and b/catalogue/sf_header_pt.gif differ diff --git a/catalogue/sf_header_se.gif b/catalogue/sf_header_se.gif new file mode 100644 index 00000000..f3a68a81 Binary files /dev/null and b/catalogue/sf_header_se.gif differ diff --git a/catalogue/sf_teaser_au.gif b/catalogue/sf_teaser_au.gif new file mode 100644 index 00000000..390100c1 Binary files /dev/null and b/catalogue/sf_teaser_au.gif differ diff --git a/catalogue/sf_teaser_da.gif b/catalogue/sf_teaser_da.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/sf_teaser_da.gif differ diff --git a/catalogue/sf_teaser_de.gif b/catalogue/sf_teaser_de.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/sf_teaser_de.gif differ diff --git a/catalogue/sf_teaser_en.gif b/catalogue/sf_teaser_en.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/sf_teaser_en.gif differ diff --git a/catalogue/sf_teaser_es.gif b/catalogue/sf_teaser_es.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/sf_teaser_es.gif differ diff --git a/catalogue/sf_teaser_fi.gif b/catalogue/sf_teaser_fi.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/sf_teaser_fi.gif differ diff --git a/catalogue/sf_teaser_fr.gif b/catalogue/sf_teaser_fr.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/sf_teaser_fr.gif differ diff --git a/catalogue/sf_teaser_it.gif b/catalogue/sf_teaser_it.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/sf_teaser_it.gif differ diff --git a/catalogue/sf_teaser_nl.gif b/catalogue/sf_teaser_nl.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/sf_teaser_nl.gif differ diff --git a/catalogue/sf_teaser_no.gif b/catalogue/sf_teaser_no.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/sf_teaser_no.gif differ diff --git a/catalogue/sf_teaser_pt.gif b/catalogue/sf_teaser_pt.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/sf_teaser_pt.gif differ diff --git a/catalogue/sf_teaser_se.gif b/catalogue/sf_teaser_se.gif new file mode 100644 index 00000000..f055fc3d Binary files /dev/null and b/catalogue/sf_teaser_se.gif differ diff --git a/catalogue/shakespeare_header.gif b/catalogue/shakespeare_header.gif new file mode 100644 index 00000000..d938cc87 Binary files /dev/null and b/catalogue/shakespeare_header.gif differ diff --git a/catalogue/shakespeare_teaser.gif b/catalogue/shakespeare_teaser.gif new file mode 100644 index 00000000..d242271b Binary files /dev/null and b/catalogue/shakespeare_teaser.gif differ diff --git a/catalogue/shalimar.gif b/catalogue/shalimar.gif new file mode 100644 index 00000000..1a0f1e36 Binary files /dev/null and b/catalogue/shalimar.gif differ diff --git a/catalogue/shalimar1.gif b/catalogue/shalimar1.gif new file mode 100644 index 00000000..874e450a Binary files /dev/null and b/catalogue/shalimar1.gif differ diff --git a/catalogue/shalimar_header.gif b/catalogue/shalimar_header.gif new file mode 100644 index 00000000..0dfb4acf Binary files /dev/null and b/catalogue/shalimar_header.gif differ diff --git a/catalogue/shalimar_teaser.gif b/catalogue/shalimar_teaser.gif new file mode 100644 index 00000000..e5c7bd3d Binary files /dev/null and b/catalogue/shalimar_teaser.gif differ diff --git a/catalogue/shellheader1.gif b/catalogue/shellheader1.gif new file mode 100644 index 00000000..348b6d1d Binary files /dev/null and b/catalogue/shellheader1.gif differ diff --git a/catalogue/shells_header.gif b/catalogue/shells_header.gif new file mode 100644 index 00000000..40af56a4 Binary files /dev/null and b/catalogue/shells_header.gif differ diff --git a/catalogue/shells_header2.gif b/catalogue/shells_header2.gif new file mode 100644 index 00000000..348b6d1d Binary files /dev/null and b/catalogue/shells_header2.gif differ diff --git a/catalogue/shop_halloween_teaser_en.gif b/catalogue/shop_halloween_teaser_en.gif new file mode 100644 index 00000000..58695e5c Binary files /dev/null and b/catalogue/shop_halloween_teaser_en.gif differ diff --git a/catalogue/skate.gif b/catalogue/skate.gif new file mode 100644 index 00000000..e0143cd5 Binary files /dev/null and b/catalogue/skate.gif differ diff --git a/catalogue/skateboarding_header.gif b/catalogue/skateboarding_header.gif new file mode 100644 index 00000000..9e3fe448 Binary files /dev/null and b/catalogue/skateboarding_header.gif differ diff --git a/catalogue/skating_teaser.gif b/catalogue/skating_teaser.gif new file mode 100644 index 00000000..49b462ef Binary files /dev/null and b/catalogue/skating_teaser.gif differ diff --git a/catalogue/small_movie_roomteaser.gif b/catalogue/small_movie_roomteaser.gif new file mode 100644 index 00000000..ace52dcd Binary files /dev/null and b/catalogue/small_movie_roomteaser.gif differ diff --git a/catalogue/small_prizetrophy_skate.png b/catalogue/small_prizetrophy_skate.png new file mode 100644 index 00000000..e4c1b2c5 Binary files /dev/null and b/catalogue/small_prizetrophy_skate.png differ diff --git a/catalogue/small_promo_palooza_bundle.png b/catalogue/small_promo_palooza_bundle.png new file mode 100644 index 00000000..1622bf02 Binary files /dev/null and b/catalogue/small_promo_palooza_bundle.png differ diff --git a/catalogue/small_promo_school_rares.gif b/catalogue/small_promo_school_rares.gif new file mode 100644 index 00000000..2ff860e8 Binary files /dev/null and b/catalogue/small_promo_school_rares.gif differ diff --git a/catalogue/small_promo_venus_de_habbo.gif b/catalogue/small_promo_venus_de_habbo.gif new file mode 100644 index 00000000..97ec4884 Binary files /dev/null and b/catalogue/small_promo_venus_de_habbo.gif differ diff --git a/catalogue/small_sb_rail.png b/catalogue/small_sb_rail.png new file mode 100644 index 00000000..adde4be3 Binary files /dev/null and b/catalogue/small_sb_rail.png differ diff --git a/catalogue/small_sb_ramp.png b/catalogue/small_sb_ramp.png new file mode 100644 index 00000000..c5809b75 Binary files /dev/null and b/catalogue/small_sb_ramp.png differ diff --git a/catalogue/snow.gif b/catalogue/snow.gif new file mode 100644 index 00000000..585d9a17 Binary files /dev/null and b/catalogue/snow.gif differ diff --git a/catalogue/snow1.gif b/catalogue/snow1.gif new file mode 100644 index 00000000..f62b6dfc Binary files /dev/null and b/catalogue/snow1.gif differ diff --git a/catalogue/snow3.gif b/catalogue/snow3.gif new file mode 100644 index 00000000..c7ea28c1 Binary files /dev/null and b/catalogue/snow3.gif differ diff --git a/catalogue/snow_header.gif b/catalogue/snow_header.gif new file mode 100644 index 00000000..3cda6d7a Binary files /dev/null and b/catalogue/snow_header.gif differ diff --git a/catalogue/snowboarding_catalog_02.gif b/catalogue/snowboarding_catalog_02.gif new file mode 100644 index 00000000..251cf8d7 Binary files /dev/null and b/catalogue/snowboarding_catalog_02.gif differ diff --git a/catalogue/snowboarding_header.gif b/catalogue/snowboarding_header.gif new file mode 100644 index 00000000..585d9a17 Binary files /dev/null and b/catalogue/snowboarding_header.gif differ diff --git a/catalogue/snowboarding_header2.gif b/catalogue/snowboarding_header2.gif new file mode 100644 index 00000000..3cda6d7a Binary files /dev/null and b/catalogue/snowboarding_header2.gif differ diff --git a/catalogue/snowboarding_header3.gif b/catalogue/snowboarding_header3.gif new file mode 100644 index 00000000..251cf8d7 Binary files /dev/null and b/catalogue/snowboarding_header3.gif differ diff --git a/catalogue/snowboarding_teaser.gif b/catalogue/snowboarding_teaser.gif new file mode 100644 index 00000000..834cbf9a Binary files /dev/null and b/catalogue/snowboarding_teaser.gif differ diff --git a/catalogue/snowboarding_teaser2.gif b/catalogue/snowboarding_teaser2.gif new file mode 100644 index 00000000..c7ea28c1 Binary files /dev/null and b/catalogue/snowboarding_teaser2.gif differ diff --git a/catalogue/snowflake.gif b/catalogue/snowflake.gif new file mode 100644 index 00000000..7ff76035 Binary files /dev/null and b/catalogue/snowflake.gif differ diff --git a/catalogue/snowflakegifts_header.gif b/catalogue/snowflakegifts_header.gif new file mode 100644 index 00000000..92edc500 Binary files /dev/null and b/catalogue/snowflakegifts_header.gif differ diff --git a/catalogue/snowflakes_teaser.gif b/catalogue/snowflakes_teaser.gif new file mode 100644 index 00000000..7023c978 Binary files /dev/null and b/catalogue/snowflakes_teaser.gif differ diff --git a/catalogue/snowflakes_teaser2.gif b/catalogue/snowflakes_teaser2.gif new file mode 100644 index 00000000..d902b27b Binary files /dev/null and b/catalogue/snowflakes_teaser2.gif differ diff --git a/catalogue/snowflakeshop_header.gif b/catalogue/snowflakeshop_header.gif new file mode 100644 index 00000000..7ff76035 Binary files /dev/null and b/catalogue/snowflakeshop_header.gif differ diff --git a/catalogue/snowstorm_header.gif b/catalogue/snowstorm_header.gif new file mode 100644 index 00000000..191d0799 Binary files /dev/null and b/catalogue/snowstorm_header.gif differ diff --git a/catalogue/spa_small_promo.gif b/catalogue/spa_small_promo.gif new file mode 100644 index 00000000..9cff0d3f Binary files /dev/null and b/catalogue/spa_small_promo.gif differ diff --git a/catalogue/spaces.gif b/catalogue/spaces.gif new file mode 100644 index 00000000..dc9255c4 Binary files /dev/null and b/catalogue/spaces.gif differ diff --git a/catalogue/spaces_header.gif b/catalogue/spaces_header.gif new file mode 100644 index 00000000..469db45b Binary files /dev/null and b/catalogue/spaces_header.gif differ diff --git a/catalogue/special_offers.gif b/catalogue/special_offers.gif new file mode 100644 index 00000000..19848197 Binary files /dev/null and b/catalogue/special_offers.gif differ diff --git a/catalogue/specialeffects.gif b/catalogue/specialeffects.gif new file mode 100644 index 00000000..a54c2234 Binary files /dev/null and b/catalogue/specialeffects.gif differ diff --git a/catalogue/specialoffers_header.gif b/catalogue/specialoffers_header.gif new file mode 100644 index 00000000..6d234178 Binary files /dev/null and b/catalogue/specialoffers_header.gif differ diff --git a/catalogue/spiderwick.gif b/catalogue/spiderwick.gif new file mode 100644 index 00000000..aa160cf4 Binary files /dev/null and b/catalogue/spiderwick.gif differ diff --git a/catalogue/spiderwick_header.gif b/catalogue/spiderwick_header.gif new file mode 100644 index 00000000..c3003dd3 Binary files /dev/null and b/catalogue/spiderwick_header.gif differ diff --git a/catalogue/spiderwick_header2.gif b/catalogue/spiderwick_header2.gif new file mode 100644 index 00000000..1938ad6d Binary files /dev/null and b/catalogue/spiderwick_header2.gif differ diff --git a/catalogue/spiderwick_teaser.gif b/catalogue/spiderwick_teaser.gif new file mode 100644 index 00000000..4e4a7081 Binary files /dev/null and b/catalogue/spiderwick_teaser.gif differ diff --git a/catalogue/sports.gif b/catalogue/sports.gif new file mode 100644 index 00000000..abef82c3 Binary files /dev/null and b/catalogue/sports.gif differ diff --git a/catalogue/sports_header.gif b/catalogue/sports_header.gif new file mode 100644 index 00000000..a6b8162c Binary files /dev/null and b/catalogue/sports_header.gif differ diff --git a/catalogue/sports_teaser.gif b/catalogue/sports_teaser.gif new file mode 100644 index 00000000..3595df8f Binary files /dev/null and b/catalogue/sports_teaser.gif differ diff --git a/catalogue/sports_teaser2.gif b/catalogue/sports_teaser2.gif new file mode 100644 index 00000000..1b59e65d Binary files /dev/null and b/catalogue/sports_teaser2.gif differ diff --git a/catalogue/spromo_Blue_BB.gif b/catalogue/spromo_Blue_BB.gif new file mode 100644 index 00000000..c280805e Binary files /dev/null and b/catalogue/spromo_Blue_BB.gif differ diff --git a/catalogue/spromo_Chess_Bundle.gif b/catalogue/spromo_Chess_Bundle.gif new file mode 100644 index 00000000..d2d15e19 Binary files /dev/null and b/catalogue/spromo_Chess_Bundle.gif differ diff --git a/catalogue/spromo_Classic_Tea_Room.gif b/catalogue/spromo_Classic_Tea_Room.gif new file mode 100644 index 00000000..c25e6b6c Binary files /dev/null and b/catalogue/spromo_Classic_Tea_Room.gif differ diff --git a/catalogue/spromo_Habburgers.gif b/catalogue/spromo_Habburgers.gif new file mode 100644 index 00000000..9aefd59c Binary files /dev/null and b/catalogue/spromo_Habburgers.gif differ diff --git a/catalogue/spromo_Star_Lounge.gif b/catalogue/spromo_Star_Lounge.gif new file mode 100644 index 00000000..93690b14 Binary files /dev/null and b/catalogue/spromo_Star_Lounge.gif differ diff --git a/catalogue/spromo_bazaaroldfurni.gif b/catalogue/spromo_bazaaroldfurni.gif new file mode 100644 index 00000000..0c6c7beb Binary files /dev/null and b/catalogue/spromo_bazaaroldfurni.gif differ diff --git a/catalogue/spromo_bundle_pool2.gif b/catalogue/spromo_bundle_pool2.gif new file mode 100644 index 00000000..7cb26586 Binary files /dev/null and b/catalogue/spromo_bundle_pool2.gif differ diff --git a/catalogue/spromo_emojihats.gif b/catalogue/spromo_emojihats.gif new file mode 100644 index 00000000..c8557361 Binary files /dev/null and b/catalogue/spromo_emojihats.gif differ diff --git a/catalogue/spromo_estr17ltd.gif b/catalogue/spromo_estr17ltd.gif new file mode 100644 index 00000000..c58971d0 Binary files /dev/null and b/catalogue/spromo_estr17ltd.gif differ diff --git a/catalogue/spromo_estr17rare1.gif b/catalogue/spromo_estr17rare1.gif new file mode 100644 index 00000000..8cb1d69a Binary files /dev/null and b/catalogue/spromo_estr17rare1.gif differ diff --git a/catalogue/spromo_estr17rare2.gif b/catalogue/spromo_estr17rare2.gif new file mode 100644 index 00000000..06e24ef4 Binary files /dev/null and b/catalogue/spromo_estr17rare2.gif differ diff --git a/catalogue/spromo_estr17rare3.gif b/catalogue/spromo_estr17rare3.gif new file mode 100644 index 00000000..338e5146 Binary files /dev/null and b/catalogue/spromo_estr17rare3.gif differ diff --git a/catalogue/spromo_estr17rare4.gif b/catalogue/spromo_estr17rare4.gif new file mode 100644 index 00000000..052fa6d9 Binary files /dev/null and b/catalogue/spromo_estr17rare4.gif differ diff --git a/catalogue/spromo_frissioeventsepteber2017.gif b/catalogue/spromo_frissioeventsepteber2017.gif new file mode 100644 index 00000000..e8d02f5b Binary files /dev/null and b/catalogue/spromo_frissioeventsepteber2017.gif differ diff --git a/catalogue/spromo_goldacc.gif b/catalogue/spromo_goldacc.gif new file mode 100644 index 00000000..3f631703 Binary files /dev/null and b/catalogue/spromo_goldacc.gif differ diff --git a/catalogue/spromo_habbohistories_newfurni.png b/catalogue/spromo_habbohistories_newfurni.png new file mode 100644 index 00000000..e63eb261 Binary files /dev/null and b/catalogue/spromo_habbohistories_newfurni.png differ diff --git a/catalogue/spromo_hween17_gen1.gif b/catalogue/spromo_hween17_gen1.gif new file mode 100644 index 00000000..5e11f002 Binary files /dev/null and b/catalogue/spromo_hween17_gen1.gif differ diff --git a/catalogue/spromo_mansionRB.gif b/catalogue/spromo_mansionRB.gif new file mode 100644 index 00000000..cf3f40bf Binary files /dev/null and b/catalogue/spromo_mansionRB.gif differ diff --git a/catalogue/spromo_ny2016crackable.gif b/catalogue/spromo_ny2016crackable.gif new file mode 100644 index 00000000..58f65ec0 Binary files /dev/null and b/catalogue/spromo_ny2016crackable.gif differ diff --git a/catalogue/spromo_olympics16_gen2.gif b/catalogue/spromo_olympics16_gen2.gif new file mode 100644 index 00000000..aa4a49c9 Binary files /dev/null and b/catalogue/spromo_olympics16_gen2.gif differ diff --git a/catalogue/spromo_pvsv16smuggler.gif b/catalogue/spromo_pvsv16smuggler.gif new file mode 100644 index 00000000..c1cc8008 Binary files /dev/null and b/catalogue/spromo_pvsv16smuggler.gif differ diff --git a/catalogue/spromo_rainy19_gen.gif b/catalogue/spromo_rainy19_gen.gif new file mode 100644 index 00000000..bbfe226d Binary files /dev/null and b/catalogue/spromo_rainy19_gen.gif differ diff --git a/catalogue/spromo_santorini17_gen1.gif b/catalogue/spromo_santorini17_gen1.gif new file mode 100644 index 00000000..9d7d0db6 Binary files /dev/null and b/catalogue/spromo_santorini17_gen1.gif differ diff --git a/catalogue/spromo_tvs.gif b/catalogue/spromo_tvs.gif new file mode 100644 index 00000000..4e8e14f0 Binary files /dev/null and b/catalogue/spromo_tvs.gif differ diff --git a/catalogue/st_felipe_pstr.gif b/catalogue/st_felipe_pstr.gif new file mode 100644 index 00000000..e9b1ea15 Binary files /dev/null and b/catalogue/st_felipe_pstr.gif differ diff --git a/catalogue/stackers.gif b/catalogue/stackers.gif new file mode 100644 index 00000000..9462bd45 Binary files /dev/null and b/catalogue/stackers.gif differ diff --git a/catalogue/staff_shop_header.gif b/catalogue/staff_shop_header.gif new file mode 100644 index 00000000..53d1c26a Binary files /dev/null and b/catalogue/staff_shop_header.gif differ diff --git a/catalogue/steampunk_header.gif b/catalogue/steampunk_header.gif new file mode 100644 index 00000000..850e63ed Binary files /dev/null and b/catalogue/steampunk_header.gif differ diff --git a/catalogue/steampunk_s_promo.gif b/catalogue/steampunk_s_promo.gif new file mode 100644 index 00000000..eac96b10 Binary files /dev/null and b/catalogue/steampunk_s_promo.gif differ diff --git a/catalogue/steampunk_teaser.gif b/catalogue/steampunk_teaser.gif new file mode 100644 index 00000000..eb83fcea Binary files /dev/null and b/catalogue/steampunk_teaser.gif differ diff --git a/catalogue/stickies_love_teaser.gif b/catalogue/stickies_love_teaser.gif new file mode 100644 index 00000000..efcad58d Binary files /dev/null and b/catalogue/stickies_love_teaser.gif differ diff --git a/catalogue/stickies_teaser.gif b/catalogue/stickies_teaser.gif new file mode 100644 index 00000000..d6c7fe7b Binary files /dev/null and b/catalogue/stickies_teaser.gif differ diff --git a/catalogue/stories_header.gif b/catalogue/stories_header.gif new file mode 100644 index 00000000..d759f6dc Binary files /dev/null and b/catalogue/stories_header.gif differ diff --git a/catalogue/stories_teaser.gif b/catalogue/stories_teaser.gif new file mode 100644 index 00000000..c1b627b0 Binary files /dev/null and b/catalogue/stories_teaser.gif differ diff --git a/catalogue/strandedjungle_crafting_teaser.gif b/catalogue/strandedjungle_crafting_teaser.gif new file mode 100644 index 00000000..c76d48e2 Binary files /dev/null and b/catalogue/strandedjungle_crafting_teaser.gif differ diff --git a/catalogue/strandedjungle_header.gif b/catalogue/strandedjungle_header.gif new file mode 100644 index 00000000..13d26e08 Binary files /dev/null and b/catalogue/strandedjungle_header.gif differ diff --git a/catalogue/strandedjungle_teaser.gif b/catalogue/strandedjungle_teaser.gif new file mode 100644 index 00000000..03bed6dc Binary files /dev/null and b/catalogue/strandedjungle_teaser.gif differ diff --git a/catalogue/strandedjungle_teaser2.gif b/catalogue/strandedjungle_teaser2.gif new file mode 100644 index 00000000..014ec6f4 Binary files /dev/null and b/catalogue/strandedjungle_teaser2.gif differ diff --git a/catalogue/straypixels_header.gif b/catalogue/straypixels_header.gif new file mode 100644 index 00000000..d5dabbaf Binary files /dev/null and b/catalogue/straypixels_header.gif differ diff --git a/catalogue/studio_header.gif b/catalogue/studio_header.gif new file mode 100644 index 00000000..6f897702 Binary files /dev/null and b/catalogue/studio_header.gif differ diff --git a/catalogue/studio_teaser.gif b/catalogue/studio_teaser.gif new file mode 100644 index 00000000..3d5b71ac Binary files /dev/null and b/catalogue/studio_teaser.gif differ diff --git a/catalogue/sum19_comeback.gif b/catalogue/sum19_comeback.gif new file mode 100644 index 00000000..7578b091 Binary files /dev/null and b/catalogue/sum19_comeback.gif differ diff --git a/catalogue/summer.gif b/catalogue/summer.gif new file mode 100644 index 00000000..2bab8fe4 Binary files /dev/null and b/catalogue/summer.gif differ diff --git a/catalogue/summer10_teaser.gif b/catalogue/summer10_teaser.gif new file mode 100644 index 00000000..e339bec6 Binary files /dev/null and b/catalogue/summer10_teaser.gif differ diff --git a/catalogue/summer11_teaser.gif b/catalogue/summer11_teaser.gif new file mode 100644 index 00000000..bfa4c4ad Binary files /dev/null and b/catalogue/summer11_teaser.gif differ diff --git a/catalogue/summer17_teaser.gif b/catalogue/summer17_teaser.gif new file mode 100644 index 00000000..bd611ce6 Binary files /dev/null and b/catalogue/summer17_teaser.gif differ diff --git a/catalogue/summer_header.gif b/catalogue/summer_header.gif new file mode 100644 index 00000000..2bab8fe4 Binary files /dev/null and b/catalogue/summer_header.gif differ diff --git a/catalogue/summer_teaser.gif b/catalogue/summer_teaser.gif new file mode 100644 index 00000000..010f1ee1 Binary files /dev/null and b/catalogue/summer_teaser.gif differ diff --git a/catalogue/summer_teaser2.gif b/catalogue/summer_teaser2.gif new file mode 100644 index 00000000..39dbb80d Binary files /dev/null and b/catalogue/summer_teaser2.gif differ diff --git a/catalogue/summer_teaser3.gif b/catalogue/summer_teaser3.gif new file mode 100644 index 00000000..95c93fc7 Binary files /dev/null and b/catalogue/summer_teaser3.gif differ diff --git a/catalogue/summer_teaser4.gif b/catalogue/summer_teaser4.gif new file mode 100644 index 00000000..c43b7b36 Binary files /dev/null and b/catalogue/summer_teaser4.gif differ diff --git a/catalogue/summer_teaser5.gif b/catalogue/summer_teaser5.gif new file mode 100644 index 00000000..7578b091 Binary files /dev/null and b/catalogue/summer_teaser5.gif differ diff --git a/catalogue/suncity19_butterflydress.gif b/catalogue/suncity19_butterflydress.gif new file mode 100644 index 00000000..3c8e5176 Binary files /dev/null and b/catalogue/suncity19_butterflydress.gif differ diff --git a/catalogue/suncity19_featheredcowl.gif b/catalogue/suncity19_featheredcowl.gif new file mode 100644 index 00000000..377a1d9e Binary files /dev/null and b/catalogue/suncity19_featheredcowl.gif differ diff --git a/catalogue/suncity19_glassfount.gif b/catalogue/suncity19_glassfount.gif new file mode 100644 index 00000000..d0c59ab5 Binary files /dev/null and b/catalogue/suncity19_glassfount.gif differ diff --git a/catalogue/suncity19_newfurni.gif b/catalogue/suncity19_newfurni.gif new file mode 100644 index 00000000..041e5aca Binary files /dev/null and b/catalogue/suncity19_newfurni.gif differ diff --git a/catalogue/sunlight_header.gif b/catalogue/sunlight_header.gif new file mode 100644 index 00000000..044e5cbe Binary files /dev/null and b/catalogue/sunlight_header.gif differ diff --git a/catalogue/sunset_teaser.gif b/catalogue/sunset_teaser.gif new file mode 100644 index 00000000..56d3d94a Binary files /dev/null and b/catalogue/sunset_teaser.gif differ diff --git a/catalogue/supermarket.gif b/catalogue/supermarket.gif new file mode 100644 index 00000000..45d853de Binary files /dev/null and b/catalogue/supermarket.gif differ diff --git a/catalogue/supermarket_teaser.gif b/catalogue/supermarket_teaser.gif new file mode 100644 index 00000000..3a24538b Binary files /dev/null and b/catalogue/supermarket_teaser.gif differ diff --git a/catalogue/supersaver_header.gif b/catalogue/supersaver_header.gif new file mode 100644 index 00000000..2626330a Binary files /dev/null and b/catalogue/supersaver_header.gif differ diff --git a/catalogue/system_header.gif b/catalogue/system_header.gif new file mode 100644 index 00000000..3b0b983d Binary files /dev/null and b/catalogue/system_header.gif differ diff --git a/catalogue/tables_header.gif b/catalogue/tables_header.gif new file mode 100644 index 00000000..e8cef882 Binary files /dev/null and b/catalogue/tables_header.gif differ diff --git a/catalogue/tables_teaser.gif b/catalogue/tables_teaser.gif new file mode 100644 index 00000000..e247adec Binary files /dev/null and b/catalogue/tables_teaser.gif differ diff --git a/catalogue/tables_teaser2.gif b/catalogue/tables_teaser2.gif new file mode 100644 index 00000000..e5036330 Binary files /dev/null and b/catalogue/tables_teaser2.gif differ diff --git a/catalogue/tapizados.gif b/catalogue/tapizados.gif new file mode 100644 index 00000000..dc9255c4 Binary files /dev/null and b/catalogue/tapizados.gif differ diff --git a/catalogue/tapizados1.gif b/catalogue/tapizados1.gif new file mode 100644 index 00000000..08d0b4b5 Binary files /dev/null and b/catalogue/tapizados1.gif differ diff --git a/catalogue/teas_drago2.gif b/catalogue/teas_drago2.gif new file mode 100644 index 00000000..6c351016 Binary files /dev/null and b/catalogue/teas_drago2.gif differ diff --git a/catalogue/teas_drago2.png b/catalogue/teas_drago2.png new file mode 100644 index 00000000..6c351016 Binary files /dev/null and b/catalogue/teas_drago2.png differ diff --git a/catalogue/teas_shop.gif b/catalogue/teas_shop.gif new file mode 100644 index 00000000..c43b7b36 Binary files /dev/null and b/catalogue/teas_shop.gif differ diff --git a/catalogue/teaser_blocks.gif b/catalogue/teaser_blocks.gif new file mode 100644 index 00000000..f8cc522c Binary files /dev/null and b/catalogue/teaser_blocks.gif differ diff --git a/catalogue/teaser_habboclub.gif b/catalogue/teaser_habboclub.gif new file mode 100644 index 00000000..eeb5fb3c Binary files /dev/null and b/catalogue/teaser_habboclub.gif differ diff --git a/catalogue/teaser_kitchen2015.gif b/catalogue/teaser_kitchen2015.gif new file mode 100644 index 00000000..d01e70b1 Binary files /dev/null and b/catalogue/teaser_kitchen2015.gif differ diff --git a/catalogue/teaser_kitchen2015.png b/catalogue/teaser_kitchen2015.png new file mode 100644 index 00000000..d01e70b1 Binary files /dev/null and b/catalogue/teaser_kitchen2015.png differ diff --git a/catalogue/teaser_kraken.gif b/catalogue/teaser_kraken.gif new file mode 100644 index 00000000..2368cdef Binary files /dev/null and b/catalogue/teaser_kraken.gif differ diff --git a/catalogue/teaser_le.gif b/catalogue/teaser_le.gif new file mode 100644 index 00000000..2fc39da2 Binary files /dev/null and b/catalogue/teaser_le.gif differ diff --git a/catalogue/teaser_mystics.gif b/catalogue/teaser_mystics.gif new file mode 100644 index 00000000..9f48151c Binary files /dev/null and b/catalogue/teaser_mystics.gif differ diff --git a/catalogue/teaser_nav.gif b/catalogue/teaser_nav.gif new file mode 100644 index 00000000..ffa4db64 Binary files /dev/null and b/catalogue/teaser_nav.gif differ diff --git a/catalogue/teaser_pack_lofthipster.gif b/catalogue/teaser_pack_lofthipster.gif new file mode 100644 index 00000000..40fab4cd Binary files /dev/null and b/catalogue/teaser_pack_lofthipster.gif differ diff --git a/catalogue/teaser_posidon.gif b/catalogue/teaser_posidon.gif new file mode 100644 index 00000000..94669a7a Binary files /dev/null and b/catalogue/teaser_posidon.gif differ diff --git a/catalogue/teaser_santorini.gif b/catalogue/teaser_santorini.gif new file mode 100644 index 00000000..9d7d0db6 Binary files /dev/null and b/catalogue/teaser_santorini.gif differ diff --git a/catalogue/teaser_sfx_2.gif b/catalogue/teaser_sfx_2.gif new file mode 100644 index 00000000..4a12fd1d Binary files /dev/null and b/catalogue/teaser_sfx_2.gif differ diff --git a/catalogue/teaser_studio.gif b/catalogue/teaser_studio.gif new file mode 100644 index 00000000..3d5b71ac Binary files /dev/null and b/catalogue/teaser_studio.gif differ diff --git a/catalogue/teaserrom.gif b/catalogue/teaserrom.gif new file mode 100644 index 00000000..4b808284 Binary files /dev/null and b/catalogue/teaserrom.gif differ diff --git a/catalogue/tele_teaser.gif b/catalogue/tele_teaser.gif new file mode 100644 index 00000000..10c264fe Binary files /dev/null and b/catalogue/tele_teaser.gif differ diff --git a/catalogue/teleport.gif b/catalogue/teleport.gif new file mode 100644 index 00000000..d754a105 Binary files /dev/null and b/catalogue/teleport.gif differ diff --git a/catalogue/teleports.gif b/catalogue/teleports.gif new file mode 100644 index 00000000..9fb11b44 Binary files /dev/null and b/catalogue/teleports.gif differ diff --git a/catalogue/teleports_header2.gif b/catalogue/teleports_header2.gif new file mode 100644 index 00000000..1d194ef2 Binary files /dev/null and b/catalogue/teleports_header2.gif differ diff --git a/catalogue/teleports_teaser.gif b/catalogue/teleports_teaser.gif new file mode 100644 index 00000000..35f972ec Binary files /dev/null and b/catalogue/teleports_teaser.gif differ diff --git a/catalogue/teleports_teaser2.gif b/catalogue/teleports_teaser2.gif new file mode 100644 index 00000000..9267a723 Binary files /dev/null and b/catalogue/teleports_teaser2.gif differ diff --git a/catalogue/teleportsteaser.gif b/catalogue/teleportsteaser.gif new file mode 100644 index 00000000..ae3d2493 Binary files /dev/null and b/catalogue/teleportsteaser.gif differ diff --git a/catalogue/teletransportadores.gif b/catalogue/teletransportadores.gif new file mode 100644 index 00000000..d754a105 Binary files /dev/null and b/catalogue/teletransportadores.gif differ diff --git a/catalogue/teletransportadores1.gif b/catalogue/teletransportadores1.gif new file mode 100644 index 00000000..c7387801 Binary files /dev/null and b/catalogue/teletransportadores1.gif differ diff --git a/catalogue/teletransportadores2.gif b/catalogue/teletransportadores2.gif new file mode 100644 index 00000000..1f1f3710 Binary files /dev/null and b/catalogue/teletransportadores2.gif differ diff --git a/catalogue/teletransportadores3.gif b/catalogue/teletransportadores3.gif new file mode 100644 index 00000000..30867d84 Binary files /dev/null and b/catalogue/teletransportadores3.gif differ diff --git a/catalogue/tents_header.gif b/catalogue/tents_header.gif new file mode 100644 index 00000000..c29131cb Binary files /dev/null and b/catalogue/tents_header.gif differ diff --git a/catalogue/tents_teaser.gif b/catalogue/tents_teaser.gif new file mode 100644 index 00000000..483fe029 Binary files /dev/null and b/catalogue/tents_teaser.gif differ diff --git a/catalogue/th_floor_101.png b/catalogue/th_floor_101.png new file mode 100644 index 00000000..e79bdc3b Binary files /dev/null and b/catalogue/th_floor_101.png differ diff --git a/catalogue/th_floor_102.png b/catalogue/th_floor_102.png new file mode 100644 index 00000000..3479d92b Binary files /dev/null and b/catalogue/th_floor_102.png differ diff --git a/catalogue/th_floor_103.png b/catalogue/th_floor_103.png new file mode 100644 index 00000000..a09c394b Binary files /dev/null and b/catalogue/th_floor_103.png differ diff --git a/catalogue/th_floor_104.png b/catalogue/th_floor_104.png new file mode 100644 index 00000000..edf4b4c9 Binary files /dev/null and b/catalogue/th_floor_104.png differ diff --git a/catalogue/th_floor_105.png b/catalogue/th_floor_105.png new file mode 100644 index 00000000..89d552f4 Binary files /dev/null and b/catalogue/th_floor_105.png differ diff --git a/catalogue/th_floor_106.png b/catalogue/th_floor_106.png new file mode 100644 index 00000000..0b5e9ae1 Binary files /dev/null and b/catalogue/th_floor_106.png differ diff --git a/catalogue/th_floor_107.png b/catalogue/th_floor_107.png new file mode 100644 index 00000000..49ae4b85 Binary files /dev/null and b/catalogue/th_floor_107.png differ diff --git a/catalogue/th_floor_108.png b/catalogue/th_floor_108.png new file mode 100644 index 00000000..efb7cd5d Binary files /dev/null and b/catalogue/th_floor_108.png differ diff --git a/catalogue/th_floor_109.png b/catalogue/th_floor_109.png new file mode 100644 index 00000000..51ed973d Binary files /dev/null and b/catalogue/th_floor_109.png differ diff --git a/catalogue/th_floor_110.png b/catalogue/th_floor_110.png new file mode 100644 index 00000000..207fefad Binary files /dev/null and b/catalogue/th_floor_110.png differ diff --git a/catalogue/th_floor_111.png b/catalogue/th_floor_111.png new file mode 100644 index 00000000..2259fc37 Binary files /dev/null and b/catalogue/th_floor_111.png differ diff --git a/catalogue/th_floor_112.png b/catalogue/th_floor_112.png new file mode 100644 index 00000000..96bbfcf6 Binary files /dev/null and b/catalogue/th_floor_112.png differ diff --git a/catalogue/th_floor_113.png b/catalogue/th_floor_113.png new file mode 100644 index 00000000..74d93560 Binary files /dev/null and b/catalogue/th_floor_113.png differ diff --git a/catalogue/th_floor_114.png b/catalogue/th_floor_114.png new file mode 100644 index 00000000..3120b954 Binary files /dev/null and b/catalogue/th_floor_114.png differ diff --git a/catalogue/th_floor_115.png b/catalogue/th_floor_115.png new file mode 100644 index 00000000..2179f19d Binary files /dev/null and b/catalogue/th_floor_115.png differ diff --git a/catalogue/th_floor_116.png b/catalogue/th_floor_116.png new file mode 100644 index 00000000..f991fe25 Binary files /dev/null and b/catalogue/th_floor_116.png differ diff --git a/catalogue/th_floor_117.png b/catalogue/th_floor_117.png new file mode 100644 index 00000000..b4ac1a21 Binary files /dev/null and b/catalogue/th_floor_117.png differ diff --git a/catalogue/th_floor_118.png b/catalogue/th_floor_118.png new file mode 100644 index 00000000..5c8b5aad Binary files /dev/null and b/catalogue/th_floor_118.png differ diff --git a/catalogue/th_floor_119.png b/catalogue/th_floor_119.png new file mode 100644 index 00000000..04b0d455 Binary files /dev/null and b/catalogue/th_floor_119.png differ diff --git a/catalogue/th_floor_120.png b/catalogue/th_floor_120.png new file mode 100644 index 00000000..e6a1da55 Binary files /dev/null and b/catalogue/th_floor_120.png differ diff --git a/catalogue/th_floor_121.png b/catalogue/th_floor_121.png new file mode 100644 index 00000000..a22cdfb6 Binary files /dev/null and b/catalogue/th_floor_121.png differ diff --git a/catalogue/th_floor_122.png b/catalogue/th_floor_122.png new file mode 100644 index 00000000..b99bd386 Binary files /dev/null and b/catalogue/th_floor_122.png differ diff --git a/catalogue/th_floor_201.png b/catalogue/th_floor_201.png new file mode 100644 index 00000000..eeed1fd3 Binary files /dev/null and b/catalogue/th_floor_201.png differ diff --git a/catalogue/th_floor_202.png b/catalogue/th_floor_202.png new file mode 100644 index 00000000..b498a7df Binary files /dev/null and b/catalogue/th_floor_202.png differ diff --git a/catalogue/th_floor_203.png b/catalogue/th_floor_203.png new file mode 100644 index 00000000..a57ac9b3 Binary files /dev/null and b/catalogue/th_floor_203.png differ diff --git a/catalogue/th_floor_204.png b/catalogue/th_floor_204.png new file mode 100644 index 00000000..61c9c69a Binary files /dev/null and b/catalogue/th_floor_204.png differ diff --git a/catalogue/th_floor_205.png b/catalogue/th_floor_205.png new file mode 100644 index 00000000..6912877c Binary files /dev/null and b/catalogue/th_floor_205.png differ diff --git a/catalogue/th_floor_206.png b/catalogue/th_floor_206.png new file mode 100644 index 00000000..6e8e94a7 Binary files /dev/null and b/catalogue/th_floor_206.png differ diff --git a/catalogue/th_floor_207.png b/catalogue/th_floor_207.png new file mode 100644 index 00000000..d823913e Binary files /dev/null and b/catalogue/th_floor_207.png differ diff --git a/catalogue/th_floor_208.png b/catalogue/th_floor_208.png new file mode 100644 index 00000000..afa22715 Binary files /dev/null and b/catalogue/th_floor_208.png differ diff --git a/catalogue/th_floor_209.png b/catalogue/th_floor_209.png new file mode 100644 index 00000000..905d2734 Binary files /dev/null and b/catalogue/th_floor_209.png differ diff --git a/catalogue/th_floor_210.png b/catalogue/th_floor_210.png new file mode 100644 index 00000000..7aacd654 Binary files /dev/null and b/catalogue/th_floor_210.png differ diff --git a/catalogue/th_floor_211.png b/catalogue/th_floor_211.png new file mode 100644 index 00000000..5e7301dc Binary files /dev/null and b/catalogue/th_floor_211.png differ diff --git a/catalogue/th_floor_212.png b/catalogue/th_floor_212.png new file mode 100644 index 00000000..a591bb36 Binary files /dev/null and b/catalogue/th_floor_212.png differ diff --git a/catalogue/th_floor_213.png b/catalogue/th_floor_213.png new file mode 100644 index 00000000..210b0e49 Binary files /dev/null and b/catalogue/th_floor_213.png differ diff --git a/catalogue/th_floor_214.png b/catalogue/th_floor_214.png new file mode 100644 index 00000000..17b9a790 Binary files /dev/null and b/catalogue/th_floor_214.png differ diff --git a/catalogue/th_floor_215.png b/catalogue/th_floor_215.png new file mode 100644 index 00000000..82fbfe6e Binary files /dev/null and b/catalogue/th_floor_215.png differ diff --git a/catalogue/th_floor_216.png b/catalogue/th_floor_216.png new file mode 100644 index 00000000..24cf642a Binary files /dev/null and b/catalogue/th_floor_216.png differ diff --git a/catalogue/th_floor_217.png b/catalogue/th_floor_217.png new file mode 100644 index 00000000..1228b33d Binary files /dev/null and b/catalogue/th_floor_217.png differ diff --git a/catalogue/th_floor_218.png b/catalogue/th_floor_218.png new file mode 100644 index 00000000..dae6f3b6 Binary files /dev/null and b/catalogue/th_floor_218.png differ diff --git a/catalogue/th_floor_219.png b/catalogue/th_floor_219.png new file mode 100644 index 00000000..9e66c2b8 Binary files /dev/null and b/catalogue/th_floor_219.png differ diff --git a/catalogue/th_floor_220.png b/catalogue/th_floor_220.png new file mode 100644 index 00000000..1613d03e Binary files /dev/null and b/catalogue/th_floor_220.png differ diff --git a/catalogue/th_floor_221.png b/catalogue/th_floor_221.png new file mode 100644 index 00000000..7b508c3a Binary files /dev/null and b/catalogue/th_floor_221.png differ diff --git a/catalogue/th_floor_222.png b/catalogue/th_floor_222.png new file mode 100644 index 00000000..d957c6e8 Binary files /dev/null and b/catalogue/th_floor_222.png differ diff --git a/catalogue/th_floor_223.png b/catalogue/th_floor_223.png new file mode 100644 index 00000000..37247918 Binary files /dev/null and b/catalogue/th_floor_223.png differ diff --git a/catalogue/th_floor_224.png b/catalogue/th_floor_224.png new file mode 100644 index 00000000..3e95e743 Binary files /dev/null and b/catalogue/th_floor_224.png differ diff --git a/catalogue/th_floor_301.png b/catalogue/th_floor_301.png new file mode 100644 index 00000000..fd985f57 Binary files /dev/null and b/catalogue/th_floor_301.png differ diff --git a/catalogue/th_floor_302.png b/catalogue/th_floor_302.png new file mode 100644 index 00000000..2087e6fb Binary files /dev/null and b/catalogue/th_floor_302.png differ diff --git a/catalogue/th_floor_303.png b/catalogue/th_floor_303.png new file mode 100644 index 00000000..fb560e64 Binary files /dev/null and b/catalogue/th_floor_303.png differ diff --git a/catalogue/th_floor_304.png b/catalogue/th_floor_304.png new file mode 100644 index 00000000..186ee398 Binary files /dev/null and b/catalogue/th_floor_304.png differ diff --git a/catalogue/th_floor_305.png b/catalogue/th_floor_305.png new file mode 100644 index 00000000..dadd603a Binary files /dev/null and b/catalogue/th_floor_305.png differ diff --git a/catalogue/th_floor_306.png b/catalogue/th_floor_306.png new file mode 100644 index 00000000..1a0a67bb Binary files /dev/null and b/catalogue/th_floor_306.png differ diff --git a/catalogue/th_floor_307.png b/catalogue/th_floor_307.png new file mode 100644 index 00000000..4b608ff7 Binary files /dev/null and b/catalogue/th_floor_307.png differ diff --git a/catalogue/th_floor_308.png b/catalogue/th_floor_308.png new file mode 100644 index 00000000..1931f4f6 Binary files /dev/null and b/catalogue/th_floor_308.png differ diff --git a/catalogue/th_floor_309.png b/catalogue/th_floor_309.png new file mode 100644 index 00000000..486e42ac Binary files /dev/null and b/catalogue/th_floor_309.png differ diff --git a/catalogue/th_floor_310.png b/catalogue/th_floor_310.png new file mode 100644 index 00000000..e89533ca Binary files /dev/null and b/catalogue/th_floor_310.png differ diff --git a/catalogue/th_floor_311.png b/catalogue/th_floor_311.png new file mode 100644 index 00000000..911c336b Binary files /dev/null and b/catalogue/th_floor_311.png differ diff --git a/catalogue/th_floor_312.png b/catalogue/th_floor_312.png new file mode 100644 index 00000000..24d195bf Binary files /dev/null and b/catalogue/th_floor_312.png differ diff --git a/catalogue/th_floor_313.png b/catalogue/th_floor_313.png new file mode 100644 index 00000000..b6614841 Binary files /dev/null and b/catalogue/th_floor_313.png differ diff --git a/catalogue/th_floor_314.png b/catalogue/th_floor_314.png new file mode 100644 index 00000000..f0cc662c Binary files /dev/null and b/catalogue/th_floor_314.png differ diff --git a/catalogue/th_floor_401.png b/catalogue/th_floor_401.png new file mode 100644 index 00000000..cdc06ac5 Binary files /dev/null and b/catalogue/th_floor_401.png differ diff --git a/catalogue/th_floor_402.png b/catalogue/th_floor_402.png new file mode 100644 index 00000000..2134629b Binary files /dev/null and b/catalogue/th_floor_402.png differ diff --git a/catalogue/th_floor_403.png b/catalogue/th_floor_403.png new file mode 100644 index 00000000..f04a3eb7 Binary files /dev/null and b/catalogue/th_floor_403.png differ diff --git a/catalogue/th_floor_404.png b/catalogue/th_floor_404.png new file mode 100644 index 00000000..c5bd4d43 Binary files /dev/null and b/catalogue/th_floor_404.png differ diff --git a/catalogue/th_floor_405.png b/catalogue/th_floor_405.png new file mode 100644 index 00000000..1953bcc8 Binary files /dev/null and b/catalogue/th_floor_405.png differ diff --git a/catalogue/th_floor_406.png b/catalogue/th_floor_406.png new file mode 100644 index 00000000..04660f4e Binary files /dev/null and b/catalogue/th_floor_406.png differ diff --git a/catalogue/th_floor_407.png b/catalogue/th_floor_407.png new file mode 100644 index 00000000..e2c9e956 Binary files /dev/null and b/catalogue/th_floor_407.png differ diff --git a/catalogue/th_floor_408.png b/catalogue/th_floor_408.png new file mode 100644 index 00000000..09fb3b71 Binary files /dev/null and b/catalogue/th_floor_408.png differ diff --git a/catalogue/th_floor_409.png b/catalogue/th_floor_409.png new file mode 100644 index 00000000..956d8754 Binary files /dev/null and b/catalogue/th_floor_409.png differ diff --git a/catalogue/th_floor_410.png b/catalogue/th_floor_410.png new file mode 100644 index 00000000..fa68e614 Binary files /dev/null and b/catalogue/th_floor_410.png differ diff --git a/catalogue/th_floor_411.png b/catalogue/th_floor_411.png new file mode 100644 index 00000000..af9d20c0 Binary files /dev/null and b/catalogue/th_floor_411.png differ diff --git a/catalogue/th_floor_412.png b/catalogue/th_floor_412.png new file mode 100644 index 00000000..15eb1592 Binary files /dev/null and b/catalogue/th_floor_412.png differ diff --git a/catalogue/th_floor_413.png b/catalogue/th_floor_413.png new file mode 100644 index 00000000..d9a37703 Binary files /dev/null and b/catalogue/th_floor_413.png differ diff --git a/catalogue/th_floor_414.png b/catalogue/th_floor_414.png new file mode 100644 index 00000000..bd4391cd Binary files /dev/null and b/catalogue/th_floor_414.png differ diff --git a/catalogue/th_floor_415.png b/catalogue/th_floor_415.png new file mode 100644 index 00000000..1ad4aad2 Binary files /dev/null and b/catalogue/th_floor_415.png differ diff --git a/catalogue/th_floor_416.png b/catalogue/th_floor_416.png new file mode 100644 index 00000000..f132e1ac Binary files /dev/null and b/catalogue/th_floor_416.png differ diff --git a/catalogue/th_floor_417.png b/catalogue/th_floor_417.png new file mode 100644 index 00000000..53713e0e Binary files /dev/null and b/catalogue/th_floor_417.png differ diff --git a/catalogue/th_floor_418.png b/catalogue/th_floor_418.png new file mode 100644 index 00000000..4eb372f2 Binary files /dev/null and b/catalogue/th_floor_418.png differ diff --git a/catalogue/th_floor_419.png b/catalogue/th_floor_419.png new file mode 100644 index 00000000..27bae5b6 Binary files /dev/null and b/catalogue/th_floor_419.png differ diff --git a/catalogue/th_floor_420.png b/catalogue/th_floor_420.png new file mode 100644 index 00000000..b1876c93 Binary files /dev/null and b/catalogue/th_floor_420.png differ diff --git a/catalogue/th_floor_501.png b/catalogue/th_floor_501.png new file mode 100644 index 00000000..eb7311b9 Binary files /dev/null and b/catalogue/th_floor_501.png differ diff --git a/catalogue/th_floor_502.png b/catalogue/th_floor_502.png new file mode 100644 index 00000000..8bba7de8 Binary files /dev/null and b/catalogue/th_floor_502.png differ diff --git a/catalogue/th_floor_503.png b/catalogue/th_floor_503.png new file mode 100644 index 00000000..3dda1809 Binary files /dev/null and b/catalogue/th_floor_503.png differ diff --git a/catalogue/th_floor_504.png b/catalogue/th_floor_504.png new file mode 100644 index 00000000..bfdc30a7 Binary files /dev/null and b/catalogue/th_floor_504.png differ diff --git a/catalogue/th_floor_505.png b/catalogue/th_floor_505.png new file mode 100644 index 00000000..3ee7939a Binary files /dev/null and b/catalogue/th_floor_505.png differ diff --git a/catalogue/th_floor_506.png b/catalogue/th_floor_506.png new file mode 100644 index 00000000..ac788130 Binary files /dev/null and b/catalogue/th_floor_506.png differ diff --git a/catalogue/th_floor_507.png b/catalogue/th_floor_507.png new file mode 100644 index 00000000..a88df918 Binary files /dev/null and b/catalogue/th_floor_507.png differ diff --git a/catalogue/th_floor_508.png b/catalogue/th_floor_508.png new file mode 100644 index 00000000..8cd37636 Binary files /dev/null and b/catalogue/th_floor_508.png differ diff --git a/catalogue/th_floor_509.png b/catalogue/th_floor_509.png new file mode 100644 index 00000000..1257ca62 Binary files /dev/null and b/catalogue/th_floor_509.png differ diff --git a/catalogue/th_floor_510.png b/catalogue/th_floor_510.png new file mode 100644 index 00000000..67da6df8 Binary files /dev/null and b/catalogue/th_floor_510.png differ diff --git a/catalogue/th_floor_511.png b/catalogue/th_floor_511.png new file mode 100644 index 00000000..e607efd6 Binary files /dev/null and b/catalogue/th_floor_511.png differ diff --git a/catalogue/th_floor_512.png b/catalogue/th_floor_512.png new file mode 100644 index 00000000..183ac5b4 Binary files /dev/null and b/catalogue/th_floor_512.png differ diff --git a/catalogue/th_floor_513.png b/catalogue/th_floor_513.png new file mode 100644 index 00000000..d0415d2b Binary files /dev/null and b/catalogue/th_floor_513.png differ diff --git a/catalogue/th_floor_514.png b/catalogue/th_floor_514.png new file mode 100644 index 00000000..d4fea864 Binary files /dev/null and b/catalogue/th_floor_514.png differ diff --git a/catalogue/th_floor_601.png b/catalogue/th_floor_601.png new file mode 100644 index 00000000..41063cda Binary files /dev/null and b/catalogue/th_floor_601.png differ diff --git a/catalogue/th_floor_602.png b/catalogue/th_floor_602.png new file mode 100644 index 00000000..33c3937f Binary files /dev/null and b/catalogue/th_floor_602.png differ diff --git a/catalogue/th_floor_603.png b/catalogue/th_floor_603.png new file mode 100644 index 00000000..b7759a59 Binary files /dev/null and b/catalogue/th_floor_603.png differ diff --git a/catalogue/th_floor_604.png b/catalogue/th_floor_604.png new file mode 100644 index 00000000..ad7120e3 Binary files /dev/null and b/catalogue/th_floor_604.png differ diff --git a/catalogue/th_floor_605.png b/catalogue/th_floor_605.png new file mode 100644 index 00000000..30218cef Binary files /dev/null and b/catalogue/th_floor_605.png differ diff --git a/catalogue/th_floor_606.png b/catalogue/th_floor_606.png new file mode 100644 index 00000000..9e1b5a91 Binary files /dev/null and b/catalogue/th_floor_606.png differ diff --git a/catalogue/th_floor_607.png b/catalogue/th_floor_607.png new file mode 100644 index 00000000..6ed29818 Binary files /dev/null and b/catalogue/th_floor_607.png differ diff --git a/catalogue/th_floor_608.png b/catalogue/th_floor_608.png new file mode 100644 index 00000000..93a63166 Binary files /dev/null and b/catalogue/th_floor_608.png differ diff --git a/catalogue/th_floor_609.png b/catalogue/th_floor_609.png new file mode 100644 index 00000000..0195d43b Binary files /dev/null and b/catalogue/th_floor_609.png differ diff --git a/catalogue/th_floor_610.png b/catalogue/th_floor_610.png new file mode 100644 index 00000000..b6e3b87b Binary files /dev/null and b/catalogue/th_floor_610.png differ diff --git a/catalogue/th_floor_611.png b/catalogue/th_floor_611.png new file mode 100644 index 00000000..05e681ea Binary files /dev/null and b/catalogue/th_floor_611.png differ diff --git a/catalogue/th_floor_612.png b/catalogue/th_floor_612.png new file mode 100644 index 00000000..54260beb Binary files /dev/null and b/catalogue/th_floor_612.png differ diff --git a/catalogue/th_floor_613.png b/catalogue/th_floor_613.png new file mode 100644 index 00000000..a355bd83 Binary files /dev/null and b/catalogue/th_floor_613.png differ diff --git a/catalogue/th_floor_614.png b/catalogue/th_floor_614.png new file mode 100644 index 00000000..28ce3e3a Binary files /dev/null and b/catalogue/th_floor_614.png differ diff --git a/catalogue/th_floor_615.png b/catalogue/th_floor_615.png new file mode 100644 index 00000000..0462f390 Binary files /dev/null and b/catalogue/th_floor_615.png differ diff --git a/catalogue/th_floor_616.png b/catalogue/th_floor_616.png new file mode 100644 index 00000000..d3f6e174 Binary files /dev/null and b/catalogue/th_floor_616.png differ diff --git a/catalogue/th_floor_617.png b/catalogue/th_floor_617.png new file mode 100644 index 00000000..c40cfde5 Binary files /dev/null and b/catalogue/th_floor_617.png differ diff --git a/catalogue/th_floor_618.png b/catalogue/th_floor_618.png new file mode 100644 index 00000000..c0fd90ed Binary files /dev/null and b/catalogue/th_floor_618.png differ diff --git a/catalogue/th_floor_619.png b/catalogue/th_floor_619.png new file mode 100644 index 00000000..9260bac5 Binary files /dev/null and b/catalogue/th_floor_619.png differ diff --git a/catalogue/th_floor_620.png b/catalogue/th_floor_620.png new file mode 100644 index 00000000..96f97f06 Binary files /dev/null and b/catalogue/th_floor_620.png differ diff --git a/catalogue/th_landscape_1_1.png b/catalogue/th_landscape_1_1.png new file mode 100644 index 00000000..34880f50 Binary files /dev/null and b/catalogue/th_landscape_1_1.png differ diff --git a/catalogue/th_landscape_1_10.png b/catalogue/th_landscape_1_10.png new file mode 100644 index 00000000..750e24e0 Binary files /dev/null and b/catalogue/th_landscape_1_10.png differ diff --git a/catalogue/th_landscape_1_10_001.png b/catalogue/th_landscape_1_10_001.png new file mode 100644 index 00000000..e19acd0a Binary files /dev/null and b/catalogue/th_landscape_1_10_001.png differ diff --git a/catalogue/th_landscape_1_11.png b/catalogue/th_landscape_1_11.png new file mode 100644 index 00000000..00ae83ba Binary files /dev/null and b/catalogue/th_landscape_1_11.png differ diff --git a/catalogue/th_landscape_1_11_001.png b/catalogue/th_landscape_1_11_001.png new file mode 100644 index 00000000..caba56cd Binary files /dev/null and b/catalogue/th_landscape_1_11_001.png differ diff --git a/catalogue/th_landscape_1_12_001.png b/catalogue/th_landscape_1_12_001.png new file mode 100644 index 00000000..a7e21308 Binary files /dev/null and b/catalogue/th_landscape_1_12_001.png differ diff --git a/catalogue/th_landscape_1_1_001.png b/catalogue/th_landscape_1_1_001.png new file mode 100644 index 00000000..289eafce Binary files /dev/null and b/catalogue/th_landscape_1_1_001.png differ diff --git a/catalogue/th_landscape_1_2.png b/catalogue/th_landscape_1_2.png new file mode 100644 index 00000000..23bef4d5 Binary files /dev/null and b/catalogue/th_landscape_1_2.png differ diff --git a/catalogue/th_landscape_1_2_001.png b/catalogue/th_landscape_1_2_001.png new file mode 100644 index 00000000..035aecfc Binary files /dev/null and b/catalogue/th_landscape_1_2_001.png differ diff --git a/catalogue/th_landscape_1_3.png b/catalogue/th_landscape_1_3.png new file mode 100644 index 00000000..41110853 Binary files /dev/null and b/catalogue/th_landscape_1_3.png differ diff --git a/catalogue/th_landscape_1_3_001.png b/catalogue/th_landscape_1_3_001.png new file mode 100644 index 00000000..6008509d Binary files /dev/null and b/catalogue/th_landscape_1_3_001.png differ diff --git a/catalogue/th_landscape_1_4.png b/catalogue/th_landscape_1_4.png new file mode 100644 index 00000000..a1fa20f0 Binary files /dev/null and b/catalogue/th_landscape_1_4.png differ diff --git a/catalogue/th_landscape_1_4_001.png b/catalogue/th_landscape_1_4_001.png new file mode 100644 index 00000000..cfdc5e07 Binary files /dev/null and b/catalogue/th_landscape_1_4_001.png differ diff --git a/catalogue/th_landscape_1_5.png b/catalogue/th_landscape_1_5.png new file mode 100644 index 00000000..a01ef553 Binary files /dev/null and b/catalogue/th_landscape_1_5.png differ diff --git a/catalogue/th_landscape_1_5_001.png b/catalogue/th_landscape_1_5_001.png new file mode 100644 index 00000000..70e2bf52 Binary files /dev/null and b/catalogue/th_landscape_1_5_001.png differ diff --git a/catalogue/th_landscape_1_6.png b/catalogue/th_landscape_1_6.png new file mode 100644 index 00000000..db0c3829 Binary files /dev/null and b/catalogue/th_landscape_1_6.png differ diff --git a/catalogue/th_landscape_1_6_001.png b/catalogue/th_landscape_1_6_001.png new file mode 100644 index 00000000..8e256cc4 Binary files /dev/null and b/catalogue/th_landscape_1_6_001.png differ diff --git a/catalogue/th_landscape_1_7.png b/catalogue/th_landscape_1_7.png new file mode 100644 index 00000000..1f27f10f Binary files /dev/null and b/catalogue/th_landscape_1_7.png differ diff --git a/catalogue/th_landscape_1_7_001.png b/catalogue/th_landscape_1_7_001.png new file mode 100644 index 00000000..9dc01159 Binary files /dev/null and b/catalogue/th_landscape_1_7_001.png differ diff --git a/catalogue/th_landscape_1_8.png b/catalogue/th_landscape_1_8.png new file mode 100644 index 00000000..e0f9fdb0 Binary files /dev/null and b/catalogue/th_landscape_1_8.png differ diff --git a/catalogue/th_landscape_1_8_001.png b/catalogue/th_landscape_1_8_001.png new file mode 100644 index 00000000..df8c2007 Binary files /dev/null and b/catalogue/th_landscape_1_8_001.png differ diff --git a/catalogue/th_landscape_1_9.png b/catalogue/th_landscape_1_9.png new file mode 100644 index 00000000..b5537273 Binary files /dev/null and b/catalogue/th_landscape_1_9.png differ diff --git a/catalogue/th_landscape_1_9_001.png b/catalogue/th_landscape_1_9_001.png new file mode 100644 index 00000000..412a7a0e Binary files /dev/null and b/catalogue/th_landscape_1_9_001.png differ diff --git a/catalogue/th_landscape_2_1.png b/catalogue/th_landscape_2_1.png new file mode 100644 index 00000000..34880f50 Binary files /dev/null and b/catalogue/th_landscape_2_1.png differ diff --git a/catalogue/th_landscape_2_10_001.png b/catalogue/th_landscape_2_10_001.png new file mode 100644 index 00000000..e19acd0a Binary files /dev/null and b/catalogue/th_landscape_2_10_001.png differ diff --git a/catalogue/th_landscape_2_11_001.png b/catalogue/th_landscape_2_11_001.png new file mode 100644 index 00000000..caba56cd Binary files /dev/null and b/catalogue/th_landscape_2_11_001.png differ diff --git a/catalogue/th_landscape_2_12_001.png b/catalogue/th_landscape_2_12_001.png new file mode 100644 index 00000000..a7e21308 Binary files /dev/null and b/catalogue/th_landscape_2_12_001.png differ diff --git a/catalogue/th_landscape_2_1_001.png b/catalogue/th_landscape_2_1_001.png new file mode 100644 index 00000000..289eafce Binary files /dev/null and b/catalogue/th_landscape_2_1_001.png differ diff --git a/catalogue/th_landscape_2_2_001.png b/catalogue/th_landscape_2_2_001.png new file mode 100644 index 00000000..035aecfc Binary files /dev/null and b/catalogue/th_landscape_2_2_001.png differ diff --git a/catalogue/th_landscape_2_3.png b/catalogue/th_landscape_2_3.png new file mode 100644 index 00000000..a89bd7b6 Binary files /dev/null and b/catalogue/th_landscape_2_3.png differ diff --git a/catalogue/th_landscape_2_3_001.png b/catalogue/th_landscape_2_3_001.png new file mode 100644 index 00000000..3ce1b079 Binary files /dev/null and b/catalogue/th_landscape_2_3_001.png differ diff --git a/catalogue/th_landscape_2_4.png b/catalogue/th_landscape_2_4.png new file mode 100644 index 00000000..a1fa20f0 Binary files /dev/null and b/catalogue/th_landscape_2_4.png differ diff --git a/catalogue/th_landscape_2_4_001.png b/catalogue/th_landscape_2_4_001.png new file mode 100644 index 00000000..cfdc5e07 Binary files /dev/null and b/catalogue/th_landscape_2_4_001.png differ diff --git a/catalogue/th_landscape_2_5.png b/catalogue/th_landscape_2_5.png new file mode 100644 index 00000000..785f73b2 Binary files /dev/null and b/catalogue/th_landscape_2_5.png differ diff --git a/catalogue/th_landscape_2_5_001.png b/catalogue/th_landscape_2_5_001.png new file mode 100644 index 00000000..a7480b7d Binary files /dev/null and b/catalogue/th_landscape_2_5_001.png differ diff --git a/catalogue/th_landscape_2_6.png b/catalogue/th_landscape_2_6.png new file mode 100644 index 00000000..2dee2e95 Binary files /dev/null and b/catalogue/th_landscape_2_6.png differ diff --git a/catalogue/th_landscape_2_6_001.png b/catalogue/th_landscape_2_6_001.png new file mode 100644 index 00000000..067260b6 Binary files /dev/null and b/catalogue/th_landscape_2_6_001.png differ diff --git a/catalogue/th_landscape_2_7.png b/catalogue/th_landscape_2_7.png new file mode 100644 index 00000000..d7cc2d40 Binary files /dev/null and b/catalogue/th_landscape_2_7.png differ diff --git a/catalogue/th_landscape_2_7_001.png b/catalogue/th_landscape_2_7_001.png new file mode 100644 index 00000000..9dc01159 Binary files /dev/null and b/catalogue/th_landscape_2_7_001.png differ diff --git a/catalogue/th_landscape_2_8_001.png b/catalogue/th_landscape_2_8_001.png new file mode 100644 index 00000000..df8c2007 Binary files /dev/null and b/catalogue/th_landscape_2_8_001.png differ diff --git a/catalogue/th_landscape_2_9_001.png b/catalogue/th_landscape_2_9_001.png new file mode 100644 index 00000000..412a7a0e Binary files /dev/null and b/catalogue/th_landscape_2_9_001.png differ diff --git a/catalogue/th_landscape_3_1.png b/catalogue/th_landscape_3_1.png new file mode 100644 index 00000000..34880f50 Binary files /dev/null and b/catalogue/th_landscape_3_1.png differ diff --git a/catalogue/th_landscape_3_10_001.png b/catalogue/th_landscape_3_10_001.png new file mode 100644 index 00000000..e19acd0a Binary files /dev/null and b/catalogue/th_landscape_3_10_001.png differ diff --git a/catalogue/th_landscape_3_11_001.png b/catalogue/th_landscape_3_11_001.png new file mode 100644 index 00000000..caba56cd Binary files /dev/null and b/catalogue/th_landscape_3_11_001.png differ diff --git a/catalogue/th_landscape_3_12_001.png b/catalogue/th_landscape_3_12_001.png new file mode 100644 index 00000000..a7e21308 Binary files /dev/null and b/catalogue/th_landscape_3_12_001.png differ diff --git a/catalogue/th_landscape_3_1_001.png b/catalogue/th_landscape_3_1_001.png new file mode 100644 index 00000000..289eafce Binary files /dev/null and b/catalogue/th_landscape_3_1_001.png differ diff --git a/catalogue/th_landscape_3_2_001.png b/catalogue/th_landscape_3_2_001.png new file mode 100644 index 00000000..035aecfc Binary files /dev/null and b/catalogue/th_landscape_3_2_001.png differ diff --git a/catalogue/th_landscape_3_3.png b/catalogue/th_landscape_3_3.png new file mode 100644 index 00000000..33af6d5f Binary files /dev/null and b/catalogue/th_landscape_3_3.png differ diff --git a/catalogue/th_landscape_3_3_001.png b/catalogue/th_landscape_3_3_001.png new file mode 100644 index 00000000..d6bc9499 Binary files /dev/null and b/catalogue/th_landscape_3_3_001.png differ diff --git a/catalogue/th_landscape_3_4.png b/catalogue/th_landscape_3_4.png new file mode 100644 index 00000000..a1fa20f0 Binary files /dev/null and b/catalogue/th_landscape_3_4.png differ diff --git a/catalogue/th_landscape_3_4_001.png b/catalogue/th_landscape_3_4_001.png new file mode 100644 index 00000000..cfdc5e07 Binary files /dev/null and b/catalogue/th_landscape_3_4_001.png differ diff --git a/catalogue/th_landscape_3_5.png b/catalogue/th_landscape_3_5.png new file mode 100644 index 00000000..5520eec6 Binary files /dev/null and b/catalogue/th_landscape_3_5.png differ diff --git a/catalogue/th_landscape_3_5_001.png b/catalogue/th_landscape_3_5_001.png new file mode 100644 index 00000000..3977c051 Binary files /dev/null and b/catalogue/th_landscape_3_5_001.png differ diff --git a/catalogue/th_landscape_3_6.png b/catalogue/th_landscape_3_6.png new file mode 100644 index 00000000..e0c780d4 Binary files /dev/null and b/catalogue/th_landscape_3_6.png differ diff --git a/catalogue/th_landscape_3_6_001.png b/catalogue/th_landscape_3_6_001.png new file mode 100644 index 00000000..93fecb15 Binary files /dev/null and b/catalogue/th_landscape_3_6_001.png differ diff --git a/catalogue/th_landscape_3_7.png b/catalogue/th_landscape_3_7.png new file mode 100644 index 00000000..4c724737 Binary files /dev/null and b/catalogue/th_landscape_3_7.png differ diff --git a/catalogue/th_landscape_3_7_001.png b/catalogue/th_landscape_3_7_001.png new file mode 100644 index 00000000..9dc01159 Binary files /dev/null and b/catalogue/th_landscape_3_7_001.png differ diff --git a/catalogue/th_landscape_3_8_001.png b/catalogue/th_landscape_3_8_001.png new file mode 100644 index 00000000..df8c2007 Binary files /dev/null and b/catalogue/th_landscape_3_8_001.png differ diff --git a/catalogue/th_landscape_3_9_001.png b/catalogue/th_landscape_3_9_001.png new file mode 100644 index 00000000..412a7a0e Binary files /dev/null and b/catalogue/th_landscape_3_9_001.png differ diff --git a/catalogue/th_landscape_4_1.png b/catalogue/th_landscape_4_1.png new file mode 100644 index 00000000..34880f50 Binary files /dev/null and b/catalogue/th_landscape_4_1.png differ diff --git a/catalogue/th_landscape_4_10_001.png b/catalogue/th_landscape_4_10_001.png new file mode 100644 index 00000000..e19acd0a Binary files /dev/null and b/catalogue/th_landscape_4_10_001.png differ diff --git a/catalogue/th_landscape_4_11_001.png b/catalogue/th_landscape_4_11_001.png new file mode 100644 index 00000000..caba56cd Binary files /dev/null and b/catalogue/th_landscape_4_11_001.png differ diff --git a/catalogue/th_landscape_4_12_001.png b/catalogue/th_landscape_4_12_001.png new file mode 100644 index 00000000..a7e21308 Binary files /dev/null and b/catalogue/th_landscape_4_12_001.png differ diff --git a/catalogue/th_landscape_4_1_001.png b/catalogue/th_landscape_4_1_001.png new file mode 100644 index 00000000..289eafce Binary files /dev/null and b/catalogue/th_landscape_4_1_001.png differ diff --git a/catalogue/th_landscape_4_2_001.png b/catalogue/th_landscape_4_2_001.png new file mode 100644 index 00000000..035aecfc Binary files /dev/null and b/catalogue/th_landscape_4_2_001.png differ diff --git a/catalogue/th_landscape_4_3.png b/catalogue/th_landscape_4_3.png new file mode 100644 index 00000000..6c147cb5 Binary files /dev/null and b/catalogue/th_landscape_4_3.png differ diff --git a/catalogue/th_landscape_4_3_001.png b/catalogue/th_landscape_4_3_001.png new file mode 100644 index 00000000..c1a397c7 Binary files /dev/null and b/catalogue/th_landscape_4_3_001.png differ diff --git a/catalogue/th_landscape_4_4.png b/catalogue/th_landscape_4_4.png new file mode 100644 index 00000000..a1fa20f0 Binary files /dev/null and b/catalogue/th_landscape_4_4.png differ diff --git a/catalogue/th_landscape_4_4_001.png b/catalogue/th_landscape_4_4_001.png new file mode 100644 index 00000000..cfdc5e07 Binary files /dev/null and b/catalogue/th_landscape_4_4_001.png differ diff --git a/catalogue/th_landscape_4_5.png b/catalogue/th_landscape_4_5.png new file mode 100644 index 00000000..1b8533f3 Binary files /dev/null and b/catalogue/th_landscape_4_5.png differ diff --git a/catalogue/th_landscape_4_5_001.png b/catalogue/th_landscape_4_5_001.png new file mode 100644 index 00000000..6889e615 Binary files /dev/null and b/catalogue/th_landscape_4_5_001.png differ diff --git a/catalogue/th_landscape_4_6.png b/catalogue/th_landscape_4_6.png new file mode 100644 index 00000000..c7be2ac8 Binary files /dev/null and b/catalogue/th_landscape_4_6.png differ diff --git a/catalogue/th_landscape_4_6_001.png b/catalogue/th_landscape_4_6_001.png new file mode 100644 index 00000000..dea0fce4 Binary files /dev/null and b/catalogue/th_landscape_4_6_001.png differ diff --git a/catalogue/th_landscape_4_7.png b/catalogue/th_landscape_4_7.png new file mode 100644 index 00000000..239aaffc Binary files /dev/null and b/catalogue/th_landscape_4_7.png differ diff --git a/catalogue/th_landscape_4_7_001.png b/catalogue/th_landscape_4_7_001.png new file mode 100644 index 00000000..9dc01159 Binary files /dev/null and b/catalogue/th_landscape_4_7_001.png differ diff --git a/catalogue/th_landscape_4_8_001.png b/catalogue/th_landscape_4_8_001.png new file mode 100644 index 00000000..df8c2007 Binary files /dev/null and b/catalogue/th_landscape_4_8_001.png differ diff --git a/catalogue/th_landscape_4_9_001.png b/catalogue/th_landscape_4_9_001.png new file mode 100644 index 00000000..412a7a0e Binary files /dev/null and b/catalogue/th_landscape_4_9_001.png differ diff --git a/catalogue/th_landscape_5_1.png b/catalogue/th_landscape_5_1.png new file mode 100644 index 00000000..34880f50 Binary files /dev/null and b/catalogue/th_landscape_5_1.png differ diff --git a/catalogue/th_landscape_5_10_001.png b/catalogue/th_landscape_5_10_001.png new file mode 100644 index 00000000..e19acd0a Binary files /dev/null and b/catalogue/th_landscape_5_10_001.png differ diff --git a/catalogue/th_landscape_5_11_001.png b/catalogue/th_landscape_5_11_001.png new file mode 100644 index 00000000..caba56cd Binary files /dev/null and b/catalogue/th_landscape_5_11_001.png differ diff --git a/catalogue/th_landscape_5_12_001.png b/catalogue/th_landscape_5_12_001.png new file mode 100644 index 00000000..a7e21308 Binary files /dev/null and b/catalogue/th_landscape_5_12_001.png differ diff --git a/catalogue/th_landscape_5_1_001.png b/catalogue/th_landscape_5_1_001.png new file mode 100644 index 00000000..289eafce Binary files /dev/null and b/catalogue/th_landscape_5_1_001.png differ diff --git a/catalogue/th_landscape_5_2_001.png b/catalogue/th_landscape_5_2_001.png new file mode 100644 index 00000000..035aecfc Binary files /dev/null and b/catalogue/th_landscape_5_2_001.png differ diff --git a/catalogue/th_landscape_5_3.png b/catalogue/th_landscape_5_3.png new file mode 100644 index 00000000..766087b9 Binary files /dev/null and b/catalogue/th_landscape_5_3.png differ diff --git a/catalogue/th_landscape_5_3_001.png b/catalogue/th_landscape_5_3_001.png new file mode 100644 index 00000000..041beabf Binary files /dev/null and b/catalogue/th_landscape_5_3_001.png differ diff --git a/catalogue/th_landscape_5_4.png b/catalogue/th_landscape_5_4.png new file mode 100644 index 00000000..a1fa20f0 Binary files /dev/null and b/catalogue/th_landscape_5_4.png differ diff --git a/catalogue/th_landscape_5_4_001.png b/catalogue/th_landscape_5_4_001.png new file mode 100644 index 00000000..cfdc5e07 Binary files /dev/null and b/catalogue/th_landscape_5_4_001.png differ diff --git a/catalogue/th_landscape_5_5.png b/catalogue/th_landscape_5_5.png new file mode 100644 index 00000000..69cab026 Binary files /dev/null and b/catalogue/th_landscape_5_5.png differ diff --git a/catalogue/th_landscape_5_5_001.png b/catalogue/th_landscape_5_5_001.png new file mode 100644 index 00000000..6b8a4309 Binary files /dev/null and b/catalogue/th_landscape_5_5_001.png differ diff --git a/catalogue/th_landscape_5_6.png b/catalogue/th_landscape_5_6.png new file mode 100644 index 00000000..191306a3 Binary files /dev/null and b/catalogue/th_landscape_5_6.png differ diff --git a/catalogue/th_landscape_5_6_001.png b/catalogue/th_landscape_5_6_001.png new file mode 100644 index 00000000..cd16b1bc Binary files /dev/null and b/catalogue/th_landscape_5_6_001.png differ diff --git a/catalogue/th_landscape_5_7.png b/catalogue/th_landscape_5_7.png new file mode 100644 index 00000000..f74db866 Binary files /dev/null and b/catalogue/th_landscape_5_7.png differ diff --git a/catalogue/th_landscape_5_7_001.png b/catalogue/th_landscape_5_7_001.png new file mode 100644 index 00000000..9dc01159 Binary files /dev/null and b/catalogue/th_landscape_5_7_001.png differ diff --git a/catalogue/th_landscape_5_8_001.png b/catalogue/th_landscape_5_8_001.png new file mode 100644 index 00000000..df8c2007 Binary files /dev/null and b/catalogue/th_landscape_5_8_001.png differ diff --git a/catalogue/th_landscape_5_9_001.png b/catalogue/th_landscape_5_9_001.png new file mode 100644 index 00000000..412a7a0e Binary files /dev/null and b/catalogue/th_landscape_5_9_001.png differ diff --git a/catalogue/th_landscape_6_1.png b/catalogue/th_landscape_6_1.png new file mode 100644 index 00000000..34880f50 Binary files /dev/null and b/catalogue/th_landscape_6_1.png differ diff --git a/catalogue/th_landscape_6_10_001.png b/catalogue/th_landscape_6_10_001.png new file mode 100644 index 00000000..e19acd0a Binary files /dev/null and b/catalogue/th_landscape_6_10_001.png differ diff --git a/catalogue/th_landscape_6_11_001.png b/catalogue/th_landscape_6_11_001.png new file mode 100644 index 00000000..caba56cd Binary files /dev/null and b/catalogue/th_landscape_6_11_001.png differ diff --git a/catalogue/th_landscape_6_12_001.png b/catalogue/th_landscape_6_12_001.png new file mode 100644 index 00000000..a7e21308 Binary files /dev/null and b/catalogue/th_landscape_6_12_001.png differ diff --git a/catalogue/th_landscape_6_1_001.png b/catalogue/th_landscape_6_1_001.png new file mode 100644 index 00000000..289eafce Binary files /dev/null and b/catalogue/th_landscape_6_1_001.png differ diff --git a/catalogue/th_landscape_6_2_001.png b/catalogue/th_landscape_6_2_001.png new file mode 100644 index 00000000..035aecfc Binary files /dev/null and b/catalogue/th_landscape_6_2_001.png differ diff --git a/catalogue/th_landscape_6_3.png b/catalogue/th_landscape_6_3.png new file mode 100644 index 00000000..f4d41a80 Binary files /dev/null and b/catalogue/th_landscape_6_3.png differ diff --git a/catalogue/th_landscape_6_3_001.png b/catalogue/th_landscape_6_3_001.png new file mode 100644 index 00000000..ba9c5db9 Binary files /dev/null and b/catalogue/th_landscape_6_3_001.png differ diff --git a/catalogue/th_landscape_6_4.png b/catalogue/th_landscape_6_4.png new file mode 100644 index 00000000..a1fa20f0 Binary files /dev/null and b/catalogue/th_landscape_6_4.png differ diff --git a/catalogue/th_landscape_6_4_001.png b/catalogue/th_landscape_6_4_001.png new file mode 100644 index 00000000..cfdc5e07 Binary files /dev/null and b/catalogue/th_landscape_6_4_001.png differ diff --git a/catalogue/th_landscape_6_5.png b/catalogue/th_landscape_6_5.png new file mode 100644 index 00000000..0203e621 Binary files /dev/null and b/catalogue/th_landscape_6_5.png differ diff --git a/catalogue/th_landscape_6_5_001.png b/catalogue/th_landscape_6_5_001.png new file mode 100644 index 00000000..a7c0a391 Binary files /dev/null and b/catalogue/th_landscape_6_5_001.png differ diff --git a/catalogue/th_landscape_6_6.png b/catalogue/th_landscape_6_6.png new file mode 100644 index 00000000..83b59d48 Binary files /dev/null and b/catalogue/th_landscape_6_6.png differ diff --git a/catalogue/th_landscape_6_6_001.png b/catalogue/th_landscape_6_6_001.png new file mode 100644 index 00000000..2b9b6538 Binary files /dev/null and b/catalogue/th_landscape_6_6_001.png differ diff --git a/catalogue/th_landscape_6_7.png b/catalogue/th_landscape_6_7.png new file mode 100644 index 00000000..1a4553e9 Binary files /dev/null and b/catalogue/th_landscape_6_7.png differ diff --git a/catalogue/th_landscape_6_7_001.png b/catalogue/th_landscape_6_7_001.png new file mode 100644 index 00000000..9dc01159 Binary files /dev/null and b/catalogue/th_landscape_6_7_001.png differ diff --git a/catalogue/th_landscape_6_8_001.png b/catalogue/th_landscape_6_8_001.png new file mode 100644 index 00000000..df8c2007 Binary files /dev/null and b/catalogue/th_landscape_6_8_001.png differ diff --git a/catalogue/th_landscape_6_9_001.png b/catalogue/th_landscape_6_9_001.png new file mode 100644 index 00000000..412a7a0e Binary files /dev/null and b/catalogue/th_landscape_6_9_001.png differ diff --git a/catalogue/th_landscape_7_1.png b/catalogue/th_landscape_7_1.png new file mode 100644 index 00000000..34880f50 Binary files /dev/null and b/catalogue/th_landscape_7_1.png differ diff --git a/catalogue/th_landscape_7_10_001.png b/catalogue/th_landscape_7_10_001.png new file mode 100644 index 00000000..e19acd0a Binary files /dev/null and b/catalogue/th_landscape_7_10_001.png differ diff --git a/catalogue/th_landscape_7_11_001.png b/catalogue/th_landscape_7_11_001.png new file mode 100644 index 00000000..caba56cd Binary files /dev/null and b/catalogue/th_landscape_7_11_001.png differ diff --git a/catalogue/th_landscape_7_12.png b/catalogue/th_landscape_7_12.png new file mode 100644 index 00000000..531fed0d Binary files /dev/null and b/catalogue/th_landscape_7_12.png differ diff --git a/catalogue/th_landscape_7_12_001.png b/catalogue/th_landscape_7_12_001.png new file mode 100644 index 00000000..a7e21308 Binary files /dev/null and b/catalogue/th_landscape_7_12_001.png differ diff --git a/catalogue/th_landscape_7_1_001.png b/catalogue/th_landscape_7_1_001.png new file mode 100644 index 00000000..289eafce Binary files /dev/null and b/catalogue/th_landscape_7_1_001.png differ diff --git a/catalogue/th_landscape_7_2_001.png b/catalogue/th_landscape_7_2_001.png new file mode 100644 index 00000000..035aecfc Binary files /dev/null and b/catalogue/th_landscape_7_2_001.png differ diff --git a/catalogue/th_landscape_7_3.png b/catalogue/th_landscape_7_3.png new file mode 100644 index 00000000..21ea6a6e Binary files /dev/null and b/catalogue/th_landscape_7_3.png differ diff --git a/catalogue/th_landscape_7_3_001.png b/catalogue/th_landscape_7_3_001.png new file mode 100644 index 00000000..f1b20802 Binary files /dev/null and b/catalogue/th_landscape_7_3_001.png differ diff --git a/catalogue/th_landscape_7_4.png b/catalogue/th_landscape_7_4.png new file mode 100644 index 00000000..a1fa20f0 Binary files /dev/null and b/catalogue/th_landscape_7_4.png differ diff --git a/catalogue/th_landscape_7_4_001.png b/catalogue/th_landscape_7_4_001.png new file mode 100644 index 00000000..cfdc5e07 Binary files /dev/null and b/catalogue/th_landscape_7_4_001.png differ diff --git a/catalogue/th_landscape_7_5.png b/catalogue/th_landscape_7_5.png new file mode 100644 index 00000000..22a70b5a Binary files /dev/null and b/catalogue/th_landscape_7_5.png differ diff --git a/catalogue/th_landscape_7_5_001.png b/catalogue/th_landscape_7_5_001.png new file mode 100644 index 00000000..03865646 Binary files /dev/null and b/catalogue/th_landscape_7_5_001.png differ diff --git a/catalogue/th_landscape_7_6.png b/catalogue/th_landscape_7_6.png new file mode 100644 index 00000000..713d6b20 Binary files /dev/null and b/catalogue/th_landscape_7_6.png differ diff --git a/catalogue/th_landscape_7_6_001.png b/catalogue/th_landscape_7_6_001.png new file mode 100644 index 00000000..4e91bc37 Binary files /dev/null and b/catalogue/th_landscape_7_6_001.png differ diff --git a/catalogue/th_landscape_7_7.png b/catalogue/th_landscape_7_7.png new file mode 100644 index 00000000..46d5c0e2 Binary files /dev/null and b/catalogue/th_landscape_7_7.png differ diff --git a/catalogue/th_landscape_7_7_001.png b/catalogue/th_landscape_7_7_001.png new file mode 100644 index 00000000..9dc01159 Binary files /dev/null and b/catalogue/th_landscape_7_7_001.png differ diff --git a/catalogue/th_landscape_7_8_001.png b/catalogue/th_landscape_7_8_001.png new file mode 100644 index 00000000..df8c2007 Binary files /dev/null and b/catalogue/th_landscape_7_8_001.png differ diff --git a/catalogue/th_landscape_7_9_001.png b/catalogue/th_landscape_7_9_001.png new file mode 100644 index 00000000..412a7a0e Binary files /dev/null and b/catalogue/th_landscape_7_9_001.png differ diff --git a/catalogue/th_w.png b/catalogue/th_w.png new file mode 100644 index 00000000..17fb6c15 Binary files /dev/null and b/catalogue/th_w.png differ diff --git a/catalogue/th_wall_1001.png b/catalogue/th_wall_1001.png new file mode 100644 index 00000000..8701ebe4 Binary files /dev/null and b/catalogue/th_wall_1001.png differ diff --git a/catalogue/th_wall_1002.png b/catalogue/th_wall_1002.png new file mode 100644 index 00000000..741fa1c8 Binary files /dev/null and b/catalogue/th_wall_1002.png differ diff --git a/catalogue/th_wall_1003.png b/catalogue/th_wall_1003.png new file mode 100644 index 00000000..b7bec91f Binary files /dev/null and b/catalogue/th_wall_1003.png differ diff --git a/catalogue/th_wall_1004.png b/catalogue/th_wall_1004.png new file mode 100644 index 00000000..3e2c2b9c Binary files /dev/null and b/catalogue/th_wall_1004.png differ diff --git a/catalogue/th_wall_1005.png b/catalogue/th_wall_1005.png new file mode 100644 index 00000000..b896ed75 Binary files /dev/null and b/catalogue/th_wall_1005.png differ diff --git a/catalogue/th_wall_1006.png b/catalogue/th_wall_1006.png new file mode 100644 index 00000000..fb86532e Binary files /dev/null and b/catalogue/th_wall_1006.png differ diff --git a/catalogue/th_wall_1007.png b/catalogue/th_wall_1007.png new file mode 100644 index 00000000..ac87251b Binary files /dev/null and b/catalogue/th_wall_1007.png differ diff --git a/catalogue/th_wall_101.png b/catalogue/th_wall_101.png new file mode 100644 index 00000000..110738ec Binary files /dev/null and b/catalogue/th_wall_101.png differ diff --git a/catalogue/th_wall_102.png b/catalogue/th_wall_102.png new file mode 100644 index 00000000..fb5c66ee Binary files /dev/null and b/catalogue/th_wall_102.png differ diff --git a/catalogue/th_wall_103.png b/catalogue/th_wall_103.png new file mode 100644 index 00000000..0ee4abcc Binary files /dev/null and b/catalogue/th_wall_103.png differ diff --git a/catalogue/th_wall_104.png b/catalogue/th_wall_104.png new file mode 100644 index 00000000..02ff14e1 Binary files /dev/null and b/catalogue/th_wall_104.png differ diff --git a/catalogue/th_wall_105.png b/catalogue/th_wall_105.png new file mode 100644 index 00000000..2181b349 Binary files /dev/null and b/catalogue/th_wall_105.png differ diff --git a/catalogue/th_wall_106.png b/catalogue/th_wall_106.png new file mode 100644 index 00000000..9ac5abd2 Binary files /dev/null and b/catalogue/th_wall_106.png differ diff --git a/catalogue/th_wall_107.png b/catalogue/th_wall_107.png new file mode 100644 index 00000000..0618e419 Binary files /dev/null and b/catalogue/th_wall_107.png differ diff --git a/catalogue/th_wall_108.png b/catalogue/th_wall_108.png new file mode 100644 index 00000000..9110e3a4 Binary files /dev/null and b/catalogue/th_wall_108.png differ diff --git a/catalogue/th_wall_109.png b/catalogue/th_wall_109.png new file mode 100644 index 00000000..951bf859 Binary files /dev/null and b/catalogue/th_wall_109.png differ diff --git a/catalogue/th_wall_110.png b/catalogue/th_wall_110.png new file mode 100644 index 00000000..f2f09b0d Binary files /dev/null and b/catalogue/th_wall_110.png differ diff --git a/catalogue/th_wall_1101.png b/catalogue/th_wall_1101.png new file mode 100644 index 00000000..be8e3375 Binary files /dev/null and b/catalogue/th_wall_1101.png differ diff --git a/catalogue/th_wall_111.png b/catalogue/th_wall_111.png new file mode 100644 index 00000000..4caf5d01 Binary files /dev/null and b/catalogue/th_wall_111.png differ diff --git a/catalogue/th_wall_112.png b/catalogue/th_wall_112.png new file mode 100644 index 00000000..da5f6dac Binary files /dev/null and b/catalogue/th_wall_112.png differ diff --git a/catalogue/th_wall_113.png b/catalogue/th_wall_113.png new file mode 100644 index 00000000..8135ea1a Binary files /dev/null and b/catalogue/th_wall_113.png differ diff --git a/catalogue/th_wall_114.png b/catalogue/th_wall_114.png new file mode 100644 index 00000000..30355c39 Binary files /dev/null and b/catalogue/th_wall_114.png differ diff --git a/catalogue/th_wall_115.png b/catalogue/th_wall_115.png new file mode 100644 index 00000000..fa133e7e Binary files /dev/null and b/catalogue/th_wall_115.png differ diff --git a/catalogue/th_wall_116.png b/catalogue/th_wall_116.png new file mode 100644 index 00000000..c956e107 Binary files /dev/null and b/catalogue/th_wall_116.png differ diff --git a/catalogue/th_wall_117.png b/catalogue/th_wall_117.png new file mode 100644 index 00000000..55aba334 Binary files /dev/null and b/catalogue/th_wall_117.png differ diff --git a/catalogue/th_wall_118.png b/catalogue/th_wall_118.png new file mode 100644 index 00000000..759d28d9 Binary files /dev/null and b/catalogue/th_wall_118.png differ diff --git a/catalogue/th_wall_119.png b/catalogue/th_wall_119.png new file mode 100644 index 00000000..b4badc4d Binary files /dev/null and b/catalogue/th_wall_119.png differ diff --git a/catalogue/th_wall_120.png b/catalogue/th_wall_120.png new file mode 100644 index 00000000..f3f0833a Binary files /dev/null and b/catalogue/th_wall_120.png differ diff --git a/catalogue/th_wall_1201.png b/catalogue/th_wall_1201.png new file mode 100644 index 00000000..5f0202d2 Binary files /dev/null and b/catalogue/th_wall_1201.png differ diff --git a/catalogue/th_wall_121.png b/catalogue/th_wall_121.png new file mode 100644 index 00000000..ee37ff53 Binary files /dev/null and b/catalogue/th_wall_121.png differ diff --git a/catalogue/th_wall_122.png b/catalogue/th_wall_122.png new file mode 100644 index 00000000..6b653a94 Binary files /dev/null and b/catalogue/th_wall_122.png differ diff --git a/catalogue/th_wall_123.png b/catalogue/th_wall_123.png new file mode 100644 index 00000000..b46218c7 Binary files /dev/null and b/catalogue/th_wall_123.png differ diff --git a/catalogue/th_wall_124.png b/catalogue/th_wall_124.png new file mode 100644 index 00000000..4c3d68b0 Binary files /dev/null and b/catalogue/th_wall_124.png differ diff --git a/catalogue/th_wall_125.png b/catalogue/th_wall_125.png new file mode 100644 index 00000000..fce2667d Binary files /dev/null and b/catalogue/th_wall_125.png differ diff --git a/catalogue/th_wall_126.png b/catalogue/th_wall_126.png new file mode 100644 index 00000000..f201e969 Binary files /dev/null and b/catalogue/th_wall_126.png differ diff --git a/catalogue/th_wall_127.png b/catalogue/th_wall_127.png new file mode 100644 index 00000000..217ff28b Binary files /dev/null and b/catalogue/th_wall_127.png differ diff --git a/catalogue/th_wall_128.png b/catalogue/th_wall_128.png new file mode 100644 index 00000000..665cea35 Binary files /dev/null and b/catalogue/th_wall_128.png differ diff --git a/catalogue/th_wall_129.png b/catalogue/th_wall_129.png new file mode 100644 index 00000000..f3fb5b59 Binary files /dev/null and b/catalogue/th_wall_129.png differ diff --git a/catalogue/th_wall_130.png b/catalogue/th_wall_130.png new file mode 100644 index 00000000..8f0e4ae3 Binary files /dev/null and b/catalogue/th_wall_130.png differ diff --git a/catalogue/th_wall_1301.png b/catalogue/th_wall_1301.png new file mode 100644 index 00000000..96de52ab Binary files /dev/null and b/catalogue/th_wall_1301.png differ diff --git a/catalogue/th_wall_1401.png b/catalogue/th_wall_1401.png new file mode 100644 index 00000000..77cdd26a Binary files /dev/null and b/catalogue/th_wall_1401.png differ diff --git a/catalogue/th_wall_1501.png b/catalogue/th_wall_1501.png new file mode 100644 index 00000000..fc9241f2 Binary files /dev/null and b/catalogue/th_wall_1501.png differ diff --git a/catalogue/th_wall_1601.png b/catalogue/th_wall_1601.png new file mode 100644 index 00000000..43acff71 Binary files /dev/null and b/catalogue/th_wall_1601.png differ diff --git a/catalogue/th_wall_1701.png b/catalogue/th_wall_1701.png new file mode 100644 index 00000000..5a9dd739 Binary files /dev/null and b/catalogue/th_wall_1701.png differ diff --git a/catalogue/th_wall_1801.png b/catalogue/th_wall_1801.png new file mode 100644 index 00000000..143d0d9a Binary files /dev/null and b/catalogue/th_wall_1801.png differ diff --git a/catalogue/th_wall_1901.png b/catalogue/th_wall_1901.png new file mode 100644 index 00000000..c7dcc56d Binary files /dev/null and b/catalogue/th_wall_1901.png differ diff --git a/catalogue/th_wall_1902.png b/catalogue/th_wall_1902.png new file mode 100644 index 00000000..01df2b16 Binary files /dev/null and b/catalogue/th_wall_1902.png differ diff --git a/catalogue/th_wall_2001.png b/catalogue/th_wall_2001.png new file mode 100644 index 00000000..c27bc641 Binary files /dev/null and b/catalogue/th_wall_2001.png differ diff --git a/catalogue/th_wall_2002.png b/catalogue/th_wall_2002.png new file mode 100644 index 00000000..3332a02b Binary files /dev/null and b/catalogue/th_wall_2002.png differ diff --git a/catalogue/th_wall_2003.png b/catalogue/th_wall_2003.png new file mode 100644 index 00000000..4de41394 Binary files /dev/null and b/catalogue/th_wall_2003.png differ diff --git a/catalogue/th_wall_201.png b/catalogue/th_wall_201.png new file mode 100644 index 00000000..2b069186 Binary files /dev/null and b/catalogue/th_wall_201.png differ diff --git a/catalogue/th_wall_202.png b/catalogue/th_wall_202.png new file mode 100644 index 00000000..1d50246b Binary files /dev/null and b/catalogue/th_wall_202.png differ diff --git a/catalogue/th_wall_203.png b/catalogue/th_wall_203.png new file mode 100644 index 00000000..dc481537 Binary files /dev/null and b/catalogue/th_wall_203.png differ diff --git a/catalogue/th_wall_204.png b/catalogue/th_wall_204.png new file mode 100644 index 00000000..720a675b Binary files /dev/null and b/catalogue/th_wall_204.png differ diff --git a/catalogue/th_wall_205.png b/catalogue/th_wall_205.png new file mode 100644 index 00000000..34f06372 Binary files /dev/null and b/catalogue/th_wall_205.png differ diff --git a/catalogue/th_wall_206.png b/catalogue/th_wall_206.png new file mode 100644 index 00000000..234797d3 Binary files /dev/null and b/catalogue/th_wall_206.png differ diff --git a/catalogue/th_wall_207.png b/catalogue/th_wall_207.png new file mode 100644 index 00000000..8b344cc2 Binary files /dev/null and b/catalogue/th_wall_207.png differ diff --git a/catalogue/th_wall_208.png b/catalogue/th_wall_208.png new file mode 100644 index 00000000..91831848 Binary files /dev/null and b/catalogue/th_wall_208.png differ diff --git a/catalogue/th_wall_209.png b/catalogue/th_wall_209.png new file mode 100644 index 00000000..16a75b34 Binary files /dev/null and b/catalogue/th_wall_209.png differ diff --git a/catalogue/th_wall_210.png b/catalogue/th_wall_210.png new file mode 100644 index 00000000..c8a29d3d Binary files /dev/null and b/catalogue/th_wall_210.png differ diff --git a/catalogue/th_wall_2101.png b/catalogue/th_wall_2101.png new file mode 100644 index 00000000..c680a5a1 Binary files /dev/null and b/catalogue/th_wall_2101.png differ diff --git a/catalogue/th_wall_2102.png b/catalogue/th_wall_2102.png new file mode 100644 index 00000000..e243f73d Binary files /dev/null and b/catalogue/th_wall_2102.png differ diff --git a/catalogue/th_wall_2103.png b/catalogue/th_wall_2103.png new file mode 100644 index 00000000..cf116395 Binary files /dev/null and b/catalogue/th_wall_2103.png differ diff --git a/catalogue/th_wall_211.png b/catalogue/th_wall_211.png new file mode 100644 index 00000000..f5766318 Binary files /dev/null and b/catalogue/th_wall_211.png differ diff --git a/catalogue/th_wall_212.png b/catalogue/th_wall_212.png new file mode 100644 index 00000000..1550f7a0 Binary files /dev/null and b/catalogue/th_wall_212.png differ diff --git a/catalogue/th_wall_213.png b/catalogue/th_wall_213.png new file mode 100644 index 00000000..f4087599 Binary files /dev/null and b/catalogue/th_wall_213.png differ diff --git a/catalogue/th_wall_214.png b/catalogue/th_wall_214.png new file mode 100644 index 00000000..648dd2fe Binary files /dev/null and b/catalogue/th_wall_214.png differ diff --git a/catalogue/th_wall_215.png b/catalogue/th_wall_215.png new file mode 100644 index 00000000..a4b14025 Binary files /dev/null and b/catalogue/th_wall_215.png differ diff --git a/catalogue/th_wall_216.png b/catalogue/th_wall_216.png new file mode 100644 index 00000000..800fefad Binary files /dev/null and b/catalogue/th_wall_216.png differ diff --git a/catalogue/th_wall_217.png b/catalogue/th_wall_217.png new file mode 100644 index 00000000..88492c1e Binary files /dev/null and b/catalogue/th_wall_217.png differ diff --git a/catalogue/th_wall_218.png b/catalogue/th_wall_218.png new file mode 100644 index 00000000..04f350ce Binary files /dev/null and b/catalogue/th_wall_218.png differ diff --git a/catalogue/th_wall_219.png b/catalogue/th_wall_219.png new file mode 100644 index 00000000..758c2b22 Binary files /dev/null and b/catalogue/th_wall_219.png differ diff --git a/catalogue/th_wall_220.png b/catalogue/th_wall_220.png new file mode 100644 index 00000000..32a495b4 Binary files /dev/null and b/catalogue/th_wall_220.png differ diff --git a/catalogue/th_wall_2201.png b/catalogue/th_wall_2201.png new file mode 100644 index 00000000..472ab65b Binary files /dev/null and b/catalogue/th_wall_2201.png differ diff --git a/catalogue/th_wall_2202.png b/catalogue/th_wall_2202.png new file mode 100644 index 00000000..dca7d07f Binary files /dev/null and b/catalogue/th_wall_2202.png differ diff --git a/catalogue/th_wall_2203.png b/catalogue/th_wall_2203.png new file mode 100644 index 00000000..fcb45cfc Binary files /dev/null and b/catalogue/th_wall_2203.png differ diff --git a/catalogue/th_wall_2204.png b/catalogue/th_wall_2204.png new file mode 100644 index 00000000..474ad563 Binary files /dev/null and b/catalogue/th_wall_2204.png differ diff --git a/catalogue/th_wall_2205.png b/catalogue/th_wall_2205.png new file mode 100644 index 00000000..9bbb84d5 Binary files /dev/null and b/catalogue/th_wall_2205.png differ diff --git a/catalogue/th_wall_2206.png b/catalogue/th_wall_2206.png new file mode 100644 index 00000000..ea1b7947 Binary files /dev/null and b/catalogue/th_wall_2206.png differ diff --git a/catalogue/th_wall_221.png b/catalogue/th_wall_221.png new file mode 100644 index 00000000..1e6f1760 Binary files /dev/null and b/catalogue/th_wall_221.png differ diff --git a/catalogue/th_wall_222.png b/catalogue/th_wall_222.png new file mode 100644 index 00000000..cfd59fbd Binary files /dev/null and b/catalogue/th_wall_222.png differ diff --git a/catalogue/th_wall_223.png b/catalogue/th_wall_223.png new file mode 100644 index 00000000..f811b501 Binary files /dev/null and b/catalogue/th_wall_223.png differ diff --git a/catalogue/th_wall_224.png b/catalogue/th_wall_224.png new file mode 100644 index 00000000..7d9a72b1 Binary files /dev/null and b/catalogue/th_wall_224.png differ diff --git a/catalogue/th_wall_225.png b/catalogue/th_wall_225.png new file mode 100644 index 00000000..9da1bb10 Binary files /dev/null and b/catalogue/th_wall_225.png differ diff --git a/catalogue/th_wall_226.png b/catalogue/th_wall_226.png new file mode 100644 index 00000000..38e2ea14 Binary files /dev/null and b/catalogue/th_wall_226.png differ diff --git a/catalogue/th_wall_227.png b/catalogue/th_wall_227.png new file mode 100644 index 00000000..71888706 Binary files /dev/null and b/catalogue/th_wall_227.png differ diff --git a/catalogue/th_wall_228.png b/catalogue/th_wall_228.png new file mode 100644 index 00000000..831465e0 Binary files /dev/null and b/catalogue/th_wall_228.png differ diff --git a/catalogue/th_wall_229.png b/catalogue/th_wall_229.png new file mode 100644 index 00000000..0450ef8b Binary files /dev/null and b/catalogue/th_wall_229.png differ diff --git a/catalogue/th_wall_230.png b/catalogue/th_wall_230.png new file mode 100644 index 00000000..b959942f Binary files /dev/null and b/catalogue/th_wall_230.png differ diff --git a/catalogue/th_wall_2301.png b/catalogue/th_wall_2301.png new file mode 100644 index 00000000..748977b4 Binary files /dev/null and b/catalogue/th_wall_2301.png differ diff --git a/catalogue/th_wall_2302.png b/catalogue/th_wall_2302.png new file mode 100644 index 00000000..3243918b Binary files /dev/null and b/catalogue/th_wall_2302.png differ diff --git a/catalogue/th_wall_2303.png b/catalogue/th_wall_2303.png new file mode 100644 index 00000000..ac5a7117 Binary files /dev/null and b/catalogue/th_wall_2303.png differ diff --git a/catalogue/th_wall_2304.png b/catalogue/th_wall_2304.png new file mode 100644 index 00000000..ecbb3e98 Binary files /dev/null and b/catalogue/th_wall_2304.png differ diff --git a/catalogue/th_wall_231.png b/catalogue/th_wall_231.png new file mode 100644 index 00000000..84752672 Binary files /dev/null and b/catalogue/th_wall_231.png differ diff --git a/catalogue/th_wall_232.png b/catalogue/th_wall_232.png new file mode 100644 index 00000000..0fdbaf6b Binary files /dev/null and b/catalogue/th_wall_232.png differ diff --git a/catalogue/th_wall_233.png b/catalogue/th_wall_233.png new file mode 100644 index 00000000..c2dc95a6 Binary files /dev/null and b/catalogue/th_wall_233.png differ diff --git a/catalogue/th_wall_234.png b/catalogue/th_wall_234.png new file mode 100644 index 00000000..13d2e6be Binary files /dev/null and b/catalogue/th_wall_234.png differ diff --git a/catalogue/th_wall_235.png b/catalogue/th_wall_235.png new file mode 100644 index 00000000..2da87c69 Binary files /dev/null and b/catalogue/th_wall_235.png differ diff --git a/catalogue/th_wall_236.png b/catalogue/th_wall_236.png new file mode 100644 index 00000000..9f857c95 Binary files /dev/null and b/catalogue/th_wall_236.png differ diff --git a/catalogue/th_wall_2401.png b/catalogue/th_wall_2401.png new file mode 100644 index 00000000..6577d42e Binary files /dev/null and b/catalogue/th_wall_2401.png differ diff --git a/catalogue/th_wall_2402.png b/catalogue/th_wall_2402.png new file mode 100644 index 00000000..58ee182c Binary files /dev/null and b/catalogue/th_wall_2402.png differ diff --git a/catalogue/th_wall_2403.png b/catalogue/th_wall_2403.png new file mode 100644 index 00000000..4f894fb6 Binary files /dev/null and b/catalogue/th_wall_2403.png differ diff --git a/catalogue/th_wall_2501.png b/catalogue/th_wall_2501.png new file mode 100644 index 00000000..c6f5e64f Binary files /dev/null and b/catalogue/th_wall_2501.png differ diff --git a/catalogue/th_wall_2502.png b/catalogue/th_wall_2502.png new file mode 100644 index 00000000..ba7dff3b Binary files /dev/null and b/catalogue/th_wall_2502.png differ diff --git a/catalogue/th_wall_2503.png b/catalogue/th_wall_2503.png new file mode 100644 index 00000000..909a786e Binary files /dev/null and b/catalogue/th_wall_2503.png differ diff --git a/catalogue/th_wall_2504.png b/catalogue/th_wall_2504.png new file mode 100644 index 00000000..86f138e3 Binary files /dev/null and b/catalogue/th_wall_2504.png differ diff --git a/catalogue/th_wall_2601.png b/catalogue/th_wall_2601.png new file mode 100644 index 00000000..a4b59a37 Binary files /dev/null and b/catalogue/th_wall_2601.png differ diff --git a/catalogue/th_wall_2602.png b/catalogue/th_wall_2602.png new file mode 100644 index 00000000..e0fc3a8d Binary files /dev/null and b/catalogue/th_wall_2602.png differ diff --git a/catalogue/th_wall_2603.png b/catalogue/th_wall_2603.png new file mode 100644 index 00000000..ebaf70ca Binary files /dev/null and b/catalogue/th_wall_2603.png differ diff --git a/catalogue/th_wall_2604.png b/catalogue/th_wall_2604.png new file mode 100644 index 00000000..6e4204f7 Binary files /dev/null and b/catalogue/th_wall_2604.png differ diff --git a/catalogue/th_wall_2701.png b/catalogue/th_wall_2701.png new file mode 100644 index 00000000..54f41ec3 Binary files /dev/null and b/catalogue/th_wall_2701.png differ diff --git a/catalogue/th_wall_2702.png b/catalogue/th_wall_2702.png new file mode 100644 index 00000000..e24a615c Binary files /dev/null and b/catalogue/th_wall_2702.png differ diff --git a/catalogue/th_wall_2703.png b/catalogue/th_wall_2703.png new file mode 100644 index 00000000..929d749f Binary files /dev/null and b/catalogue/th_wall_2703.png differ diff --git a/catalogue/th_wall_2704.png b/catalogue/th_wall_2704.png new file mode 100644 index 00000000..f6ff06ee Binary files /dev/null and b/catalogue/th_wall_2704.png differ diff --git a/catalogue/th_wall_2801.png b/catalogue/th_wall_2801.png new file mode 100644 index 00000000..6416f3e7 Binary files /dev/null and b/catalogue/th_wall_2801.png differ diff --git a/catalogue/th_wall_2802.png b/catalogue/th_wall_2802.png new file mode 100644 index 00000000..05afcf1d Binary files /dev/null and b/catalogue/th_wall_2802.png differ diff --git a/catalogue/th_wall_2803.png b/catalogue/th_wall_2803.png new file mode 100644 index 00000000..894dad1a Binary files /dev/null and b/catalogue/th_wall_2803.png differ diff --git a/catalogue/th_wall_2804.png b/catalogue/th_wall_2804.png new file mode 100644 index 00000000..4b33f499 Binary files /dev/null and b/catalogue/th_wall_2804.png differ diff --git a/catalogue/th_wall_2901.png b/catalogue/th_wall_2901.png new file mode 100644 index 00000000..5431f86e Binary files /dev/null and b/catalogue/th_wall_2901.png differ diff --git a/catalogue/th_wall_2902.png b/catalogue/th_wall_2902.png new file mode 100644 index 00000000..71b9de86 Binary files /dev/null and b/catalogue/th_wall_2902.png differ diff --git a/catalogue/th_wall_2903.png b/catalogue/th_wall_2903.png new file mode 100644 index 00000000..6e38b361 Binary files /dev/null and b/catalogue/th_wall_2903.png differ diff --git a/catalogue/th_wall_2904.png b/catalogue/th_wall_2904.png new file mode 100644 index 00000000..549054e3 Binary files /dev/null and b/catalogue/th_wall_2904.png differ diff --git a/catalogue/th_wall_3001.png b/catalogue/th_wall_3001.png new file mode 100644 index 00000000..63d39044 Binary files /dev/null and b/catalogue/th_wall_3001.png differ diff --git a/catalogue/th_wall_3002.png b/catalogue/th_wall_3002.png new file mode 100644 index 00000000..6060f5b3 Binary files /dev/null and b/catalogue/th_wall_3002.png differ diff --git a/catalogue/th_wall_3003.png b/catalogue/th_wall_3003.png new file mode 100644 index 00000000..6df8d8fb Binary files /dev/null and b/catalogue/th_wall_3003.png differ diff --git a/catalogue/th_wall_3004.png b/catalogue/th_wall_3004.png new file mode 100644 index 00000000..6ea14770 Binary files /dev/null and b/catalogue/th_wall_3004.png differ diff --git a/catalogue/th_wall_301.png b/catalogue/th_wall_301.png new file mode 100644 index 00000000..65a31754 Binary files /dev/null and b/catalogue/th_wall_301.png differ diff --git a/catalogue/th_wall_302.png b/catalogue/th_wall_302.png new file mode 100644 index 00000000..df634082 Binary files /dev/null and b/catalogue/th_wall_302.png differ diff --git a/catalogue/th_wall_303.png b/catalogue/th_wall_303.png new file mode 100644 index 00000000..f5c6ac9f Binary files /dev/null and b/catalogue/th_wall_303.png differ diff --git a/catalogue/th_wall_304.png b/catalogue/th_wall_304.png new file mode 100644 index 00000000..d41ae757 Binary files /dev/null and b/catalogue/th_wall_304.png differ diff --git a/catalogue/th_wall_305.png b/catalogue/th_wall_305.png new file mode 100644 index 00000000..02f47914 Binary files /dev/null and b/catalogue/th_wall_305.png differ diff --git a/catalogue/th_wall_306.png b/catalogue/th_wall_306.png new file mode 100644 index 00000000..1340e553 Binary files /dev/null and b/catalogue/th_wall_306.png differ diff --git a/catalogue/th_wall_307.png b/catalogue/th_wall_307.png new file mode 100644 index 00000000..3baf3bc9 Binary files /dev/null and b/catalogue/th_wall_307.png differ diff --git a/catalogue/th_wall_308.png b/catalogue/th_wall_308.png new file mode 100644 index 00000000..9dadafd4 Binary files /dev/null and b/catalogue/th_wall_308.png differ diff --git a/catalogue/th_wall_309.png b/catalogue/th_wall_309.png new file mode 100644 index 00000000..1a25fd8a Binary files /dev/null and b/catalogue/th_wall_309.png differ diff --git a/catalogue/th_wall_310.png b/catalogue/th_wall_310.png new file mode 100644 index 00000000..1c1ede97 Binary files /dev/null and b/catalogue/th_wall_310.png differ diff --git a/catalogue/th_wall_3101.png b/catalogue/th_wall_3101.png new file mode 100644 index 00000000..756676a1 Binary files /dev/null and b/catalogue/th_wall_3101.png differ diff --git a/catalogue/th_wall_3102.png b/catalogue/th_wall_3102.png new file mode 100644 index 00000000..68086e99 Binary files /dev/null and b/catalogue/th_wall_3102.png differ diff --git a/catalogue/th_wall_3103.png b/catalogue/th_wall_3103.png new file mode 100644 index 00000000..b2be7675 Binary files /dev/null and b/catalogue/th_wall_3103.png differ diff --git a/catalogue/th_wall_3104.png b/catalogue/th_wall_3104.png new file mode 100644 index 00000000..687d86e5 Binary files /dev/null and b/catalogue/th_wall_3104.png differ diff --git a/catalogue/th_wall_3105.png b/catalogue/th_wall_3105.png new file mode 100644 index 00000000..67327b91 Binary files /dev/null and b/catalogue/th_wall_3105.png differ diff --git a/catalogue/th_wall_3106.png b/catalogue/th_wall_3106.png new file mode 100644 index 00000000..b50c803d Binary files /dev/null and b/catalogue/th_wall_3106.png differ diff --git a/catalogue/th_wall_311.png b/catalogue/th_wall_311.png new file mode 100644 index 00000000..eec8fd7b Binary files /dev/null and b/catalogue/th_wall_311.png differ diff --git a/catalogue/th_wall_312.png b/catalogue/th_wall_312.png new file mode 100644 index 00000000..17a8cbed Binary files /dev/null and b/catalogue/th_wall_312.png differ diff --git a/catalogue/th_wall_313.png b/catalogue/th_wall_313.png new file mode 100644 index 00000000..7d1ca1db Binary files /dev/null and b/catalogue/th_wall_313.png differ diff --git a/catalogue/th_wall_314.png b/catalogue/th_wall_314.png new file mode 100644 index 00000000..d5af9e69 Binary files /dev/null and b/catalogue/th_wall_314.png differ diff --git a/catalogue/th_wall_401.png b/catalogue/th_wall_401.png new file mode 100644 index 00000000..f0e1671d Binary files /dev/null and b/catalogue/th_wall_401.png differ diff --git a/catalogue/th_wall_402.png b/catalogue/th_wall_402.png new file mode 100644 index 00000000..06225529 Binary files /dev/null and b/catalogue/th_wall_402.png differ diff --git a/catalogue/th_wall_403.png b/catalogue/th_wall_403.png new file mode 100644 index 00000000..3183c017 Binary files /dev/null and b/catalogue/th_wall_403.png differ diff --git a/catalogue/th_wall_404.png b/catalogue/th_wall_404.png new file mode 100644 index 00000000..a2615943 Binary files /dev/null and b/catalogue/th_wall_404.png differ diff --git a/catalogue/th_wall_405.png b/catalogue/th_wall_405.png new file mode 100644 index 00000000..43a8966a Binary files /dev/null and b/catalogue/th_wall_405.png differ diff --git a/catalogue/th_wall_406.png b/catalogue/th_wall_406.png new file mode 100644 index 00000000..8a73d0ba Binary files /dev/null and b/catalogue/th_wall_406.png differ diff --git a/catalogue/th_wall_407.png b/catalogue/th_wall_407.png new file mode 100644 index 00000000..00eaf0fe Binary files /dev/null and b/catalogue/th_wall_407.png differ diff --git a/catalogue/th_wall_408.png b/catalogue/th_wall_408.png new file mode 100644 index 00000000..4ac4834d Binary files /dev/null and b/catalogue/th_wall_408.png differ diff --git a/catalogue/th_wall_409.png b/catalogue/th_wall_409.png new file mode 100644 index 00000000..1474373e Binary files /dev/null and b/catalogue/th_wall_409.png differ diff --git a/catalogue/th_wall_410.png b/catalogue/th_wall_410.png new file mode 100644 index 00000000..eeacc9b5 Binary files /dev/null and b/catalogue/th_wall_410.png differ diff --git a/catalogue/th_wall_411.png b/catalogue/th_wall_411.png new file mode 100644 index 00000000..2b299b3f Binary files /dev/null and b/catalogue/th_wall_411.png differ diff --git a/catalogue/th_wall_412.png b/catalogue/th_wall_412.png new file mode 100644 index 00000000..e2ef1e80 Binary files /dev/null and b/catalogue/th_wall_412.png differ diff --git a/catalogue/th_wall_413.png b/catalogue/th_wall_413.png new file mode 100644 index 00000000..391d2ed3 Binary files /dev/null and b/catalogue/th_wall_413.png differ diff --git a/catalogue/th_wall_414.png b/catalogue/th_wall_414.png new file mode 100644 index 00000000..0dc462bb Binary files /dev/null and b/catalogue/th_wall_414.png differ diff --git a/catalogue/th_wall_415.png b/catalogue/th_wall_415.png new file mode 100644 index 00000000..952bd074 Binary files /dev/null and b/catalogue/th_wall_415.png differ diff --git a/catalogue/th_wall_416.png b/catalogue/th_wall_416.png new file mode 100644 index 00000000..724b2f95 Binary files /dev/null and b/catalogue/th_wall_416.png differ diff --git a/catalogue/th_wall_501.png b/catalogue/th_wall_501.png new file mode 100644 index 00000000..4731428a Binary files /dev/null and b/catalogue/th_wall_501.png differ diff --git a/catalogue/th_wall_502.png b/catalogue/th_wall_502.png new file mode 100644 index 00000000..f22d9665 Binary files /dev/null and b/catalogue/th_wall_502.png differ diff --git a/catalogue/th_wall_503.png b/catalogue/th_wall_503.png new file mode 100644 index 00000000..015767cb Binary files /dev/null and b/catalogue/th_wall_503.png differ diff --git a/catalogue/th_wall_504.png b/catalogue/th_wall_504.png new file mode 100644 index 00000000..79765776 Binary files /dev/null and b/catalogue/th_wall_504.png differ diff --git a/catalogue/th_wall_505.png b/catalogue/th_wall_505.png new file mode 100644 index 00000000..807133be Binary files /dev/null and b/catalogue/th_wall_505.png differ diff --git a/catalogue/th_wall_506.png b/catalogue/th_wall_506.png new file mode 100644 index 00000000..35fd5dfb Binary files /dev/null and b/catalogue/th_wall_506.png differ diff --git a/catalogue/th_wall_507.png b/catalogue/th_wall_507.png new file mode 100644 index 00000000..db920a3f Binary files /dev/null and b/catalogue/th_wall_507.png differ diff --git a/catalogue/th_wall_508.png b/catalogue/th_wall_508.png new file mode 100644 index 00000000..af76312e Binary files /dev/null and b/catalogue/th_wall_508.png differ diff --git a/catalogue/th_wall_509.png b/catalogue/th_wall_509.png new file mode 100644 index 00000000..e0698ea8 Binary files /dev/null and b/catalogue/th_wall_509.png differ diff --git a/catalogue/th_wall_510.png b/catalogue/th_wall_510.png new file mode 100644 index 00000000..80556213 Binary files /dev/null and b/catalogue/th_wall_510.png differ diff --git a/catalogue/th_wall_511.png b/catalogue/th_wall_511.png new file mode 100644 index 00000000..abe3d6f8 Binary files /dev/null and b/catalogue/th_wall_511.png differ diff --git a/catalogue/th_wall_512.png b/catalogue/th_wall_512.png new file mode 100644 index 00000000..41898103 Binary files /dev/null and b/catalogue/th_wall_512.png differ diff --git a/catalogue/th_wall_513.png b/catalogue/th_wall_513.png new file mode 100644 index 00000000..8a2c9284 Binary files /dev/null and b/catalogue/th_wall_513.png differ diff --git a/catalogue/th_wall_514.png b/catalogue/th_wall_514.png new file mode 100644 index 00000000..9e34d00b Binary files /dev/null and b/catalogue/th_wall_514.png differ diff --git a/catalogue/th_wall_515.png b/catalogue/th_wall_515.png new file mode 100644 index 00000000..d7c565f9 Binary files /dev/null and b/catalogue/th_wall_515.png differ diff --git a/catalogue/th_wall_516.png b/catalogue/th_wall_516.png new file mode 100644 index 00000000..76dd16c7 Binary files /dev/null and b/catalogue/th_wall_516.png differ diff --git a/catalogue/th_wall_601.png b/catalogue/th_wall_601.png new file mode 100644 index 00000000..41589cd9 Binary files /dev/null and b/catalogue/th_wall_601.png differ diff --git a/catalogue/th_wall_602.png b/catalogue/th_wall_602.png new file mode 100644 index 00000000..2f369a63 Binary files /dev/null and b/catalogue/th_wall_602.png differ diff --git a/catalogue/th_wall_603.png b/catalogue/th_wall_603.png new file mode 100644 index 00000000..a24a80a9 Binary files /dev/null and b/catalogue/th_wall_603.png differ diff --git a/catalogue/th_wall_604.png b/catalogue/th_wall_604.png new file mode 100644 index 00000000..f086ef41 Binary files /dev/null and b/catalogue/th_wall_604.png differ diff --git a/catalogue/th_wall_605.png b/catalogue/th_wall_605.png new file mode 100644 index 00000000..b13ff210 Binary files /dev/null and b/catalogue/th_wall_605.png differ diff --git a/catalogue/th_wall_606.png b/catalogue/th_wall_606.png new file mode 100644 index 00000000..0d3680b4 Binary files /dev/null and b/catalogue/th_wall_606.png differ diff --git a/catalogue/th_wall_607.png b/catalogue/th_wall_607.png new file mode 100644 index 00000000..78d0c7df Binary files /dev/null and b/catalogue/th_wall_607.png differ diff --git a/catalogue/th_wall_608.png b/catalogue/th_wall_608.png new file mode 100644 index 00000000..76417661 Binary files /dev/null and b/catalogue/th_wall_608.png differ diff --git a/catalogue/th_wall_609.png b/catalogue/th_wall_609.png new file mode 100644 index 00000000..1b4d3fe9 Binary files /dev/null and b/catalogue/th_wall_609.png differ diff --git a/catalogue/th_wall_610.png b/catalogue/th_wall_610.png new file mode 100644 index 00000000..4dda332d Binary files /dev/null and b/catalogue/th_wall_610.png differ diff --git a/catalogue/th_wall_611.png b/catalogue/th_wall_611.png new file mode 100644 index 00000000..28ab7085 Binary files /dev/null and b/catalogue/th_wall_611.png differ diff --git a/catalogue/th_wall_612.png b/catalogue/th_wall_612.png new file mode 100644 index 00000000..3de4b5a8 Binary files /dev/null and b/catalogue/th_wall_612.png differ diff --git a/catalogue/th_wall_613.png b/catalogue/th_wall_613.png new file mode 100644 index 00000000..00287e86 Binary files /dev/null and b/catalogue/th_wall_613.png differ diff --git a/catalogue/th_wall_614.png b/catalogue/th_wall_614.png new file mode 100644 index 00000000..8ae26b6e Binary files /dev/null and b/catalogue/th_wall_614.png differ diff --git a/catalogue/th_wall_615.png b/catalogue/th_wall_615.png new file mode 100644 index 00000000..d07edae9 Binary files /dev/null and b/catalogue/th_wall_615.png differ diff --git a/catalogue/th_wall_616.png b/catalogue/th_wall_616.png new file mode 100644 index 00000000..66fe5266 Binary files /dev/null and b/catalogue/th_wall_616.png differ diff --git a/catalogue/th_wall_617.png b/catalogue/th_wall_617.png new file mode 100644 index 00000000..782dae53 Binary files /dev/null and b/catalogue/th_wall_617.png differ diff --git a/catalogue/th_wall_618.png b/catalogue/th_wall_618.png new file mode 100644 index 00000000..4d04b00d Binary files /dev/null and b/catalogue/th_wall_618.png differ diff --git a/catalogue/th_wall_619.png b/catalogue/th_wall_619.png new file mode 100644 index 00000000..e211b580 Binary files /dev/null and b/catalogue/th_wall_619.png differ diff --git a/catalogue/th_wall_620.png b/catalogue/th_wall_620.png new file mode 100644 index 00000000..a431c123 Binary files /dev/null and b/catalogue/th_wall_620.png differ diff --git a/catalogue/th_wall_701.png b/catalogue/th_wall_701.png new file mode 100644 index 00000000..94e8d378 Binary files /dev/null and b/catalogue/th_wall_701.png differ diff --git a/catalogue/th_wall_702.png b/catalogue/th_wall_702.png new file mode 100644 index 00000000..d875276b Binary files /dev/null and b/catalogue/th_wall_702.png differ diff --git a/catalogue/th_wall_703.png b/catalogue/th_wall_703.png new file mode 100644 index 00000000..b93d0ac9 Binary files /dev/null and b/catalogue/th_wall_703.png differ diff --git a/catalogue/th_wall_704.png b/catalogue/th_wall_704.png new file mode 100644 index 00000000..3c82852a Binary files /dev/null and b/catalogue/th_wall_704.png differ diff --git a/catalogue/th_wall_705.png b/catalogue/th_wall_705.png new file mode 100644 index 00000000..fe4e24fd Binary files /dev/null and b/catalogue/th_wall_705.png differ diff --git a/catalogue/th_wall_706.png b/catalogue/th_wall_706.png new file mode 100644 index 00000000..1fc33db4 Binary files /dev/null and b/catalogue/th_wall_706.png differ diff --git a/catalogue/th_wall_707.png b/catalogue/th_wall_707.png new file mode 100644 index 00000000..057933c3 Binary files /dev/null and b/catalogue/th_wall_707.png differ diff --git a/catalogue/th_wall_708.png b/catalogue/th_wall_708.png new file mode 100644 index 00000000..bac72752 Binary files /dev/null and b/catalogue/th_wall_708.png differ diff --git a/catalogue/th_wall_709.png b/catalogue/th_wall_709.png new file mode 100644 index 00000000..d12d5185 Binary files /dev/null and b/catalogue/th_wall_709.png differ diff --git a/catalogue/th_wall_710.png b/catalogue/th_wall_710.png new file mode 100644 index 00000000..8112c1b4 Binary files /dev/null and b/catalogue/th_wall_710.png differ diff --git a/catalogue/th_wall_711.png b/catalogue/th_wall_711.png new file mode 100644 index 00000000..922b9a4b Binary files /dev/null and b/catalogue/th_wall_711.png differ diff --git a/catalogue/th_wall_712.png b/catalogue/th_wall_712.png new file mode 100644 index 00000000..d1b98e70 Binary files /dev/null and b/catalogue/th_wall_712.png differ diff --git a/catalogue/th_wall_713.png b/catalogue/th_wall_713.png new file mode 100644 index 00000000..99057f5a Binary files /dev/null and b/catalogue/th_wall_713.png differ diff --git a/catalogue/th_wall_714.png b/catalogue/th_wall_714.png new file mode 100644 index 00000000..998a1f45 Binary files /dev/null and b/catalogue/th_wall_714.png differ diff --git a/catalogue/th_wall_715.png b/catalogue/th_wall_715.png new file mode 100644 index 00000000..57f63d0e Binary files /dev/null and b/catalogue/th_wall_715.png differ diff --git a/catalogue/th_wall_716.png b/catalogue/th_wall_716.png new file mode 100644 index 00000000..b00e8bae Binary files /dev/null and b/catalogue/th_wall_716.png differ diff --git a/catalogue/th_wall_717.png b/catalogue/th_wall_717.png new file mode 100644 index 00000000..987d755a Binary files /dev/null and b/catalogue/th_wall_717.png differ diff --git a/catalogue/th_wall_718.png b/catalogue/th_wall_718.png new file mode 100644 index 00000000..2aeaa22b Binary files /dev/null and b/catalogue/th_wall_718.png differ diff --git a/catalogue/th_wall_719.png b/catalogue/th_wall_719.png new file mode 100644 index 00000000..84752672 Binary files /dev/null and b/catalogue/th_wall_719.png differ diff --git a/catalogue/th_wall_720.png b/catalogue/th_wall_720.png new file mode 100644 index 00000000..aa959632 Binary files /dev/null and b/catalogue/th_wall_720.png differ diff --git a/catalogue/th_wall_801.png b/catalogue/th_wall_801.png new file mode 100644 index 00000000..f025559d Binary files /dev/null and b/catalogue/th_wall_801.png differ diff --git a/catalogue/th_wall_802.png b/catalogue/th_wall_802.png new file mode 100644 index 00000000..b008014f Binary files /dev/null and b/catalogue/th_wall_802.png differ diff --git a/catalogue/th_wall_803.png b/catalogue/th_wall_803.png new file mode 100644 index 00000000..6119ab88 Binary files /dev/null and b/catalogue/th_wall_803.png differ diff --git a/catalogue/th_wall_804.png b/catalogue/th_wall_804.png new file mode 100644 index 00000000..bf953091 Binary files /dev/null and b/catalogue/th_wall_804.png differ diff --git a/catalogue/th_wall_805.png b/catalogue/th_wall_805.png new file mode 100644 index 00000000..c637d996 Binary files /dev/null and b/catalogue/th_wall_805.png differ diff --git a/catalogue/th_wall_806.png b/catalogue/th_wall_806.png new file mode 100644 index 00000000..5583523e Binary files /dev/null and b/catalogue/th_wall_806.png differ diff --git a/catalogue/th_wall_807.png b/catalogue/th_wall_807.png new file mode 100644 index 00000000..b0028c97 Binary files /dev/null and b/catalogue/th_wall_807.png differ diff --git a/catalogue/th_wall_808.png b/catalogue/th_wall_808.png new file mode 100644 index 00000000..e10b8dfd Binary files /dev/null and b/catalogue/th_wall_808.png differ diff --git a/catalogue/th_wall_809.png b/catalogue/th_wall_809.png new file mode 100644 index 00000000..f49afaa3 Binary files /dev/null and b/catalogue/th_wall_809.png differ diff --git a/catalogue/th_wall_810.png b/catalogue/th_wall_810.png new file mode 100644 index 00000000..eb94bf86 Binary files /dev/null and b/catalogue/th_wall_810.png differ diff --git a/catalogue/th_wall_811.png b/catalogue/th_wall_811.png new file mode 100644 index 00000000..998a1f45 Binary files /dev/null and b/catalogue/th_wall_811.png differ diff --git a/catalogue/th_wall_812.png b/catalogue/th_wall_812.png new file mode 100644 index 00000000..b00e8bae Binary files /dev/null and b/catalogue/th_wall_812.png differ diff --git a/catalogue/th_wall_813.png b/catalogue/th_wall_813.png new file mode 100644 index 00000000..987d755a Binary files /dev/null and b/catalogue/th_wall_813.png differ diff --git a/catalogue/th_wall_814.png b/catalogue/th_wall_814.png new file mode 100644 index 00000000..84752672 Binary files /dev/null and b/catalogue/th_wall_814.png differ diff --git a/catalogue/th_wall_815.png b/catalogue/th_wall_815.png new file mode 100644 index 00000000..aa959632 Binary files /dev/null and b/catalogue/th_wall_815.png differ diff --git a/catalogue/th_wall_816.png b/catalogue/th_wall_816.png new file mode 100644 index 00000000..57f63d0e Binary files /dev/null and b/catalogue/th_wall_816.png differ diff --git a/catalogue/th_wall_817.png b/catalogue/th_wall_817.png new file mode 100644 index 00000000..922b9a4b Binary files /dev/null and b/catalogue/th_wall_817.png differ diff --git a/catalogue/th_wall_818.png b/catalogue/th_wall_818.png new file mode 100644 index 00000000..2aeaa22b Binary files /dev/null and b/catalogue/th_wall_818.png differ diff --git a/catalogue/th_wall_819.png b/catalogue/th_wall_819.png new file mode 100644 index 00000000..d1b98e70 Binary files /dev/null and b/catalogue/th_wall_819.png differ diff --git a/catalogue/th_wall_820.png b/catalogue/th_wall_820.png new file mode 100644 index 00000000..99057f5a Binary files /dev/null and b/catalogue/th_wall_820.png differ diff --git a/catalogue/th_wall_901.png b/catalogue/th_wall_901.png new file mode 100644 index 00000000..182adac8 Binary files /dev/null and b/catalogue/th_wall_901.png differ diff --git a/catalogue/th_wall_902.png b/catalogue/th_wall_902.png new file mode 100644 index 00000000..5c803dfb Binary files /dev/null and b/catalogue/th_wall_902.png differ diff --git a/catalogue/th_wall_903.png b/catalogue/th_wall_903.png new file mode 100644 index 00000000..a523e7f1 Binary files /dev/null and b/catalogue/th_wall_903.png differ diff --git a/catalogue/th_wall_904.png b/catalogue/th_wall_904.png new file mode 100644 index 00000000..10c660a3 Binary files /dev/null and b/catalogue/th_wall_904.png differ diff --git a/catalogue/th_wall_905.png b/catalogue/th_wall_905.png new file mode 100644 index 00000000..d83027e2 Binary files /dev/null and b/catalogue/th_wall_905.png differ diff --git a/catalogue/th_wall_906.png b/catalogue/th_wall_906.png new file mode 100644 index 00000000..5789e8f9 Binary files /dev/null and b/catalogue/th_wall_906.png differ diff --git a/catalogue/th_wall_907.png b/catalogue/th_wall_907.png new file mode 100644 index 00000000..590a70b4 Binary files /dev/null and b/catalogue/th_wall_907.png differ diff --git a/catalogue/th_wall_908.png b/catalogue/th_wall_908.png new file mode 100644 index 00000000..d71065c2 Binary files /dev/null and b/catalogue/th_wall_908.png differ diff --git a/catalogue/th_wall_909.png b/catalogue/th_wall_909.png new file mode 100644 index 00000000..b84a7705 Binary files /dev/null and b/catalogue/th_wall_909.png differ diff --git a/catalogue/th_wall_910.png b/catalogue/th_wall_910.png new file mode 100644 index 00000000..f0c60846 Binary files /dev/null and b/catalogue/th_wall_910.png differ diff --git a/catalogue/th_wall_911.png b/catalogue/th_wall_911.png new file mode 100644 index 00000000..c89639fe Binary files /dev/null and b/catalogue/th_wall_911.png differ diff --git a/catalogue/th_wall_912.png b/catalogue/th_wall_912.png new file mode 100644 index 00000000..18beeeb0 Binary files /dev/null and b/catalogue/th_wall_912.png differ diff --git a/catalogue/th_wall_913.png b/catalogue/th_wall_913.png new file mode 100644 index 00000000..53a42068 Binary files /dev/null and b/catalogue/th_wall_913.png differ diff --git a/catalogue/th_wall_914.png b/catalogue/th_wall_914.png new file mode 100644 index 00000000..949a360b Binary files /dev/null and b/catalogue/th_wall_914.png differ diff --git a/catalogue/th_wall_915.png b/catalogue/th_wall_915.png new file mode 100644 index 00000000..f3584dc7 Binary files /dev/null and b/catalogue/th_wall_915.png differ diff --git a/catalogue/th_wall_916.png b/catalogue/th_wall_916.png new file mode 100644 index 00000000..149eb954 Binary files /dev/null and b/catalogue/th_wall_916.png differ diff --git a/catalogue/tienda-pixel.gif b/catalogue/tienda-pixel.gif new file mode 100644 index 00000000..ae99005b Binary files /dev/null and b/catalogue/tienda-pixel.gif differ diff --git a/catalogue/tiki.gif b/catalogue/tiki.gif new file mode 100644 index 00000000..f70b0d1d Binary files /dev/null and b/catalogue/tiki.gif differ diff --git a/catalogue/tiki2.gif b/catalogue/tiki2.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/tiki2.gif differ diff --git a/catalogue/tiki_header.gif b/catalogue/tiki_header.gif new file mode 100644 index 00000000..ac11802a Binary files /dev/null and b/catalogue/tiki_header.gif differ diff --git a/catalogue/tiki_teaser.gif b/catalogue/tiki_teaser.gif new file mode 100644 index 00000000..bfe837fb Binary files /dev/null and b/catalogue/tiki_teaser.gif differ diff --git a/catalogue/tokyo18_gen.gif b/catalogue/tokyo18_gen.gif new file mode 100644 index 00000000..1a32ec04 Binary files /dev/null and b/catalogue/tokyo18_gen.gif differ diff --git a/catalogue/tokyo_teaser.gif b/catalogue/tokyo_teaser.gif new file mode 100644 index 00000000..1a32ec04 Binary files /dev/null and b/catalogue/tokyo_teaser.gif differ diff --git a/catalogue/top-ventas.gif b/catalogue/top-ventas.gif new file mode 100644 index 00000000..356dc994 Binary files /dev/null and b/catalogue/top-ventas.gif differ diff --git a/catalogue/top-ventas1.gif b/catalogue/top-ventas1.gif new file mode 100644 index 00000000..51febf8f Binary files /dev/null and b/catalogue/top-ventas1.gif differ diff --git a/catalogue/top_greek_en.gif b/catalogue/top_greek_en.gif new file mode 100644 index 00000000..0928e9df Binary files /dev/null and b/catalogue/top_greek_en.gif differ diff --git a/catalogue/top_marry_en.gif b/catalogue/top_marry_en.gif new file mode 100644 index 00000000..dda00520 Binary files /dev/null and b/catalogue/top_marry_en.gif differ diff --git a/catalogue/toppicks_header.gif b/catalogue/toppicks_header.gif new file mode 100644 index 00000000..4aa018d1 Binary files /dev/null and b/catalogue/toppicks_header.gif differ diff --git a/catalogue/toppicks_note_teaser.gif b/catalogue/toppicks_note_teaser.gif new file mode 100644 index 00000000..30bd047d Binary files /dev/null and b/catalogue/toppicks_note_teaser.gif differ diff --git a/catalogue/topstory_skate.gif b/catalogue/topstory_skate.gif new file mode 100644 index 00000000..30e1086d Binary files /dev/null and b/catalogue/topstory_skate.gif differ diff --git a/catalogue/topstory_xmas11_01_2.gif b/catalogue/topstory_xmas11_01_2.gif new file mode 100644 index 00000000..75c5f34d Binary files /dev/null and b/catalogue/topstory_xmas11_01_2.gif differ diff --git a/catalogue/toyhorse.gif b/catalogue/toyhorse.gif new file mode 100644 index 00000000..4ab39e12 Binary files /dev/null and b/catalogue/toyhorse.gif differ diff --git a/catalogue/tradeableclothing_teaser.gif b/catalogue/tradeableclothing_teaser.gif new file mode 100644 index 00000000..adb40f73 Binary files /dev/null and b/catalogue/tradeableclothing_teaser.gif differ diff --git a/catalogue/trafficsigns_header.gif b/catalogue/trafficsigns_header.gif new file mode 100644 index 00000000..c826f913 Binary files /dev/null and b/catalogue/trafficsigns_header.gif differ diff --git a/catalogue/trafficsigns_teaser.gif b/catalogue/trafficsigns_teaser.gif new file mode 100644 index 00000000..ed1768b7 Binary files /dev/null and b/catalogue/trafficsigns_teaser.gif differ diff --git a/catalogue/trax.gif b/catalogue/trax.gif new file mode 100644 index 00000000..4439ca3b Binary files /dev/null and b/catalogue/trax.gif differ diff --git a/catalogue/trax1.gif b/catalogue/trax1.gif new file mode 100644 index 00000000..a8edfc47 Binary files /dev/null and b/catalogue/trax1.gif differ diff --git a/catalogue/trax3.gif b/catalogue/trax3.gif new file mode 100644 index 00000000..5871b00d Binary files /dev/null and b/catalogue/trax3.gif differ diff --git a/catalogue/traxRecord_sticker.gif b/catalogue/traxRecord_sticker.gif new file mode 100644 index 00000000..b64482bc Binary files /dev/null and b/catalogue/traxRecord_sticker.gif differ diff --git a/catalogue/trax_fr_1.gif b/catalogue/trax_fr_1.gif new file mode 100644 index 00000000..a8edfc47 Binary files /dev/null and b/catalogue/trax_fr_1.gif differ diff --git a/catalogue/trax_fr_2.gif b/catalogue/trax_fr_2.gif new file mode 100644 index 00000000..4c9ec69a Binary files /dev/null and b/catalogue/trax_fr_2.gif differ diff --git a/catalogue/trax_fr_3.gif b/catalogue/trax_fr_3.gif new file mode 100644 index 00000000..5871b00d Binary files /dev/null and b/catalogue/trax_fr_3.gif differ diff --git a/catalogue/trax_fr_4.gif b/catalogue/trax_fr_4.gif new file mode 100644 index 00000000..4f60f840 Binary files /dev/null and b/catalogue/trax_fr_4.gif differ diff --git a/catalogue/trax_fr_5.gif b/catalogue/trax_fr_5.gif new file mode 100644 index 00000000..3034e65d Binary files /dev/null and b/catalogue/trax_fr_5.gif differ diff --git a/catalogue/trax_header.gif b/catalogue/trax_header.gif new file mode 100644 index 00000000..3c24adaa Binary files /dev/null and b/catalogue/trax_header.gif differ diff --git a/catalogue/trax_header2.gif b/catalogue/trax_header2.gif new file mode 100644 index 00000000..46b6eb9b Binary files /dev/null and b/catalogue/trax_header2.gif differ diff --git a/catalogue/trax_header3.gif b/catalogue/trax_header3.gif new file mode 100644 index 00000000..21a73678 Binary files /dev/null and b/catalogue/trax_header3.gif differ diff --git a/catalogue/trax_header4.gif b/catalogue/trax_header4.gif new file mode 100644 index 00000000..99fcc32a Binary files /dev/null and b/catalogue/trax_header4.gif differ diff --git a/catalogue/trax_header5.gif b/catalogue/trax_header5.gif new file mode 100644 index 00000000..65df8ea7 Binary files /dev/null and b/catalogue/trax_header5.gif differ diff --git a/catalogue/trax_header6.gif b/catalogue/trax_header6.gif new file mode 100644 index 00000000..d23747d7 Binary files /dev/null and b/catalogue/trax_header6.gif differ diff --git a/catalogue/trax_teaser.gif b/catalogue/trax_teaser.gif new file mode 100644 index 00000000..7cca60c6 Binary files /dev/null and b/catalogue/trax_teaser.gif differ diff --git a/catalogue/trax_teaser2.gif b/catalogue/trax_teaser2.gif new file mode 100644 index 00000000..d1767224 Binary files /dev/null and b/catalogue/trax_teaser2.gif differ diff --git a/catalogue/trax_teaser3.gif b/catalogue/trax_teaser3.gif new file mode 100644 index 00000000..750c28fd Binary files /dev/null and b/catalogue/trax_teaser3.gif differ diff --git a/catalogue/trax_teaser4.gif b/catalogue/trax_teaser4.gif new file mode 100644 index 00000000..2792cbf8 Binary files /dev/null and b/catalogue/trax_teaser4.gif differ diff --git a/catalogue/trax_teaser5.gif b/catalogue/trax_teaser5.gif new file mode 100644 index 00000000..becbe757 Binary files /dev/null and b/catalogue/trax_teaser5.gif differ diff --git a/catalogue/trax_teaser6.gif b/catalogue/trax_teaser6.gif new file mode 100644 index 00000000..9ffaad85 Binary files /dev/null and b/catalogue/trax_teaser6.gif differ diff --git a/catalogue/trax_teaser7.gif b/catalogue/trax_teaser7.gif new file mode 100644 index 00000000..b64482bc Binary files /dev/null and b/catalogue/trax_teaser7.gif differ diff --git a/catalogue/traxteaser.gif b/catalogue/traxteaser.gif new file mode 100644 index 00000000..d15d452a Binary files /dev/null and b/catalogue/traxteaser.gif differ diff --git a/catalogue/tribu.gif b/catalogue/tribu.gif new file mode 100644 index 00000000..1a036dd3 Binary files /dev/null and b/catalogue/tribu.gif differ diff --git a/catalogue/tribu.png b/catalogue/tribu.png new file mode 100644 index 00000000..d878d2f6 Binary files /dev/null and b/catalogue/tribu.png differ diff --git a/catalogue/tribu2.gif b/catalogue/tribu2.gif new file mode 100644 index 00000000..7249930d Binary files /dev/null and b/catalogue/tribu2.gif differ diff --git a/catalogue/tribu2.png b/catalogue/tribu2.png new file mode 100644 index 00000000..63e32d42 Binary files /dev/null and b/catalogue/tribu2.png differ diff --git a/catalogue/trofeo-patinaje.png b/catalogue/trofeo-patinaje.png new file mode 100644 index 00000000..06614ec6 Binary files /dev/null and b/catalogue/trofeo-patinaje.png differ diff --git a/catalogue/trofeos.gif b/catalogue/trofeos.gif new file mode 100644 index 00000000..aba66e6e Binary files /dev/null and b/catalogue/trofeos.gif differ diff --git a/catalogue/trophies.gif b/catalogue/trophies.gif new file mode 100644 index 00000000..a844eec2 Binary files /dev/null and b/catalogue/trophies.gif differ diff --git a/catalogue/trophies_header.gif b/catalogue/trophies_header.gif new file mode 100644 index 00000000..a844eec2 Binary files /dev/null and b/catalogue/trophies_header.gif differ diff --git a/catalogue/twilight_header.gif b/catalogue/twilight_header.gif new file mode 100644 index 00000000..df8f5a04 Binary files /dev/null and b/catalogue/twilight_header.gif differ diff --git a/catalogue/university_catalog_teaser.gif b/catalogue/university_catalog_teaser.gif new file mode 100644 index 00000000..7970d2fb Binary files /dev/null and b/catalogue/university_catalog_teaser.gif differ diff --git a/catalogue/university_header.gif b/catalogue/university_header.gif new file mode 100644 index 00000000..bd7a26a5 Binary files /dev/null and b/catalogue/university_header.gif differ diff --git a/catalogue/university_new_furni_catalog_header.gif b/catalogue/university_new_furni_catalog_header.gif new file mode 100644 index 00000000..bd7a26a5 Binary files /dev/null and b/catalogue/university_new_furni_catalog_header.gif differ diff --git a/catalogue/university_teaser.gif b/catalogue/university_teaser.gif new file mode 100644 index 00000000..7970d2fb Binary files /dev/null and b/catalogue/university_teaser.gif differ diff --git a/catalogue/urban.gif b/catalogue/urban.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urban.gif differ diff --git a/catalogue/urban_header.gif b/catalogue/urban_header.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urban_header.gif differ diff --git a/catalogue/urban_header_br.gif b/catalogue/urban_header_br.gif new file mode 100644 index 00000000..e612b3f6 Binary files /dev/null and b/catalogue/urban_header_br.gif differ diff --git a/catalogue/urban_header_ch.gif b/catalogue/urban_header_ch.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urban_header_ch.gif differ diff --git a/catalogue/urban_header_da.gif b/catalogue/urban_header_da.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urban_header_da.gif differ diff --git a/catalogue/urban_header_de.gif b/catalogue/urban_header_de.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urban_header_de.gif differ diff --git a/catalogue/urban_header_en.gif b/catalogue/urban_header_en.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urban_header_en.gif differ diff --git a/catalogue/urban_header_es.gif b/catalogue/urban_header_es.gif new file mode 100644 index 00000000..12a4b8f2 Binary files /dev/null and b/catalogue/urban_header_es.gif differ diff --git a/catalogue/urban_header_fi.gif b/catalogue/urban_header_fi.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urban_header_fi.gif differ diff --git a/catalogue/urban_header_fr.gif b/catalogue/urban_header_fr.gif new file mode 100644 index 00000000..344adb9e Binary files /dev/null and b/catalogue/urban_header_fr.gif differ diff --git a/catalogue/urban_header_it.gif b/catalogue/urban_header_it.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urban_header_it.gif differ diff --git a/catalogue/urban_header_nl.gif b/catalogue/urban_header_nl.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urban_header_nl.gif differ diff --git a/catalogue/urban_header_no.gif b/catalogue/urban_header_no.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urban_header_no.gif differ diff --git a/catalogue/urban_header_sv.gif b/catalogue/urban_header_sv.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urban_header_sv.gif differ diff --git a/catalogue/urban_teaser.gif b/catalogue/urban_teaser.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser.gif differ diff --git a/catalogue/urban_teaser_br.gif b/catalogue/urban_teaser_br.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_br.gif differ diff --git a/catalogue/urban_teaser_ch.gif b/catalogue/urban_teaser_ch.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_ch.gif differ diff --git a/catalogue/urban_teaser_da.gif b/catalogue/urban_teaser_da.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_da.gif differ diff --git a/catalogue/urban_teaser_de.gif b/catalogue/urban_teaser_de.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_de.gif differ diff --git a/catalogue/urban_teaser_en.gif b/catalogue/urban_teaser_en.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_en.gif differ diff --git a/catalogue/urban_teaser_es.gif b/catalogue/urban_teaser_es.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_es.gif differ diff --git a/catalogue/urban_teaser_fi.gif b/catalogue/urban_teaser_fi.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_fi.gif differ diff --git a/catalogue/urban_teaser_fr.gif b/catalogue/urban_teaser_fr.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_fr.gif differ diff --git a/catalogue/urban_teaser_it.gif b/catalogue/urban_teaser_it.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_it.gif differ diff --git a/catalogue/urban_teaser_nl.gif b/catalogue/urban_teaser_nl.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_nl.gif differ diff --git a/catalogue/urban_teaser_no.gif b/catalogue/urban_teaser_no.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_no.gif differ diff --git a/catalogue/urban_teaser_sv.gif b/catalogue/urban_teaser_sv.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urban_teaser_sv.gif differ diff --git a/catalogue/urbano.gif b/catalogue/urbano.gif new file mode 100644 index 00000000..7aac3965 Binary files /dev/null and b/catalogue/urbano.gif differ diff --git a/catalogue/urbano1.gif b/catalogue/urbano1.gif new file mode 100644 index 00000000..e612b3f6 Binary files /dev/null and b/catalogue/urbano1.gif differ diff --git a/catalogue/urbano2.gif b/catalogue/urbano2.gif new file mode 100644 index 00000000..25e05406 Binary files /dev/null and b/catalogue/urbano2.gif differ diff --git a/catalogue/usva.gif b/catalogue/usva.gif new file mode 100644 index 00000000..f62f9e0f Binary files /dev/null and b/catalogue/usva.gif differ diff --git a/catalogue/usva1.gif b/catalogue/usva1.gif new file mode 100644 index 00000000..5373c72a Binary files /dev/null and b/catalogue/usva1.gif differ diff --git a/catalogue/usva_header.gif b/catalogue/usva_header.gif new file mode 100644 index 00000000..0c4c43dc Binary files /dev/null and b/catalogue/usva_header.gif differ diff --git a/catalogue/usva_header2.gif b/catalogue/usva_header2.gif new file mode 100644 index 00000000..47d83647 Binary files /dev/null and b/catalogue/usva_header2.gif differ diff --git a/catalogue/usva_teaser.gif b/catalogue/usva_teaser.gif new file mode 100644 index 00000000..808305f6 Binary files /dev/null and b/catalogue/usva_teaser.gif differ diff --git a/catalogue/vainiheader.gif b/catalogue/vainiheader.gif new file mode 100644 index 00000000..ff281d4a Binary files /dev/null and b/catalogue/vainiheader.gif differ diff --git a/catalogue/vainiteaser.gif b/catalogue/vainiteaser.gif new file mode 100644 index 00000000..52f6ec7c Binary files /dev/null and b/catalogue/vainiteaser.gif differ diff --git a/catalogue/val10_teaser.gif b/catalogue/val10_teaser.gif new file mode 100644 index 00000000..2cfe2898 Binary files /dev/null and b/catalogue/val10_teaser.gif differ diff --git a/catalogue/val14_lamp.png b/catalogue/val14_lamp.png new file mode 100644 index 00000000..117228b0 Binary files /dev/null and b/catalogue/val14_lamp.png differ diff --git a/catalogue/val14_lovelock3.png b/catalogue/val14_lovelock3.png new file mode 100644 index 00000000..2f6c0d86 Binary files /dev/null and b/catalogue/val14_lovelock3.png differ diff --git a/catalogue/val14_wchair.gif b/catalogue/val14_wchair.gif new file mode 100644 index 00000000..316b1d84 Binary files /dev/null and b/catalogue/val14_wchair.gif differ diff --git a/catalogue/val15_cata_header.gif b/catalogue/val15_cata_header.gif new file mode 100644 index 00000000..9ffa5d7a Binary files /dev/null and b/catalogue/val15_cata_header.gif differ diff --git a/catalogue/val15_generic_small_promo2.gif b/catalogue/val15_generic_small_promo2.gif new file mode 100644 index 00000000..4a455ab1 Binary files /dev/null and b/catalogue/val15_generic_small_promo2.gif differ diff --git a/catalogue/val15_teaser.gif b/catalogue/val15_teaser.gif new file mode 100644 index 00000000..7a1879e7 Binary files /dev/null and b/catalogue/val15_teaser.gif differ diff --git a/catalogue/val16_header.gif b/catalogue/val16_header.gif new file mode 100644 index 00000000..25b4c796 Binary files /dev/null and b/catalogue/val16_header.gif differ diff --git a/catalogue/val16_teaser.gif b/catalogue/val16_teaser.gif new file mode 100644 index 00000000..488a7ff6 Binary files /dev/null and b/catalogue/val16_teaser.gif differ diff --git a/catalogue/val18_header.gif b/catalogue/val18_header.gif new file mode 100644 index 00000000..6e82e972 Binary files /dev/null and b/catalogue/val18_header.gif differ diff --git a/catalogue/val18_teaser.gif b/catalogue/val18_teaser.gif new file mode 100644 index 00000000..7528c729 Binary files /dev/null and b/catalogue/val18_teaser.gif differ diff --git a/catalogue/val19_header.gif b/catalogue/val19_header.gif new file mode 100644 index 00000000..b3228100 Binary files /dev/null and b/catalogue/val19_header.gif differ diff --git a/catalogue/val19_newfurni.gif b/catalogue/val19_newfurni.gif new file mode 100644 index 00000000..4819ec32 Binary files /dev/null and b/catalogue/val19_newfurni.gif differ diff --git a/catalogue/val19_puppy.gif b/catalogue/val19_puppy.gif new file mode 100644 index 00000000..6785660c Binary files /dev/null and b/catalogue/val19_puppy.gif differ diff --git a/catalogue/val20_header.gif b/catalogue/val20_header.gif new file mode 100644 index 00000000..f23afd9a Binary files /dev/null and b/catalogue/val20_header.gif differ diff --git a/catalogue/val20_teaser.gif b/catalogue/val20_teaser.gif new file mode 100644 index 00000000..44786e5e Binary files /dev/null and b/catalogue/val20_teaser.gif differ diff --git a/catalogue/valentin2012-1.gif b/catalogue/valentin2012-1.gif new file mode 100644 index 00000000..6e63488c Binary files /dev/null and b/catalogue/valentin2012-1.gif differ diff --git a/catalogue/valentin2012.gif b/catalogue/valentin2012.gif new file mode 100644 index 00000000..1da0ca5d Binary files /dev/null and b/catalogue/valentin2012.gif differ diff --git a/catalogue/valentine_furni_001.gif b/catalogue/valentine_furni_001.gif new file mode 100644 index 00000000..6a3fa8e6 Binary files /dev/null and b/catalogue/valentine_furni_001.gif differ diff --git a/catalogue/valentines2009_header.gif b/catalogue/valentines2009_header.gif new file mode 100644 index 00000000..fe0828b5 Binary files /dev/null and b/catalogue/valentines2009_header.gif differ diff --git a/catalogue/valentines2009_teaser.gif b/catalogue/valentines2009_teaser.gif new file mode 100644 index 00000000..f585682d Binary files /dev/null and b/catalogue/valentines2009_teaser.gif differ diff --git a/catalogue/valentines2012_teaser.gif b/catalogue/valentines2012_teaser.gif new file mode 100644 index 00000000..057cc688 Binary files /dev/null and b/catalogue/valentines2012_teaser.gif differ diff --git a/catalogue/valentines2013_header.gif b/catalogue/valentines2013_header.gif new file mode 100644 index 00000000..b24e4717 Binary files /dev/null and b/catalogue/valentines2013_header.gif differ diff --git a/catalogue/valentines2013_header2.gif b/catalogue/valentines2013_header2.gif new file mode 100644 index 00000000..058eb3b6 Binary files /dev/null and b/catalogue/valentines2013_header2.gif differ diff --git a/catalogue/valentines2013_lovelocks_header.gif b/catalogue/valentines2013_lovelocks_header.gif new file mode 100644 index 00000000..8f9dd63b Binary files /dev/null and b/catalogue/valentines2013_lovelocks_header.gif differ diff --git a/catalogue/valentines2013_lovelocks_teaser.gif b/catalogue/valentines2013_lovelocks_teaser.gif new file mode 100644 index 00000000..ed1795fa Binary files /dev/null and b/catalogue/valentines2013_lovelocks_teaser.gif differ diff --git a/catalogue/valentines2013_lovelocks_teaser2.gif b/catalogue/valentines2013_lovelocks_teaser2.gif new file mode 100644 index 00000000..275be54e Binary files /dev/null and b/catalogue/valentines2013_lovelocks_teaser2.gif differ diff --git a/catalogue/valentines2013_teaser.gif b/catalogue/valentines2013_teaser.gif new file mode 100644 index 00000000..d6b03707 Binary files /dev/null and b/catalogue/valentines2013_teaser.gif differ diff --git a/catalogue/valentines2014_header.gif b/catalogue/valentines2014_header.gif new file mode 100644 index 00000000..ff47f509 Binary files /dev/null and b/catalogue/valentines2014_header.gif differ diff --git a/catalogue/valentines2014_teaser.gif b/catalogue/valentines2014_teaser.gif new file mode 100644 index 00000000..67879d44 Binary files /dev/null and b/catalogue/valentines2014_teaser.gif differ diff --git a/catalogue/valentines2014_teaser2.gif b/catalogue/valentines2014_teaser2.gif new file mode 100644 index 00000000..9cff0d3f Binary files /dev/null and b/catalogue/valentines2014_teaser2.gif differ diff --git a/catalogue/valentines2015_header.gif b/catalogue/valentines2015_header.gif new file mode 100644 index 00000000..9ffa5d7a Binary files /dev/null and b/catalogue/valentines2015_header.gif differ diff --git a/catalogue/valentines2015_teaser.gif b/catalogue/valentines2015_teaser.gif new file mode 100644 index 00000000..4a455ab1 Binary files /dev/null and b/catalogue/valentines2015_teaser.gif differ diff --git a/catalogue/valentines2015_teaser2.gif b/catalogue/valentines2015_teaser2.gif new file mode 100644 index 00000000..82180453 Binary files /dev/null and b/catalogue/valentines2015_teaser2.gif differ diff --git a/catalogue/valentines2017_wedding_teaser.gif b/catalogue/valentines2017_wedding_teaser.gif new file mode 100644 index 00000000..646e18d8 Binary files /dev/null and b/catalogue/valentines2017_wedding_teaser.gif differ diff --git a/catalogue/valentines2018_teaser.gif b/catalogue/valentines2018_teaser.gif new file mode 100644 index 00000000..935c3643 Binary files /dev/null and b/catalogue/valentines2018_teaser.gif differ diff --git a/catalogue/valentines2019_teaser.gif b/catalogue/valentines2019_teaser.gif new file mode 100644 index 00000000..4819ec32 Binary files /dev/null and b/catalogue/valentines2019_teaser.gif differ diff --git a/catalogue/valentines_catalog_header.gif b/catalogue/valentines_catalog_header.gif new file mode 100644 index 00000000..8f9dd63b Binary files /dev/null and b/catalogue/valentines_catalog_header.gif differ diff --git a/catalogue/valentines_catalog_teaser.gif b/catalogue/valentines_catalog_teaser.gif new file mode 100644 index 00000000..275be54e Binary files /dev/null and b/catalogue/valentines_catalog_teaser.gif differ diff --git a/catalogue/valentines_header.gif b/catalogue/valentines_header.gif new file mode 100644 index 00000000..81a6d05a Binary files /dev/null and b/catalogue/valentines_header.gif differ diff --git a/catalogue/valentines_header2.gif b/catalogue/valentines_header2.gif new file mode 100644 index 00000000..2026df59 Binary files /dev/null and b/catalogue/valentines_header2.gif differ diff --git a/catalogue/valentines_header3.gif b/catalogue/valentines_header3.gif new file mode 100644 index 00000000..4ff71841 Binary files /dev/null and b/catalogue/valentines_header3.gif differ diff --git a/catalogue/valentines_teaser.gif b/catalogue/valentines_teaser.gif new file mode 100644 index 00000000..b9f261bc Binary files /dev/null and b/catalogue/valentines_teaser.gif differ diff --git a/catalogue/valentines_teaser2.gif b/catalogue/valentines_teaser2.gif new file mode 100644 index 00000000..ddeaf815 Binary files /dev/null and b/catalogue/valentines_teaser2.gif differ diff --git a/catalogue/valentines_teaser3.gif b/catalogue/valentines_teaser3.gif new file mode 100644 index 00000000..23d5ae09 Binary files /dev/null and b/catalogue/valentines_teaser3.gif differ diff --git a/catalogue/valentines_teaser4.gif b/catalogue/valentines_teaser4.gif new file mode 100644 index 00000000..6a3fa8e6 Binary files /dev/null and b/catalogue/valentines_teaser4.gif differ diff --git a/catalogue/valentines_teaser5.gif b/catalogue/valentines_teaser5.gif new file mode 100644 index 00000000..920b3886 Binary files /dev/null and b/catalogue/valentines_teaser5.gif differ diff --git a/catalogue/valentines_teaser6.gif b/catalogue/valentines_teaser6.gif new file mode 100644 index 00000000..5f678980 Binary files /dev/null and b/catalogue/valentines_teaser6.gif differ diff --git a/catalogue/valrares_s_promo.gif b/catalogue/valrares_s_promo.gif new file mode 100644 index 00000000..d82a68e2 Binary files /dev/null and b/catalogue/valrares_s_promo.gif differ diff --git a/catalogue/vanillaexecutive_teaser.gif b/catalogue/vanillaexecutive_teaser.gif new file mode 100644 index 00000000..f7f5404b Binary files /dev/null and b/catalogue/vanillaexecutive_teaser.gif differ diff --git a/catalogue/vending_header.gif b/catalogue/vending_header.gif new file mode 100644 index 00000000..4c60d896 Binary files /dev/null and b/catalogue/vending_header.gif differ diff --git a/catalogue/vending_teaser.gif b/catalogue/vending_teaser.gif new file mode 100644 index 00000000..acaff5da Binary files /dev/null and b/catalogue/vending_teaser.gif differ diff --git a/catalogue/ventanas.gif b/catalogue/ventanas.gif new file mode 100644 index 00000000..51a18653 Binary files /dev/null and b/catalogue/ventanas.gif differ diff --git a/catalogue/ventanas1.gif b/catalogue/ventanas1.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/ventanas1.gif differ diff --git a/catalogue/verano1.gif b/catalogue/verano1.gif new file mode 100644 index 00000000..39dbb80d Binary files /dev/null and b/catalogue/verano1.gif differ diff --git a/catalogue/verano2.png b/catalogue/verano2.png new file mode 100644 index 00000000..9ec4d379 Binary files /dev/null and b/catalogue/verano2.png differ diff --git a/catalogue/vidrios.gif b/catalogue/vidrios.gif new file mode 100644 index 00000000..385c1b23 Binary files /dev/null and b/catalogue/vidrios.gif differ diff --git a/catalogue/vidrios1.gif b/catalogue/vidrios1.gif new file mode 100644 index 00000000..63b288b8 Binary files /dev/null and b/catalogue/vidrios1.gif differ diff --git a/catalogue/vikings_catalog_header.gif b/catalogue/vikings_catalog_header.gif new file mode 100644 index 00000000..10eb7394 Binary files /dev/null and b/catalogue/vikings_catalog_header.gif differ diff --git a/catalogue/vikings_header.gif b/catalogue/vikings_header.gif new file mode 100644 index 00000000..10eb7394 Binary files /dev/null and b/catalogue/vikings_header.gif differ diff --git a/catalogue/vikings_teaser.gif b/catalogue/vikings_teaser.gif new file mode 100644 index 00000000..83043d2d Binary files /dev/null and b/catalogue/vikings_teaser.gif differ diff --git a/catalogue/vip1.gif b/catalogue/vip1.gif new file mode 100644 index 00000000..6f735784 Binary files /dev/null and b/catalogue/vip1.gif differ diff --git a/catalogue/vip_dia_header.gif b/catalogue/vip_dia_header.gif new file mode 100644 index 00000000..e904f28d Binary files /dev/null and b/catalogue/vip_dia_header.gif differ diff --git a/catalogue/vip_extend_tsr.png b/catalogue/vip_extend_tsr.png new file mode 100644 index 00000000..8a7bd6b9 Binary files /dev/null and b/catalogue/vip_extend_tsr.png differ diff --git a/catalogue/vip_gold_header.gif b/catalogue/vip_gold_header.gif new file mode 100644 index 00000000..d0f4e3bd Binary files /dev/null and b/catalogue/vip_gold_header.gif differ diff --git a/catalogue/vip_header.gif b/catalogue/vip_header.gif new file mode 100644 index 00000000..cea0e380 Binary files /dev/null and b/catalogue/vip_header.gif differ diff --git a/catalogue/vip_header_promo.gif b/catalogue/vip_header_promo.gif new file mode 100644 index 00000000..ced30aa6 Binary files /dev/null and b/catalogue/vip_header_promo.gif differ diff --git a/catalogue/vip_promo.gif b/catalogue/vip_promo.gif new file mode 100644 index 00000000..e3458d1c Binary files /dev/null and b/catalogue/vip_promo.gif differ diff --git a/catalogue/vipclub_header.gif b/catalogue/vipclub_header.gif new file mode 100644 index 00000000..8817b2b5 Binary files /dev/null and b/catalogue/vipclub_header.gif differ diff --git a/catalogue/vipclub_teaser.gif b/catalogue/vipclub_teaser.gif new file mode 100644 index 00000000..6ba27fdb Binary files /dev/null and b/catalogue/vipclub_teaser.gif differ diff --git a/catalogue/vipheader1.gif b/catalogue/vipheader1.gif new file mode 100644 index 00000000..cea0e380 Binary files /dev/null and b/catalogue/vipheader1.gif differ diff --git a/catalogue/vipheader2.gif b/catalogue/vipheader2.gif new file mode 100644 index 00000000..d0f4e3bd Binary files /dev/null and b/catalogue/vipheader2.gif differ diff --git a/catalogue/vipheader3.gif b/catalogue/vipheader3.gif new file mode 100644 index 00000000..e904f28d Binary files /dev/null and b/catalogue/vipheader3.gif differ diff --git a/catalogue/vippremium.gif b/catalogue/vippremium.gif new file mode 100644 index 00000000..ff4e759d Binary files /dev/null and b/catalogue/vippremium.gif differ diff --git a/catalogue/vippremium1.gif b/catalogue/vippremium1.gif new file mode 100644 index 00000000..033cdb85 Binary files /dev/null and b/catalogue/vippremium1.gif differ diff --git a/catalogue/vippremium2.gif b/catalogue/vippremium2.gif new file mode 100644 index 00000000..bfa202f9 Binary files /dev/null and b/catalogue/vippremium2.gif differ diff --git a/catalogue/viptease1.gif b/catalogue/viptease1.gif new file mode 100644 index 00000000..4a767bc9 Binary files /dev/null and b/catalogue/viptease1.gif differ diff --git a/catalogue/vipteaser1.gif b/catalogue/vipteaser1.gif new file mode 100644 index 00000000..a01baf94 Binary files /dev/null and b/catalogue/vipteaser1.gif differ diff --git a/catalogue/vipteaser2.gif b/catalogue/vipteaser2.gif new file mode 100644 index 00000000..0486d57b Binary files /dev/null and b/catalogue/vipteaser2.gif differ diff --git a/catalogue/vipteaser3.gif b/catalogue/vipteaser3.gif new file mode 100644 index 00000000..31390a49 Binary files /dev/null and b/catalogue/vipteaser3.gif differ diff --git a/catalogue/virus.gif b/catalogue/virus.gif new file mode 100644 index 00000000..d327debb Binary files /dev/null and b/catalogue/virus.gif differ diff --git a/catalogue/virus1.gif b/catalogue/virus1.gif new file mode 100644 index 00000000..0ed3b4c3 Binary files /dev/null and b/catalogue/virus1.gif differ diff --git a/catalogue/virus_header.gif b/catalogue/virus_header.gif new file mode 100644 index 00000000..25248b6b Binary files /dev/null and b/catalogue/virus_header.gif differ diff --git a/catalogue/virus_teaser.gif b/catalogue/virus_teaser.gif new file mode 100644 index 00000000..0ed3b4c3 Binary files /dev/null and b/catalogue/virus_teaser.gif differ diff --git a/catalogue/virus_teaser2.gif b/catalogue/virus_teaser2.gif new file mode 100644 index 00000000..ff406f22 Binary files /dev/null and b/catalogue/virus_teaser2.gif differ diff --git a/catalogue/voodoo.gif b/catalogue/voodoo.gif new file mode 100644 index 00000000..6e2a8106 Binary files /dev/null and b/catalogue/voodoo.gif differ diff --git a/catalogue/voodoo_header.gif b/catalogue/voodoo_header.gif new file mode 100644 index 00000000..6e2a8106 Binary files /dev/null and b/catalogue/voodoo_header.gif differ diff --git a/catalogue/voodoo_header2.gif b/catalogue/voodoo_header2.gif new file mode 100644 index 00000000..590e9eb5 Binary files /dev/null and b/catalogue/voodoo_header2.gif differ diff --git a/catalogue/voodoo_teaser.gif b/catalogue/voodoo_teaser.gif new file mode 100644 index 00000000..c9d6443c Binary files /dev/null and b/catalogue/voodoo_teaser.gif differ diff --git a/catalogue/waasa_catalogue_header.gif b/catalogue/waasa_catalogue_header.gif new file mode 100644 index 00000000..87537304 Binary files /dev/null and b/catalogue/waasa_catalogue_header.gif differ diff --git a/catalogue/waasa_header.gif b/catalogue/waasa_header.gif new file mode 100644 index 00000000..2f0396e0 Binary files /dev/null and b/catalogue/waasa_header.gif differ diff --git a/catalogue/waasa_header2.gif b/catalogue/waasa_header2.gif new file mode 100644 index 00000000..87537304 Binary files /dev/null and b/catalogue/waasa_header2.gif differ diff --git a/catalogue/waasa_teaser.gif b/catalogue/waasa_teaser.gif new file mode 100644 index 00000000..230286fb Binary files /dev/null and b/catalogue/waasa_teaser.gif differ diff --git a/catalogue/walls_header.gif b/catalogue/walls_header.gif new file mode 100644 index 00000000..330ed4a3 Binary files /dev/null and b/catalogue/walls_header.gif differ diff --git a/catalogue/walls_teaser.gif b/catalogue/walls_teaser.gif new file mode 100644 index 00000000..7d48b895 Binary files /dev/null and b/catalogue/walls_teaser.gif differ diff --git a/catalogue/wasa.gif b/catalogue/wasa.gif new file mode 100644 index 00000000..f699e4fe Binary files /dev/null and b/catalogue/wasa.gif differ diff --git a/catalogue/wasa1.gif b/catalogue/wasa1.gif new file mode 100644 index 00000000..230286fb Binary files /dev/null and b/catalogue/wasa1.gif differ diff --git a/catalogue/wedding1.gif b/catalogue/wedding1.gif new file mode 100644 index 00000000..6a01e22f Binary files /dev/null and b/catalogue/wedding1.gif differ diff --git a/catalogue/wedding_header.gif b/catalogue/wedding_header.gif new file mode 100644 index 00000000..12ca94cf Binary files /dev/null and b/catalogue/wedding_header.gif differ diff --git a/catalogue/wedding_header2.gif b/catalogue/wedding_header2.gif new file mode 100644 index 00000000..c85ced7e Binary files /dev/null and b/catalogue/wedding_header2.gif differ diff --git a/catalogue/wedding_teaser.gif b/catalogue/wedding_teaser.gif new file mode 100644 index 00000000..36d9e8b4 Binary files /dev/null and b/catalogue/wedding_teaser.gif differ diff --git a/catalogue/wf_help_1.gif b/catalogue/wf_help_1.gif new file mode 100644 index 00000000..37364f17 Binary files /dev/null and b/catalogue/wf_help_1.gif differ diff --git a/catalogue/wf_help_2.gif b/catalogue/wf_help_2.gif new file mode 100644 index 00000000..57e882dd Binary files /dev/null and b/catalogue/wf_help_2.gif differ diff --git a/catalogue/wf_help_3.gif b/catalogue/wf_help_3.gif new file mode 100644 index 00000000..25ae4028 Binary files /dev/null and b/catalogue/wf_help_3.gif differ diff --git a/catalogue/wf_help_4.gif b/catalogue/wf_help_4.gif new file mode 100644 index 00000000..a952b0f1 Binary files /dev/null and b/catalogue/wf_help_4.gif differ diff --git a/catalogue/whitebling_teaser.gif b/catalogue/whitebling_teaser.gif new file mode 100644 index 00000000..ec8b93ae Binary files /dev/null and b/catalogue/whitebling_teaser.gif differ diff --git a/catalogue/wildwest_header.gif b/catalogue/wildwest_header.gif new file mode 100644 index 00000000..dd857334 Binary files /dev/null and b/catalogue/wildwest_header.gif differ diff --git a/catalogue/wildwest_teaser.gif b/catalogue/wildwest_teaser.gif new file mode 100644 index 00000000..3634b100 Binary files /dev/null and b/catalogue/wildwest_teaser.gif differ diff --git a/catalogue/windows.gif b/catalogue/windows.gif new file mode 100644 index 00000000..ab733acb Binary files /dev/null and b/catalogue/windows.gif differ diff --git a/catalogue/windows_header.gif b/catalogue/windows_header.gif new file mode 100644 index 00000000..d2744e72 Binary files /dev/null and b/catalogue/windows_header.gif differ diff --git a/catalogue/windows_teaser.gif b/catalogue/windows_teaser.gif new file mode 100644 index 00000000..c1aaead3 Binary files /dev/null and b/catalogue/windows_teaser.gif differ diff --git a/catalogue/winter.gif b/catalogue/winter.gif new file mode 100644 index 00000000..280ba011 Binary files /dev/null and b/catalogue/winter.gif differ diff --git a/catalogue/winter_header.gif b/catalogue/winter_header.gif new file mode 100644 index 00000000..280ba011 Binary files /dev/null and b/catalogue/winter_header.gif differ diff --git a/catalogue/wired.gif b/catalogue/wired.gif new file mode 100644 index 00000000..75ce2d31 Binary files /dev/null and b/catalogue/wired.gif differ diff --git a/catalogue/wired_header.gif b/catalogue/wired_header.gif new file mode 100644 index 00000000..a47ac6e3 Binary files /dev/null and b/catalogue/wired_header.gif differ diff --git a/catalogue/wired_teaser.gif b/catalogue/wired_teaser.gif new file mode 100644 index 00000000..fc4b48b2 Binary files /dev/null and b/catalogue/wired_teaser.gif differ diff --git a/catalogue/wired_teaser2.gif b/catalogue/wired_teaser2.gif new file mode 100644 index 00000000..75ce2d31 Binary files /dev/null and b/catalogue/wired_teaser2.gif differ diff --git a/catalogue/wiredaddons_header.gif b/catalogue/wiredaddons_header.gif new file mode 100644 index 00000000..b1646dcd Binary files /dev/null and b/catalogue/wiredaddons_header.gif differ diff --git a/catalogue/wiredaddons_teaser.gif b/catalogue/wiredaddons_teaser.gif new file mode 100644 index 00000000..fbca3de8 Binary files /dev/null and b/catalogue/wiredaddons_teaser.gif differ diff --git a/catalogue/wiredconditions_header.gif b/catalogue/wiredconditions_header.gif new file mode 100644 index 00000000..fd5d2901 Binary files /dev/null and b/catalogue/wiredconditions_header.gif differ diff --git a/catalogue/wiredconditions_teaser.gif b/catalogue/wiredconditions_teaser.gif new file mode 100644 index 00000000..f0cb414c Binary files /dev/null and b/catalogue/wiredconditions_teaser.gif differ diff --git a/catalogue/wiredconditions_teaser2.gif b/catalogue/wiredconditions_teaser2.gif new file mode 100644 index 00000000..f0cb414c Binary files /dev/null and b/catalogue/wiredconditions_teaser2.gif differ diff --git a/catalogue/wireddeals_header.gif b/catalogue/wireddeals_header.gif new file mode 100644 index 00000000..93741153 Binary files /dev/null and b/catalogue/wireddeals_header.gif differ diff --git a/catalogue/wireddeals_teaser.gif b/catalogue/wireddeals_teaser.gif new file mode 100644 index 00000000..cc42201f Binary files /dev/null and b/catalogue/wireddeals_teaser.gif differ diff --git a/catalogue/wiredeffects_header.gif b/catalogue/wiredeffects_header.gif new file mode 100644 index 00000000..3519323c Binary files /dev/null and b/catalogue/wiredeffects_header.gif differ diff --git a/catalogue/wiredeffects_teaser.gif b/catalogue/wiredeffects_teaser.gif new file mode 100644 index 00000000..18f6f320 Binary files /dev/null and b/catalogue/wiredeffects_teaser.gif differ diff --git a/catalogue/wiredhighscore_teaser.gif b/catalogue/wiredhighscore_teaser.gif new file mode 100644 index 00000000..2a1f273b Binary files /dev/null and b/catalogue/wiredhighscore_teaser.gif differ diff --git a/catalogue/wiredleaderboards_catalog_header.gif b/catalogue/wiredleaderboards_catalog_header.gif new file mode 100644 index 00000000..54b804f5 Binary files /dev/null and b/catalogue/wiredleaderboards_catalog_header.gif differ diff --git a/catalogue/wiredleaderboards_teaser.gif b/catalogue/wiredleaderboards_teaser.gif new file mode 100644 index 00000000..5899ff55 Binary files /dev/null and b/catalogue/wiredleaderboards_teaser.gif differ diff --git a/catalogue/wiredsfx_teaser.gif b/catalogue/wiredsfx_teaser.gif new file mode 100644 index 00000000..4a12fd1d Binary files /dev/null and b/catalogue/wiredsfx_teaser.gif differ diff --git a/catalogue/wiredsound_teaser.gif b/catalogue/wiredsound_teaser.gif new file mode 100644 index 00000000..884c171a Binary files /dev/null and b/catalogue/wiredsound_teaser.gif differ diff --git a/catalogue/wiredtriggers_header.gif b/catalogue/wiredtriggers_header.gif new file mode 100644 index 00000000..7e004032 Binary files /dev/null and b/catalogue/wiredtriggers_header.gif differ diff --git a/catalogue/wiredtriggers_teaser.gif b/catalogue/wiredtriggers_teaser.gif new file mode 100644 index 00000000..fc4b48b2 Binary files /dev/null and b/catalogue/wiredtriggers_teaser.gif differ diff --git a/catalogue/witch_teaser.gif b/catalogue/witch_teaser.gif new file mode 100644 index 00000000..3d32599c Binary files /dev/null and b/catalogue/witch_teaser.gif differ diff --git a/catalogue/worldcup_header_en.gif b/catalogue/worldcup_header_en.gif new file mode 100644 index 00000000..fc53ad1f Binary files /dev/null and b/catalogue/worldcup_header_en.gif differ diff --git a/catalogue/worldcup_teaser.gif b/catalogue/worldcup_teaser.gif new file mode 100644 index 00000000..b37b5f74 Binary files /dev/null and b/catalogue/worldcup_teaser.gif differ diff --git a/catalogue/worldcup_teaser_en.gif b/catalogue/worldcup_teaser_en.gif new file mode 100644 index 00000000..d897cebd Binary files /dev/null and b/catalogue/worldcup_teaser_en.gif differ diff --git a/catalogue/xmas06_teaser.gif b/catalogue/xmas06_teaser.gif new file mode 100644 index 00000000..53ecf6a0 Binary files /dev/null and b/catalogue/xmas06_teaser.gif differ diff --git a/catalogue/xmas10_teaser.gif b/catalogue/xmas10_teaser.gif new file mode 100644 index 00000000..d097cae5 Binary files /dev/null and b/catalogue/xmas10_teaser.gif differ diff --git a/catalogue/xmas11_catalog_teaser_01.gif b/catalogue/xmas11_catalog_teaser_01.gif new file mode 100644 index 00000000..4484efdd Binary files /dev/null and b/catalogue/xmas11_catalog_teaser_01.gif differ diff --git a/catalogue/xmas14_catalog_header.gif b/catalogue/xmas14_catalog_header.gif new file mode 100644 index 00000000..9bd24bda Binary files /dev/null and b/catalogue/xmas14_catalog_header.gif differ diff --git a/catalogue/xmas14_gnome_teaser.gif b/catalogue/xmas14_gnome_teaser.gif new file mode 100644 index 00000000..a8ac6de4 Binary files /dev/null and b/catalogue/xmas14_gnome_teaser.gif differ diff --git a/catalogue/xmas14_newfurni_spromo_teaser.gif b/catalogue/xmas14_newfurni_spromo_teaser.gif new file mode 100644 index 00000000..0c279673 Binary files /dev/null and b/catalogue/xmas14_newfurni_spromo_teaser.gif differ diff --git a/catalogue/xmas15_head.gif b/catalogue/xmas15_head.gif new file mode 100644 index 00000000..20dd7091 Binary files /dev/null and b/catalogue/xmas15_head.gif differ diff --git a/catalogue/xmas15_tease.gif b/catalogue/xmas15_tease.gif new file mode 100644 index 00000000..9b9fe1cd Binary files /dev/null and b/catalogue/xmas15_tease.gif differ diff --git a/catalogue/xmas16_gen1.gif b/catalogue/xmas16_gen1.gif new file mode 100644 index 00000000..be8c10a7 Binary files /dev/null and b/catalogue/xmas16_gen1.gif differ diff --git a/catalogue/xmas16_rare2.gif b/catalogue/xmas16_rare2.gif new file mode 100644 index 00000000..3a2bffbe Binary files /dev/null and b/catalogue/xmas16_rare2.gif differ diff --git a/catalogue/xmas16_rare3.gif b/catalogue/xmas16_rare3.gif new file mode 100644 index 00000000..9f466567 Binary files /dev/null and b/catalogue/xmas16_rare3.gif differ diff --git a/catalogue/xmas16_rare4.gif b/catalogue/xmas16_rare4.gif new file mode 100644 index 00000000..76c0530a Binary files /dev/null and b/catalogue/xmas16_rare4.gif differ diff --git a/catalogue/xmas16_throne.gif b/catalogue/xmas16_throne.gif new file mode 100644 index 00000000..76c0530a Binary files /dev/null and b/catalogue/xmas16_throne.gif differ diff --git a/catalogue/xmas16_tiara.gif b/catalogue/xmas16_tiara.gif new file mode 100644 index 00000000..d3ec5bdb Binary files /dev/null and b/catalogue/xmas16_tiara.gif differ diff --git a/catalogue/xmas17old.gif b/catalogue/xmas17old.gif new file mode 100644 index 00000000..c89a8466 Binary files /dev/null and b/catalogue/xmas17old.gif differ diff --git a/catalogue/xmas18_newfurni.gif b/catalogue/xmas18_newfurni.gif new file mode 100644 index 00000000..537ceb34 Binary files /dev/null and b/catalogue/xmas18_newfurni.gif differ diff --git a/catalogue/xmas19_header.gif b/catalogue/xmas19_header.gif new file mode 100644 index 00000000..28cee9e5 Binary files /dev/null and b/catalogue/xmas19_header.gif differ diff --git a/catalogue/xmas2009_catalogue.gif b/catalogue/xmas2009_catalogue.gif new file mode 100644 index 00000000..8127632d Binary files /dev/null and b/catalogue/xmas2009_catalogue.gif differ diff --git a/catalogue/xmas20_craft_teaser.gif b/catalogue/xmas20_craft_teaser.gif new file mode 100644 index 00000000..97b88438 Binary files /dev/null and b/catalogue/xmas20_craft_teaser.gif differ diff --git a/catalogue/xmas20_crafting_teaser.gif b/catalogue/xmas20_crafting_teaser.gif new file mode 100644 index 00000000..cb24b5e3 Binary files /dev/null and b/catalogue/xmas20_crafting_teaser.gif differ diff --git a/catalogue/xmas20_header.gif b/catalogue/xmas20_header.gif new file mode 100644 index 00000000..e962cb8d Binary files /dev/null and b/catalogue/xmas20_header.gif differ diff --git a/catalogue/xmas20_rune_teaser.gif b/catalogue/xmas20_rune_teaser.gif new file mode 100644 index 00000000..991cb07a Binary files /dev/null and b/catalogue/xmas20_rune_teaser.gif differ diff --git a/catalogue/xmas20_teaser.gif b/catalogue/xmas20_teaser.gif new file mode 100644 index 00000000..a90a2afb Binary files /dev/null and b/catalogue/xmas20_teaser.gif differ diff --git a/catalogue/xmas_2010.gif b/catalogue/xmas_2010.gif new file mode 100644 index 00000000..99d0e9ab Binary files /dev/null and b/catalogue/xmas_2010.gif differ diff --git a/catalogue/xmas_furni4.gif b/catalogue/xmas_furni4.gif new file mode 100644 index 00000000..1b5d4239 Binary files /dev/null and b/catalogue/xmas_furni4.gif differ diff --git a/catalogue/xotic_pets.gif b/catalogue/xotic_pets.gif new file mode 100644 index 00000000..81afbcaf Binary files /dev/null and b/catalogue/xotic_pets.gif differ diff --git a/catalogue/youtube_tv_header.gif b/catalogue/youtube_tv_header.gif new file mode 100644 index 00000000..8daf026c Binary files /dev/null and b/catalogue/youtube_tv_header.gif differ diff --git a/catalogue/youtube_tv_teaser.gif b/catalogue/youtube_tv_teaser.gif new file mode 100644 index 00000000..4e8e14f0 Binary files /dev/null and b/catalogue/youtube_tv_teaser.gif differ diff --git a/catalogue/youtube_tv_teaser2.gif b/catalogue/youtube_tv_teaser2.gif new file mode 100644 index 00000000..95701631 Binary files /dev/null and b/catalogue/youtube_tv_teaser2.gif differ diff --git a/catalogue/yttv.gif b/catalogue/yttv.gif new file mode 100644 index 00000000..95701631 Binary files /dev/null and b/catalogue/yttv.gif differ diff --git a/catalogue/zen.gif b/catalogue/zen.gif new file mode 100644 index 00000000..50572464 Binary files /dev/null and b/catalogue/zen.gif differ diff --git a/catalogue/zengarden_header.gif b/catalogue/zengarden_header.gif new file mode 100644 index 00000000..50572464 Binary files /dev/null and b/catalogue/zengarden_header.gif differ diff --git a/catalogue/zengarden_teaser.gif b/catalogue/zengarden_teaser.gif new file mode 100644 index 00000000..1a32deed Binary files /dev/null and b/catalogue/zengarden_teaser.gif differ