· 8 years ago · Jul 31, 2018, 08:28 PM
1/*
2 Navicat MySQL Data Transfer
3
4 Source Server : speed
5 Source Server Type : MySQL
6 Source Server Version : 50545
7 Source Host : localhost:3306
8 Source Schema : vauhdi
9
10 Target Server Type : MySQL
11 Target Server Version : 50545
12 File Encoding : 65001
13
14 Date: 31/07/2018 22:25:44
15*/
16
17SET NAMES utf8mb4;
18SET FOREIGN_KEY_CHECKS = 0;
19
20-- ----------------------------
21-- Table structure for catalog_clothing
22-- ----------------------------
23DROP TABLE IF EXISTS `catalog_clothing`;
24CREATE TABLE `catalog_clothing` (
25 `id` int(11) NOT NULL AUTO_INCREMENT,
26 `name` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
27 `setid` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
28 PRIMARY KEY (`id`) USING BTREE
29) ENGINE = MyISAM AUTO_INCREMENT = 230 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
30
31-- ----------------------------
32-- Records of catalog_clothing
33-- ----------------------------
34INSERT INTO `catalog_clothing` VALUES (1, 'clothing_squid', '3356');
35INSERT INTO `catalog_clothing` VALUES (2, 'clothing_party1', '3362');
36INSERT INTO `catalog_clothing` VALUES (3, 'clothing_meowfit', '3331,3334,3335,3337,3338');
37INSERT INTO `catalog_clothing` VALUES (4, 'clothing_geometricskirt', '3341');
38INSERT INTO `catalog_clothing` VALUES (5, 'clothing_waistcoatsuit', '3327');
39INSERT INTO `catalog_clothing` VALUES (6, 'clothing_gatsby', '3322');
40INSERT INTO `catalog_clothing` VALUES (7, 'clothing_bow', '3358');
41INSERT INTO `catalog_clothing` VALUES (8, 'clothing_baldy', '3357');
42INSERT INTO `catalog_clothing` VALUES (9, 'clothing_wavy2', '3339');
43INSERT INTO `catalog_clothing` VALUES (10, 'clothing_mutton1', '3345');
44INSERT INTO `catalog_clothing` VALUES (11, 'clothing_straw2', '3347');
45INSERT INTO `catalog_clothing` VALUES (12, 'clothing_fishhat', '3349');
46INSERT INTO `catalog_clothing` VALUES (13, 'clothing_rolled_jeans', '3320');
47INSERT INTO `catalog_clothing` VALUES (14, 'clothing_birdshoes', '3348');
48INSERT INTO `catalog_clothing` VALUES (15, 'clothing_mermaidoutfit', '3332,3333');
49INSERT INTO `catalog_clothing` VALUES (16, 'clothing_droopycollar', '3336,3340');
50INSERT INTO `catalog_clothing` VALUES (17, 'clothing_headband', '3352');
51INSERT INTO `catalog_clothing` VALUES (18, 'clothing_flowercrown', '3329');
52INSERT INTO `catalog_clothing` VALUES (19, 'clothing_hheadphones', '3324');
53INSERT INTO `catalog_clothing` VALUES (20, 'clothing_mutton2', '3346');
54INSERT INTO `catalog_clothing` VALUES (21, 'clothing_floralskirt', '3355');
55INSERT INTO `catalog_clothing` VALUES (22, 'clothing_nightvision', '3318');
56INSERT INTO `catalog_clothing` VALUES (23, 'clothing_mockymouse', '3359,3360,3361');
57INSERT INTO `catalog_clothing` VALUES (24, 'clothing_xmas1', '3321');
58INSERT INTO `catalog_clothing` VALUES (25, 'clothing_shavedside', '3325');
59INSERT INTO `catalog_clothing` VALUES (26, 'clothing_geometricjumper', '3342');
60INSERT INTO `catalog_clothing` VALUES (27, 'clothing_beard1', '3344');
61INSERT INTO `catalog_clothing` VALUES (28, 'clothing_beads', '3343');
62INSERT INTO `catalog_clothing` VALUES (29, 'clothing_twotonecardi', '3326');
63INSERT INTO `catalog_clothing` VALUES (30, 'clothing_animalprint', '3353');
64INSERT INTO `catalog_clothing` VALUES (31, 'clothing_party2', '3363');
65INSERT INTO `catalog_clothing` VALUES (32, 'clothing_tshirt_rolled', '3323,3335');
66INSERT INTO `catalog_clothing` VALUES (33, 'clothing_rippedjeans', '3328');
67INSERT INTO `catalog_clothing` VALUES (34, 'clothing_shoestights', '3354');
68INSERT INTO `catalog_clothing` VALUES (35, 'clothing_noblecrown', '3488');
69INSERT INTO `catalog_clothing` VALUES (36, 'clothing_earthhelm', '3453');
70INSERT INTO `catalog_clothing` VALUES (37, 'clothing_airhelm', '3452');
71INSERT INTO `catalog_clothing` VALUES (38, 'clothing_waterhelm', '3451');
72INSERT INTO `catalog_clothing` VALUES (39, 'clothing_firehelm', '3450');
73INSERT INTO `catalog_clothing` VALUES (40, 'clothing_fishhat', '3349');
74INSERT INTO `catalog_clothing` VALUES (41, 'clothing_knitalien', '3404');
75INSERT INTO `catalog_clothing` VALUES (42, 'clothing_leafcrown', '3586');
76INSERT INTO `catalog_clothing` VALUES (43, 'clothing_breton', '3439');
77INSERT INTO `catalog_clothing` VALUES (44, 'clothing_camera', '2826');
78INSERT INTO `catalog_clothing` VALUES (45, 'clothing_cyglass', '3388');
79INSERT INTO `catalog_clothing` VALUES (46, 'clothing_knithat', '2799');
80INSERT INTO `catalog_clothing` VALUES (47, 'clothing_cyquif', '3386');
81INSERT INTO `catalog_clothing` VALUES (48, 'clothing_cyhair', '3377');
82INSERT INTO `catalog_clothing` VALUES (49, 'clothing_frontswirl', '3393');
83INSERT INTO `catalog_clothing` VALUES (50, 'clothing_habloompa', '3396');
84INSERT INTO `catalog_clothing` VALUES (51, 'clothing_cavehair', '2769');
85INSERT INTO `catalog_clothing` VALUES (52, 'clothing_cladyhair', '2806');
86INSERT INTO `catalog_clothing` VALUES (53, 'clothing_manbun', '3531');
87INSERT INTO `catalog_clothing` VALUES (54, 'clothing_hipster2', '3499');
88INSERT INTO `catalog_clothing` VALUES (55, 'clothing_disco', '3525');
89INSERT INTO `catalog_clothing` VALUES (56, 'clothing_bedhair', '3520');
90INSERT INTO `catalog_clothing` VALUES (57, 'clothing_ombrehr', '2896');
91INSERT INTO `catalog_clothing` VALUES (58, 'clothing_flowercrown', '3329');
92INSERT INTO `catalog_clothing` VALUES (59, 'clothing_goggles', '2641');
93INSERT INTO `catalog_clothing` VALUES (60, 'clothing_cyhood', '3382');
94INSERT INTO `catalog_clothing` VALUES (61, 'clothing_cycircuit', '3385');
95INSERT INTO `catalog_clothing` VALUES (62, 'clothing_cyphones', '3379');
96INSERT INTO `catalog_clothing` VALUES (63, 'clothing_candyphones', '3395');
97INSERT INTO `catalog_clothing` VALUES (64, 'clothing_sidehat', '3392');
98INSERT INTO `catalog_clothing` VALUES (65, 'clothing_chocodrop', '3394');
99INSERT INTO `catalog_clothing` VALUES (66, 'clothing_napkin', '3422');
100INSERT INTO `catalog_clothing` VALUES (67, 'clothing_kevlarhat', '3421');
101INSERT INTO `catalog_clothing` VALUES (68, 'clothing_drillserg', '3426');
102INSERT INTO `catalog_clothing` VALUES (69, 'clothing_militaryhat', '3409');
103INSERT INTO `catalog_clothing` VALUES (70, 'clothing_camocap', '3415');
104INSERT INTO `catalog_clothing` VALUES (71, 'clothing_dinohat', '3431');
105INSERT INTO `catalog_clothing` VALUES (72, 'clothing_hat_skulldino', '3430');
106INSERT INTO `catalog_clothing` VALUES (73, 'clothing_fammask', '3455');
107INSERT INTO `catalog_clothing` VALUES (74, 'clothing_warmask', '3454');
108INSERT INTO `catalog_clothing` VALUES (75, 'clothing_demonhood', '3441');
109INSERT INTO `catalog_clothing` VALUES (76, 'clothing_deathmask', '3457');
110INSERT INTO `catalog_clothing` VALUES (77, 'clothing_pestmask', '3456');
111INSERT INTO `catalog_clothing` VALUES (78, 'clothing_ribbon', '3469');
112INSERT INTO `catalog_clothing` VALUES (79, 'clothing_santahat', '3461');
113INSERT INTO `catalog_clothing` VALUES (80, 'clothing_knitband', '3465');
114INSERT INTO `catalog_clothing` VALUES (81, 'clothing_backcap', '3494');
115INSERT INTO `catalog_clothing` VALUES (82, 'clothing_r16_icetiara', '3541');
116INSERT INTO `catalog_clothing` VALUES (83, 'clothing_reindeer', '2937');
117INSERT INTO `catalog_clothing` VALUES (84, 'clothing_bearhat', '3546');
118INSERT INTO `catalog_clothing` VALUES (85, 'clothing_cymask', '3378');
119INSERT INTO `catalog_clothing` VALUES (86, 'clothing_cherries', '3402');
120INSERT INTO `catalog_clothing` VALUES (87, 'clothing_cherrybomb', '3403');
121INSERT INTO `catalog_clothing` VALUES (88, 'clothing_rank1', '3410');
122INSERT INTO `catalog_clothing` VALUES (89, 'clothing_rank2', '3411');
123INSERT INTO `catalog_clothing` VALUES (90, 'clothing_rank3', '3412');
124INSERT INTO `catalog_clothing` VALUES (91, 'clothing_rank4', '3413');
125INSERT INTO `catalog_clothing` VALUES (92, 'clothing_rank5', '3414');
126INSERT INTO `catalog_clothing` VALUES (93, 'clothing_medal1', '3423');
127INSERT INTO `catalog_clothing` VALUES (94, 'clothing_medal2', '3424');
128INSERT INTO `catalog_clothing` VALUES (95, 'clothing_medal3', '3425');
129INSERT INTO `catalog_clothing` VALUES (96, 'clothing_medal4', '3426');
130INSERT INTO `catalog_clothing` VALUES (97, 'clothing_medal5', '3427');
131INSERT INTO `catalog_clothing` VALUES (98, 'clothing_militarypants', '3407');
132INSERT INTO `catalog_clothing` VALUES (99, 'clothing_walkie', '3427');
133INSERT INTO `catalog_clothing` VALUES (100, 'clothing_necktie', '3437');
134INSERT INTO `catalog_clothing` VALUES (101, 'clothing_skullnecklace', '3444');
135INSERT INTO `catalog_clothing` VALUES (102, 'clothing_bscarf', '3466');
136INSERT INTO `catalog_clothing` VALUES (103, 'clothing_xmasbow', '3358');
137INSERT INTO `catalog_clothing` VALUES (104, 'clothing_snood', '3464');
138INSERT INTO `catalog_clothing` VALUES (105, 'clothing_santabeard', '3462');
139INSERT INTO `catalog_clothing` VALUES (106, 'clothing_hipsterglasses', '3484');
140INSERT INTO `catalog_clothing` VALUES (107, 'clothing_tie1', '3503');
141INSERT INTO `catalog_clothing` VALUES (108, 'clothing_cladydress', '3446');
142INSERT INTO `catalog_clothing` VALUES (109, 'clothing_polkadress', '3518');
143INSERT INTO `catalog_clothing` VALUES (110, 'clothing_maid', '3615,3617');
144INSERT INTO `catalog_clothing` VALUES (111, 'clothing_apron', '3572,3573');
145INSERT INTO `catalog_clothing` VALUES (112, 'clothing_demoncloak', '3442,3443');
146INSERT INTO `catalog_clothing` VALUES (113, 'clothing_knighttop', '3447,3448');
147INSERT INTO `catalog_clothing` VALUES (114, 'clothing_exotictop', '3599,3598');
148INSERT INTO `catalog_clothing` VALUES (115, 'clothing_xmas2', '3538');
149INSERT INTO `catalog_clothing` VALUES (116, 'clothing_xmas3', '3539');
150INSERT INTO `catalog_clothing` VALUES (117, 'clothing_xmas4', '3540');
151INSERT INTO `catalog_clothing` VALUES (118, 'clothing_tuxshirt', '3505,3506');
152INSERT INTO `catalog_clothing` VALUES (119, 'clothing_rippedtop', '3527,3530');
153INSERT INTO `catalog_clothing` VALUES (120, 'clothing_offshldrjumper', '3529,3528');
154INSERT INTO `catalog_clothing` VALUES (121, 'clothing_longtshirt', '3497,3498');
155INSERT INTO `catalog_clothing` VALUES (122, 'clothing_halter', '3510,3496');
156INSERT INTO `catalog_clothing` VALUES (123, 'clothing_pjtop1', '3489,3487');
157INSERT INTO `catalog_clothing` VALUES (124, 'clothing_pjtop2', '3490,3491');
158INSERT INTO `catalog_clothing` VALUES (125, 'clothing_pjtop3', '3492,3491');
159INSERT INTO `catalog_clothing` VALUES (126, 'clothing_swirltop', '3400,3399');
160INSERT INTO `catalog_clothing` VALUES (127, 'clothing_caveshirt', '3428,3429');
161INSERT INTO `catalog_clothing` VALUES (128, 'clothing_camotank', '3416,3417');
162INSERT INTO `catalog_clothing` VALUES (129, 'clothing_cyleather', '3374,3373');
163INSERT INTO `catalog_clothing` VALUES (130, 'clothing_cjumper', '3398,3397');
164INSERT INTO `catalog_clothing` VALUES (131, 'clothing_exoticvest', '3593,3594');
165INSERT INTO `catalog_clothing` VALUES (132, 'clothing_jacket_twotone', '3523,3522');
166INSERT INTO `catalog_clothing` VALUES (133, 'clothing_santatop', '3459');
167INSERT INTO `catalog_clothing` VALUES (134, 'clothing_denimvest', '3515,3509');
168INSERT INTO `catalog_clothing` VALUES (135, 'clothing_tiedjumper', '3532');
169INSERT INTO `catalog_clothing` VALUES (136, 'clothing_sportsjckt', '3512,3513');
170INSERT INTO `catalog_clothing` VALUES (137, 'clothing_militaryjacket', '3405,3406');
171INSERT INTO `catalog_clothing` VALUES (138, 'clothing_waistcoatsuit', '3327');
172INSERT INTO `catalog_clothing` VALUES (139, 'clothing_cjersey', '3389,3390');
173INSERT INTO `catalog_clothing` VALUES (140, 'clothing_cystrappants', '3384');
174INSERT INTO `catalog_clothing` VALUES (141, 'clothing_cshorts', '3391');
175INSERT INTO `catalog_clothing` VALUES (142, 'clothing_camotuck', '3418');
176INSERT INTO `catalog_clothing` VALUES (143, 'clothing_knighttrousers', '3449');
177INSERT INTO `catalog_clothing` VALUES (144, 'clothing_santapants', '3460');
178INSERT INTO `catalog_clothing` VALUES (145, 'clothing_sportpants', '3521');
179INSERT INTO `catalog_clothing` VALUES (146, 'clothing_cumberband', '3504');
180INSERT INTO `catalog_clothing` VALUES (147, 'clothing_pjbottoms1', '3483');
181INSERT INTO `catalog_clothing` VALUES (148, 'clothing_denimshorts', '3526');
182INSERT INTO `catalog_clothing` VALUES (149, 'clothing_cyskirt', '3387');
183INSERT INTO `catalog_clothing` VALUES (150, 'clothing_swirlskirt', '3401');
184INSERT INTO `catalog_clothing` VALUES (151, 'clothing_armyskirt', '3408');
185INSERT INTO `catalog_clothing` VALUES (152, 'clothing_birdshoes', '3348');
186INSERT INTO `catalog_clothing` VALUES (153, 'clothing_cyboots', '3375');
187INSERT INTO `catalog_clothing` VALUES (154, 'clothing_camoboots', '3419');
188INSERT INTO `catalog_clothing` VALUES (155, 'clothing_cladyshoes', '3467');
189INSERT INTO `catalog_clothing` VALUES (156, 'clothing_sliponcanvas', '3524');
190INSERT INTO `catalog_clothing` VALUES (157, 'clothing_kimono1', '3364,3366,3369,3367,3368');
191INSERT INTO `catalog_clothing` VALUES (158, 'clothing_kimono2', '3365,3371,3372,3365,3370,3375');
192INSERT INTO `catalog_clothing` VALUES (159, 'clothing_cystraphood', '3382,3381,3380,3384,3375,3383');
193INSERT INTO `catalog_clothing` VALUES (160, 'clothing_cygirl', '2641,3377,3374,3373,3387,3375');
194INSERT INTO `catalog_clothing` VALUES (161, 'clothing_cystrapboots', '3383');
195INSERT INTO `catalog_clothing` VALUES (162, 'clothing_candygirl', '3396,3392,3401,3400,3399,3398,3397');
196INSERT INTO `catalog_clothing` VALUES (163, 'clothing_candyboy', '3394,3389,3390,3391');
197INSERT INTO `catalog_clothing` VALUES (164, 'clothing_parade', '3407,3405,3406,3409');
198INSERT INTO `catalog_clothing` VALUES (165, 'clothing_kevlaroutfit', '3421,3420');
199INSERT INTO `catalog_clothing` VALUES (166, 'clothing_kevlar', '3420');
200INSERT INTO `catalog_clothing` VALUES (167, 'clothing_camooutfit', '3419,3415,3416,3417,3418');
201INSERT INTO `catalog_clothing` VALUES (168, 'clothing_dino', '3431,3434,3433,3432,3435');
202INSERT INTO `catalog_clothing` VALUES (169, 'clothing_demonoutfit', '3441,3442,3443');
203INSERT INTO `catalog_clothing` VALUES (170, 'clothing_knightoutfit', '3447,3448,3449');
204INSERT INTO `catalog_clothing` VALUES (171, 'clothing_caveman', '2769,3428,3429');
205INSERT INTO `catalog_clothing` VALUES (172, 'clothing_santaoutfit', '3461,3462,3459,3460');
206INSERT INTO `catalog_clothing` VALUES (173, 'clothing_cladyoutfit', '3465,3446,3467,3469');
207INSERT INTO `catalog_clothing` VALUES (174, 'clothing_urbanoutfit', '3494,3497,3498,3521');
208INSERT INTO `catalog_clothing` VALUES (175, 'clothing_casualoutfit1', '3519,3523,3522,3526');
209INSERT INTO `catalog_clothing` VALUES (176, 'clothing_floraloutfit', '3355,3329,3339');
210INSERT INTO `catalog_clothing` VALUES (177, 'clothing_hipoutfit3', '3484,3531,3527,3530,3328');
211INSERT INTO `catalog_clothing` VALUES (178, 'clothing_bazaarfemale', '3599,3598,3521');
212INSERT INTO `catalog_clothing` VALUES (179, 'clothing_bazaarmale', '3521,3593,3594');
213INSERT INTO `catalog_clothing` VALUES (180, 'clothing_clout71', '6970');
214INSERT INTO `catalog_clothing` VALUES (181, 'clothing_party3', '3480');
215INSERT INTO `catalog_clothing` VALUES (182, 'clothing_bearscarf', '3545');
216INSERT INTO `catalog_clothing` VALUES (183, 'clothing_bear', '3545,3546');
217INSERT INTO `catalog_clothing` VALUES (184, 'clothing_tophat', '3632');
218INSERT INTO `catalog_clothing` VALUES (185, 'clothing_ruffleshirt', '3637,3636');
219INSERT INTO `catalog_clothing` VALUES (186, 'clothing_tailedcoat', '3634,3635');
220INSERT INTO `catalog_clothing` VALUES (187, 'clothing_buttonpants', '3626');
221INSERT INTO `catalog_clothing` VALUES (188, 'clothing_dress', '3630,3629');
222INSERT INTO `catalog_clothing` VALUES (189, 'clothing_featherflower', '3627');
223INSERT INTO `catalog_clothing` VALUES (190, 'clothing_sasquatchmask', '3638');
224INSERT INTO `catalog_clothing` VALUES (191, 'clothing_r17_goldtophat', '3633');
225INSERT INTO `catalog_clothing` VALUES (192, 'clothing_r17_goldfeatherflower', '3628');
226INSERT INTO `catalog_clothing` VALUES (193, 'clothing_wink', '3551');
227INSERT INTO `catalog_clothing` VALUES (194, 'clothing_sad', '3549');
228INSERT INTO `catalog_clothing` VALUES (195, 'clothing_poop', '3560');
229INSERT INTO `catalog_clothing` VALUES (196, 'clothing_hoplitehelm', '3583');
230INSERT INTO `catalog_clothing` VALUES (197, 'clothing_greektoga', '3581,3582');
231INSERT INTO `catalog_clothing` VALUES (198, 'clothing_hermesshoes', '3587');
232INSERT INTO `catalog_clothing` VALUES (199, 'clothing_hermeshat', '3585');
233INSERT INTO `catalog_clothing` VALUES (200, 'clothing_r17_boxerbraids', '3602');
234INSERT INTO `catalog_clothing` VALUES (201, 'clothing_r17_goldfeatherflower', '3628');
235INSERT INTO `catalog_clothing` VALUES (202, 'clothing_r16_cathat', '3544');
236INSERT INTO `catalog_clothing` VALUES (203, 'clothing_duckhat', '3500');
237INSERT INTO `catalog_clothing` VALUES (204, 'clothing_r17_explorerhelm', '3589');
238INSERT INTO `catalog_clothing` VALUES (205, 'clothing_r17_weddingdress', '3563');
239INSERT INTO `catalog_clothing` VALUES (206, 'clothing_r18_unicorn', '3653');
240INSERT INTO `catalog_clothing` VALUES (208, 'clothing_r18_dress', '3672');
241INSERT INTO `catalog_clothing` VALUES (209, 'clothing_judgewig', '3674');
242INSERT INTO `catalog_clothing` VALUES (210, 'clothing_layerbuns', '3608');
243INSERT INTO `catalog_clothing` VALUES (211, 'clothing_loyaltycrown_V', '3655');
244INSERT INTO `catalog_clothing` VALUES (212, 'clothing_loyaltycrown_II', '3654');
245INSERT INTO `catalog_clothing` VALUES (213, 'clothing_loyaltycrown_X', '3656');
246INSERT INTO `catalog_clothing` VALUES (214, 'clothing_maidband', '3613');
247INSERT INTO `catalog_clothing` VALUES (215, 'clothing_maid', '3615,3617');
248INSERT INTO `catalog_clothing` VALUES (216, 'clothing_shades', '3660');
249INSERT INTO `catalog_clothing` VALUES (217, 'clothing_zombieeyes', '3603');
250INSERT INTO `catalog_clothing` VALUES (218, 'clothing_tiedtop', '3659,3658');
251INSERT INTO `catalog_clothing` VALUES (219, 'clothing_satchel', '3661');
252INSERT INTO `catalog_clothing` VALUES (220, 'clothing_goldpack1', '3470,3471,3472,3473,3474,3475,3476');
253INSERT INTO `catalog_clothing` VALUES (221, 'clothing_r17_sentinelhelm', '3588');
254INSERT INTO `catalog_clothing` VALUES (222, 'clothing_r18_bunniehat', '3662');
255INSERT INTO `catalog_clothing` VALUES (223, 'clothing_r18_bunniemask', '3663');
256INSERT INTO `catalog_clothing` VALUES (224, 'clothing_r17_horse', '3567');
257INSERT INTO `catalog_clothing` VALUES (225, 'clothing_goldpack2', '3574,3575,3576,3577,3578,3579,3580');
258INSERT INTO `catalog_clothing` VALUES (226, 'clothing_r18_goldfish', '3677');
259INSERT INTO `catalog_clothing` VALUES (227, 'clothing_r18_seawreath', '3681');
260INSERT INTO `catalog_clothing` VALUES (228, 'clothing_r17_elegantcrown', '3620');
261INSERT INTO `catalog_clothing` VALUES (229, 'clothing_r18_tiedwavylocks', '3707');
262
263SET FOREIGN_KEY_CHECKS = 1;