arcturus-morningstar-defaul.../Catalog-SQLS/catalog_clothing.sql
2023-03-10 17:23:16 +01:00

670 lines
51 KiB
SQL

/*
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');